Skip to content

Commit

Permalink
Upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed Sep 8, 2020
1 parent 00b8bfd commit ccb44d5
Showing 2 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -7,10 +7,10 @@
"email": "lasse.lehtinen@iki.fi"
}],
"require": {
"phpro/grumphp": "^0.17",
"phpmd/phpmd": "^2.7",
"phpro/grumphp": "^0.22",
"phpmd/phpmd": "^2.9",
"sensiolabs/security-checker": "^6.0",
"squizlabs/php_codesniffer": "^3.4",
"nunomaduro/larastan": "^0.5"
"squizlabs/php_codesniffer": "^3.5",
"nunomaduro/larastan": "^0.6"
}
}
12 changes: 5 additions & 7 deletions grumphp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
parameters:
git_dir: .
bin_dir: vendor/bin
grumphp:
ascii:
failed: null
succeeded: null
@@ -29,12 +27,12 @@ parameters:
exclude: ['Generic.Files.LineLength']
phpstan:
ignore_patterns: ['/^tests(.*)/', '/^database(.*)/', '/^config(.*)/', '/^routes(.*)/', '/deploy.php/']
configuration: vendor/lasselehtinen/laravel-conventions-checker/phpstan.neon
level: 5
configuration: vendor/lasselehtinen/laravel-conventions-checker/phpstan.neon
level: 5
metadata: {priority: 300}
phpmd:
whitelist_patterns: ['/^app(.*)/', '/^config(.*)/', '/^recources(.*)/']
whitelist_patterns: ['/^app(.*)/', '/^config(.*)/', '/^recources(.*)/']
ruleset: ['vendor/lasselehtinen/laravel-conventions-checker/ruleset.xml']
metadata: {priority: 200}
metadata: {priority: 200}
phpunit:
metadata: {priority: 100}

0 comments on commit ccb44d5

Please sign in to comment.