t3-patches/composer.json

16 lines
423 B
JSON
Raw Normal View History

2020-12-21 13:13:42 +01:00
{
"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": {
2020-12-21 13:26:00 +01:00
"cropping" : "https://git.wappler.systems/WapplerSystems/t3-patches/raw/branch/master/patches/93090-9a7debc.patch"
2020-12-21 13:13:42 +01:00
}
}
}
}