From c0823c464e04066cbbd7aca7925300bb4863f1cc Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 13 Nov 2015 17:40:29 +0000 Subject: [PATCH] Tidy --- composer.json | 118 +++++++++++++++++++++++++------------------------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/composer.json b/composer.json index 19dc5c40..8fcad77f 100644 --- a/composer.json +++ b/composer.json @@ -1,61 +1,61 @@ { - "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.", - "homepage": "http://oauth2.thephpleague.com/", - "license": "MIT", - "require": { - "php": ">=5.5.9", - "league/event": "~2.1", - "zendframework/zend-diactoros": "~1.1" - }, - "require-dev": { - "phpunit/phpunit": "4.8.*", - "mockery/mockery": "0.9.*", - "codeception/codeception": "~2.0", - "flow/jsonpath": "0.2.*" - }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/thephpleague/oauth2-server.git" - } - ], - "keywords": [ - "oauth", - "oauth2", - "oauth 2", - "oauth 2.0", - "server", - "auth", - "authorization", - "authorisation", - "authentication", - "resource", - "api", - "auth", - "protect", - "secure" - ], - "authors": [ - { - "name": "Alex Bilbie", - "email": "hello@alexbilbie.com", - "homepage": "http://www.alexbilbie.com", - "role": "Developer" - } - ], - "replace": { - "lncd/oauth2": "*", - "league/oauth2server": "*" - }, - "autoload": { - "psr-4": { - "League\\OAuth2\\Server\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "LeagueTests\\": "tests/unit/" - } - } + "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.", + "homepage": "http://oauth2.thephpleague.com/", + "license": "MIT", + "require": { + "php": ">=5.5.9", + "league/event": "~2.1", + "zendframework/zend-diactoros": "~1.1" + }, + "require-dev": { + "phpunit/phpunit": "4.8.*", + "mockery/mockery": "0.9.*", + "codeception/codeception": "~2.0", + "flow/jsonpath": "0.2.*" + }, + "repositories": [ + { + "type": "git", + "url": "https://github.com/thephpleague/oauth2-server.git" + } + ], + "keywords": [ + "oauth", + "oauth2", + "oauth 2", + "oauth 2.0", + "server", + "auth", + "authorization", + "authorisation", + "authentication", + "resource", + "api", + "auth", + "protect", + "secure" + ], + "authors": [ + { + "name": "Alex Bilbie", + "email": "hello@alexbilbie.com", + "homepage": "http://www.alexbilbie.com", + "role": "Developer" + } + ], + "replace": { + "lncd/oauth2": "*", + "league/oauth2server": "*" + }, + "autoload": { + "psr-4": { + "League\\OAuth2\\Server\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "LeagueTests\\": "tests/unit/" + } + } }