Merge branch 'task/new-server' into 'develop'
Change to PHP 7.2 and deployment to new server See merge request t3o/typo3.org!256
.gitmodules
deleted
100644 → 0
... | ... | @@ -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,24 +63,22 @@ |
"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": { | ||
"php": "7.0.30" | ||
"php": "7.2.13" | ||
} | ||
}, | ||
"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
Please register or sign in to comment