We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8207b commit f6ab854Copy full SHA for f6ab854
composer.json
@@ -33,8 +33,8 @@
33
"doctrine/lexer": "^3",
34
"doctrine/persistence": "^3.3.1 || ^4",
35
"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"
+ "symfony/console": "^5.4 || ^6.0 || ^7.0",
+ "symfony/var-exporter": "^6.3.9 || ^7.0"
38
},
39
"require-dev": {
40
"doctrine/coding-standard": "^13.0",
@@ -46,7 +46,7 @@
46
"phpunit/phpunit": "^10.4.0",
47
"psr/log": "^1 || ^2 || ^3",
48
"squizlabs/php_codesniffer": "3.12.0",
49
- "symfony/cache": "^5.4 || ^6.2 || ^7.0 || ^8.0"
+ "symfony/cache": "^5.4 || ^6.2 || ^7.0"
50
51
"suggest": {
52
"ext-dom": "Provides support for XSD validation for XML mapping files",
0 commit comments