From 0d751c9e689c171db40da7103ed711625fc23269 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 9 Feb 2025 16:51:10 +0100 Subject: [PATCH] Drop not necessary archive exclude --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 778910d..e1f568f 100644 --- a/composer.json +++ b/composer.json @@ -44,10 +44,5 @@ "include/barcodes/pdf417.php", "include/barcodes/qrcode.php" ] - }, - "archive": { - "exclude": [ - "/examples" - ] } }