Skip to content

Commit b79bac2

Browse files
committed
Add support for symfony 7
1 parent afa5301 commit b79bac2

3 files changed

Lines changed: 238 additions & 234 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"symfony/console": "^5.0||^6.0"
14+
"symfony/console": "^5.0 || ^6.0 || ^7.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)