Update composer.json

This commit is contained in:
Graham Campbell 2014-08-10 11:11:15 +01:00
parent 2f14f6b391
commit 0b8e69f0d0

View File

@ -1,13 +1,12 @@
{ {
"name": "league/oauth2-server", "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.", "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", "license": "MIT",
"require": { "require": {
"php": ">=5.4.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": ">=0.7.2", "mockery/mockery": "~0.8",
"league/phpunit-coverage-listener": "~1.0" "league/phpunit-coverage-listener": "~1.0"
}, },
"repositories": [ "repositories": [
@ -44,7 +43,9 @@
"League\\OAuth2\\Server": "src/" "League\\OAuth2\\Server": "src/"
} }
}, },
"suggest": { "extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
} }
} }