Skip to content

Commit

Permalink
fix(php): exclude most part of the repo for php package
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm-ctrlz committed Oct 11, 2023
1 parent 7b8c042 commit bca05e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}

0 comments on commit bca05e0

Please sign in to comment.