See #375. Add automatic confirmation of installation of Composer

This commit is contained in:
Glavin Wiechert 2015-06-01 22:27:12 -03:00
parent c3635aa7a6
commit cc6d975354
1 changed files with 1 additions and 1 deletions

View File

@ -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