Skip to content

Commit 9dbd65c

Browse files
author
Andreas Frömer
committed
Update CHANGELOG.md
1 parent 2f5e6ef commit 9dbd65c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.docker/php7.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:7.3-alpine
22

33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/
44

5-
COPY --from=composer:2.0.0-RC2 /usr/bin/composer /usr/bin/composer
5+
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
66
ENV COMPOSER_ALLOW_SUPERUSER 1
77

88
WORKDIR /docker

.docker/php7.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:7.4-alpine
22

33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/
44

5-
COPY --from=composer:2.0.0-RC2 /usr/bin/composer /usr/bin/composer
5+
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
66
ENV COMPOSER_ALLOW_SUPERUSER 1
77

88
WORKDIR /docker

.docker/php8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:8.0.0RC2-alpine
22

33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/
44

5-
COPY --from=composer:2.0.0-RC2 /usr/bin/composer /usr/bin/composer
5+
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
66
ENV COMPOSER_ALLOW_SUPERUSER 1
77

88
WORKDIR /docker

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## [0.8.0] - TBA
3+
## [Unreleased]
4+
5+
## [0.8.0] - 2020-11-05
6+
### Added
7+
- Added `Slice` unit ([#36](https://github.com/icanhazstring/systemctl-php/pull/36)) (thanks to [@peter279k](https://github.com/peter279k))
8+
- Added method `SystemCtl::reset-failed()` ([#37](https://github.com/icanhazstring/systemctl-php/pull/37)) (thanks to [@icanhazstring](https://github.com/icanhazstring))
9+
410
### Changed
511
- Dropped support for php7.2
612
- Dropped support for `symfony/process:^4.4`

0 commit comments

Comments
 (0)