File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ RUN npm install -g less lesshint google-closure-compiler
53
53
54
54
ENV PHP_USER_ID=33 \
55
55
PHP_ENABLE_XDEBUG=0 \
56
- VERSION_COMPOSER_MERGE_PLUGIN=^1.3.1 \
57
56
VERSION_COMPOSER_ASSET_PLUGIN=^1.2.0 \
58
57
VERSION_PRESTISSIMO_PLUGIN=^0.3.0 \
59
58
VERSION_CODECEPTION=^2.2.6 \
@@ -77,7 +76,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- \
77
76
--filename=composer.phar \
78
77
--install-dir=/usr/local/bin && \
79
78
composer global require --optimize-autoloader \
80
- "wikimedia/composer-merge-plugin:${VERSION_COMPOSER_MERGE_PLUGIN}" \
81
79
"fxp/composer-asset-plugin:${VERSION_COMPOSER_ASSET_PLUGIN}" \
82
80
"hirak/prestissimo:${VERSION_PRESTISSIMO_PLUGIN}" && \
83
81
composer global dumpautoload --optimize
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ RUN npm install -g \
75
75
# Configure version constraints
76
76
ENV PHP_USER_ID=33 \
77
77
PHP_ENABLE_XDEBUG=0 \
78
- VERSION_COMPOSER_MERGE_PLUGIN=^1.3.1 \
79
78
VERSION_COMPOSER_ASSET_PLUGIN=^1.2.2 \
80
79
VERSION_PRESTISSIMO_PLUGIN=^0.3.0 \
81
80
VERSION_CODECEPTION=^2.2.6 \
@@ -98,7 +97,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- \
98
97
--filename=composer.phar \
99
98
--install-dir=/usr/local/bin && \
100
99
composer global require --optimize-autoloader \
101
- "wikimedia/composer-merge-plugin:${VERSION_COMPOSER_MERGE_PLUGIN}" \
102
100
"fxp/composer-asset-plugin:${VERSION_COMPOSER_ASSET_PLUGIN}" \
103
101
"hirak/prestissimo:${VERSION_PRESTISSIMO_PLUGIN}" && \
104
102
composer global dumpautoload --optimize
You can’t perform that action at this time.
0 commit comments