Skip to content

Commit 3f65f2f

Browse files
authored
Allowing symfony 4.0
1 parent 0e5c3cc commit 3f65f2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"require": {
2121
"php": "^5.6 || ^7.0",
2222
"cache/array-adapter": "^1.0",
23-
"symfony/framework-bundle": "^2.7 || ^3.0",
24-
"symfony/options-resolver": "^2.7 || ^3.0",
23+
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
24+
"symfony/options-resolver": "^2.7 || ^3.0 || ^4.0",
2525
"psr/cache": "^1.0",
2626
"psr/log": "^1.0",
2727
"cache/namespaced-cache": "^1.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^4.8.36 || ^5.5",
31-
"symfony/symfony": "^2.7 || ^3.0",
31+
"symfony/symfony": "^2.7 || ^3.0 || ^4.0",
3232
"matthiasnoback/symfony-dependency-injection-test": "^1.0",
3333
"nyholm/symfony-bundle-test": "^1.2.0",
3434
"cache/apc-adapter": "^1.0",

0 commit comments

Comments
 (0)