Actions
Task #81980
closedBug #81978: Improve Composer integration
Extract typo3 cli binary into individual composer package
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-07-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Doing so is fully backwards compatible but has several benefits:
- It will become possible for TYPO3 Console to replace this package so that not two but only one binary ends up in the bin directory
- We can get rid of generating the proxy autoload.php file entirely because this package will be installed in vendor, where we know the location of the original autoload.php of the project
- Using typo3/cms as root package for development, exposes the binary in bin/typo3 instead of typo3/sysext/core/bin/typo3
Actions