mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-15 03:14:20 +02:00
remove obsolete install-composer.sh
This commit is contained in:
9
Makefile
9
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user