mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2025-01-08 08:06:11 +01:00
[TASK] Update the development dependencies (#1538)
This is in preparation for adding support for PHP 8.4.
This commit is contained in:
parent
36dbc85951
commit
72983a82b5
1 changed files with 6 additions and 6 deletions
|
@ -49,20 +49,20 @@
|
|||
"require-dev": {
|
||||
"ergebnis/composer-normalize": "2.45.0",
|
||||
"friendsofphp/php-cs-fixer": "3.66.0",
|
||||
"helmich/typo3-typoscript-lint": "3.1.1",
|
||||
"helmich/typo3-typoscript-lint": "3.1.1 || 3.2.1",
|
||||
"icanhazstring/composer-unused": "0.8.11",
|
||||
"php-parallel-lint/php-parallel-lint": "1.4.0",
|
||||
"phpmd/phpmd": "2.15.0",
|
||||
"phpstan/extension-installer": "1.4.3",
|
||||
"phpstan/phpstan": "1.12.9",
|
||||
"phpstan/phpstan-phpunit": "1.4.0",
|
||||
"phpstan/phpstan": "1.12.14",
|
||||
"phpstan/phpstan-phpunit": "1.4.2",
|
||||
"phpstan/phpstan-strict-rules": "1.6.1",
|
||||
"phpunit/phpunit": "9.6.20",
|
||||
"phpunit/phpunit": "9.6.22",
|
||||
"saschaegerer/phpstan-typo3": "1.10.2",
|
||||
"seld/jsonlint": "1.11.0",
|
||||
"spaze/phpstan-disallowed-calls": "4.0.1",
|
||||
"squizlabs/php_codesniffer": "3.11.2",
|
||||
"ssch/typo3-rector": "2.12.0",
|
||||
"ssch/typo3-rector": "2.12.2",
|
||||
"ssch/typo3-rector-testing-framework": "2.0.1",
|
||||
"symfony/console": "5.4.47 || 6.4.17 || 7.2.1",
|
||||
"symfony/translation": "5.4.45 || 6.4.13 || 7.2.2",
|
||||
|
@ -71,7 +71,7 @@
|
|||
"tomasvotruba/type-coverage": "1.0.0",
|
||||
"typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.2",
|
||||
"typo3/coding-standards": "0.6.1 || 0.8.0",
|
||||
"typo3/testing-framework": "7.1.0",
|
||||
"typo3/testing-framework": "7.1.1",
|
||||
"webmozart/assert": "^1.11.0"
|
||||
},
|
||||
"replace": {
|
||||
|
|
Loading…
Reference in a new issue