Skip to content

Commit 03167c8

Browse files
committed
Allow Symfony 4
1 parent e3b284b commit 03167c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.2",
20-
"symfony/monolog-bridge": "~2.7|~3.0",
21-
"symfony/dependency-injection": "~2.7|~3.0",
22-
"symfony/config": "~2.7|~3.0",
23-
"symfony/http-kernel": "~2.7|~3.0",
20+
"symfony/monolog-bridge": "~2.7|~3.0|~4.0",
21+
"symfony/dependency-injection": "~2.7|~3.0|~4.0",
22+
"symfony/config": "~2.7|~3.0|~4.0",
23+
"symfony/http-kernel": "~2.7|~3.0|~4.0",
2424
"monolog/monolog": "~1.22"
2525
},
2626
"require-dev": {
27-
"symfony/yaml": "~2.3|~3.0",
28-
"symfony/console": "~2.3|~3.0",
27+
"symfony/yaml": "~2.3|~3.0|~4.0",
28+
"symfony/console": "~2.3|~3.0|~4.0",
2929
"phpunit/phpunit": "^4.8"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)