remove obsolete install-composer.sh

This commit is contained in:
Dominik Liebler
2019-12-15 20:26:34 +01:00
parent 18d9f07e9b
commit 38d8cbae06
2 changed files with 3 additions and 23 deletions

View File

@@ -193,14 +193,11 @@ pseudoxml:
install: vendor
composer.phar:
docker/install-composer.sh
vendor: composer.phar
php composer.phar install
vendor:
composer install
cs: install
./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor,_build .
./vendor/bin/phpcs .
test: install
./vendor/bin/phpunit