Skip to content

Commit

Permalink
composer tweak
Browse files Browse the repository at this point in the history
removes dev alias
  • Loading branch information
dakujem committed Jan 19, 2024
1 parent 29632f4 commit b7aa64c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "dakujem/oliva",
"description": "Flexible tree structures, materialized path trees, tree iterators.",
"description": "Flexible tree structure, tree builders (materialized paths, recursive, wrappers), traversal iterators, filter.",
"license": "Unlicense",
"keywords": [
"tree iterators",
"tree structures",
"tree",
"tree iterator",
"materialized path tree",
"recursive tree"
],
Expand Down Expand Up @@ -36,11 +36,6 @@
"test:local": "Run application tests with local configuration.",
"test:ci": "Run application tests, provide configuration options as needed."
},
"extra": {
"branch-alias": {
"dev-trunk": "1.0.x-dev"
}
},
"archive": {
"exclude": ["/tests", "/.github"]
}
Expand Down

0 comments on commit b7aa64c

Please sign in to comment.