This commit is contained in:
Sven Wappler 2020-12-21 13:59:29 +01:00
parent f566bba5fe
commit 18d0327b62

View File

@ -1,15 +1,16 @@
{
"name": "wapplersystems/t3-patches",
"description" : "Patches for TYPO3 core",
"license": "GPL-2.0-or-later",
"require": {
"cweagans/composer-patches": "~1.0"
},
"extra": {
"patches": {
"typo3/cms-core": {
"cropping" : "https://git.wappler.systems/WapplerSystems/t3-patches/raw/branch/master/patches/93090-9a7debc.patch"
}
}
}
"name": "wapplersystems/t3-patches",
"description": "Patches for TYPO3 core",
"license": "GPL-2.0-or-later",
"require": {
"cweagans/composer-patches": "~1.0"
},
"extra": {
"enable-patching": true,
"patches": {
"typo3/cms-core": {
"cropping": "https://git.wappler.systems/WapplerSystems/t3-patches/raw/branch/master/patches/93090-9a7debc.patch"
}
}
}
}