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

Commit e1fc0d8

Browse files
committed
chore: added shortcuts in composer.json
1 parent 02075e3 commit e1fc0d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@
4444
},
4545
"scripts": {
4646
"test": "vendor/bin/phpunit",
47-
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
48-
47+
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
48+
"cs": "vendor/bin/php-cs-fixer fix",
49+
"insights": "vendor/bin/insights",
50+
"stan": "vendor/bin/phpstan analyse"
4951
},
5052
"config": {
5153
"sort-packages": true

0 commit comments

Comments
 (0)