Skip to content

Commit d534c4b

Browse files
committed
Fix up stan.
1 parent ec15cb3 commit d534c4b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@
7474
"cs-check": "phpcs",
7575
"cs-fix": "phpcbf",
7676
"test": "phpunit",
77-
"stan": "phpstan analyse",
78-
"phpstan": "phpstan analyse",
79-
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^2.0.0 && mv composer.backup composer.json",
77+
"stan": "tools/phpstan analyse",
78+
"stan-setup": "phive install",
8079
"test-coverage": "phpunit --coverage-clover=clover.xml"
8180
},
8281
"config": {

0 commit comments

Comments
 (0)