Skip to content

Commit

Permalink
Merge pull request #13 from ravanscafi/v4-console
Browse files Browse the repository at this point in the history
Allow symfony/console v4
  • Loading branch information
gruberro authored Sep 18, 2018
2 parents e7a4b90 + 85a64bb commit 9663f77
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",
"mongodb/mongodb": "^1.0.0",
"symfony/console": "^3.0"
"symfony/console": "^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
Expand Down

0 comments on commit 9663f77

Please sign in to comment.