From 4362f17fd63c0329c4a4e5a905d39feaf70240b8 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 11 Jul 2014 16:21:40 +0100 Subject: [PATCH] Update composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index ae7a81708..16b82ca09 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "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", "license": "MIT", "require": { "php": ">=5.4.0"