Task #81868
closedDo not force optimize-autoloader in composer.json
100%
Description
This option (in config section) forced composer to create
optimized autoloader.
This improves speed but has three disadvantages:
- creating optimized autoloader may take much longer time
- new namespaces (folders) during development require a
further `composer dump`
- no possibility existing to deactivate optimized autoloader
from CLI, once it's set in composer.json config section
After this patch is applied, deployment servers need to call
composer install with -o flag, in order to enable optimized
autoloader.
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53475
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53475
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53475
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53475
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53475
Updated by Armin Vieweg over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a5c31241b708698e8c0d9ab95b69d99aba0375ee.