mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[TASK] Update the development dependencies (#351)
This commit is contained in:
parent
ef82fe29bf
commit
79a13b96a4
1 changed files with 10 additions and 4 deletions
|
@ -32,19 +32,19 @@
|
|||
"typo3/cms-frontend": "^9.5 || ^10.4 || ^11.5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "^4.1.22",
|
||||
"codeception/codeception": "^4.1.27",
|
||||
"ergebnis/composer-normalize": "^2.18.0",
|
||||
"friendsofphp/php-cs-fixer": "^3.2",
|
||||
"friendsofphp/php-cs-fixer": "^3.4.0",
|
||||
"helmich/typo3-typoscript-lint": "^2.5.2",
|
||||
"jangregor/phpstan-prophecy": "^1.0.0",
|
||||
"nimut/testing-framework": "^6.0.0",
|
||||
"phpstan/extension-installer": "^1.1.0",
|
||||
"phpstan/phpstan": "^1.2.0",
|
||||
"phpstan/phpstan-phpunit": "^1.0.0",
|
||||
"phpunit/phpunit": "^8.5.21",
|
||||
"phpunit/phpunit": "^8.5.22",
|
||||
"saschaegerer/phpstan-typo3": "^1.0.0",
|
||||
"seld/jsonlint": "^1.8.3",
|
||||
"squizlabs/php_codesniffer": "^3.6.1",
|
||||
"squizlabs/php_codesniffer": "^3.6.2",
|
||||
"symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0",
|
||||
"typo3/cms-fluid-styled-content": "^9.5 || ^10.4 || ^11.5.2",
|
||||
"typo3/coding-standards": "^0.5.0"
|
||||
|
@ -68,6 +68,12 @@
|
|||
}
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"ergebnis/composer-normalize": false,
|
||||
"phpstan/extension-installer": false,
|
||||
"typo3/class-alias-loader": false,
|
||||
"typo3/cms-composer-installers": false
|
||||
},
|
||||
"preferred-install": {
|
||||
"*": "dist"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue