Skip to content

Commit

Permalink
Merge pull request #55 from derrabus/improvement/symfony-5
Browse files Browse the repository at this point in the history
Allow symfony/console 5
  • Loading branch information
mnapoli committed Nov 26, 2019
2 parents f6e7fbf + 2ddfd5c commit 66807f8
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 @@ -16,7 +16,7 @@
},
"require": {
"php": ">=7.0",
"symfony/console": "~3.0|~4.0",
"symfony/console": "~3.0|~4.0|~5.0",
"php-di/invoker": "~2.0",
"psr/container": "^1.0"
},
Expand Down

0 comments on commit 66807f8

Please sign in to comment.