Skip to content

Commit 6d7a04c

Browse files
committed
Update composer shortcuts
1 parent 0e56999 commit 6d7a04c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@
4141
}
4242
},
4343
"scripts": {
44-
"analyse": "phpstan analyse",
45-
"lint": "php-cs-fixer fix -v",
46-
"test": "simple-phpunit"
44+
"run-checks": [
45+
"php-cs-fixer fix -vvv",
46+
"simple-phpunit",
47+
"phpstan analyse"
48+
]
4749
},
4850
"config": {
4951
"sort-packages": true

0 commit comments

Comments
 (0)