Use typo3-secure-web and change docroot folders
... | ... | @@ -12,6 +12,10 @@ |
"issues": "https://git-t3o.typo3.org/t3o/typo3.org/issues" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "path", | ||
"url": "extensions/*" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/t3olayout.git" | ||
... | ... | @@ -42,7 +46,6 @@ |
} | ||
], | ||
"require": { | ||
"typo3/cms-core": "^8.7", | ||
"typo3/cms-linkvalidator": "*", | ||
"helhum/typo3-console": "^5.0", | ||
"dmitryd/typo3-realurl": "2.3.0", | ||
... | ... | @@ -60,7 +63,10 @@ |
"cweagans/composer-patches": "^1.6", | ||
"mabahe/typo3-core-redirects": "^8.7", | ||
"typo3/cms-sys-note": "*", | ||
"t3g/hubspot-forms": "1.0.0" | ||
"t3g/hubspot-forms": "1.0.0", | ||
"helhum/typo3-secure-web": "^0.2.8", | ||
"t3o/t3org_layout": "@dev", | ||
"t3o/t3o_donation": "@dev" | ||
}, | ||
"config": { | ||
"platform": { | ||
... | ... | @@ -69,15 +75,10 @@ |
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"web-dir": "html", | ||
"root-dir": "private", | ||
"web-dir": "public", | ||
"cms-package-dir": "{$vendor-dir}/typo3/cms" | ||
}, | ||
"enable-patching": true | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"T3o\\T3orgLayout\\": "html/typo3conf/ext/t3org_layout/Classes", | ||
"T3o\\T3oDonation\\": "html/typo3conf/ext/t3o_donation/Classes" | ||
} | ||
} | ||
} |
This diff is collapsed.
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Please register or sign in to comment