oauth2-server/examples/composer.lock

648 lines
22 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",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-04-05 21:32:43 +05:30
"This file is @generated automatically"
],
"content-hash": "a7f5c3fdcadb17399bbd97f15e1b11f1",
2015-04-05 21:32:43 +05:30
"packages": [
{
2015-11-13 23:10:22 +05:30
"name": "container-interop/container-interop",
2017-07-01 21:00:36 +05:30
"version": "1.2.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",
2017-07-01 21:00:36 +05:30
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
2017-07-01 21:00:36 +05:30
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
2017-07-01 21:00:36 +05:30
"require": {
"psr/container": "^1.0"
},
2015-04-05 21:32:43 +05:30
"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.)",
2017-07-01 21:00:36 +05:30
"homepage": "https://github.com/container-interop/container-interop",
"time": "2017-02-14T19:40:03+00:00"
2015-04-05 21:32:43 +05:30
},
{
"name": "nikic/fast-route",
2018-10-13 17:47:45 +05:30
"version": "v1.3.0",
2015-04-05 21:32:43 +05:30
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
2018-10-13 17:47:45 +05:30
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
2018-10-13 17:47:45 +05:30
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
2018-10-13 17:47:45 +05:30
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
2015-04-05 21:32:43 +05:30
"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"
],
2018-10-13 17:47:45 +05:30
"time": "2018-02-13T20:26:39+00:00"
2015-04-05 21:32:43 +05:30
},
{
2015-11-13 23:10:22 +05:30
"name": "pimple/pimple",
"version": "v3.2.3",
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": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/container": "^1.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.2"
2015-04-05 21:32:43 +05:30
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.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": "2018-01-21T07:42:36+00:00"
2017-07-01 21:00:36 +05:30
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
2015-04-05 21:32:43 +05:30
},
{
2015-11-13 23:10:22 +05:30
"name": "psr/http-message",
2017-07-01 21:00:36 +05:30
"version": "1.0.1",
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",
2017-07-01 21:00:36 +05:30
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
2017-07-01 21:00:36 +05:30
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
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",
2017-07-01 21:00:36 +05:30
"homepage": "https://github.com/php-fig/http-message",
2015-11-13 23:10:22 +05:30
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2017-07-01 21:00:36 +05:30
"time": "2016-08-06T14:39:51+00:00"
2015-04-05 21:32:43 +05:30
},
{
2015-11-13 23:10:22 +05:30
"name": "slim/slim",
"version": "3.12.1",
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",
"reference": "eaee12ef8d0750db62b8c548016d82fb33addb6b"
2015-04-05 21:32:43 +05:30
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/eaee12ef8d0750db62b8c548016d82fb33addb6b",
"reference": "eaee12ef8d0750db62b8c548016d82fb33addb6b",
2015-04-05 21:32:43 +05:30
"shasum": ""
},
"require": {
2018-10-13 17:47:45 +05:30
"container-interop/container-interop": "^1.2",
"nikic/fast-route": "^1.0",
2015-11-13 23:10:22 +05:30
"php": ">=5.5.0",
"pimple/pimple": "^3.0",
2018-10-13 17:47:45 +05:30
"psr/container": "^1.0",
2015-11-13 23:10:22 +05:30
"psr/http-message": "^1.0"
2015-04-05 21:32:43 +05:30
},
2018-10-13 17:47:45 +05:30
"provide": {
"psr/http-message-implementation": "1.0"
},
2015-04-05 21:32:43 +05:30
"require-dev": {
2018-10-13 17:47:45 +05:30
"phpunit/phpunit": "^4.0",
"squizlabs/php_codesniffer": "^2.5"
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",
2018-10-13 17:47:45 +05:30
"homepage": "https://slimframework.com",
2015-11-13 23:10:22 +05:30
"keywords": [
"api",
"framework",
"micro",
"router"
],
"time": "2019-04-16T16:47:29+00:00"
2015-04-05 21:32:43 +05:30
}
],
2016-04-17 17:13:25 +05:30
"packages-dev": [
2017-07-01 21:00:36 +05:30
{
"name": "defuse/php-encryption",
"version": "v2.2.1",
2017-07-01 21:00:36 +05:30
"source": {
"type": "git",
"url": "https://github.com/defuse/php-encryption.git",
"reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
2017-07-01 21:00:36 +05:30
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
"reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
2017-07-01 21:00:36 +05:30
"shasum": ""
},
"require": {
"ext-openssl": "*",
"paragonie/random_compat": ">= 2",
2017-07-01 21:00:36 +05:30
"php": ">=5.4.0"
},
"require-dev": {
"nikic/php-parser": "^2.0|^3.0|^4.0",
2017-07-01 21:00:36 +05:30
"phpunit/phpunit": "^4|^5"
},
"bin": [
"bin/generate-defuse-key"
],
"type": "library",
"autoload": {
"psr-4": {
"Defuse\\Crypto\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Hornby",
"email": "taylor@defuse.ca",
"homepage": "https://defuse.ca/"
},
{
"name": "Scott Arciszewski",
"email": "info@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "Secure PHP Encryption Library",
"keywords": [
"aes",
"authenticated encryption",
"cipher",
"crypto",
"cryptography",
"encrypt",
"encryption",
"openssl",
"security",
"symmetric key cryptography"
],
"time": "2018-07-24T23:27:56+00:00"
2017-07-01 21:00:36 +05:30
},
2016-04-17 17:13:25 +05:30
{
"name": "lcobucci/jwt",
"version": "3.3.1",
2016-04-17 17:13:25 +05:30
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
2016-04-17 17:13:25 +05:30
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
"reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
2016-04-17 17:13:25 +05:30
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2016-04-17 17:13:25 +05:30
"ext-openssl": "*",
"php": "^5.6 || ^7.0"
2016-04-17 17:13:25 +05:30
},
"require-dev": {
"mikey179/vfsstream": "~1.5",
"phpmd/phpmd": "~2.2",
"phpunit/php-invoker": "~1.1",
"phpunit/phpunit": "^5.7 || ^7.3",
2016-04-17 17:13:25 +05:30
"squizlabs/php_codesniffer": "~2.3"
},
"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": "2019-05-24T18:30:49+00:00"
2016-04-17 17:13:25 +05:30
},
{
"name": "league/event",
"version": "2.2.0",
2016-04-17 17:13:25 +05:30
"source": {
"type": "git",
"url": "https://github.com/thephpleague/event.git",
"reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
2016-04-17 17:13:25 +05:30
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
"reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
2016-04-17 17:13:25 +05:30
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "~1.0.1",
"phpspec/phpspec": "^2.2"
2016-04-17 17:13:25 +05:30
},
"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"
],
"time": "2018-11-26T11:52:41+00:00"
2016-04-17 17:13:25 +05:30
},
{
"name": "paragonie/random_compat",
2018-10-13 17:47:45 +05:30
"version": "v9.99.99",
2016-04-17 17:13:25 +05:30
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2018-10-13 17:47:45 +05:30
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2016-04-17 17:13:25 +05:30
},
"dist": {
"type": "zip",
2018-10-13 17:47:45 +05:30
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2016-04-17 17:13:25 +05:30
"shasum": ""
},
"require": {
2018-10-13 17:47:45 +05:30
"php": "^7"
2016-04-17 17:13:25 +05:30
},
"require-dev": {
2018-10-13 17:47:45 +05:30
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
2016-04-17 17:13:25 +05:30
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
2016-04-17 17:13:25 +05:30
"pseudorandom",
"random"
],
2018-10-13 17:47:45 +05:30
"time": "2018-07-02T15:55:56+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
2018-10-13 17:47:45 +05:30
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
2018-10-13 17:47:45 +05:30
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2018-10-13 17:47:45 +05:30
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"time": "2019-04-30T12:38:16+00:00"
},
{
"name": "zendframework/zend-diactoros",
"version": "2.1.3",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
"reference": "279723778c40164bcf984a2df12ff2c6ec5e61c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/279723778c40164bcf984a2df12ff2c6ec5e61c1",
"reference": "279723778c40164bcf984a2df12ff2c6ec5e61c1",
"shasum": ""
},
"require": {
2018-10-13 17:47:45 +05:30
"php": "^7.1",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"provide": {
2018-10-13 17:47:45 +05:30
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
2018-10-13 17:47:45 +05:30
"http-interop/http-factory-tests": "^0.5.0",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^7.0.2",
"zendframework/zend-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev",
"dev-develop": "2.2.x-dev",
2018-10-13 17:47:45 +05:30
"dev-release-1.8": "1.8.x-dev"
}
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php"
],
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-10-13 17:47:45 +05:30
"BSD-3-Clause"
],
"description": "PSR HTTP Message implementations",
"keywords": [
"http",
"psr",
"psr-7"
],
"time": "2019-07-10T16:13:25+00:00"
2016-04-17 17:13:25 +05:30
}
],
2015-04-05 21:32:43 +05:30
"aliases": [],
"minimum-stability": "stable",
2016-04-17 17:13:25 +05:30
"stability-flags": [],
2015-04-05 21:32:43 +05:30
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}