Clean composer.json
* Remove composer.typo3.org repository * Update typo3_console to ^5.0 * Move bin folder to vendor/bin * Adjust ddev and deployment to the new bin folder
... | ... | @@ -7,11 +7,11 @@ |
"email": "maintenance@typo3.org" | ||
} | ||
], | ||
"support": { | ||
"email": "maintenance@typo3.org", | ||
"issues": "https://git-t3o.typo3.org/t3o/typo3.org/issues" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://composer.typo3.org" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/t3olayout.git" | ||
... | ... | @@ -42,9 +42,9 @@ |
} | ||
], | ||
"require": { | ||
"typo3/cms": "^8.7", | ||
"typo3/cms-core": "^8.7", | ||
"typo3/cms-linkvalidator": "*", | ||
"helhum/typo3-console": "4.9.2", | ||
"helhum/typo3-console": "^5.0", | ||
"dmitryd/typo3-realurl": "2.3.0", | ||
"t3o/t3olayout": "^3.0", | ||
"t3o/certifications": "^1.0", | ||
... | ... | @@ -62,7 +62,6 @@ |
"mabahe/typo3-core-redirects": "^8.7" | ||
}, | ||
"config": { | ||
"bin-dir": "bin", | ||
"platform": { | ||
"php": "7.0.30" | ||
} | ||
... | ... | @@ -72,10 +71,6 @@ |
"web-dir": "html", | ||
"cms-package-dir": "{$vendor-dir}/typo3/cms" | ||
}, | ||
"helhum/typo3-console": { | ||
"install-binary": true, | ||
"install-extension-dummy": false | ||
}, | ||
"enable-patching": true | ||
}, | ||
"autoload": { | ||
... | ... |
Please register or sign in to comment