Skip to content

Commit 1664f55

Browse files
authored
Allow 7.x releases of Symfony console/cache
1 parent 1d978bd commit 1664f55

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
@@ -27,10 +27,10 @@
2727
"bin/potrans"
2828
],
2929
"require": {
30-
"symfony/console": "^6.0",
3130
"gettext/gettext": "^5.6",
3231
"google/cloud-translate": "^1.12",
33-
"symfony/cache": "^6.0",
32+
"symfony/console": "^6.0||^7.0",
33+
"symfony/cache": "^6.0||^7.0",
3434
"deeplcom/deepl-php": "^1.2",
3535
"vlucas/phpdotenv": "^5.6"
3636
},

0 commit comments

Comments
 (0)