diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-15 12:43:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-15 12:43:30 +0100 |
commit | d3e535cf627ffe379f1578ce0f49603b48271fc1 (patch) | |
tree | a1169f3c6cf690feb57f909c64f2640d57c081a5 /composer.json | |
parent | b7e6500f7674768eb53b0cacaad983be98bd7059 (diff) |
php-cs-fixer: 1.12.4
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/composer.json b/composer.json index 6cd8abc..24a8660 100644 --- a/composer.json +++ b/composer.json @@ -34,16 +34,5 @@ "autoload": { "psr-4": { "Symfony\\CS\\": "Symfony/CS/" } }, - "bin": ["php-cs-fixer"], - "scripts": { - "test": [ - "phpunit" - ], - "test-ci": [ - "phpunit --verbose --coverage-clover build/logs/clover.xml" - ] - }, - "config": { - "process-timeout": 0 - } + "bin": ["php-cs-fixer"] } |