From b7c4b9b0c1b3bca1fb0c6928cc6c12f296394ab2 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 11 Oct 2021 13:47:14 +0200 Subject: [PATCH] Bump the branch alias for master This makes it `1.x-dev` to avoid having to update it at each minor release (and avoiding to differentiate whether the in-progress work is for a new patch or minor version, which was not taken care anyway). --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7112fb331..9ef42ac65 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "extra": { "branch-alias": { - "dev-master": "1.8.x-dev" + "dev-master": "1.x-dev" } } }