From 0814579afdf91f6f769031733740e59b7abe2906 Mon Sep 17 00:00:00 2001 From: Tom Corrigan Date: Fri, 2 Aug 2013 02:40:14 +1000 Subject: [PATCH] Add a branch alias This will enable improved version constraints in phpdocumentor/reflection --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 0971747..ad118ca 100644 --- a/composer.json +++ b/composer.json @@ -14,5 +14,10 @@ }, "require-dev": { "phpunit/phpunit": "3.7.*@stable" + }, + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } } }