From d807bd0a6a02af25feb933d8dcf4d3e7a12d423f Mon Sep 17 00:00:00 2001 From: Hari KT Date: Sun, 1 Dec 2013 11:08:41 +0530 Subject: [PATCH] Add branch alias to composer --- README.md | 2 +- composer.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c4e6438..83329113 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This library is installable and autoloadable via Composer with the following `require` element in your `composer.json` file: "require": { - "aura/sql": "dev-develop-2" + "aura/sql": "2.*@dev" } Alternatively, download or clone this repository, then require or include its diff --git a/composer.json b/composer.json index fb87df12..95416be4 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,9 @@ "extra": { "aura": { "type": "library" + }, + "branch-alias": { + "dev-develop-2": "2.0.x-dev" } } }