oauth2-server/examples/composer.lock

688 lines
24 KiB
Plaintext
Raw Normal View History

2015-04-05 21:32:43 +05:30
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2015-10-14 14:21:53 +05:30
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2015-04-05 21:32:43 +05:30
"This file is @generated automatically"
],
"hash": "143453cc35e7f499b130b6460222dc5a",
"content-hash": "1ea46581fb6db25f323a37a45ef74f95",
2015-04-05 21:32:43 +05:30
"packages": [
{
2015-11-13 23:10:22 +05:30
"name": "container-interop/container-interop",
"version": "1.1.0",
2015-04-05 21:32:43 +05:30
"source": {
"type": "git",
2015-11-13 23:10:22 +05:30
"url": "https://github.com/container-interop/container-interop.git",
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
2015-11-13 23:10:22 +05:30
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
2015-11-13 23:10:22 +05:30
"Interop\\Container\\": "src/Interop/Container/"
2015-04-05 21:32:43 +05:30
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2015-11-13 23:10:22 +05:30
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"time": "2014-12-30 15:22:37"
2015-04-05 21:32:43 +05:30
},
2016-01-13 06:17:41 +05:30
{
"name": "lcobucci/jwt",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "31499db4e692b343cec7ff345932899f98fde1cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/31499db4e692b343cec7ff345932899f98fde1cf",
"reference": "31499db4e692b343cec7ff345932899f98fde1cf",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"php": ">=5.5"
},
"require-dev": {
"mdanter/ecc": "~0.3",
"mikey179/vfsstream": "~1.5",
"phpmd/phpmd": "~2.2",
"phpunit/php-invoker": "~1.1",
"phpunit/phpunit": "~4.5",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"mdanter/ecc": "Required to use Elliptic Curves based algorithms."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Otávio Cobucci Oblonczyk",
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
"time": "2015-11-15 01:42:47"
},
2015-04-05 21:32:43 +05:30
{
"name": "league/event",
2015-10-14 14:21:53 +05:30
"version": "2.1.2",
2015-04-05 21:32:43 +05:30
"source": {
"type": "git",
"url": "https://github.com/thephpleague/event.git",
2015-10-14 14:21:53 +05:30
"reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
2015-10-14 14:21:53 +05:30
"url": "https://api.github.com/repos/thephpleague/event/zipball/e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
"reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "~1.0.1",
"phpspec/phpspec": "~2.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"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"
],
2015-10-14 14:21:53 +05:30
"time": "2015-05-21 12:24:47"
2015-04-05 21:32:43 +05:30
},
{
2015-11-13 23:10:22 +05:30
"name": "league/oauth2-server",
2016-01-13 06:17:41 +05:30
"version": "dev-V5-WIP",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git",
"reference": "95919a688e29c911d1e4e83112cacd18f719700f"
},
2015-04-05 21:32:43 +05:30
"dist": {
2015-11-13 23:10:22 +05:30
"type": "path",
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/95919a688e29c911d1e4e83112cacd18f719700f",
2016-01-17 19:55:54 +05:30
"reference": "168e7640c6e8217b7e961151de522810b3edce6e",
2015-11-13 23:10:22 +05:30
"shasum": null
2015-04-05 21:32:43 +05:30
},
"require": {
2016-01-13 06:17:41 +05:30
"lcobucci/jwt": "^3.1",
2015-11-13 23:10:22 +05:30
"league/event": "~2.1",
2016-01-13 06:17:41 +05:30
"namshi/jose": "^6.0",
2015-11-13 23:10:22 +05:30
"php": ">=5.5.9",
"zendframework/zend-diactoros": "~1.1"
2015-04-05 21:32:43 +05:30
},
"replace": {
2015-11-13 23:10:22 +05:30
"league/oauth2server": "*",
"lncd/oauth2": "*"
2015-04-05 21:32:43 +05:30
},
"require-dev": {
2015-11-13 23:10:22 +05:30
"codeception/codeception": "~2.0",
"flow/jsonpath": "0.2.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.8.*"
2015-04-05 21:32:43 +05:30
},
"type": "library",
2016-01-13 06:17:41 +05:30
"extra": {
"branch-alias": {
"dev-V5-WIP": "5.0-dev"
}
},
2015-04-05 21:32:43 +05:30
"autoload": {
"psr-4": {
2015-11-13 23:10:22 +05:30
"League\\OAuth2\\Server\\": "src/"
2015-04-05 21:32:43 +05:30
}
},
2015-11-13 23:10:22 +05:30
"autoload-dev": {
2015-04-05 21:32:43 +05:30
"psr-4": {
2015-11-13 23:10:22 +05:30
"LeagueTests\\": "tests/unit/"
2015-04-05 21:32:43 +05:30
}
},
"license": [
"MIT"
],
"authors": [
{
2015-11-13 23:10:22 +05:30
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
2015-04-05 21:32:43 +05:30
}
],
2015-11-13 23:10:22 +05:30
"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/",
2015-04-05 21:32:43 +05:30
"keywords": [
2015-11-13 23:10:22 +05:30
"api",
"auth",
"auth",
"authentication",
"authorisation",
"authorization",
"oauth",
"oauth 2",
"oauth 2.0",
"oauth2",
"protect",
"resource",
"secure",
"server"
]
2015-04-05 21:32:43 +05:30
},
{
"name": "league/plates",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/plates.git",
"reference": "2d8569e9f140a70d6a05db38006926f7547cb802"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/plates/zipball/2d8569e9f140a70d6a05db38006926f7547cb802",
"reference": "2d8569e9f140a70d6a05db38006926f7547cb802",
"shasum": ""
},
"require-dev": {
"mikey179/vfsstream": "~1.4.0",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"League\\Plates\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca",
"role": "Developer"
}
],
"description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
"homepage": "http://platesphp.com",
"keywords": [
"league",
"package",
"templates",
"templating",
"views"
],
"time": "2015-07-09 02:14:40"
},
2016-01-13 06:17:41 +05:30
{
"name": "namshi/jose",
2016-01-16 00:13:02 +05:30
"version": "6.1.0",
2016-01-13 06:17:41 +05:30
"source": {
"type": "git",
"url": "https://github.com/namshi/jose.git",
2016-01-16 00:13:02 +05:30
"reference": "0ae1eae2be4f7e31a649ab9e3b782c3aedf81ebd"
2016-01-13 06:17:41 +05:30
},
"dist": {
"type": "zip",
2016-01-16 00:13:02 +05:30
"url": "https://api.github.com/repos/namshi/jose/zipball/0ae1eae2be4f7e31a649ab9e3b782c3aedf81ebd",
"reference": "0ae1eae2be4f7e31a649ab9e3b782c3aedf81ebd",
2016-01-13 06:17:41 +05:30
"shasum": ""
},
"require": {
"ext-date": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-spl": "*",
2016-01-16 00:13:02 +05:30
"php": ">=5.5",
"phpseclib/phpseclib": "2.0.*"
2016-01-13 06:17:41 +05:30
},
"require-dev": {
2016-01-16 00:13:02 +05:30
"phpunit/phpunit": "^4.5|^5.0",
"satooshi/php-coveralls": "^1.0"
2016-01-13 06:17:41 +05:30
},
"type": "library",
"autoload": {
"psr-0": {
"Namshi\\JOSE": "src/",
"Namshi\\JOSE\\Test": "test/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Nadalin",
"email": "alessandro.nadalin@gmail.com"
2016-01-16 00:13:02 +05:30
},
{
"name": "Alessandro Cinelli (cirpo)",
"email": "alessandro.cinelli@gmail.com"
2016-01-13 06:17:41 +05:30
}
],
"description": "JSON Object Signing and Encryption library for PHP.",
"keywords": [
"JSON Web Signature",
"JSON Web Token",
"JWS",
"json",
"jwt",
"token"
],
2016-01-16 00:13:02 +05:30
"time": "2016-01-13 10:17:13"
2016-01-13 06:17:41 +05:30
},
2015-04-05 21:32:43 +05:30
{
"name": "nikic/fast-route",
2015-10-14 14:21:53 +05:30
"version": "v0.6.0",
2015-04-05 21:32:43 +05:30
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
2015-10-14 14:21:53 +05:30
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
2015-10-14 14:21:53 +05:30
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"FastRoute\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
2015-10-14 14:21:53 +05:30
"time": "2015-06-18 19:15:47"
2015-04-05 21:32:43 +05:30
},
2016-01-13 06:17:41 +05:30
{
"name": "phpseclib/phpseclib",
2016-01-16 00:13:02 +05:30
"version": "2.0.0",
2016-01-13 06:17:41 +05:30
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
2016-01-16 00:13:02 +05:30
"reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604"
2016-01-13 06:17:41 +05:30
},
"dist": {
"type": "zip",
2016-01-16 00:13:02 +05:30
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a74aa9efbe61430fcb60157c8e025a48ec8ff604",
"reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604",
2016-01-13 06:17:41 +05:30
"shasum": ""
},
"require": {
2016-01-16 00:13:02 +05:30
"php": ">=5.3.3"
2016-01-13 06:17:41 +05:30
},
"require-dev": {
"phing/phing": "~2.7",
"phpunit/phpunit": "~4.0",
"sami/sami": "~2.0",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
2016-01-16 00:13:02 +05:30
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2016-01-13 06:17:41 +05:30
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
"pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
},
"type": "library",
"autoload": {
2016-01-16 00:13:02 +05:30
"psr-4": {
"phpseclib\\": "phpseclib/"
}
2016-01-13 06:17:41 +05:30
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"phpseclib/"
],
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"role": "Lead Developer"
},
{
"name": "Patrick Monnerat",
"email": "pm@datasphere.ch",
"role": "Developer"
},
{
"name": "Andreas Fischer",
"email": "bantu@phpbb.com",
"role": "Developer"
},
{
"name": "Hans-Jürgen Petrich",
"email": "petrich@tronic-media.com",
"role": "Developer"
}
],
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
"homepage": "http://phpseclib.sourceforge.net",
"keywords": [
"BigInteger",
"aes",
"asn.1",
"asn1",
"blowfish",
"crypto",
"cryptography",
"encryption",
"rsa",
"security",
"sftp",
"signature",
"signing",
"ssh",
"twofish",
"x.509",
"x509"
],
2016-01-16 00:13:02 +05:30
"time": "2015-08-04 04:48:03"
2016-01-13 06:17:41 +05:30
},
2015-04-05 21:32:43 +05:30
{
2015-11-13 23:10:22 +05:30
"name": "pimple/pimple",
"version": "v3.0.2",
2015-04-05 21:32:43 +05:30
"source": {
"type": "git",
2015-11-13 23:10:22 +05:30
"url": "https://github.com/silexphp/Pimple.git",
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
2015-11-13 23:10:22 +05:30
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
"require": {
2015-11-13 23:10:22 +05:30
"php": ">=5.3.0"
2015-04-05 21:32:43 +05:30
},
"type": "library",
"extra": {
"branch-alias": {
2015-11-13 23:10:22 +05:30
"dev-master": "3.0.x-dev"
2015-04-05 21:32:43 +05:30
}
},
"autoload": {
2015-11-13 23:10:22 +05:30
"psr-0": {
"Pimple": "src/"
2015-04-05 21:32:43 +05:30
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
2015-11-13 23:10:22 +05:30
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "http://pimple.sensiolabs.org",
"keywords": [
"container",
"dependency injection"
],
"time": "2015-09-11 15:10:35"
2015-04-05 21:32:43 +05:30
},
{
2015-11-13 23:10:22 +05:30
"name": "psr/http-message",
"version": "1.0",
2015-04-05 21:32:43 +05:30
"source": {
"type": "git",
2015-11-13 23:10:22 +05:30
"url": "https://github.com/php-fig/http-message.git",
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
2015-11-13 23:10:22 +05:30
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
"require": {
2015-11-13 23:10:22 +05:30
"php": ">=5.3.0"
2015-04-05 21:32:43 +05:30
},
"type": "library",
"extra": {
"branch-alias": {
2015-11-13 23:10:22 +05:30
"dev-master": "1.0.x-dev"
2015-04-05 21:32:43 +05:30
}
},
"autoload": {
2015-10-14 14:21:53 +05:30
"psr-4": {
2015-11-13 23:10:22 +05:30
"Psr\\Http\\Message\\": "src/"
2015-04-05 21:32:43 +05:30
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-11-13 23:10:22 +05:30
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2015-04-05 21:32:43 +05:30
}
],
2015-11-13 23:10:22 +05:30
"description": "Common interface for HTTP messages",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2015-05-04 20:22:00"
2015-04-05 21:32:43 +05:30
},
{
2015-11-13 23:10:22 +05:30
"name": "slim/slim",
2016-01-13 06:17:41 +05:30
"version": "3.0.0",
2015-04-05 21:32:43 +05:30
"source": {
"type": "git",
2015-11-13 23:10:22 +05:30
"url": "https://github.com/slimphp/Slim.git",
2016-01-13 06:17:41 +05:30
"reference": "3b06f0f2d84dabbe81b6cea46ace46a3e883253e"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
2016-01-13 06:17:41 +05:30
"url": "https://api.github.com/repos/slimphp/Slim/zipball/3b06f0f2d84dabbe81b6cea46ace46a3e883253e",
"reference": "3b06f0f2d84dabbe81b6cea46ace46a3e883253e",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
"require": {
2015-11-13 23:10:22 +05:30
"container-interop/container-interop": "^1.1",
"nikic/fast-route": "^0.6",
"php": ">=5.5.0",
"pimple/pimple": "^3.0",
"psr/http-message": "^1.0"
2015-04-05 21:32:43 +05:30
},
"require-dev": {
2015-11-13 23:10:22 +05:30
"phpunit/phpunit": "^4.0"
2015-04-05 21:32:43 +05:30
},
"type": "library",
"autoload": {
2015-10-14 14:21:53 +05:30
"psr-4": {
2015-11-13 23:10:22 +05:30
"Slim\\": "Slim"
}
2015-04-05 21:32:43 +05:30
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-11-13 23:10:22 +05:30
"name": "Rob Allen",
"email": "rob@akrabat.com",
"homepage": "http://akrabat.com"
2015-10-14 14:21:53 +05:30
},
{
2015-11-13 23:10:22 +05:30
"name": "Josh Lockhart",
"email": "hello@joshlockhart.com",
"homepage": "https://joshlockhart.com"
},
{
"name": "Gabriel Manricks",
"email": "gmanricks@me.com",
"homepage": "http://gabrielmanricks.com"
},
{
"name": "Andrew Smith",
"email": "a.smith@silentworks.co.uk",
"homepage": "http://silentworks.co.uk"
2015-04-05 21:32:43 +05:30
}
],
2015-11-13 23:10:22 +05:30
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
"homepage": "http://slimframework.com",
"keywords": [
"api",
"framework",
"micro",
"router"
],
2016-01-13 06:17:41 +05:30
"time": "2015-12-07 14:11:09"
2015-04-05 21:32:43 +05:30
},
{
2015-11-13 23:10:22 +05:30
"name": "zendframework/zend-diactoros",
2016-01-13 06:17:41 +05:30
"version": "1.3.3",
2015-04-05 21:32:43 +05:30
"source": {
"type": "git",
2015-11-13 23:10:22 +05:30
"url": "https://github.com/zendframework/zend-diactoros.git",
2016-01-13 06:17:41 +05:30
"reference": "4d54fde709664562eb63356f0250d527824d05de"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
2016-01-13 06:17:41 +05:30
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/4d54fde709664562eb63356f0250d527824d05de",
"reference": "4d54fde709664562eb63356f0250d527824d05de",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
"require": {
2015-11-13 23:10:22 +05:30
"php": ">=5.4",
"psr/http-message": "~1.0"
2015-04-05 21:32:43 +05:30
},
2015-11-13 23:10:22 +05:30
"provide": {
"psr/http-message-implementation": "~1.0.0"
2015-10-14 14:21:53 +05:30
},
2015-04-05 21:32:43 +05:30
"require-dev": {
2015-11-13 23:10:22 +05:30
"phpunit/phpunit": "~4.6",
"squizlabs/php_codesniffer": "^2.3.1"
2015-04-05 21:32:43 +05:30
},
"type": "library",
"extra": {
"branch-alias": {
2016-01-13 06:17:41 +05:30
"dev-master": "1.3-dev",
"dev-develop": "1.4-dev"
2015-04-05 21:32:43 +05:30
}
},
"autoload": {
2015-10-14 14:21:53 +05:30
"psr-4": {
2015-11-13 23:10:22 +05:30
"Zend\\Diactoros\\": "src/"
2015-04-05 21:32:43 +05:30
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-11-13 23:10:22 +05:30
"BSD-2-Clause"
2015-04-05 21:32:43 +05:30
],
2015-11-13 23:10:22 +05:30
"description": "PSR HTTP Message implementations",
"homepage": "https://github.com/zendframework/zend-diactoros",
"keywords": [
"http",
"psr",
"psr-7"
2015-04-05 21:32:43 +05:30
],
2016-01-13 06:17:41 +05:30
"time": "2016-01-04 21:37:32"
2015-04-05 21:32:43 +05:30
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
2015-11-13 23:10:22 +05:30
"stability-flags": {
"league/oauth2-server": 20
},
2015-04-05 21:32:43 +05:30
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}