Skip to content

Commit

Permalink
Change composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ba committed Aug 9, 2023
1 parent 72b4b8c commit 6ff2529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build/testing-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ services:
fi
php -v | grep '^PHP';
if [ ${TYPO3} -eq 11 ]; then
COMPOSER_HOME=${CORE_ROOT}/.Build/.composer require typo3/cms-core:^11.5 --dev -W --no-progress --no-interaction
composer require typo3/cms-core:^11.5 --dev -W --no-progress --no-interaction
elif [ ${TYPO3} -eq 10 ]; then
COMPOSER_HOME=${CORE_ROOT}/.Build/.composer require typo3/cms-core:^10.4 --dev -W --no-progress --no-interaction
composer require typo3/cms-core:^10.4 --dev -W --no-progress --no-interaction
else
COMPOSER_HOME=${CORE_ROOT}/.Build/.composer require typo3/cms-core:^12.4 typo3/coding-standards:^0.7 --dev -W --no-progress --no-interaction
composer require typo3/cms-core:^12.4 typo3/coding-standards:^0.7 --dev -W --no-progress --no-interaction
fi
"
Expand Down

0 comments on commit 6ff2529

Please sign in to comment.