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 b97cdf5 commit 3a30eb3Copy full SHA for 3a30eb3
1 file changed
composer.json
@@ -36,7 +36,7 @@
36
"post-root-package-install": [
37
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
38
],
39
- "test:lint": "pint"
+ "test:lint": "pint",
40
"test:unit": "phpunit",
41
"test:type": "phpstan analyse --ansi",
42
"test": ["test:lint","@test:unit", "@test:type"]
0 commit comments