mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 17:16:13 +01:00
[TASK] Bump the Symfony development dependencies (#1468)
For development versions, we don't need to bother supporting lower versions of dependencies.
This commit is contained in:
parent
b0a4a7c611
commit
ef1e39b20d
1 changed files with 3 additions and 3 deletions
|
@ -64,9 +64,9 @@
|
|||
"squizlabs/php_codesniffer": "^3.10.3",
|
||||
"ssch/typo3-rector": "^2.7.0",
|
||||
"ssch/typo3-rector-testing-framework": "^2.0.1",
|
||||
"symfony/console": "^5.4 || ^6.4 || ^7.0",
|
||||
"symfony/translation": "^5.4 || ^6.4 || ^7.0",
|
||||
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
|
||||
"symfony/console": "^5.4.44 || ^6.4.12 || ^7.1.5",
|
||||
"symfony/translation": "^5.4.44 || ^6.4.12 || ^7.1.5",
|
||||
"symfony/yaml": "^5.4.44 || ^6.4.12 || ^7.1.5",
|
||||
"tomasvotruba/cognitive-complexity": "^0.2.3",
|
||||
"tomasvotruba/type-coverage": "^0.3.1",
|
||||
"typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.2",
|
||||
|
|
Loading…
Reference in a new issue