8000 minor #17524 fixed APCu dep version (fabpot) · symfony/symfony@d9f02fb · GitHub
[go: up one dir, main page]

Skip to content

Commit d9f02fb

Browse files
committed
minor #17524 fixed APCu dep version (fabpot)
This PR was merged into the 2.3 branch. Discussion ---------- fixed APCu dep version Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #17428 | License | MIT Commits ------- 3b7f4c7 fixed APCu dep version
2 parents 81605dd + 3b7f4c7 commit d9f02fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.3",
2020
"doctrine/common": "~2.4",
2121
"paragonie/random_compat": "~1.0",
22-
"symfony/polyfill-apcu": "~1.0,>=1.0.2",
22+
"symfony/polyfill-apcu": "~1.1",
2323
"twig/twig": "~1.23|~2.0",
2424
"psr/log": "~1.0"
2525
},

src/Symfony/Component/ClassLoader/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"minimum-stability": "dev",
1919
"require": {
2020
"php": ">=5.3.3",
21-
"symfony/polyfill-apcu": "~1.0,>=1.0.2"
21+
"symfony/polyfill-apcu": "~1.1"
2222
},
2323
"require-dev": {
2424
"symfony/finder": "~2.0,>=2.0.5"

0 commit comments

Comments
 (0)
0