Skip to content

Commit 95ed183

Browse files
Allow Symfony 8
1 parent 5a1182b commit 95ed183

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"sebastianfeldmann/camino": "^0.9.2",
4141
"sebastianfeldmann/cli": "^3.3",
4242
"sebastianfeldmann/git": "^3.15.3",
43-
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
44-
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
45-
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
43+
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
44+
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
45+
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
4646
},
4747
"require-dev": {
4848
"composer/composer": "~1 || ^2.0",

0 commit comments

Comments
 (0)