Skip to content

Commit

Permalink
Merge pull request #4 from jeremyb/patch-1
Browse files Browse the repository at this point in the history
Support for Symfony Console 4
  • Loading branch information
mnapoli authored Dec 23, 2017
2 parents 7e66402 + 4b75c36 commit 2d4022f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.0",
"doctrine/dbal": "^2.5",
"symfony/console": "^3.2"
"symfony/console": "^3.2 || ^4.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
Expand Down

0 comments on commit 2d4022f

Please sign in to comment.