Skip to content

Commit

Permalink
Allow Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 18, 2017
1 parent e3b284b commit 03167c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -17,15 +17,15 @@
],
"require": {
"php": ">=5.3.2",
"symfony/monolog-bridge": "~2.7|~3.0",
"symfony/dependency-injection": "~2.7|~3.0",
"symfony/config": "~2.7|~3.0",
"symfony/http-kernel": "~2.7|~3.0",
"symfony/monolog-bridge": "~2.7|~3.0|~4.0",
"symfony/dependency-injection": "~2.7|~3.0|~4.0",
"symfony/config": "~2.7|~3.0|~4.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0",
"monolog/monolog": "~1.22"
},
"require-dev": {
"symfony/yaml": "~2.3|~3.0",
"symfony/console": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0|~4.0",
"symfony/console": "~2.3|~3.0|~4.0",
"phpunit/phpunit": "^4.8"
},
"autoload": {
Expand Down

0 comments on commit 03167c8

Please sign in to comment.