diff --git a/composer.json b/composer.json index 6670651..590013d 100644 --- a/composer.json +++ b/composer.json @@ -25,5 +25,8 @@ "ps_imageslider.php" ] }, - "author": "PrestaShop" -} \ No newline at end of file + "author": "PrestaShop", + "archive": { + "exclude": [".github", "tests", ".php-cs-fixer.dist.php"] + } +}