From 552e9a17b32a94a537e7ae359e088f79a4d5561d Mon Sep 17 00:00:00 2001 From: Adrien Foulon <6115458+Tofandel@users.noreply.github.com> Date: Thu, 22 Jun 2023 11:03:54 +0200 Subject: [PATCH] Remove unnecessary files from packagist archive --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"] + } +}