Skip to content

Commit d8b9f90

Browse files
committed
add symfony/console 6 support
1 parent 336f073 commit d8b9f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"require": {
77
"ext-json": "*",
88
"php": "^7.3||^8.0",
9-
"symfony/console": "^5.2"
9+
"symfony/console": "^5.2|^6.0"
1010
},
1111
"require-dev": {
1212
"friendsofphp/php-cs-fixer": "^3.0",
13-
"phpunit/phpunit": "^9.4"
13+
"phpunit/phpunit": "^9.5"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)