Skip to content

Commit cf5c5a3

Browse files
committed
Add 'scripts' section to composer.json
1 parent 25d0736 commit cf5c5a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@
4343
"vimeo/psalm": "^4.22 || ^5.0"
4444
},
4545
"bin": ["bin/html-to-markdown"],
46+
"scripts": {
47+
"phpcs": "phpcs",
48+
"phpstan": "phpstan analyse",
49+
"phpunit": "phpunit --no-coverage",
50+
"psalm": "psalm --stats",
51+
"test": [
52+
"@phpcs",
53+
"@phpstan",
54+
"@psalm",
55+
"@phpunit"
56+
]
57+
},
4658
"extra": {
4759
"branch-alias": {
4860
"dev-master": "5.2-dev"

0 commit comments

Comments
 (0)