mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:16:12 +01:00
[TASK] Update the development dependencies (#305)
This commit is contained in:
parent
4bde411dd8
commit
610c54d30f
1 changed files with 9 additions and 9 deletions
|
@ -35,21 +35,21 @@
|
|||
"typo3/class-alias-loader": "< 1.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "^4.1.5",
|
||||
"ergebnis/composer-normalize": "^2.15",
|
||||
"codeception/codeception": "^4.1.22",
|
||||
"ergebnis/composer-normalize": "^2.15.0",
|
||||
"friendsofphp/php-cs-fixer": "^2.19.2",
|
||||
"helhum/typo3-composer-setup": "^0.5.7",
|
||||
"helmich/typo3-typoscript-lint": "^2.5",
|
||||
"helmich/typo3-typoscript-lint": "^2.5.2",
|
||||
"jangregor/phpstan-prophecy": "^0.8.1",
|
||||
"nimut/testing-framework": "^5.0.3",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
"phpstan/phpstan": "^0.12.96",
|
||||
"nimut/testing-framework": "^5.2.1",
|
||||
"phpstan/extension-installer": "^1.1.0",
|
||||
"phpstan/phpstan": "^0.12.98",
|
||||
"phpstan/phpstan-phpunit": "^0.12.22",
|
||||
"phpunit/phpunit": "^7.5.20",
|
||||
"saschaegerer/phpstan-typo3": "^0.13.3",
|
||||
"seld/jsonlint": "^1.8",
|
||||
"squizlabs/php_codesniffer": "^3.6",
|
||||
"symfony/yaml": "^4.4 || ^5.3",
|
||||
"seld/jsonlint": "^1.8.3",
|
||||
"squizlabs/php_codesniffer": "^3.6.0",
|
||||
"symfony/yaml": "^4.4.29 || ^5.3.6",
|
||||
"typo3/cms-fluid-styled-content": "^9.5 || ^10.4"
|
||||
},
|
||||
"config": {
|
||||
|
|
Loading…
Reference in a new issue