File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM php:7.3-alpine
22
33COPY --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
66ENV COMPOSER_ALLOW_SUPERUSER 1
77
88WORKDIR /docker
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM php:7.4-alpine
22
33COPY --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
66ENV COMPOSER_ALLOW_SUPERUSER 1
77
88WORKDIR /docker
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM php:8.0.0RC2-alpine
22
33COPY --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
66ENV COMPOSER_ALLOW_SUPERUSER 1
77
88WORKDIR /docker
Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments