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 7ee5d5d commit ef92e50
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 @@ -24,7 +24,7 @@
"symfony/security-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.0",
"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 @@ -3,14 +3,6 @@ imports:

parameters:
tasks.phpstan.configuration: phpstan.neon
tasks.phpstan.ignore_patterns:
- vendor/
- spec/
- build/
tasks.phpcs.ignore_patterns:
- vendor/
- spec/
- build/
extra_tasks:
phpspec:
verbose: true
Expand All @@ -24,11 +16,3 @@ parameters:
min_covered_msi: 50
metadata:
priority: 2000
securitychecker:
lockfile: ./composer.lock
format: ~
end_point: ~
timeout: ~
run_always: false
metadata:
priority: 10000

0 comments on commit ef92e50

Please sign in to comment.