Skip to content

Commit dfc8671

Browse files
committed
Minor
1 parent 8937f17 commit dfc8671

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

images/7.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz
130130

131131
# Install infection/infection for mutation testing
132132
RUN pecl install xdebug-2.8.0beta2 && docker-php-ext-enable xdebug
133-
RUN composer config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
133+
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
134134

135135
# Install Deptrac
136136
RUN mkdir -p /tools/deptrac && \

images/7.4/Dockerfile-alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz
129129

130130
# Install infection/infection for mutation testing
131131
RUN pecl install xdebug-3.0.1 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
132-
RUN composer config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
132+
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
133133

134134
# Install Deptrac
135135
RUN mkdir -p /tools/deptrac && \
@@ -139,7 +139,7 @@ RUN mkdir -p /tools/deptrac && \
139139
# Install PHP Insights
140140
RUN mkdir -p /tools/nunomaduro/phpinsights && \
141141
cd /tools/nunomaduro/phpinsights && \
142-
composer global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true && composer global require nunomaduro/phpinsights && \
142+
composer global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true && composer global require nunomaduro/phpinsights && \
143143
cd -
144144

145145
# Install phpstan

images/8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz
130130

131131
# Install infection/infection for mutation testing
132132
RUN pecl install xdebug-3.0.1 && docker-php-ext-enable xdebug
133-
RUN composer config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
133+
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
134134

135135
# Install Deptrac
136136
RUN mkdir -p /tools/deptrac && \

images/8.0/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz
129129

130130
# Install infection/infection for mutation testing
131131
RUN pecl install xdebug-3.0.1 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
132-
RUN composer config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
132+
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
133133

134134
# Install Deptrac
135135
RUN mkdir -p /tools/deptrac && \

images/8.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz
130130

131131
# Install infection/infection for mutation testing
132132
#RUN pecl install xdebug-3.0.4 && docker-php-ext-enable xdebug
133-
#RUN composer config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
133+
#RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
134134

135135
# Install Deptrac
136136
RUN mkdir -p /tools/deptrac && \

images/8.1/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz
129129

130130
# Install infection/infection for mutation testing
131131
#RUN pecl install xdebug-3.0.4 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
132-
#RUN composer config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
132+
#RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer require infection/infection
133133

134134
# Install Deptrac
135135
RUN mkdir -p /tools/deptrac && \

0 commit comments

Comments
 (0)