Skip to content

Commit f3050ec

Browse files
Oleg Maksimenkomac-cain13
Oleg Maksimenko
authored andcommitted
Symfony 7 support
1 parent 227913d commit f3050ec

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
@@ -16,8 +16,8 @@
1616
},
1717
"require": {
1818
"php": ">=8.0",
19-
"symfony/console": "^6.0",
20-
"symfony/dependency-injection": "^6.0"
19+
"symfony/console": "^6.0 || ^7.0",
20+
"symfony/dependency-injection": "^6.0 || ^7.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^8.0 || ^9.0"

0 commit comments

Comments
 (0)