Introduce redirects module
... | ... | @@ -57,7 +57,10 @@ |
"t3o/randombanners": "^1.0", | ||
"t3o/t3o_donation": "^0.0.2", | ||
"clickstorm/cs_seo": "2.2.0", | ||
"gordalina/cachetool": "^3.2" | ||
"gordalina/cachetool": "^3.2", | ||
"cweagans/composer-patches": "^1.6", | ||
"mabahe/typo3-core-redirects": "^8.7", | ||
"typo3/cms-redirects": "*" | ||
}, | ||
"config": { | ||
"bin-dir": "bin" | ||
... | ... | @@ -70,7 +73,8 @@ |
"helhum/typo3-console": { | ||
"install-binary": true, | ||
"install-extension-dummy": false | ||
} | ||
}, | ||
"enable-patching": true | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment