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 badc1fe commit b7226a4Copy full SHA for b7226a4
composer.json
@@ -36,6 +36,9 @@
36
}
37
],
38
"scripts": {
39
+ "post-autoload-dump": [
40
+ "@php ./tempest discovery:generate"
41
+ ],
42
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
43
"mago:fmt": "vendor/bin/mago fmt",
44
"mago:lint": "vendor/bin/mago lint --fix && vendor/bin/mago lint",
0 commit comments