Use typo3-secure-web
... | ... | @@ -16,10 +16,6 @@ |
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/t3olayout.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/t3o_ldap.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/gitlab_api.git" | ||
... | ... | @@ -30,11 +26,9 @@ |
"issues": "https://git-t3o.typo3.org/t3o/my/issues" | ||
}, | ||
"require": { | ||
"typo3/cms": "^8.7", | ||
"helhum/typo3-console": "^5.0", | ||
"dmitryd/typo3-realurl": "^2.1", | ||
"t3o/t3olayout": "^3.0", | ||
"t3o/t3o_ldap": "^1.0", | ||
"in2code/femanager": "^4.0", | ||
"in2code/userprofile": "^0.2", | ||
"sjbr/static-info-tables": "^6.5", | ||
... | ... | @@ -42,7 +36,9 @@ |
"gordalina/cachetool": "^3.2", | ||
"t3o/t3omy": "@dev", | ||
"t3o/karma": "@dev", | ||
"t3o/t3o_slack": "@dev" | ||
"t3o/t3o_slack": "@dev", | ||
"t3o/t3o_ldap": "@dev", | ||
"helhum/typo3-secure-web": "^0.2.8" | ||
}, | ||
"config": { | ||
"platform": { | ||
... | ... | @@ -52,6 +48,7 @@ |
"extra": { | ||
"typo3/cms": { | ||
"web-dir": "html", | ||
"root-dir": "private", | ||
"cms-package-dir": "{$vendor-dir}/typo3/cms" | ||
} | ||
}, | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment