mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-22 10:16:12 +01:00

[TASK] Update all dependencies (#57)

This commit is contained in:
Oliver Klee 2020-07-02 11:45:19 +02:00 committed by GitHub
parent 95a0d58416
commit 0616bb778a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,20 +26,20 @@
}, },
"require": { "require": {
"php": "~7.2.0 || ~7.3.0 || ~7.4.0", "php": "~7.2.0 || ~7.3.0 || ~7.4.0",
"typo3/cms-core": "^9.5.4 || ^10.2", "typo3/cms-core": "^9.5 || ^10.4",
"typo3/cms-extbase": "^9.5 || ^10.2", "typo3/cms-extbase": "^9.5 || ^10.4",
"typo3/cms-fluid": "^9.5 || ^10.2", "typo3/cms-fluid": "^9.5 || ^10.4",
"typo3/cms-frontend": "^9.5 || ^10.2" "typo3/cms-frontend": "^9.5 || ^10.4"
}, },
"require-dev": { "require-dev": {
"codeception/codeception": "^3.0.3", "codeception/codeception": "^4.1.5",
"friendsofphp/php-cs-fixer": "^2.16.1", "friendsofphp/php-cs-fixer": "^2.16.3",
"helhum/typo3-composer-setup": "^0.5.4", "helhum/typo3-composer-setup": "^0.5.6",
"helmich/typo3-typoscript-lint": "^1.5.0", "helmich/typo3-typoscript-lint": "^2.1.1",
"nimut/testing-framework": "^4.1.5", "nimut/testing-framework": "^5.0.3",
"phpunit/phpunit": "^7.5.14", "phpunit/phpunit": "^7.5.20",
"squizlabs/php_codesniffer": "^3.5.3", "squizlabs/php_codesniffer": "^3.5.5",
"typo3/cms-fluid-styled-content": "^9.5" "typo3/cms-fluid-styled-content": "^9.5 || 10.4"
}, },
"replace": { "replace": {
"typo3-ter/tea": "self.version" "typo3-ter/tea": "self.version"