From d0ac454f85ef44c64cc17f551ec66efec5e3b526 Mon Sep 17 00:00:00 2001 From: Marco Baumgartl Date: Tue, 2 Apr 2024 14:49:29 +0200 Subject: [PATCH] build: Exclude folders/files from Composer archive --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index a9086c1..153cd45 100644 --- a/composer.json +++ b/composer.json @@ -40,5 +40,8 @@ "require-dev": { "http-interop/http-factory-guzzle": "^1.0", "phpunit/phpunit": "^9.0 || ^10.5" + }, + "archive": { + "exclude": [".github/", "tests/", "phpunit.xml.dist"] } }