Fixed dependency version

This commit is contained in:
Josh Sherman 2014-10-15 07:18:09 -04:00
parent 32e7ae5f0f
commit 08284b0f35
2 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,7 @@
}, },
"require": { "require": {
"php": ">=5.4", "php": ">=5.4",
"thephpleague/oauth2-server": "4.0.*" "league/oauth2-server": "4.0.x-dev"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

3
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "76708e9b1bd8a87135b6c5b4c0e38a2a", "hash": "f919c496ec07285f990ccb4efab8cf18",
"packages": [ "packages": [
{ {
"name": "league/event", "name": "league/event",
@ -1434,6 +1434,7 @@
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": {
"league/oauth2-server": 20,
"phpunit/phpunit": 20, "phpunit/phpunit": 20,
"satooshi/php-coveralls": 20 "satooshi/php-coveralls": 20
}, },