This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 8aa22a42f fix(php): exclude most part of the repo for php package
8aa22a42f is described below
commit 8aa22a42fac6957df705059ec88ef9b858d9bcc0
Author: Ilya Urvachev <[email protected]>
AuthorDate: Wed Oct 11 14:30:51 2023 +0300
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 d1ada505c..454beeaa9 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"
+ ]
}
}