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:
Oliver Klee 2022-10-09 17:51:02 +02:00 committed by GitHub
parent 604d918081
commit 8d0f1e462b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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"