Introduce redirects module
... | @@ -57,7 +57,10 @@ | ... | @@ -57,7 +57,10 @@ |
"t3o/randombanners": "^1.0", | "t3o/randombanners": "^1.0", | ||
"t3o/t3o_donation": "^0.0.2", | "t3o/t3o_donation": "^0.0.2", | ||
"clickstorm/cs_seo": "2.2.0", | "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": { | "config": { | ||
"bin-dir": "bin" | "bin-dir": "bin" | ||
... | @@ -70,7 +73,8 @@ | ... | @@ -70,7 +73,8 @@ |
"helhum/typo3-console": { | "helhum/typo3-console": { | ||
"install-binary": true, | "install-binary": true, | ||
"install-extension-dummy": false | "install-extension-dummy": false | ||
} | }, | ||
"enable-patching": true | |||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
... | ... |
Please register or sign in to comment