From 0b8e69f0d0cf61589bd57a4f1268b9517eb6bef1 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 10 Aug 2014 11:11:15 +0100 Subject: [PATCH] Update composer.json --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 1ace7e63..dcf0bfb6 100644 --- a/composer.json +++ b/composer.json @@ -1,13 +1,12 @@ { "name": "league/oauth2-server", "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", - "version": "3.2.3", "license": "MIT", "require": { "php": ">=5.4.0" }, "require-dev": { - "mockery/mockery": ">=0.7.2", + "mockery/mockery": "~0.8", "league/phpunit-coverage-listener": "~1.0" }, "repositories": [ @@ -44,7 +43,9 @@ "League\\OAuth2\\Server": "src/" } }, - "suggest": { - + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev" + } } }