Skip to content

Commit

Permalink
Allow Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
VolCh committed Nov 10, 2017
1 parent d9c8b26 commit 33ad265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/console": "~2.3 || ~3.0"
"symfony/console": "~2.3 || ~3.0 || ~4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
Expand Down

0 comments on commit 33ad265

Please sign in to comment.