8000 suggest apcu polyfill as apcu_* function are not yet available on hhvm · symfony/symfony@714fcc6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 714fcc6

Browse files
committed
suggest apcu polyfill as apcu_* function are not yet available on hhvm
1 parent dd4acae commit 714fcc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/ClassLoader/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"require-dev": {
2323
"symfony/finder": "~2.8|~3.0"
2424
},
25+
"suggest": {
26+
"symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
27+
},
2528
"autoload": {
2629
"psr-4": { "Symfony\\Component\\ClassLoader\\": "" },
2730
"exclude-from-classmap": [

0 commit comments

Comments
 (0)
0