Update dependencies

Define PHP version to use.
Update all dependencies to newer versions.
This commit is contained in:
Daniel Siepmann 2022-05-30 16:06:08 +02:00
parent ac9db2e2c1
commit 21346b3c28
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -15,8 +15,9 @@
} }
}, },
"require": { "require": {
"typo3/cms-core": "^10.4", "php": "7.4.*",
"typo3/cms-extbase": "^10.4" "typo3/cms-core": "^11.5",
"typo3/cms-extbase": "^11.5"
}, },
"extra": { "extra": {
"typo3/cms": { "typo3/cms": {
@ -24,7 +25,7 @@
} }
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.5",
"phpspec/prophecy-phpunit": "^2.0" "phpspec/prophecy-phpunit": "^2.0"
}, },
"config": { "config": {