Skip to content

Commit

Permalink
Add exclude while archiving package
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyennn committed Jul 4, 2024
1 parent 5aec8d2 commit 2a8462d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@
"require": {
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0"
},
"minimum-stability": "stable",
"archive": {
"exclude": [
"/.gitignore",
"/grumphp.yml",
"/pdepend.xml",
"/phpstan.neon",
"/phpunit.xml",
"/phpcs.xml",
"/phpmd.xml",
"/package.json",
"/.eslintrc.json",
"/.eslintignore",
"/tests",
"/.demo",
"/.github"
]
},
"authors": [
{
"name": "Tuyen Nguyen",
Expand Down

0 comments on commit 2a8462d

Please sign in to comment.