We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5c3cc commit 3f65f2fCopy full SHA for 3f65f2f
composer.json
@@ -20,15 +20,15 @@
20
"require": {
21
"php": "^5.6 || ^7.0",
22
"cache/array-adapter": "^1.0",
23
- "symfony/framework-bundle": "^2.7 || ^3.0",
24
- "symfony/options-resolver": "^2.7 || ^3.0",
+ "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
+ "symfony/options-resolver": "^2.7 || ^3.0 || ^4.0",
25
"psr/cache": "^1.0",
26
"psr/log": "^1.0",
27
"cache/namespaced-cache": "^1.0"
28
},
29
"require-dev": {
30
"phpunit/phpunit": "^4.8.36 || ^5.5",
31
- "symfony/symfony": "^2.7 || ^3.0",
+ "symfony/symfony": "^2.7 || ^3.0 || ^4.0",
32
"matthiasnoback/symfony-dependency-injection-test": "^1.0",
33
"nyholm/symfony-bundle-test": "^1.2.0",
34
"cache/apc-adapter": "^1.0",
0 commit comments