From 7bb14e9b28186e74cc6f369d1dad861450dfe527 Mon Sep 17 00:00:00 2001 From: Patrik Karisch Date: Sun, 18 Sep 2016 17:42:38 +0200 Subject: [PATCH] [BUGFIX] Fix branch alias to the current minor version It's better to fix the current minor release in the branch version too, so depending projects can use the dev version of this specific minor release and will not have any headaches when 9.0 gets released. Resolves: #77984 Releases: master Change-Id: I36def811213dd99a3bf938af0459026d6233f645 Reviewed-on: https://review.typo3.org/49966 Tested-by: TYPO3com Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1889f25..e94e82a 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "extra": { "branch-alias": { - "dev-master": "9.x-dev" + "dev-master": "9.0.x-dev" }, "typo3/cms": { "extension-key": "feedit"