„composer.json“ ändern

Set dependency to exact typo3 version
This commit is contained in:
Sven Wappler 2020-12-21 22:22:31 +01:00
parent 21d4d1c0c0
commit 6f5e78be88

View File

@ -4,7 +4,7 @@
"license": "GPL-2.0-or-later",
"require": {
"cweagans/composer-patches": "^1",
"typo3/cms-core": ">=10.4.11"
"typo3/cms-core": "10.4.11"
},
"extra": {
"patches": {