Skip to content

Commit

Permalink
chore: update composer to 2.7.7 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ynnoig committed Jul 22, 2024
1 parent bc7b20f commit 6d5b0fb
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ xdebug 3.2.2 stable
xhprof 2.3.9 stable
Composer
====================
Composer version 2.6.6
Composer version 2.7.7
```
##### Run the following to get the report
```bash
Expand Down
4 changes: 2 additions & 2 deletions alpine/3.18/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG SPRYKER_PHP_VERSION=8.1.28
FROM php:${SPRYKER_PHP_VERSION}-fpm-alpine3.18

ARG TARGETPLATFORM
ARG COMPOSER_VERSION=2.7.1
ARG COMPOSER_VERSION=2.7.7
ARG BLACKFIRE_VERSION=1.87.1
ARG BLACKFIRE_PHP_VERSION=81
ARG NEWRELIC_VERSION=10.22.0.12
Expand Down Expand Up @@ -98,7 +98,7 @@ RUN apk update \
${PHP_RUN_DEPS} \
&& \
apk add --no-cache --virtual .php-build-deps ${PHP_BUILD_DEPS} \
&& \
&& \
apk add --no-cache --virtual .graphviz-build-deps ${GRAPHVIZ_BUILD_DEPS} \
&& rm -rf /var/lib/apt/lists/ \
&& \
Expand Down
2 changes: 1 addition & 1 deletion alpine/3.18/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG SPRYKER_PHP_VERSION=8.2.19
FROM php:${SPRYKER_PHP_VERSION}-fpm-alpine3.18

ARG TARGETPLATFORM
ARG COMPOSER_VERSION=2.7.1
ARG COMPOSER_VERSION=2.7.7
ARG BLACKFIRE_VERSION=1.87.1
ARG BLACKFIRE_PHP_VERSION=82
ARG NEWRELIC_VERSION=10.22.0.12
Expand Down
4 changes: 2 additions & 2 deletions alpine/3.19/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG SPRYKER_PHP_VERSION=8.1.29
FROM php:${SPRYKER_PHP_VERSION}-fpm-alpine3.19

ARG TARGETPLATFORM
ARG COMPOSER_VERSION=2.7.1
ARG COMPOSER_VERSION=2.7.7
ARG BLACKFIRE_VERSION=1.87.1
ARG BLACKFIRE_PHP_VERSION=81
ARG NEWRELIC_VERSION=10.22.0.12
Expand Down Expand Up @@ -98,7 +98,7 @@ RUN apk update \
${PHP_RUN_DEPS} \
&& \
apk add --no-cache --virtual .php-build-deps ${PHP_BUILD_DEPS} \
&& \
&& \
apk add --no-cache --virtual .graphviz-build-deps ${GRAPHVIZ_BUILD_DEPS} \
&& rm -rf /var/lib/apt/lists/ \
&& \
Expand Down
2 changes: 1 addition & 1 deletion alpine/3.19/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG SPRYKER_PHP_VERSION=8.2.20
FROM php:${SPRYKER_PHP_VERSION}-fpm-alpine3.19

ARG TARGETPLATFORM
ARG COMPOSER_VERSION=2.7.1
ARG COMPOSER_VERSION=2.7.7
ARG BLACKFIRE_VERSION=1.87.1
ARG BLACKFIRE_PHP_VERSION=82
ARG NEWRELIC_VERSION=10.22.0.12
Expand Down
4 changes: 2 additions & 2 deletions alpine/3.20/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG SPRYKER_PHP_VERSION=8.1.29
FROM php:${SPRYKER_PHP_VERSION}-fpm-alpine3.20

ARG TARGETPLATFORM
ARG COMPOSER_VERSION=2.6.6
ARG COMPOSER_VERSION=2.7.7
ARG BLACKFIRE_VERSION=1.87.1
ARG BLACKFIRE_PHP_VERSION=81
ARG NEWRELIC_VERSION=10.22.0.12
Expand Down Expand Up @@ -98,7 +98,7 @@ RUN apk update \
${PHP_RUN_DEPS} \
&& \
apk add --no-cache --virtual .php-build-deps ${PHP_BUILD_DEPS} \
&& \
&& \
apk add --no-cache --virtual .graphviz-build-deps ${GRAPHVIZ_BUILD_DEPS} \
&& rm -rf /var/lib/apt/lists/ \
&& \
Expand Down
2 changes: 1 addition & 1 deletion alpine/3.20/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG SPRYKER_PHP_VERSION=8.2.20
FROM php:${SPRYKER_PHP_VERSION}-fpm-alpine3.20

ARG TARGETPLATFORM
ARG COMPOSER_VERSION=2.6.6
ARG COMPOSER_VERSION=2.7.7
ARG BLACKFIRE_VERSION=1.87.1
ARG BLACKFIRE_PHP_VERSION=82
ARG NEWRELIC_VERSION=10.22.0.12
Expand Down
2 changes: 1 addition & 1 deletion debian/bullseye/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG SPRYKER_PHP_VERSION=8.1.29
FROM php:${SPRYKER_PHP_VERSION}-fpm-bullseye

ARG TARGETPLATFORM
ARG COMPOSER_VERSION=2.7.1
ARG COMPOSER_VERSION=2.7.7
ARG BLACKFIRE_VERSION=1.87.1
ARG BLACKFIRE_PHP_VERSION=81
ARG NEWRELIC_VERSION=10.22.0.12
Expand Down
2 changes: 1 addition & 1 deletion debian/bullseye/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG SPRYKER_PHP_VERSION=8.2.20
FROM php:${SPRYKER_PHP_VERSION}-fpm-bullseye

ARG TARGETPLATFORM
ARG COMPOSER_VERSION=2.7.1
ARG COMPOSER_VERSION=2.7.7
ARG BLACKFIRE_VERSION=1.87.1
ARG BLACKFIRE_PHP_VERSION=82
ARG NEWRELIC_VERSION=10.22.0.12
Expand Down

0 comments on commit 6d5b0fb

Please sign in to comment.