Skip to content

Commit 8cc81d3

Browse files
committed
Update scripts list.
1 parent b484f4c commit 8cc81d3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@
4040
}
4141
},
4242
"scripts": {
43-
"test": "php vendor/bin/phpunit",
44-
"test-coverage": "php vendor/bin/phpunit --coverage-html coverage"
43+
"test": "XDEBUG_MODE=develop,debug phpunit",
44+
"phpstan": "php -d memory_limit=256M vendor/bin/phpstan",
45+
"coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text",
46+
"all-checks": [
47+
"@test",
48+
"@phpstan"
49+
]
4550
}
4651
}

0 commit comments

Comments
 (0)