Skip to content

Commit

Permalink
add support for Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Nov 22, 2019
1 parent 3509f4e commit 6ce5d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": "~7.2",
"symfony/console": "~3.4|~4.3",
"symfony/yaml": "~3.4|~4.3"
"symfony/console": "~3.4|~4.3|~5.0",
"symfony/yaml": "~3.4|~4.3|~5.0"
},
"require-dev": {
"consistence/coding-standard": "3.9",
Expand Down

0 comments on commit 6ce5d51

Please sign in to comment.