We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d0736 commit cf5c5a3Copy full SHA for cf5c5a3
composer.json
@@ -43,6 +43,18 @@
43
"vimeo/psalm": "^4.22 || ^5.0"
44
},
45
"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
+ },
58
"extra": {
59
"branch-alias": {
60
"dev-master": "5.2-dev"
0 commit comments