mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00
tea/Build
Daniel Siepmann 3dca33ebec
[TASK] Allow additional composer options for -s composerInstall (#1380)
This change modifies the `Build/Script/runTests.sh`
command dispatcher to allow passing composer options
to the `composer install` subcommand, for example

  Build/Scripts/runTests.sh -s composerInstall \
    -- --prefer-source

Note that this is already possible using the generic
`-s composer` dispatcher but would resolve some user
confusion.

This aligns our implementation of runTests.sh with TYPO3 core,
see: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84870

Resolves: #1346
2024-07-29 19:44:01 +02:00
..
phpunit [TASK] Enable PHPUnit garbage collector control (#1384) 2024-07-29 19:02:50 +02:00
Scripts [TASK] Allow additional composer options for -s composerInstall (#1380) 2024-07-29 19:44:01 +02:00
xliff [TASK] Move xliff linter to xliff dir (#1356) 2024-07-08 09:40:01 +02:00