Skip to content

Commit eaf6017

Browse files
committed
update composer.json
1 parent 7ed74a3 commit eaf6017

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
},
6565
"scripts": {
6666
"phpcs": "php-cs-fixer fix -vv --diff --dry-run --allow-risky=yes",
67-
"phpstan-src": "phpstan analyse -l 7 -c phpstan.src.neon src",
68-
"phpstan-tests": "phpstan analyse -l 7 -c phpstan.tests.neon tests",
67+
"phpstan-src": "phpstan analyse -l max -c phpstan.src.neon src",
68+
"phpstan-tests": "phpstan analyse -l max -c phpstan.tests.neon tests",
6969
"phpstan": [
7070
"@phpstan-src",
7171
"@phpstan-tests"
@@ -74,9 +74,9 @@
7474
"post-install-cmd": "\\Pdp\\Installer::updateLocalCache",
7575
"post-update-cmd": "\\Pdp\\Installer::updateLocalCache",
7676
"test": [
77-
"@phpunit",
7877
"@phpcs",
79-
"@phpstan"
78+
"@phpstan",
79+
"@phpunit"
8080
]
8181
},
8282
"extra": {

data/pdp-PSL_FULL_5a3cc7f81795bb2e48e848af42d287b4.cache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)