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

Enhancement: Update ergebnis/composer-normalize #59

Merged
merged 1 commit into from
Dec 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>"
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