Skip to content

Commit 8eb5a25

Browse files
Make it work properly with Symfony 8 (#177)
1 parent 4ea73e9 commit 8eb5a25

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
@@ -25,10 +25,10 @@
2525
"symfony/yaml": "^6.0 || ^7.0.7 || ^8.0"
2626
},
2727
"conflict": {
28-
"symfony/console": "<5.2 || ^6.0 || ^7.0 || ^8.0"
28+
"symfony/console": "<5.2"
2929
},
3030
"require-dev": {
31-
"symfony/filesystem": "^6 || ^7.0.7 || ^6.0 || ^8.0",
31+
"symfony/filesystem": "^6.0 || ^7.0.7 || ^8.0",
3232
"phpunit/phpunit": "^10.5.20 | ^11.1.3"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)