From b7aa64c4362a05b1274d04021d599721529c62f2 Mon Sep 17 00:00:00 2001 From: Andrej Rypo Date: Fri, 19 Jan 2024 23:26:03 +0100 Subject: [PATCH] composer tweak removes dev alias --- composer.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index b335bf7..7eea1e6 100644 --- a/composer.json +++ b/composer.json @@ -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" ], @@ -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"] }