Skip to content

Commit

Permalink
build: Exclude folders/files from Composer archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaumgartl committed Apr 2, 2024
1 parent 2e5f8c2 commit d0ac454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}

0 comments on commit d0ac454

Please sign in to comment.