Bug #79461
closedSymfony command executed by linked binary with composer installation does not work
100%
Description
Symfony commands that are executed by using the link created during composer installation does not work correctly.
The reason is that entryPoingLevel is set to 4.
However, with the composer binary this value will not work as it will depend on the bin-dir configuration inside the composer.json
Using "__DIR__" or "__FILE__" will not work either due to possible symlinks.
Updated by Benni Mack almost 8 years ago
- Target version changed from 8.6 to 8 LTS
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
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/51331
Updated by Gerrit Code Review over 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51331
Updated by Gerrit Code Review over 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51331
Updated by Gerrit Code Review over 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51331
Updated by Gerrit Code Review over 7 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51331
Updated by Helmut Hummel over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 88c8cb80d6cd2b22fdeeb6b103ed8280dcd5de36.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed