From d14a5939107433715bfefd27f59eef6081c75563 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 7 May 2020 15:39:49 +0200 Subject: [PATCH] Bump drupol/php-conventions. --- composer.json | 2 +- grumphp.yml.dist | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 77c4430..4d96e56 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "symfony/framework-bundle": "^5" }, "require-dev": { - "drupol/php-conventions": "^1.6.14", + "drupol/php-conventions": "^1.7.0", "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", "infection/infection": "^0.15.3", "phpspec/phpspec": "^6.1.1" diff --git a/grumphp.yml.dist b/grumphp.yml.dist index e67e11e..87a6c58 100644 --- a/grumphp.yml.dist +++ b/grumphp.yml.dist @@ -2,14 +2,6 @@ imports: - { resource: vendor/drupol/php-conventions/config/php71/grumphp.yml } parameters: - tasks.phpstan.ignore_patterns: - - vendor/ - - spec/ - - build/ - tasks.phpcs.ignore_patterns: - - vendor/ - - spec/ - - build/ extra_tasks: phpspec: verbose: true @@ -23,11 +15,3 @@ parameters: min_covered_msi: 10 metadata: priority: 2000 - securitychecker: - lockfile: ./composer.lock - format: ~ - end_point: ~ - timeout: ~ - run_always: false - metadata: - priority: 10000