Commit e9fa32ba authored by Tobias Munk's avatar Tobias Munk

added composer merge plugin

parent 828231e3
Pipeline #15983 passed with stages
in 11 minutes and 13 seconds
......@@ -52,6 +52,7 @@ RUN npm install -g less lesshint google-closure-compiler
ENV PHP_USER_ID=33 \
PHP_ENABLE_XDEBUG=0 \
VERSION_COMPOSER_MERGE_PLUGIN=^1.3.1 \
VERSION_COMPOSER_ASSET_PLUGIN=^1.2.0 \
VERSION_PRESTISSIMO_PLUGIN=^0.3.0 \
VERSION_CODECEPTION=^2.2.6 \
......@@ -76,6 +77,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer.phar \
--install-dir=/usr/local/bin && \
composer global require --optimize-autoloader \
"wikimedia/composer-merge-plugin:${VERSION_COMPOSER_MERGE_PLUGIN}" \
"fxp/composer-asset-plugin:${VERSION_COMPOSER_ASSET_PLUGIN}" \
"hirak/prestissimo:${VERSION_PRESTISSIMO_PLUGIN}" && \
composer global dumpautoload --optimize
......
......@@ -28,6 +28,7 @@ RUN pecl install apcu xdebug
# Configure library constraints
ENV PHP_USER_ID=33 \
PHP_ENABLE_XDEBUG=0 \
VERSION_COMPOSER_MERGE_PLUGIN=^1.3.1 \
VERSION_COMPOSER_ASSET_PLUGIN=^1.2.0 \
VERSION_PRESTISSIMO_PLUGIN=^0.3.0 \
VERSION_CODECEPTION=^2.2.6 \
......@@ -51,6 +52,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer.phar \
--install-dir=/usr/local/bin && \
composer global require --optimize-autoloader \
"wikimedia/composer-merge-plugin:${VERSION_COMPOSER_MERGE_PLUGIN}" \
"fxp/composer-asset-plugin:${VERSION_COMPOSER_ASSET_PLUGIN}" \
"hirak/prestissimo:${VERSION_PRESTISSIMO_PLUGIN}" && \
composer global dumpautoload --optimize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment