mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:36:13 +01:00
[TASK] Bump the development dependencies (#442)
This commit is contained in:
parent
7297675809
commit
e58c7fc150
1 changed files with 6 additions and 6 deletions
|
@ -34,7 +34,7 @@
|
||||||
"typo3/cms-frontend": "^10.4 || ^11.5.2"
|
"typo3/cms-frontend": "^10.4 || ^11.5.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"codeception/codeception": "^4.1.30",
|
"codeception/codeception": "^4.1.31",
|
||||||
"doctrine/dbal": "^2.13.8",
|
"doctrine/dbal": "^2.13.8",
|
||||||
"ergebnis/composer-normalize": "^2.19.0",
|
"ergebnis/composer-normalize": "^2.19.0",
|
||||||
"friendsofphp/php-cs-fixer": "^3.4.0",
|
"friendsofphp/php-cs-fixer": "^3.4.0",
|
||||||
|
@ -42,15 +42,15 @@
|
||||||
"jangregor/phpstan-prophecy": "^1.0.0",
|
"jangregor/phpstan-prophecy": "^1.0.0",
|
||||||
"php-coveralls/php-coveralls": "^2.5.2",
|
"php-coveralls/php-coveralls": "^2.5.2",
|
||||||
"phpstan/extension-installer": "^1.1.0",
|
"phpstan/extension-installer": "^1.1.0",
|
||||||
"phpstan/phpstan": "^1.4.9",
|
"phpstan/phpstan": "^1.6.2",
|
||||||
"phpstan/phpstan-phpunit": "^1.0.0",
|
"phpstan/phpstan-phpunit": "^1.1.1",
|
||||||
"phpunit/phpunit": "^8.5.24",
|
"phpunit/phpunit": "^8.5.26",
|
||||||
"saschaegerer/phpstan-typo3": "^1.1.2",
|
"saschaegerer/phpstan-typo3": "^1.1.2",
|
||||||
"seld/jsonlint": "^1.8.3",
|
"seld/jsonlint": "^1.9.0",
|
||||||
"squizlabs/php_codesniffer": "^3.6.2",
|
"squizlabs/php_codesniffer": "^3.6.2",
|
||||||
"symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0",
|
"symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0",
|
||||||
"typo3/cms-fluid-styled-content": "^10.4 || ^11.5.2",
|
"typo3/cms-fluid-styled-content": "^10.4 || ^11.5.2",
|
||||||
"typo3/coding-standards": "^0.5.0",
|
"typo3/coding-standards": "^0.5.2",
|
||||||
"typo3/testing-framework": "^6.15.3"
|
"typo3/testing-framework": "^6.15.3"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
|
|
Loading…
Reference in a new issue