Skip to content

Commit

Permalink
amending package constraint
Browse files Browse the repository at this point in the history
switching from `symfony/console:^4.0` to `symfony/console:^4.0|^5.0`
  • Loading branch information
SignpostMarv committed Feb 13, 2020
1 parent 31afa4d commit d31251f
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 @@ -14,7 +14,7 @@
},
"require": {
"php": "^7.1",
"symfony/console": "^4.0",
"symfony/console": "^4.0|^5.0",
"symfony/finder": "^4.0",
"nikic/php-parser": "^4.0",
"jakub-onderka/php-console-highlighter": "^0.4",
Expand Down

0 comments on commit d31251f

Please sign in to comment.