diff --git a/.travis.yml b/.travis.yml index c84ae8b..57f4f8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ before_install: install: - composer global require phpunit/phpunit:@stable satooshi/php-coveralls:@stable codeclimate/php-test-reporter:@stable sllh/composer-lint:@stable --prefer-dist --no-interaction - - if [ "$PHP_CS_FIXER_VERSION" != "" ]; then composer require "fabpot/php-cs-fixer:${PHP_CS_FIXER_VERSION}" --no-update; fi; + - if [ "$PHP_CS_FIXER_VERSION" != "" ]; then composer require "friendsofphp/php-cs-fixer:${PHP_CS_FIXER_VERSION}" --no-update; fi; - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi; - composer update --prefer-dist --no-interaction $COMPOSER_FLAGS