remove hirak/prestissimo - abandoned

This commit is contained in:
Roman Martinuk
2021-03-14 20:45:20 +03:00
parent 647ed61348
commit 1b6df79fc5

View File

@@ -1,7 +1,6 @@
FROM composer AS composer
WORKDIR /app
ADD . /app
RUN composer global require hirak/prestissimo
RUN composer install \
&& ./vendor/bin/phpcs --ignore=_build . \
&& ./vendor/bin/phpunit \