mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 17:16:14 +01:00
[TASK] Bump the Symfony dependencies (#622)
Now the Symfony (dev) dependencies are in sync what TYPO3 11LTS and 12LTS require.
This commit is contained in:
parent
604d918081
commit
8d0f1e462b
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
|||
### Deprecated
|
||||
|
||||
### Removed
|
||||
- Drop support for Symfony 4.4 (#622)
|
||||
- Drop support for TYPO3 10LTS (#594)
|
||||
- Drop support for PHP 7.2 and 7.3 (#581)
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"saschaegerer/phpstan-typo3": "^1.1.2",
|
||||
"seld/jsonlint": "^1.9.0",
|
||||
"squizlabs/php_codesniffer": "^3.7.1",
|
||||
"symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0",
|
||||
"symfony/yaml": "^5.4 || ^6.1",
|
||||
"typo3/cms-fluid-styled-content": "^11.5.2",
|
||||
"typo3/coding-standards": "^0.5.5",
|
||||
"typo3/testing-framework": "^6.16.6"
|
||||
|
|
Loading…
Reference in a new issue