mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 10:36:13 +01:00
[TASK] Update all dependencies (#57)
This commit is contained in:
parent
95a0d58416
commit
0616bb778a
1 changed files with 12 additions and 12 deletions
|
@ -26,20 +26,20 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "~7.2.0 || ~7.3.0 || ~7.4.0",
|
||||
"typo3/cms-core": "^9.5.4 || ^10.2",
|
||||
"typo3/cms-extbase": "^9.5 || ^10.2",
|
||||
"typo3/cms-fluid": "^9.5 || ^10.2",
|
||||
"typo3/cms-frontend": "^9.5 || ^10.2"
|
||||
"typo3/cms-core": "^9.5 || ^10.4",
|
||||
"typo3/cms-extbase": "^9.5 || ^10.4",
|
||||
"typo3/cms-fluid": "^9.5 || ^10.4",
|
||||
"typo3/cms-frontend": "^9.5 || ^10.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "^3.0.3",
|
||||
"friendsofphp/php-cs-fixer": "^2.16.1",
|
||||
"helhum/typo3-composer-setup": "^0.5.4",
|
||||
"helmich/typo3-typoscript-lint": "^1.5.0",
|
||||
"nimut/testing-framework": "^4.1.5",
|
||||
"phpunit/phpunit": "^7.5.14",
|
||||
"squizlabs/php_codesniffer": "^3.5.3",
|
||||
"typo3/cms-fluid-styled-content": "^9.5"
|
||||
"codeception/codeception": "^4.1.5",
|
||||
"friendsofphp/php-cs-fixer": "^2.16.3",
|
||||
"helhum/typo3-composer-setup": "^0.5.6",
|
||||
"helmich/typo3-typoscript-lint": "^2.1.1",
|
||||
"nimut/testing-framework": "^5.0.3",
|
||||
"phpunit/phpunit": "^7.5.20",
|
||||
"squizlabs/php_codesniffer": "^3.5.5",
|
||||
"typo3/cms-fluid-styled-content": "^9.5 || 10.4"
|
||||
},
|
||||
"replace": {
|
||||
"typo3-ter/tea": "self.version"
|
||||
|
|
Loading…
Reference in a new issue