Skip to content

Commit

Permalink
Bump drupol/php-conventions.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 7, 2020
1 parent 7c4735a commit d14a593
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
16 changes: 0 additions & 16 deletions grumphp.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit d14a593

Please sign in to comment.