8000 minor #17659 [ClassLoader] fix ApcClassLoader tests on HHVM (xabbuh) · symfony/symfony@b2e2fa9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2e2fa9

Browse files
committed
minor #17659 [ClassLoader] fix ApcClassLoader tests on HHVM (xabbuh)
This PR was merged into the 3.0 branch. Discussion ---------- [ClassLoader] fix ApcClassLoader tests on HHVM | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- db1c635 [ClassLoader] fix ApcClassLoader tests on HHVM
2 parents 665059b + db1c635 commit b2e2fa9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"monolog/monolog": "~1.11",
8181
"ocramius/proxy-manager": "~0.4|~1.0",
8282
"egulias/email-validator": "~1.2",
83+
"symfony/polyfill-apcu": "~1.1",
8384
"symfony/security-acl": "~2.8|~3.0",
8485
"phpdocumentor/reflection": "^1.0.7"
8586
},

src/Symfony/Component/ClassLoader/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"php": ">=5.5.9"
2121
},
2222
"require-dev": {
23-
"symfony/finder": "~2.8|~3.0"
23+
"symfony/finder": "~2.8|~3.0",
24+
"symfony/polyfill-apcu": "~1.1"
2425
},
2526
"suggest": {
2627
"symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"

0 commit comments

Comments
 (0)
0