Compare commits

..

No commits in common. "release/v10" and "master" have entirely different histories.

View File

@ -3,13 +3,13 @@
"description": "Patches for TYPO3 core", "description": "Patches for TYPO3 core",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"require": { "require": {
"cweagans/composer-patches": "^1", "cweagans/composer-patches": "dev-master",
"typo3/cms-core": "10.4.11" "typo3/cms-core": "^10.4"
}, },
"extra": { "extra": {
"patches": { "patches": {
"typo3/cms-core": { "typo3/cms-core": {
"#93090-cropping": "https://git.wappler.systems/WapplerSystems/t3-patches/raw/branch/release/v10/patches/93090-9a7debc.patch" "cropping": "https://git.wappler.systems/WapplerSystems/t3-patches/raw/branch/master/patches/93090-9a7debc.patch"
} }
} }
} }