Skip to content

Commit f6ab854

Browse files
committed
Revert "Allow Symfony 8 (#12110)"
This reverts commit 6b8207b.
1 parent 6b8207b commit f6ab854

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
@@ -33,8 +33,8 @@
3333
"doctrine/lexer": "^3",
3434
"doctrine/persistence": "^3.3.1 || ^4",
3535
"psr/cache": "^1 || ^2 || ^3",
36-
"symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
37-
"symfony/var-exporter": "^6.3.9 || ^7.0 || ^8.0"
36+
"symfony/console": "^5.4 || ^6.0 || ^7.0",
37+
"symfony/var-exporter": "^6.3.9 || ^7.0"
3838
},
3939
"require-dev": {
4040
"doctrine/coding-standard": "^13.0",
@@ -46,7 +46,7 @@
4646
"phpunit/phpunit": "^10.4.0",
4747
"psr/log": "^1 || ^2 || ^3",
4848
"squizlabs/php_codesniffer": "3.12.0",
49-
"symfony/cache": "^5.4 || ^6.2 || ^7.0 || ^8.0"
49+
"symfony/cache": "^5.4 || ^6.2 || ^7.0"
5050
},
5151
"suggest": {
5252
"ext-dom": "Provides support for XSD validation for XML mapping files",

0 commit comments

Comments
 (0)