Skip to content

Commit 34c6fed

Browse files
committed
Allow Symfony 8.x components
1 parent eb53dfc commit 34c6fed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"doctrine/persistence": "^2.2 || ^3.0 || ^4.0",
4848
"psr/cache": "^1 || ^2 || ^3",
4949
"psr/clock": "^1",
50-
"symfony/cache": "^5.4 || ^6.0 || ^7.0",
51-
"symfony/string": "^5.4 || ^6.0 || ^7.0"
50+
"symfony/cache": "^5.4 || ^6.4 || ^7.3 || ^8.0",
51+
"symfony/string": "^5.4 || ^6.4 || ^7.3 || ^8.0"
5252
},
5353
"require-dev": {
5454
"behat/transliterator": "^1.2",
@@ -66,11 +66,11 @@
6666
"phpstan/phpstan-phpunit": "^2.0.3",
6767
"phpunit/phpunit": "^9.6",
6868
"rector/rector": "^2.0.6",
69-
"symfony/console": "^5.4 || ^6.0 || ^7.0",
70-
"symfony/doctrine-bridge": "^5.4 || ^6.0 || ^7.0",
71-
"symfony/phpunit-bridge": "^6.4 || ^7.0",
72-
"symfony/uid": "^5.4 || ^6.0 || ^7.0",
73-
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
69+
"symfony/console": "^5.4 || ^6.4 || ^7.3 || ^8.0",
70+
"symfony/doctrine-bridge": "^5.4 || ^6.4 || ^7.3 || ^8.0",
71+
"symfony/phpunit-bridge": "^6.4 || ^7.3 || ^8.0",
72+
"symfony/uid": "^5.4 || ^6.4 || ^7.3 || ^8.0",
73+
"symfony/yaml": "^5.4 || ^6.4 || ^7.3 || ^8.0"
7474
},
7575
"conflict": {
7676
"behat/transliterator": "<1.2 || >=2.0",

0 commit comments

Comments
 (0)