From 9030f3e81b7b316dcfa521da1d77e7e9a0df4506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 31 Dec 2019 19:55:39 +0100 Subject: [PATCH] Enhancement: Update ergebnis/composer-normalize --- CHANGELOG.md | 2 ++ Dockerfile | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b314d..7335b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ For a full diff see [`0.5.2...0.6.0`][0.5.2...0.6.0]. ### Changed * References after move to [@ergebnis] ([#57]), by [@localheinz] +* Updated `ergebnis/composer-normalize` from `1.3.0` to `2.1.2` ([#59]), by [@localheinz] ## [`0.5.2`][0.5.2] @@ -188,6 +189,7 @@ For a full diff see [`afa2393...0.1.0`][afa2393...0.1.0]. [#49]: https://github.com/ergebnis/composer-normalize-action/pull/49 [#50]: https://github.com/ergebnis/composer-normalize-action/pull/50 [#57]: https://github.com/ergebnis/composer-normalize-action/pull/57 +[#59]: https://github.com/ergebnis/composer-normalize-action/pull/59 [@localheinz]: https://github.com/localheinz [@ergebnis]: https://github.com/localheinz diff --git a/Dockerfile b/Dockerfile index b193c9a..ddde6a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL "maintainer"="Andreas Möller " COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer ENV COMPOSER_ALLOW_SUPERUSER=1 -ENV COMPOSER_NORMALIZE_VERSION_DEFAULT=1.3.0 +ENV COMPOSER_NORMALIZE_VERSION_DEFAULT=2.1.2 RUN composer global require ergebnis/composer-normalize:$COMPOSER_NORMALIZE_VERSION_DEFAULT --no-interaction --no-progress --no-suggest diff --git a/README.md b/README.md index 8f1560c..34b73ae 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ If you wish to specify the version of [`ergebnis/composer-normalize`](https://gi - name: composer-normalize-action uses: docker://ergebnis/composer-normalize-action:latest + env: -+ COMPOSER_NORMALIZE_VERSION: '^1.3.0' ++ COMPOSER_NORMALIZE_VERSION: '^2.1.2' ``` This value will be passed to [`entrypoint.sh`](entrypoint.sh) where it will be used for running