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 authored Nov 8, 2021
1 parent e1f8d8a commit ef907c2
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit ef907c2

Please sign in to comment.