See #375. Add automatic confirmation of installation of Composer
This commit is contained in:
parent
c3635aa7a6
commit
cc6d975354
|
@ -91,7 +91,7 @@ install:
|
||||||
- "SET PATH=C:\\tools\\php;%PATH%"
|
- "SET PATH=C:\\tools\\php;%PATH%"
|
||||||
- where php
|
- where php
|
||||||
# Composer
|
# Composer
|
||||||
- choco install composer
|
- cinst composer -y
|
||||||
# PHP-CS-Fixer
|
# PHP-CS-Fixer
|
||||||
- php composer.phar global require fabpot/php-cs-fixer
|
- php composer.phar global require fabpot/php-cs-fixer
|
||||||
- where php-cs-fixer
|
- where php-cs-fixer
|
||||||
|
|
Loading…
Reference in New Issue