Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 6420da1

Browse files
committed
fix: wrong path in composer scripts
1 parent 6386352 commit 6420da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test": "vendor/bin/phpunit",
4747
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
4848
"cs": "vendor/bin/php-cs-fixer fix",
49-
"insights": "vendor/bin/insights",
49+
"insights": "vendor/bin/phpinsights",
5050
"stan": "vendor/bin/phpstan analyse"
5151
},
5252
"config": {

0 commit comments

Comments
 (0)