summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
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"]
}