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

Commit bd8f6f0

Browse files
authored
Merge pull request #59 from ergebnis/feature/update
Enhancement: Update ergebnis/composer-normalize
2 parents e7eae7d + 9030f3e commit bd8f6f0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For a full diff see [`0.5.2...0.6.0`][0.5.2...0.6.0].
1515
### Changed
1616

1717
* References after move to [@ergebnis] ([#57]), by [@localheinz]
18+
* Updated `ergebnis/composer-normalize` from `1.3.0` to `2.1.2` ([#59]), by [@localheinz]
1819

1920
## [`0.5.2`][0.5.2]
2021

@@ -188,6 +189,7 @@ For a full diff see [`afa2393...0.1.0`][afa2393...0.1.0].
188189
[#49]: https://github.com/ergebnis/composer-normalize-action/pull/49
189190
[#50]: https://github.com/ergebnis/composer-normalize-action/pull/50
190191
[#57]: https://github.com/ergebnis/composer-normalize-action/pull/57
192+
[#59]: https://github.com/ergebnis/composer-normalize-action/pull/59
191193

192194
[@localheinz]: https://github.com/localheinz
193195
[@ergebnis]: https://github.com/localheinz

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL "maintainer"="Andreas Möller <[email protected]>"
77
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
88

99
ENV COMPOSER_ALLOW_SUPERUSER=1
10-
ENV COMPOSER_NORMALIZE_VERSION_DEFAULT=1.3.0
10+
ENV COMPOSER_NORMALIZE_VERSION_DEFAULT=2.1.2
1111

1212
RUN composer global require ergebnis/composer-normalize:$COMPOSER_NORMALIZE_VERSION_DEFAULT --no-interaction --no-progress --no-suggest
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If you wish to specify the version of [`ergebnis/composer-normalize`](https://gi
137137
- name: composer-normalize-action
138138
uses: docker://ergebnis/composer-normalize-action:latest
139139
+ env:
140-
+ COMPOSER_NORMALIZE_VERSION: '^1.3.0'
140+
+ COMPOSER_NORMALIZE_VERSION: '^2.1.2'
141141
```
142142

143143
This value will be passed to [`entrypoint.sh`](entrypoint.sh) where it will be used for running

0 commit comments

Comments
 (0)