Merge branch 'develop' into '63-activate-realurl'
# Conflicts: # html/typo3conf/ext/t3omy/Configuration/TypoScript/main.txt
.gitlab-ci/build/.php_cs
0 → 100644
... | ... | @@ -8,18 +8,10 @@ |
} | ||
], | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://composer.typo3.org" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/t3olayout.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/t3o_slack.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/t3o_ldap.git" | ||
... | ... | @@ -28,39 +20,40 @@ |
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/gitlab_api.git" | ||
} | ||
], | ||
"support": { | ||
"email": "maintenance@typo3.org", | ||
"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/t3o_slack": " ^1.1", | ||
"t3o/t3olayout": "^3.0", | ||
"t3o/t3o_ldap": "^1.0", | ||
"typo3-ter/femanager": "^4.0", | ||
"in2code/femanager": "^4.0", | ||
"in2code/userprofile": "^0.2", | ||
"sjbr/static-info-tables": "^6.5", | ||
"t3o/gitlab_api": "^1.0", | ||
"gordalina/cachetool": "^3.2" | ||
}, | ||
"config": { | ||
"bin-dir": "bin" | ||
"platform": { | ||
"php": "7.0.30" | ||
} | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"web-dir": "html", | ||
"cms-package-dir": "{$vendor-dir}/typo3/cms" | ||
}, | ||
"helhum/typo3-console": { | ||
"install-binary": true, | ||
"install-extension-dummy": false | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"T3o\\T3olayout\\": "html/typo3conf/ext/t3olayout/Classes", | ||
"T3o\\T3omy\\": "html/typo3conf/ext/t3omy/Classes", | ||
"T3o\\Userprofile\\": "html/typo3conf/ext/userprofile/Classes" | ||
"T3o\\Userprofile\\": "html/typo3conf/ext/userprofile/Classes", | ||
"T3o\\T3oSlack\\": "html/typo3conf/ext/t3o_slack/Classes" | ||
} | ||
} | ||
} |
This diff is collapsed.
html/typo3conf/.gitignore
0 → 100644