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 #23 from localheinz/feature/composer-normalize
Browse files Browse the repository at this point in the history
Enhancement: Update localheinz/composer-normalize
  • Loading branch information
localheinz authored Jun 1, 2019
2 parents a306760 + 318e3d0 commit a5b5902
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`0.2.5...master`](https://github.com/localheinz/composer-normalize-action/compare/0.2.5...master).
For a full diff see [`0.3.0...master`](https://github.com/localheinz/composer-normalize-action/compare/0.3.0...master).

## [`0.3.0`](https://github.com/localheinz/composer-normalize-action/releases/tag/0.3.0)

For a full diff see [`0.2.5...0.3.0`](https://github.com/localheinz/composer-normalize-action/compare/0.2.5...0.3.0).

### Changed

* Updated `localheinz/composer-normalize` ([#6](https://github.com/localheinz/composer-normalize-action/pull/6)), by [@localheinz](https://github.com/localheinz)

## [`0.2.5`](https://github.com/localheinz/composer-normalize-action/releases/tag/0.2.5)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer

ENV COMPOSER_ALLOW_SUPERUSER=1

RUN composer global require localheinz/composer-normalize:1.1.4
RUN composer global require localheinz/composer-normalize:1.2.0

ADD entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit a5b5902

Please sign in to comment.