mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
538 lines
18 KiB
JSON
538 lines
18 KiB
JSON
{
|
|
"_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#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"hash": "143453cc35e7f499b130b6460222dc5a",
|
|
"content-hash": "1ea46581fb6db25f323a37a45ef74f95",
|
|
"packages": [
|
|
{
|
|
"name": "container-interop/container-interop",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/container-interop/container-interop.git",
|
|
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
|
|
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Interop\\Container\\": "src/Interop/Container/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
|
|
"time": "2014-12-30 15:22:37"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "league/event",
|
|
"version": "2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/event.git",
|
|
"reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/event/zipball/e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
|
|
"reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
|
|
"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"
|
|
],
|
|
"time": "2015-05-21 12:24:47"
|
|
},
|
|
{
|
|
"name": "league/oauth2-server",
|
|
"version": "dev-V5-WIP",
|
|
"dist": {
|
|
"type": "path",
|
|
"url": "../",
|
|
"reference": "0fbe109e2004c71feac2bd14fd85aff97704b2e5",
|
|
"shasum": null
|
|
},
|
|
"require": {
|
|
"lcobucci/jwt": "^3.1",
|
|
"league/event": "^2.1",
|
|
"paragonie/random_compat": "^1.1",
|
|
"php": ">=5.5.9",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"replace": {
|
|
"league/oauth2server": "*",
|
|
"lncd/oauth2": "*"
|
|
},
|
|
"require-dev": {
|
|
"league/plates": "^3.1",
|
|
"phpunit/phpunit": "^4.8",
|
|
"zendframework/zend-diactoros": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"league/plates": "Used for parsing authorization code templates",
|
|
"mustache/mustache": "Used for parsing authorization code templates",
|
|
"smarty/smarty": "Used for parsing authorization code templates",
|
|
"twig/twig": "Used for parsing authorization code templates"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-V5-WIP": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\OAuth2\\Server\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"LeagueTests\\": "tests/"
|
|
}
|
|
},
|
|
"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": [
|
|
"api",
|
|
"auth",
|
|
"auth",
|
|
"authentication",
|
|
"authorisation",
|
|
"authorization",
|
|
"oauth",
|
|
"oauth 2",
|
|
"oauth 2.0",
|
|
"oauth2",
|
|
"protect",
|
|
"resource",
|
|
"secure",
|
|
"server"
|
|
]
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "nikic/fast-route",
|
|
"version": "v0.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/FastRoute.git",
|
|
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
|
|
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
|
|
"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"
|
|
],
|
|
"time": "2015-06-18 19:15:47"
|
|
},
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"version": "v1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
"reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
|
|
"reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*|5.*"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/random.php"
|
|
]
|
|
},
|
|
"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",
|
|
"pseudorandom",
|
|
"random"
|
|
],
|
|
"time": "2016-03-18 20:34:03"
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
|
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
|
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pimple": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
|
"homepage": "http://pimple.sensiolabs.org",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection"
|
|
],
|
|
"time": "2015-09-11 15:10:35"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.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 interface for HTTP messages",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"time": "2015-05-04 20:22:00"
|
|
},
|
|
{
|
|
"name": "slim/slim",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/slimphp/Slim.git",
|
|
"reference": "3b06f0f2d84dabbe81b6cea46ace46a3e883253e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/3b06f0f2d84dabbe81b6cea46ace46a3e883253e",
|
|
"reference": "3b06f0f2d84dabbe81b6cea46ace46a3e883253e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.1",
|
|
"nikic/fast-route": "^0.6",
|
|
"php": ">=5.5.0",
|
|
"pimple/pimple": "^3.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Slim\\": "Slim"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Rob Allen",
|
|
"email": "rob@akrabat.com",
|
|
"homepage": "http://akrabat.com"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"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"
|
|
],
|
|
"time": "2015-12-07 14:11:09"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"league/oauth2-server": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|