Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #59 from ergebnis/feature/update
Browse files Browse the repository at this point in the history
Enhancement: Update ergebnis/composer-normalize
  • Loading branch information
localheinz authored Dec 31, 2019
2 parents e7eae7d + 9030f3e commit bd8f6f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL "maintainer"="Andreas Möller <am@localheinz.com>"
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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd8f6f0

Please sign in to comment.