Skip to content

Commit ee3523f

Browse files
committed
Update image decscription
1 parent c76f3bb commit ee3523f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ ARG BUILD_DATE
5555
ARG IMAGE_TAG=ghcr.io/devgine/composer-php:latest
5656

5757
LABEL maintainer="[email protected]"
58-
LABEL org.opencontainers.image.title="Composer v$COMPOSER_VERSION PHP-fpm $PHP_VERSION docker image"
58+
LABEL org.opencontainers.image.title="Composer $COMPOSER_VERSION PHP-fpm $PHP_VERSION docker image"
5959
LABEL org.opencontainers.image.description="This is a docker image based on official alpine image, PHP-fpm \
60-
$PHP_VERSION and composer v$COMPOSER_VERSION. This image will help you to build and test your PHP projects with \
60+
$PHP_VERSION and composer $COMPOSER_VERSION. This image will help you to build and test your PHP projects with \
6161
different PHP version. It contains a necessary tools you need to analyze and test your PHP project \
62-
(xdebug, phpunit, phpstan, php-cs-fixer. phpmd and rector)."
62+
(xdebug, phpunit, rector, phpstan, psalm, phpcs, php-cs-fixer, phpmd and phpcpd)."
6363
LABEL org.opencontainers.image.source="https://github.com/devgine/composer-php"
6464
LABEL org.opencontainers.image.licenses=MIT
6565
LABEL org.opencontainers.image.created=$BUILD_DATE
@@ -71,9 +71,9 @@ LABEL org.label-schema.schema-version="1.0"
7171
LABEL org.label-schema.build-date=$BUILD_DATE
7272
LABEL org.label-schema.name="devgine/composer-php"
7373
LABEL org.label-schema.description="This is a docker image based on official alpine image, PHP-fpm \
74-
$PHP_VERSION and composer v$COMPOSER_VERSION. This image will help you to build and test your PHP projects with \
74+
$PHP_VERSION and composer $COMPOSER_VERSION. This image will help you to build and test your PHP projects with \
7575
different PHP version. It contains a necessary tools you need to analyze and test your PHP project \
76-
(xdebug, phpunit, phpstan, php-cs-fixer. phpmd and rector)."
76+
(xdebug, phpunit, rector, phpstan, psalm, phpcs, php-cs-fixer, phpmd and phpcpd)."
7777
LABEL org.label-schema.url="https://github.com/devgine/composer-php"
7878
LABEL org.label-schema.vcs-url="https://github.com/devgine/composer-php"
7979
LABEL org.label-schema.vcs-ref=$VCS_REF

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ This repository is a docker image based on official php, composer and alpine doc
1111
This docker image contains a necessary tools you need to analyze and test your PHP project
1212
* xdebug
1313
* phpunit
14+
* rector
1415
* phpstan
1516
* psalm
1617
* phpcs
1718
* php-cs-fixer
1819
* phpmd
1920
* phpcpd (available from php 7.3 version)
20-
* rector
2121

2222
Below is the list of docker images available by PHP versions:
2323

0 commit comments

Comments
 (0)