From 8aa22a42fac6957df705059ec88ef9b858d9bcc0 Mon Sep 17 00:00:00 2001 From: Ilya Urvachev Date: Wed, 11 Oct 2023 14:30:51 +0300 Subject: [PATCH] fix(php): exclude most part of the repo for php package --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/composer.json b/composer.json index d1ada505cd3..454beeaa9fa 100644 --- a/composer.json +++ b/composer.json @@ -35,5 +35,19 @@ "branch-alias": { "dev-master": "1.0.x-dev" } + }, + "archive": { + "exclude": [ + "*", + ".*", + "!/CHANGES.md", + "!/LICENSE", + "!/NOTICE", + "!/README.md", + "!/composer.json", + "!/lib/php/README.apache.md", + "!/lib/php/README.md", + "!/lib/php/lib" + ] } }