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 4287ca3 commit b508056Copy full SHA for b508056
1 file changed
composer.json
@@ -38,13 +38,13 @@
38
"rector/rector-symfony": "^0.11.42",
39
"sebastian/diff": "^4.0.4",
40
"ssch/typo3-rector": "^0.11.31",
41
- "symfony/console": "^5.3",
+ "symfony/console": "^5.3|^6.0",
42
"symfony/contracts": "^2.5",
43
- "symfony/dependency-injection": "^5.3",
+ "symfony/dependency-injection": "^5.3|^6.0",
44
"symfony/deprecation-contracts": "^2.4",
45
- "symfony/finder": "^5.3",
46
- "symfony/process": "^5.3",
47
- "symfony/yaml": "^5.3",
+ "symfony/finder": "^5.3|^6.0",
+ "symfony/process": "^5.3|^6.0",
+ "symfony/yaml": "^5.3|^6.0",
48
"symplify/astral": "^10.0",
49
"symplify/autowire-array-parameter": "^10.0",
50
"symplify/composer-json-manipulator": "^10.0",
0 commit comments