Do not install php tools on composer update
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
72c0f1b3c8
commit
9718fb26ba
10
update.sh
10
update.sh
@ -28,11 +28,11 @@ fi
|
||||
|
||||
echo -n "Updating composer and dependencies... "
|
||||
bin/composer --quiet self-update
|
||||
bin/composer --quiet global require \
|
||||
fabpot/php-cs-fixer \
|
||||
phpmd/phpmd \
|
||||
phpunit/phpunit \
|
||||
squizlabs/php_codesniffer
|
||||
#bin/composer --quiet global require \
|
||||
# fabpot/php-cs-fixer \
|
||||
# phpmd/phpmd \
|
||||
# phpunit/phpunit \
|
||||
# squizlabs/php_codesniffer
|
||||
|
||||
echo "Done."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user