From c4eeb1772b62097ec7e1a5016ebda99a06f4a73c Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 26 May 2017 15:08:30 +0200 Subject: [PATCH] [TASK] Remove grumphp Grumphp is not wired correctly yet to the CI process, and the configuration is incomplete. We better configure the code quality tools directly in the .travis.yml. --- composer.json | 1 - grumphp.yml | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 grumphp.yml diff --git a/composer.json b/composer.json index 24056377..1617e492 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,6 @@ }, "require-dev": { "phpunit/phpunit": "3.7.*", - "phpro/grumphp": "^0.9.1", "squizlabs/php_codesniffer": "^2.6" }, "autoload": { diff --git a/grumphp.yml b/grumphp.yml deleted file mode 100644 index f241b97c..00000000 --- a/grumphp.yml +++ /dev/null @@ -1,11 +0,0 @@ -parameters: - git_dir: . - bin_dir: vendor/bin - tasks: - phpcs: - standard: 'PSR2' - show_warnings: false - tab_width: ~ - ignore_patterns: ['vendor/*'] - sniffs: [] - triggered_by: [php]