From 5f7c14789bc8e66995f5e1ddd2b1a4446ed10dd2 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 26 Feb 2014 18:14:53 -0500 Subject: [PATCH] Bumped composer.json version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 910420535..f16fd43a7 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": "3.1.1", + "version": "3.1.2", "license": "MIT", "require": { "php": ">=5.4.0"