This repository was archived by the owner on Mar 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ For a full diff see [`0.5.2...0.6.0`][0.5.2...0.6.0].
15
15
### Changed
16
16
17
17
* References after move to [ @ergebnis ] ([ #57 ] ), by [ @localheinz ]
18
+ * Updated ` ergebnis/composer-normalize ` from ` 1.3.0 ` to ` 2.1.2 ` ([ #59 ] ), by [ @localheinz ]
18
19
19
20
## [ ` 0.5.2 ` ] [ 0.5.2 ]
20
21
@@ -188,6 +189,7 @@ For a full diff see [`afa2393...0.1.0`][afa2393...0.1.0].
188
189
[ #49 ] : https://github.com/ergebnis/composer-normalize-action/pull/49
189
190
[ #50 ] : https://github.com/ergebnis/composer-normalize-action/pull/50
190
191
[ #57 ] : https://github.com/ergebnis/composer-normalize-action/pull/57
192
+ [ #59 ] : https://github.com/ergebnis/composer-normalize-action/pull/59
191
193
192
194
[ @localheinz ] : https://github.com/localheinz
193
195
[ @ergebnis ] : https://github.com/localheinz
Original file line number Diff line number Diff line change 7
7
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
8
8
9
9
ENV COMPOSER_ALLOW_SUPERUSER=1
10
- ENV COMPOSER_NORMALIZE_VERSION_DEFAULT=1.3.0
10
+ ENV COMPOSER_NORMALIZE_VERSION_DEFAULT=2.1.2
11
11
12
12
RUN composer global require ergebnis/composer-normalize:$COMPOSER_NORMALIZE_VERSION_DEFAULT --no-interaction --no-progress --no-suggest
13
13
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ If you wish to specify the version of [`ergebnis/composer-normalize`](https://gi
137
137
- name: composer-normalize-action
138
138
uses: docker://ergebnis/composer-normalize-action:latest
139
139
+ env:
140
- + COMPOSER_NORMALIZE_VERSION: '^1.3.0 '
140
+ + COMPOSER_NORMALIZE_VERSION: '^2.1.2 '
141
141
` ` `
142
142
143
143
This value will be passed to [`entrypoint.sh`](entrypoint.sh) where it will be used for running
You can’t perform that action at this time.
0 commit comments