Skip to content

Commit fd037dc

Browse files
committed
We can't guarantee compatibility with Symfony 8 until it's released.
1 parent 1ebf6dc commit fd037dc

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
@@ -32,9 +32,9 @@
3232
"jean85/pretty-package-versions": "^1.3.0 || ^2.0.1",
3333
"mongodb/mongodb": "^1.21 || ^2.0@dev",
3434
"psr/cache": "^1.0 || ^2.0 || ^3.0",
35-
"symfony/console": "^5.4 || ^6.4 || ^7.0 || ^8.0",
35+
"symfony/console": "^5.4 || ^6.4 || ^7.0",
3636
"symfony/deprecation-contracts": "^2.2 || ^3.0",
37-
"symfony/var-dumper": "^5.4 || ^6.4 || ^7.0 || ^8.0",
37+
"symfony/var-dumper": "^5.4 || ^6.4 || ^7.0",
3838
"symfony/var-exporter": "^6.4 || ^7.0"
3939
},
4040
"require-dev": {
@@ -49,7 +49,7 @@
4949
"phpstan/phpstan-phpunit": "^2.0",
5050
"phpunit/phpunit": "^10.4",
5151
"squizlabs/php_codesniffer": "^3.5",
52-
"symfony/cache": "^5.4 || ^6.4 || ^7.0 || ^8.0"
52+
"symfony/cache": "^5.4 || ^6.4 || ^7.0"
5353
},
5454
"conflict": {
5555
"doctrine/annotations": "<1.12 || >=3.0"

0 commit comments

Comments
 (0)