From fb25443956fcf2272b594a0b64f7c0bf98fd80e3 Mon Sep 17 00:00:00 2001 From: nmtho <144540995+toby7002@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:48:01 +0700 Subject: [PATCH] Nothing changed --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 7170665..eea6dd9 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,7 @@ } ], "scripts": { + "post-install-cmd": ["@composer bin box install"], "analyse": "./vendor/bin/phpstan analyse -c phpstan.neon.dist", "fix-cs": "./vendor/bin/php-cs-fixer fix", "build": "./vendor/bin/box compile"