From 351a39238f18be630cbfa2190848e48a0785d324 Mon Sep 17 00:00:00 2001 From: Sven Baumann Date: Sat, 10 Mar 2018 01:42:59 +0100 Subject: [PATCH] Add the branch alias --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index bd93179..8c442b3 100644 --- a/composer.json +++ b/composer.json @@ -24,5 +24,10 @@ "psr-4": { "MenAtWork\\DiffieHellman\\": "src" } + }, + "extra": { + "branch-alias": { + "dev-feature/php7": "0.4.x-dev" + } } }