@@ -55,11 +55,11 @@ ARG BUILD_DATE
5555ARG IMAGE_TAG=ghcr.io/devgine/composer-php:latest
5656
5757LABEL 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"
5959LABEL 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 \
6161different 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 )."
6363LABEL org.opencontainers.image.source="https://github.com/devgine/composer-php"
6464LABEL org.opencontainers.image.licenses=MIT
6565LABEL org.opencontainers.image.created=$BUILD_DATE
@@ -71,9 +71,9 @@ LABEL org.label-schema.schema-version="1.0"
7171LABEL org.label-schema.build-date=$BUILD_DATE
7272LABEL org.label-schema.name="devgine/composer-php"
7373LABEL 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 \
7575different 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 )."
7777LABEL org.label-schema.url="https://github.com/devgine/composer-php"
7878LABEL org.label-schema.vcs-url="https://github.com/devgine/composer-php"
7979LABEL org.label-schema.vcs-ref=$VCS_REF
0 commit comments