refinery29/php-cs-fixer-config

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
it: cs test

composer:
    rm -rf composer.lock
    composer self-update
    composer validate
    composer update

cs: composer
    vendor/bin/php-cs-fixer fix --config=.php_cs --verbose --diff

test: composer
    vendor/bin/phpunit --configuration=phpunit.xml
    composer update --prefer-dist --prefer-lowest
    vendor/bin/phpunit --configuration=phpunit.xml