diff --git a/composer.json b/composer.json index e940740..73f4df6 100644 --- a/composer.json +++ b/composer.json @@ -53,14 +53,7 @@ "symfony/polyfill-php83": "*", "symfony/polyfill-php84": "*" }, - "scripts": { - "post-install-cmd": [ - "php bin/console cache:clear --no-warmup" - ], - "post-update-cmd": [ - "php bin/console cache:clear --no-warmup" - ] - }, + "scripts": {}, "conflict": { "symfony/symfony": "*" },