Skip to content

Commit 0b33a2a

Browse files
committed
Allow Symfony 6.x
1 parent 1f60489 commit 0b33a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=7.4",
13-
"symfony/console" : "4.0|^5.0",
13+
"symfony/console" : "4.0|^5.0|^6.0",
1414
"phpunit/php-timer": "^5.0"
1515
},
1616
"autoload" : {

0 commit comments

Comments
 (0)