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 f768f1f commit b97cdf5Copy full SHA for b97cdf5
1 file changed
composer.json
@@ -36,9 +36,10 @@
36
"post-root-package-install": [
37
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
38
],
39
+ "test:lint": "pint"
40
"test:unit": "phpunit",
41
"test:type": "phpstan analyse --ansi",
- "test": ["@test:unit", "@test:type"]
42
+ "test": ["test:lint","@test:unit", "@test:type"]
43
},
44
"config": {
45
"optimize-autoloader": true,
0 commit comments