Skip to content

Commit

Permalink
add symfony/console 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Feb 4, 2022
1 parent 336f073 commit d8b9f90
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 @@ -6,11 +6,11 @@
"require": {
"ext-json": "*",
"php": "^7.3||^8.0",
"symfony/console": "^5.2"
"symfony/console": "^5.2|^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^9.4"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d8b9f90

Please sign in to comment.