Skip to content

Commit a4fe3cd

Browse files
committed
Remove prestissimo to be compatible with Composer 2.0
1 parent 09d8344 commit a4fe3cd

File tree

4 files changed

+4
-36
lines changed

4 files changed

+4
-36
lines changed

Dockerfile.slim.apache

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
129129
PHP_EXTENSION_XSL=1 \
130130
PHP_EXTENSION_ZIP=1
131131

132-
# |--------------------------------------------------------------------------
133-
# | prestissimo
134-
# |--------------------------------------------------------------------------
135-
# |
136-
# | Installs Prestissimo to improve Composer download performance.
137-
# |
138-
139132
USER docker
140-
RUN composer global require hirak/prestissimo && \
141-
composer global require bamarni/symfony-console-autocomplete && \
133+
RUN composer global require bamarni/symfony-console-autocomplete && \
142134
rm -rf ~/.composer/cache
143135

144136
USER root

Dockerfile.slim.cli

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
129129
PHP_EXTENSION_XSL=1 \
130130
PHP_EXTENSION_ZIP=1
131131

132-
# |--------------------------------------------------------------------------
133-
# | prestissimo
134-
# |--------------------------------------------------------------------------
135-
# |
136-
# | Installs Prestissimo to improve Composer download performance.
137-
# |
138-
139132
USER docker
140-
RUN composer global require hirak/prestissimo && \
141-
composer global require bamarni/symfony-console-autocomplete && \
133+
RUN composer global require bamarni/symfony-console-autocomplete && \
142134
rm -rf ~/.composer/cache
143135

144136
USER root

Dockerfile.slim.fpm

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
129129
PHP_EXTENSION_XSL=1 \
130130
PHP_EXTENSION_ZIP=1
131131

132-
# |--------------------------------------------------------------------------
133-
# | prestissimo
134-
# |--------------------------------------------------------------------------
135-
# |
136-
# | Installs Prestissimo to improve Composer download performance.
137-
# |
138-
139132
USER docker
140-
RUN composer global require hirak/prestissimo && \
141-
composer global require bamarni/symfony-console-autocomplete && \
133+
RUN composer global require bamarni/symfony-console-autocomplete && \
142134
rm -rf ~/.composer/cache
143135

144136
USER root

utils/Dockerfile.slim.blueprint

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
131131
PHP_EXTENSION_XSL=1 \
132132
PHP_EXTENSION_ZIP=1
133133

134-
# |--------------------------------------------------------------------------
135-
# | prestissimo
136-
# |--------------------------------------------------------------------------
137-
# |
138-
# | Installs Prestissimo to improve Composer download performance.
139-
# |
140-
141134
USER docker
142-
RUN composer global require hirak/prestissimo && \
143-
composer global require bamarni/symfony-console-autocomplete && \
135+
RUN composer global require bamarni/symfony-console-autocomplete && \
144136
rm -rf ~/.composer/cache
145137

146138
USER root

0 commit comments

Comments
 (0)