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 fea8093 commit 72a75c7Copy full SHA for 72a75c7
composer.json
@@ -75,6 +75,9 @@
75
"post-root-package-install": [
76
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
77
],
78
+ "post-autoload-dump": [
79
+ "init-proxy.sh"
80
+ ],
81
"test": "co-phpunit -c phpunit.xml --colors=always",
82
"cs-fix": "php-cs-fixer fix $1",
83
"analyze": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config",
0 commit comments