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 ee1cccd commit 0673632Copy full SHA for 0673632
1 file changed
composer.json
@@ -59,7 +59,8 @@
59
"test:unit": "phpunit",
60
"test:type": "phpstan analyse --ansi --no-progress",
61
"test": [
62
- "@test:type"
+ "@test:type",
63
+ "@test:unit"
64
]
65
},
66
"minimum-stability": "dev",
0 commit comments