Skip to content

Commit

Permalink
support symfony v6
Browse files Browse the repository at this point in the history
  • Loading branch information
brainexe authored and ktomk committed Dec 9, 2021
1 parent 60c3474 commit 5c4bb62
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 @@ -5,8 +5,8 @@
"require": {
"php": "^7.0|^8.0",
"ext-simplexml": "*",
"symfony/console": "^2.5|^3|^4|^5",
"symfony/process": "^2.5|^3|^4|^5"
"symfony/console": "^2.5|^3|^4|^5|^6",
"symfony/process": "^2.5|^3|^4|^5|^6"
},
"require-dev": {
"symfony/console": "2.8.*"
Expand Down

0 comments on commit 5c4bb62

Please sign in to comment.