Updated dependencies

This commit is contained in:
Josh Sherman 2014-10-19 09:31:01 -04:00
parent 6414644f35
commit a4242fd611

198
composer.lock generated
View file

@ -4,160 +4,35 @@
"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": "f919c496ec07285f990ccb4efab8cf18", "hash": "5c522617d27e476602ea1c1b1622b9ed",
"packages": [ "packages": [
{ {
"name": "league/event", "name": "bshaffer/oauth2-server-php",
"version": "1.0.0", "version": "v1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/event.git", "url": "https://github.com/bshaffer/oauth2-server-php.git",
"reference": "06adb7ce55b93346be43a3ba677ac613bbf288a2" "reference": "74fcc75e47614c1417c750e907a44567d9ceee1f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/event/zipball/06adb7ce55b93346be43a3ba677ac613bbf288a2", "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/74fcc75e47614c1417c750e907a44567d9ceee1f",
"reference": "06adb7ce55b93346be43a3ba677ac613bbf288a2", "reference": "74fcc75e47614c1417c750e907a44567d9ceee1f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4.0" "php": ">=5.3.9"
}, },
"require-dev": { "suggest": {
"henrikbjorn/phpspec-code-coverage": "1.0.*@dev", "aws/aws-sdk-php": "Required to use the DynamoDB storage engine",
"phpspec/phpspec": "2.0.*@dev" "predis/predis": "Required to use the Redis storage engine",
"thobbs/phpcassa": "Required to use the Cassandra storage engine"
}, },
"type": "library", "type": "library",
"autoload": {
"psr-4": {
"League\\Event\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Event package",
"keywords": [
"emitter",
"event",
"listener"
],
"time": "2014-09-09 14:40:43"
},
{
"name": "league/oauth2-server",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git",
"reference": "6333a975f8fb51111b447a7e85806e4519fb52b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/6333a975f8fb51111b447a7e85806e4519fb52b9",
"reference": "6333a975f8fb51111b447a7e85806e4519fb52b9",
"shasum": ""
},
"require": {
"league/event": "1.0.*",
"php": ">=5.4.0",
"symfony/http-foundation": "~2.1"
},
"replace": {
"league/oauth2server": "*",
"lncd/oauth2": "*"
},
"require-dev": {
"alexbilbie/fizzfuzz": "dev-develop",
"codeception/codeception": "2.0.*",
"league/phpunit-coverage-listener": "~1.0",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "4.0.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Server\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
}
],
"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/",
"keywords": [
"Authentication",
"api",
"auth",
"authorisation",
"authorization",
"oauth",
"oauth 2",
"oauth 2.0",
"oauth2",
"protect",
"resource",
"secure",
"server"
],
"time": "2014-10-03 13:42:01"
},
{
"name": "symfony/http-foundation",
"version": "dev-master",
"target-dir": "Symfony/Component/HttpFoundation",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpFoundation.git",
"reference": "c24942a7ec2d8409d1f60d02c4460ca8317e885a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/c24942a7ec2d8409d1f60d02c4460ca8317e885a",
"reference": "c24942a7ec2d8409d1f60d02c4460ca8317e885a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/expression-language": "~2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\HttpFoundation\\": "" "OAuth2": "src/"
}, }
"classmap": [
"Symfony/Component/HttpFoundation/Resources/stubs"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -165,17 +40,19 @@
], ],
"authors": [ "authors": [
{ {
"name": "Symfony Community", "name": "Brent Shaffer",
"homepage": "http://symfony.com/contributors" "email": "bshafs@gmail.com",
}, "homepage": "http://brentertainment.com"
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
} }
], ],
"description": "Symfony HttpFoundation Component", "description": "OAuth2 Server for PHP",
"homepage": "http://symfony.com", "homepage": "http://github.com/bshaffer/oauth2-server-php",
"time": "2014-10-07 14:06:18" "keywords": [
"auth",
"oauth",
"oauth2"
],
"time": "2014-08-28 02:13:42"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -239,12 +116,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle3.git", "url": "https://github.com/guzzle/guzzle3.git",
"reference": "d27346b6c8cb6a42092e763f8a2f674dfc560956" "reference": "3c0ca2255751631f1dd64eb16bbe3b9440258297"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle3/zipball/d27346b6c8cb6a42092e763f8a2f674dfc560956", "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/3c0ca2255751631f1dd64eb16bbe3b9440258297",
"reference": "d27346b6c8cb6a42092e763f8a2f674dfc560956", "reference": "3c0ca2255751631f1dd64eb16bbe3b9440258297",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -323,7 +200,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2014-09-16 21:19:27" "time": "2014-10-15 19:36:56"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -575,12 +452,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "f75e6b2e0764bcf4faa5082f4b60d5e7cf0959bb" "reference": "cd4014775069d7d39d20f617037c2c0f9b4bc25b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f75e6b2e0764bcf4faa5082f4b60d5e7cf0959bb", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cd4014775069d7d39d20f617037c2c0f9b4bc25b",
"reference": "f75e6b2e0764bcf4faa5082f4b60d5e7cf0959bb", "reference": "cd4014775069d7d39d20f617037c2c0f9b4bc25b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -638,7 +515,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2014-10-07 09:30:07" "time": "2014-10-17 09:28:50"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@ -879,12 +756,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "5843509fed39dee4b356a306401e9dd1a931fec7" "reference": "92d423df43b160006907ea4297b916fdf00415d8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/92d423df43b160006907ea4297b916fdf00415d8",
"reference": "5843509fed39dee4b356a306401e9dd1a931fec7", "reference": "92d423df43b160006907ea4297b916fdf00415d8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -923,7 +800,7 @@
"keywords": [ "keywords": [
"diff" "diff"
], ],
"time": "2014-08-15 10:29:00" "time": "2014-10-19 13:19:30"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
@ -1434,7 +1311,6 @@
"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
}, },