Skip to content

Commit

Permalink
Remove hirak/prestissimo from global dependencies
Browse files Browse the repository at this point in the history
Because it is not compatible with Composer 2. Projects that are still using Composer 1 (WHY?) should install it as a project-level dependency.
  • Loading branch information
mxr576 committed Nov 8, 2021
1 parent e1f8d8a commit 30045f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion images/php-cli/7.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ RUN apk add --no-cache git \
&& curl -L -o /usr/local/bin/composer https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar \
&& echo "$COMPOSER_HASH_SHA256 /usr/local/bin/composer" | sha256sum -c \
&& chmod +x /usr/local/bin/composer \
&& php -d memory_limit=-1 /usr/local/bin/composer global require hirak/prestissimo \
&& mkdir -p /home/.ssh \
&& fix-permissions /home/

Expand Down
1 change: 0 additions & 1 deletion images/php-cli/7.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ RUN apk add --no-cache git \
&& curl -L -o /usr/local/bin/composer https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar \
&& echo "$COMPOSER_HASH_SHA256 /usr/local/bin/composer" | sha256sum -c \
&& chmod +x /usr/local/bin/composer \
&& php -d memory_limit=-1 /usr/local/bin/composer global require hirak/prestissimo \
&& mkdir -p /home/.ssh \
&& fix-permissions /home/

Expand Down

0 comments on commit 30045f2

Please sign in to comment.