From f2f99b429f7cae4d46a3881f25a06be399f391bc Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 8 May 2013 19:39:15 -0700 Subject: [PATCH] Version bump --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fa4bf547..6e98fa7f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "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": "2.0", + "version": "2.0.2", "homepage": "https://github.com/php-leop/oauth2-server", "license": "MIT", "require": { @@ -35,7 +35,8 @@ } ], "replace": { - "lncd/oauth2": "*" + "lncd/oauth2": "*", + "league/oauth2server": "*" }, "autoload": { "psr-0": {