mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02:00

[TASK] Upgrade to helmich/typo3-typoscript-lint V3 (#645)

This unblocks the road to Symfony 6 (which is required for TYPO3 12).
This commit is contained in:
Oliver Klee 2022-10-16 17:42:10 +02:00 committed by GitHub
parent ed5fc0edb9
commit 98fc40b38d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added
### Changed
- Upgrade to `helmich/typo3-typoscript-lint` V3 (#645)
- Upgrade to the testing framework v7 (#629)
- Make the TCA ready for TYPO3 v12 (#625)
- Upgrade to PHPUnit 9 and PHPCOV 8 (#610)

View file

@ -38,7 +38,7 @@
"doctrine/dbal": "^2.13.8 || ^3.3.7",
"ergebnis/composer-normalize": "^2.28.3",
"friendsofphp/php-cs-fixer": "^3.12.0",
"helmich/typo3-typoscript-lint": "^2.5.2",
"helmich/typo3-typoscript-lint": "^3.0.0",
"jangregor/phpstan-prophecy": "^1.0.0",
"php-coveralls/php-coveralls": "^2.5.3",
"phpspec/prophecy": "^1.15.0",