2475 lines
90 KiB
JSON
2475 lines
90 KiB
JSON
|
{
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "beberlei/assert",
|
||
|
"version": "v3.3.2",
|
||
|
"version_normalized": "3.3.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/beberlei/assert.git",
|
||
|
"reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
|
||
|
"reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-ctype": "*",
|
||
|
"ext-json": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"ext-simplexml": "*",
|
||
|
"php": "^7.0 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"friendsofphp/php-cs-fixer": "*",
|
||
|
"phpstan/phpstan": "*",
|
||
|
"phpunit/phpunit": ">=6.0.0",
|
||
|
"yoast/phpunit-polyfills": "^0.1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
|
||
|
},
|
||
|
"time": "2021-12-16T21:41:27+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"lib/Assert/functions.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Assert\\": "lib/Assert"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-2-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Benjamin Eberlei",
|
||
|
"email": "kontakt@beberlei.de",
|
||
|
"role": "Lead Developer"
|
||
|
},
|
||
|
{
|
||
|
"name": "Richard Quadling",
|
||
|
"email": "rquadling@gmail.com",
|
||
|
"role": "Collaborator"
|
||
|
}
|
||
|
],
|
||
|
"description": "Thin assertion library for input validation in business models.",
|
||
|
"keywords": [
|
||
|
"assert",
|
||
|
"assertion",
|
||
|
"validation"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/beberlei/assert/issues",
|
||
|
"source": "https://github.com/beberlei/assert/tree/v3.3.2"
|
||
|
},
|
||
|
"install-path": "../beberlei/assert"
|
||
|
},
|
||
|
{
|
||
|
"name": "brick/math",
|
||
|
"version": "0.9.3",
|
||
|
"version_normalized": "0.9.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/brick/math.git",
|
||
|
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
||
|
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-json": "*",
|
||
|
"php": "^7.1 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"php-coveralls/php-coveralls": "^2.2",
|
||
|
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
|
||
|
"vimeo/psalm": "4.9.2"
|
||
|
},
|
||
|
"time": "2021-08-15T20:50:18+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Brick\\Math\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "Arbitrary-precision arithmetic library",
|
||
|
"keywords": [
|
||
|
"Arbitrary-precision",
|
||
|
"BigInteger",
|
||
|
"BigRational",
|
||
|
"arithmetic",
|
||
|
"bigdecimal",
|
||
|
"bignum",
|
||
|
"brick",
|
||
|
"math"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/brick/math/issues",
|
||
|
"source": "https://github.com/brick/math/tree/0.9.3"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/BenMorel",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/brick/math",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../brick/math"
|
||
|
},
|
||
|
{
|
||
|
"name": "fgrosse/phpasn1",
|
||
|
"version": "v2.4.0",
|
||
|
"version_normalized": "2.4.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/fgrosse/PHPASN1.git",
|
||
|
"reference": "eef488991d53e58e60c9554b09b1201ca5ba9296"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/eef488991d53e58e60c9554b09b1201ca5ba9296",
|
||
|
"reference": "eef488991d53e58e60c9554b09b1201ca5ba9296",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"php-coveralls/php-coveralls": "~2.0",
|
||
|
"phpunit/phpunit": "^6.3 || ^7.0 || ^8.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-bcmath": "BCmath is the fallback extension for big integer calculations",
|
||
|
"ext-curl": "For loading OID information from the web if they have not bee defined statically",
|
||
|
"ext-gmp": "GMP is the preferred extension for big integer calculations",
|
||
|
"phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
|
||
|
},
|
||
|
"time": "2021-12-11T12:41:06+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"FG\\": "lib/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Friedrich Große",
|
||
|
"email": "friedrich.grosse@gmail.com",
|
||
|
"homepage": "https://github.com/FGrosse",
|
||
|
"role": "Author"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/FGrosse/PHPASN1/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
|
||
|
"homepage": "https://github.com/FGrosse/PHPASN1",
|
||
|
"keywords": [
|
||
|
"DER",
|
||
|
"asn.1",
|
||
|
"asn1",
|
||
|
"ber",
|
||
|
"binary",
|
||
|
"decoding",
|
||
|
"encoding",
|
||
|
"x.509",
|
||
|
"x.690",
|
||
|
"x509",
|
||
|
"x690"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/fgrosse/PHPASN1/issues",
|
||
|
"source": "https://github.com/fgrosse/PHPASN1/tree/v2.4.0"
|
||
|
},
|
||
|
"install-path": "../fgrosse/phpasn1"
|
||
|
},
|
||
|
{
|
||
|
"name": "league/uri",
|
||
|
"version": "6.5.0",
|
||
|
"version_normalized": "6.5.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/thephpleague/uri.git",
|
||
|
"reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/thephpleague/uri/zipball/c68ca445abb04817d740ddd6d0b3551826ef0c5a",
|
||
|
"reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-json": "*",
|
||
|
"league/uri-interfaces": "^2.3",
|
||
|
"php": "^7.3 || ^8.0",
|
||
|
"psr/http-message": "^1.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"league/uri-schemes": "^1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"friendsofphp/php-cs-fixer": "^2.19 || ^3.0",
|
||
|
"phpstan/phpstan": "^0.12.90",
|
||
|
"phpstan/phpstan-phpunit": "^0.12.22",
|
||
|
"phpstan/phpstan-strict-rules": "^0.12.11",
|
||
|
"phpunit/phpunit": "^8.0 || ^9.0",
|
||
|
"psr/http-factory": "^1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-fileinfo": "Needed to create Data URI from a filepath",
|
||
|
"ext-intl": "Needed to improve host validation",
|
||
|
"league/uri-components": "Needed to easily manipulate URI objects",
|
||
|
"psr/http-factory": "Needed to use the URI factory"
|
||
|
},
|
||
|
"time": "2021-08-27T09:54:07+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "6.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"League\\Uri\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ignace Nyamagana Butera",
|
||
|
"email": "nyamsprod@gmail.com",
|
||
|
"homepage": "https://nyamsprod.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "URI manipulation library",
|
||
|
"homepage": "http://uri.thephpleague.com",
|
||
|
"keywords": [
|
||
|
"data-uri",
|
||
|
"file-uri",
|
||
|
"ftp",
|
||
|
"hostname",
|
||
|
"http",
|
||
|
"https",
|
||
|
"middleware",
|
||
|
"parse_str",
|
||
|
"parse_url",
|
||
|
"psr-7",
|
||
|
"query-string",
|
||
|
"querystring",
|
||
|
"rfc3986",
|
||
|
"rfc3987",
|
||
|
"rfc6570",
|
||
|
"uri",
|
||
|
"uri-template",
|
||
|
"url",
|
||
|
"ws"
|
||
|
],
|
||
|
"support": {
|
||
|
"docs": "https://uri.thephpleague.com",
|
||
|
"forum": "https://thephpleague.slack.com",
|
||
|
"issues": "https://github.com/thephpleague/uri/issues",
|
||
|
"source": "https://github.com/thephpleague/uri/tree/6.5.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/sponsors/nyamsprod",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../league/uri"
|
||
|
},
|
||
|
{
|
||
|
"name": "league/uri-interfaces",
|
||
|
"version": "2.3.0",
|
||
|
"version_normalized": "2.3.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/thephpleague/uri-interfaces.git",
|
||
|
"reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
|
||
|
"reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-json": "*",
|
||
|
"php": "^7.2 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"friendsofphp/php-cs-fixer": "^2.19",
|
||
|
"phpstan/phpstan": "^0.12.90",
|
||
|
"phpstan/phpstan-phpunit": "^0.12.19",
|
||
|
"phpstan/phpstan-strict-rules": "^0.12.9",
|
||
|
"phpunit/phpunit": "^8.5.15 || ^9.5"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "to use the IDNA feature",
|
||
|
"symfony/intl": "to use the IDNA feature via Symfony Polyfill"
|
||
|
},
|
||
|
"time": "2021-06-28T04:27:21+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"League\\Uri\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ignace Nyamagana Butera",
|
||
|
"email": "nyamsprod@gmail.com",
|
||
|
"homepage": "https://nyamsprod.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interface for URI representation",
|
||
|
"homepage": "http://github.com/thephpleague/uri-interfaces",
|
||
|
"keywords": [
|
||
|
"rfc3986",
|
||
|
"rfc3987",
|
||
|
"uri",
|
||
|
"url"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/thephpleague/uri-interfaces/issues",
|
||
|
"source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/sponsors/nyamsprod",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../league/uri-interfaces"
|
||
|
},
|
||
|
{
|
||
|
"name": "nyholm/psr7",
|
||
|
"version": "1.5.0",
|
||
|
"version_normalized": "1.5.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Nyholm/psr7.git",
|
||
|
"reference": "1461e07a0f2a975a52082ca3b769ca912b816226"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/1461e07a0f2a975a52082ca3b769ca912b816226",
|
||
|
"reference": "1461e07a0f2a975a52082ca3b769ca912b816226",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1",
|
||
|
"php-http/message-factory": "^1.0",
|
||
|
"psr/http-factory": "^1.0",
|
||
|
"psr/http-message": "^1.0"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/http-factory-implementation": "1.0",
|
||
|
"psr/http-message-implementation": "1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"http-interop/http-factory-tests": "^0.9",
|
||
|
"php-http/psr7-integration-tests": "^1.0",
|
||
|
"phpunit/phpunit": "^7.5 || 8.5 || 9.4",
|
||
|
"symfony/error-handler": "^4.4"
|
||
|
},
|
||
|
"time": "2022-02-02T18:37:57+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.4-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Nyholm\\Psr7\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Tobias Nyholm",
|
||
|
"email": "tobias.nyholm@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Martijn van der Ven",
|
||
|
"email": "martijn@vanderven.se"
|
||
|
}
|
||
|
],
|
||
|
"description": "A fast PHP7 implementation of PSR-7",
|
||
|
"homepage": "https://tnyholm.se",
|
||
|
"keywords": [
|
||
|
"psr-17",
|
||
|
"psr-7"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/Nyholm/psr7/issues",
|
||
|
"source": "https://github.com/Nyholm/psr7/tree/1.5.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/Zegnat",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/nyholm",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../nyholm/psr7"
|
||
|
},
|
||
|
{
|
||
|
"name": "nyholm/psr7-server",
|
||
|
"version": "0.4.2",
|
||
|
"version_normalized": "0.4.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Nyholm/psr7-server.git",
|
||
|
"reference": "aab2962c970a1776447894e4fd3825a3d69dee61"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/aab2962c970a1776447894e4fd3825a3d69dee61",
|
||
|
"reference": "aab2962c970a1776447894e4fd3825a3d69dee61",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.1",
|
||
|
"psr/http-factory": "^1.0",
|
||
|
"psr/http-message": "^1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"nyholm/nsa": "^1.1",
|
||
|
"nyholm/psr7": "^1.3",
|
||
|
"phpunit/phpunit": "^7.0"
|
||
|
},
|
||
|
"time": "2020-06-06T10:33:29+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Nyholm\\Psr7Server\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Tobias Nyholm",
|
||
|
"email": "tobias.nyholm@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Martijn van der Ven",
|
||
|
"email": "martijn@vanderven.se"
|
||
|
}
|
||
|
],
|
||
|
"description": "Helper classes to handle PSR-7 server requests",
|
||
|
"homepage": "http://tnyholm.se",
|
||
|
"keywords": [
|
||
|
"psr-17",
|
||
|
"psr-7"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/Nyholm/psr7-server/issues",
|
||
|
"source": "https://github.com/Nyholm/psr7-server/tree/master"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/Zegnat",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/nyholm",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../nyholm/psr7-server"
|
||
|
},
|
||
|
{
|
||
|
"name": "php-http/message-factory",
|
||
|
"version": "v1.0.2",
|
||
|
"version_normalized": "1.0.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-http/message-factory.git",
|
||
|
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
|
||
|
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.4",
|
||
|
"psr/http-message": "^1.0"
|
||
|
},
|
||
|
"time": "2015-12-19T14:08:53+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Http\\Message\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Márk Sági-Kazár",
|
||
|
"email": "mark.sagikazar@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Factory interfaces for PSR-7 HTTP Message",
|
||
|
"homepage": "http://php-http.org",
|
||
|
"keywords": [
|
||
|
"factory",
|
||
|
"http",
|
||
|
"message",
|
||
|
"stream",
|
||
|
"uri"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/php-http/message-factory/issues",
|
||
|
"source": "https://github.com/php-http/message-factory/tree/master"
|
||
|
},
|
||
|
"install-path": "../php-http/message-factory"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/http-client",
|
||
|
"version": "1.0.1",
|
||
|
"version_normalized": "1.0.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/http-client.git",
|
||
|
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
||
|
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.0 || ^8.0",
|
||
|
"psr/http-message": "^1.0"
|
||
|
},
|
||
|
"time": "2020-06-29T06:28:15+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Http\\Client\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interface for HTTP clients",
|
||
|
"homepage": "https://github.com/php-fig/http-client",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"http-client",
|
||
|
"psr",
|
||
|
"psr-18"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/php-fig/http-client/tree/master"
|
||
|
},
|
||
|
"install-path": "../psr/http-client"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/http-factory",
|
||
|
"version": "1.0.1",
|
||
|
"version_normalized": "1.0.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/http-factory.git",
|
||
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
||
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.0.0",
|
||
|
"psr/http-message": "^1.0"
|
||
|
},
|
||
|
"time": "2019-04-30T12:38:16+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/php-fig/http-factory/tree/master"
|
||
|
},
|
||
|
"install-path": "../psr/http-factory"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/http-message",
|
||
|
"version": "1.0.1",
|
||
|
"version_normalized": "1.0.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/http-message.git",
|
||
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"time": "2016-08-06T14:39:51+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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",
|
||
|
"homepage": "https://github.com/php-fig/http-message",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"http-message",
|
||
|
"psr",
|
||
|
"psr-7",
|
||
|
"request",
|
||
|
"response"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/php-fig/http-message/tree/master"
|
||
|
},
|
||
|
"install-path": "../psr/http-message"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/log",
|
||
|
"version": "1.1.4",
|
||
|
"version_normalized": "1.1.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/log.git",
|
||
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
||
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"time": "2021-05-03T11:20:27+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Log\\": "Psr/Log/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "https://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interface for logging libraries",
|
||
|
"homepage": "https://github.com/php-fig/log",
|
||
|
"keywords": [
|
||
|
"log",
|
||
|
"psr",
|
||
|
"psr-3"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
||
|
},
|
||
|
"install-path": "../psr/log"
|
||
|
},
|
||
|
{
|
||
|
"name": "ramsey/collection",
|
||
|
"version": "1.2.2",
|
||
|
"version_normalized": "1.2.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ramsey/collection.git",
|
||
|
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
|
||
|
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.3 || ^8",
|
||
|
"symfony/polyfill-php81": "^1.23"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"captainhook/captainhook": "^5.3",
|
||
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||
|
"ergebnis/composer-normalize": "^2.6",
|
||
|
"fakerphp/faker": "^1.5",
|
||
|
"hamcrest/hamcrest-php": "^2",
|
||
|
"jangregor/phpstan-prophecy": "^0.8",
|
||
|
"mockery/mockery": "^1.3",
|
||
|
"phpspec/prophecy-phpunit": "^2.0",
|
||
|
"phpstan/extension-installer": "^1",
|
||
|
"phpstan/phpstan": "^0.12.32",
|
||
|
"phpstan/phpstan-mockery": "^0.12.5",
|
||
|
"phpstan/phpstan-phpunit": "^0.12.11",
|
||
|
"phpunit/phpunit": "^8.5 || ^9",
|
||
|
"psy/psysh": "^0.10.4",
|
||
|
"slevomat/coding-standard": "^6.3",
|
||
|
"squizlabs/php_codesniffer": "^3.5",
|
||
|
"vimeo/psalm": "^4.4"
|
||
|
},
|
||
|
"time": "2021-10-10T03:01:02+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Ramsey\\Collection\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ben Ramsey",
|
||
|
"email": "ben@benramsey.com",
|
||
|
"homepage": "https://benramsey.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A PHP library for representing and manipulating collections.",
|
||
|
"keywords": [
|
||
|
"array",
|
||
|
"collection",
|
||
|
"hash",
|
||
|
"map",
|
||
|
"queue",
|
||
|
"set"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/ramsey/collection/issues",
|
||
|
"source": "https://github.com/ramsey/collection/tree/1.2.2"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/ramsey",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../ramsey/collection"
|
||
|
},
|
||
|
{
|
||
|
"name": "ramsey/uuid",
|
||
|
"version": "4.2.3",
|
||
|
"version_normalized": "4.2.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ramsey/uuid.git",
|
||
|
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
|
||
|
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"brick/math": "^0.8 || ^0.9",
|
||
|
"ext-json": "*",
|
||
|
"php": "^7.2 || ^8.0",
|
||
|
"ramsey/collection": "^1.0",
|
||
|
"symfony/polyfill-ctype": "^1.8",
|
||
|
"symfony/polyfill-php80": "^1.14"
|
||
|
},
|
||
|
"replace": {
|
||
|
"rhumsaa/uuid": "self.version"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"captainhook/captainhook": "^5.10",
|
||
|
"captainhook/plugin-composer": "^5.3",
|
||
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||
|
"doctrine/annotations": "^1.8",
|
||
|
"ergebnis/composer-normalize": "^2.15",
|
||
|
"mockery/mockery": "^1.3",
|
||
|
"moontoast/math": "^1.1",
|
||
|
"paragonie/random-lib": "^2",
|
||
|
"php-mock/php-mock": "^2.2",
|
||
|
"php-mock/php-mock-mockery": "^1.3",
|
||
|
"php-parallel-lint/php-parallel-lint": "^1.1",
|
||
|
"phpbench/phpbench": "^1.0",
|
||
|
"phpstan/extension-installer": "^1.0",
|
||
|
"phpstan/phpstan": "^0.12",
|
||
|
"phpstan/phpstan-mockery": "^0.12",
|
||
|
"phpstan/phpstan-phpunit": "^0.12",
|
||
|
"phpunit/phpunit": "^8.5 || ^9",
|
||
|
"slevomat/coding-standard": "^7.0",
|
||
|
"squizlabs/php_codesniffer": "^3.5",
|
||
|
"vimeo/psalm": "^4.9"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
|
||
|
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
|
||
|
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
|
||
|
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
|
||
|
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
||
|
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
|
||
|
},
|
||
|
"time": "2021-09-25T23:10:38+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "4.x-dev"
|
||
|
},
|
||
|
"captainhook": {
|
||
|
"force-install": true
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/functions.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Ramsey\\Uuid\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
|
||
|
"keywords": [
|
||
|
"guid",
|
||
|
"identifier",
|
||
|
"uuid"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/ramsey/uuid/issues",
|
||
|
"source": "https://github.com/ramsey/uuid/tree/4.2.3"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/ramsey",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../ramsey/uuid"
|
||
|
},
|
||
|
{
|
||
|
"name": "spomky-labs/base64url",
|
||
|
"version": "v2.0.4",
|
||
|
"version_normalized": "2.0.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Spomky-Labs/base64url.git",
|
||
|
"reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
|
||
|
"reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpstan/extension-installer": "^1.0",
|
||
|
"phpstan/phpstan": "^0.11|^0.12",
|
||
|
"phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
|
||
|
"phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
|
||
|
"phpstan/phpstan-phpunit": "^0.11|^0.12",
|
||
|
"phpstan/phpstan-strict-rules": "^0.11|^0.12"
|
||
|
},
|
||
|
"time": "2020-11-03T09:10:25+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Base64Url\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky-Labs/base64url/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Base 64 URL Safe Encoding/Decoding PHP Library",
|
||
|
"homepage": "https://github.com/Spomky-Labs/base64url",
|
||
|
"keywords": [
|
||
|
"base64",
|
||
|
"rfc4648",
|
||
|
"safe",
|
||
|
"url"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/Spomky-Labs/base64url/issues",
|
||
|
"source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/Spomky",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../spomky-labs/base64url"
|
||
|
},
|
||
|
{
|
||
|
"name": "spomky-labs/cbor-php",
|
||
|
"version": "v2.1.0",
|
||
|
"version_normalized": "2.1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Spomky-Labs/cbor-php.git",
|
||
|
"reference": "28e2712cfc0b48fae661a48ffc6896d7abe83684"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/28e2712cfc0b48fae661a48ffc6896d7abe83684",
|
||
|
"reference": "28e2712cfc0b48fae661a48ffc6896d7abe83684",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"brick/math": "^0.8.15|^0.9.0",
|
||
|
"ext-mbstring": "*",
|
||
|
"php": ">=7.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"ekino/phpstan-banned-code": "^1.0",
|
||
|
"ext-json": "*",
|
||
|
"infection/infection": "^0.18|^0.25",
|
||
|
"phpstan/extension-installer": "^1.1",
|
||
|
"phpstan/phpstan": "^1.0",
|
||
|
"phpstan/phpstan-beberlei-assert": "^1.0",
|
||
|
"phpstan/phpstan-deprecation-rules": "^1.0",
|
||
|
"phpstan/phpstan-phpunit": "^1.0",
|
||
|
"phpstan/phpstan-strict-rules": "^1.0",
|
||
|
"phpunit/phpunit": "^9.5",
|
||
|
"rector/rector": "^0.12",
|
||
|
"roave/security-advisories": "dev-latest",
|
||
|
"symplify/easy-coding-standard": "^10.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-bcmath": "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags",
|
||
|
"ext-gmp": "GMP or BCMath extensions will drastically improve the library performance"
|
||
|
},
|
||
|
"time": "2021-12-13T12:46:26+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"CBOR\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/Spomky-Labs/cbor-php/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "CBOR Encoder/Decoder for PHP",
|
||
|
"keywords": [
|
||
|
"Concise Binary Object Representation",
|
||
|
"RFC7049",
|
||
|
"cbor"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/Spomky-Labs/cbor-php/issues",
|
||
|
"source": "https://github.com/Spomky-Labs/cbor-php/tree/v2.1.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/Spomky",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../spomky-labs/cbor-php"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-ctype",
|
||
|
"version": "v1.25.0",
|
||
|
"version_normalized": "1.25.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
|
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
|
||
|
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"provide": {
|
||
|
"ext-ctype": "*"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-ctype": "For best performance"
|
||
|
},
|
||
|
"time": "2021-10-20T20:35:02+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.23-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Ctype\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Gert de Pagter",
|
||
|
"email": "BackEndTea@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for ctype functions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"ctype",
|
||
|
"polyfill",
|
||
|
"portable"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/polyfill-ctype"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php80",
|
||
|
"version": "v1.25.0",
|
||
|
"version_normalized": "1.25.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
|
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
|
||
|
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"time": "2022-03-04T08:16:47+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.23-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Php80\\": ""
|
||
|
},
|
||
|
"classmap": [
|
||
|
"Resources/stubs"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ion Bazan",
|
||
|
"email": "ion.bazan@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/polyfill-php80"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php81",
|
||
|
"version": "v1.25.0",
|
||
|
"version_normalized": "1.25.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
||
|
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
|
||
|
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"time": "2021-09-13T13:58:11+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.23-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Php81\\": ""
|
||
|
},
|
||
|
"classmap": [
|
||
|
"Resources/stubs"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.25.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/polyfill-php81"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/process",
|
||
|
"version": "v5.4.8",
|
||
|
"version_normalized": "5.4.8.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/process.git",
|
||
|
"reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
|
||
|
"reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"symfony/polyfill-php80": "^1.16"
|
||
|
},
|
||
|
"time": "2022-04-08T05:07:18+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Process\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Executes commands in sub-processes",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/process/tree/v5.4.8"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/process"
|
||
|
},
|
||
|
{
|
||
|
"name": "thecodingmachine/safe",
|
||
|
"version": "v1.3.3",
|
||
|
"version_normalized": "1.3.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/thecodingmachine/safe.git",
|
||
|
"reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
|
||
|
"reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpstan/phpstan": "^0.12",
|
||
|
"squizlabs/php_codesniffer": "^3.2",
|
||
|
"thecodingmachine/phpstan-strict-rules": "^0.12"
|
||
|
},
|
||
|
"time": "2020-10-28T17:51:34+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "0.1-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"deprecated/apc.php",
|
||
|
"deprecated/libevent.php",
|
||
|
"deprecated/mssql.php",
|
||
|
"deprecated/stats.php",
|
||
|
"lib/special_cases.php",
|
||
|
"generated/apache.php",
|
||
|
"generated/apcu.php",
|
||
|
"generated/array.php",
|
||
|
"generated/bzip2.php",
|
||
|
"generated/calendar.php",
|
||
|
"generated/classobj.php",
|
||
|
"generated/com.php",
|
||
|
"generated/cubrid.php",
|
||
|
"generated/curl.php",
|
||
|
"generated/datetime.php",
|
||
|
"generated/dir.php",
|
||
|
"generated/eio.php",
|
||
|
"generated/errorfunc.php",
|
||
|
"generated/exec.php",
|
||
|
"generated/fileinfo.php",
|
||
|
"generated/filesystem.php",
|
||
|
"generated/filter.php",
|
||
|
"generated/fpm.php",
|
||
|
"generated/ftp.php",
|
||
|
"generated/funchand.php",
|
||
|
"generated/gmp.php",
|
||
|
"generated/gnupg.php",
|
||
|
"generated/hash.php",
|
||
|
"generated/ibase.php",
|
||
|
"generated/ibmDb2.php",
|
||
|
"generated/iconv.php",
|
||
|
"generated/image.php",
|
||
|
"generated/imap.php",
|
||
|
"generated/info.php",
|
||
|
"generated/ingres-ii.php",
|
||
|
"generated/inotify.php",
|
||
|
"generated/json.php",
|
||
|
"generated/ldap.php",
|
||
|
"generated/libxml.php",
|
||
|
"generated/lzf.php",
|
||
|
"generated/mailparse.php",
|
||
|
"generated/mbstring.php",
|
||
|
"generated/misc.php",
|
||
|
"generated/msql.php",
|
||
|
"generated/mysql.php",
|
||
|
"generated/mysqli.php",
|
||
|
"generated/mysqlndMs.php",
|
||
|
"generated/mysqlndQc.php",
|
||
|
"generated/network.php",
|
||
|
"generated/oci8.php",
|
||
|
"generated/opcache.php",
|
||
|
"generated/openssl.php",
|
||
|
"generated/outcontrol.php",
|
||
|
"generated/password.php",
|
||
|
"generated/pcntl.php",
|
||
|
"generated/pcre.php",
|
||
|
"generated/pdf.php",
|
||
|
"generated/pgsql.php",
|
||
|
"generated/posix.php",
|
||
|
"generated/ps.php",
|
||
|
"generated/pspell.php",
|
||
|
"generated/readline.php",
|
||
|
"generated/rpminfo.php",
|
||
|
"generated/rrd.php",
|
||
|
"generated/sem.php",
|
||
|
"generated/session.php",
|
||
|
"generated/shmop.php",
|
||
|
"generated/simplexml.php",
|
||
|
"generated/sockets.php",
|
||
|
"generated/sodium.php",
|
||
|
"generated/solr.php",
|
||
|
"generated/spl.php",
|
||
|
"generated/sqlsrv.php",
|
||
|
"generated/ssdeep.php",
|
||
|
"generated/ssh2.php",
|
||
|
"generated/stream.php",
|
||
|
"generated/strings.php",
|
||
|
"generated/swoole.php",
|
||
|
"generated/uodbc.php",
|
||
|
"generated/uopz.php",
|
||
|
"generated/url.php",
|
||
|
"generated/var.php",
|
||
|
"generated/xdiff.php",
|
||
|
"generated/xml.php",
|
||
|
"generated/xmlrpc.php",
|
||
|
"generated/yaml.php",
|
||
|
"generated/yaz.php",
|
||
|
"generated/zip.php",
|
||
|
"generated/zlib.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Safe\\": [
|
||
|
"lib/",
|
||
|
"deprecated/",
|
||
|
"generated/"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "PHP core functions that throw exceptions instead of returning FALSE on error",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/thecodingmachine/safe/issues",
|
||
|
"source": "https://github.com/thecodingmachine/safe/tree/v1.3.3"
|
||
|
},
|
||
|
"install-path": "../thecodingmachine/safe"
|
||
|
},
|
||
|
{
|
||
|
"name": "web-auth/cose-lib",
|
||
|
"version": "v3.3.12",
|
||
|
"version_normalized": "3.3.12.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/web-auth/cose-lib.git",
|
||
|
"reference": "efa6ec2ba4e840bc1316a493973c9916028afeeb"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/web-auth/cose-lib/zipball/efa6ec2ba4e840bc1316a493973c9916028afeeb",
|
||
|
"reference": "efa6ec2ba4e840bc1316a493973c9916028afeeb",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"beberlei/assert": "^3.2",
|
||
|
"ext-json": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"ext-openssl": "*",
|
||
|
"fgrosse/phpasn1": "^2.1",
|
||
|
"php": ">=7.2"
|
||
|
},
|
||
|
"time": "2021-12-04T12:13:35+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Cose\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/web-auth/cose/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "CBOR Object Signing and Encryption (COSE) For PHP",
|
||
|
"homepage": "https://github.com/web-auth",
|
||
|
"keywords": [
|
||
|
"COSE",
|
||
|
"RFC8152"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/web-auth/cose-lib/tree/v3.3.12"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/Spomky",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../web-auth/cose-lib"
|
||
|
},
|
||
|
{
|
||
|
"name": "web-auth/metadata-service",
|
||
|
"version": "v3.3.12",
|
||
|
"version_normalized": "3.3.12.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/web-auth/webauthn-metadata-service.git",
|
||
|
"reference": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/ef40d2b7b68c4964247d13fab52e2fa8dbd65246",
|
||
|
"reference": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"beberlei/assert": "^3.2",
|
||
|
"ext-json": "*",
|
||
|
"league/uri": "^6.0",
|
||
|
"php": ">=7.2",
|
||
|
"psr/http-client": "^1.0",
|
||
|
"psr/http-factory": "^1.0",
|
||
|
"psr/log": "^1.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"web-token/jwt-key-mgmt": "Mandatory for fetching Metadata Statement from distant sources",
|
||
|
"web-token/jwt-signature-algorithm-ecdsa": "Mandatory for fetching Metadata Statement from distant sources"
|
||
|
},
|
||
|
"time": "2021-11-21T11:14:31+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Webauthn\\MetadataService\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/web-auth/metadata-service/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Metadata Service for FIDO2/Webauthn",
|
||
|
"homepage": "https://github.com/web-auth",
|
||
|
"keywords": [
|
||
|
"FIDO2",
|
||
|
"fido",
|
||
|
"webauthn"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/web-auth/webauthn-metadata-service/tree/v3.3.12"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/Spomky",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../web-auth/metadata-service"
|
||
|
},
|
||
|
{
|
||
|
"name": "web-auth/webauthn-lib",
|
||
|
"version": "v3.3.12",
|
||
|
"version_normalized": "3.3.12.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/web-auth/webauthn-lib.git",
|
||
|
"reference": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/5ef9b21c8e9f8a817e524ac93290d08a9f065b33",
|
||
|
"reference": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"beberlei/assert": "^3.2",
|
||
|
"ext-json": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"ext-openssl": "*",
|
||
|
"fgrosse/phpasn1": "^2.1",
|
||
|
"php": ">=7.2",
|
||
|
"psr/http-client": "^1.0",
|
||
|
"psr/http-factory": "^1.0",
|
||
|
"psr/http-message": "^1.0",
|
||
|
"psr/log": "^1.1",
|
||
|
"ramsey/uuid": "^3.8|^4.0",
|
||
|
"spomky-labs/base64url": "^2.0",
|
||
|
"spomky-labs/cbor-php": "^1.0|^2.0",
|
||
|
"symfony/process": "^3.0|^4.0|^5.0",
|
||
|
"thecodingmachine/safe": "^1.1",
|
||
|
"web-auth/cose-lib": "self.version",
|
||
|
"web-auth/metadata-service": "self.version"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"psr/log-implementation": "Recommended to receive logs from the library",
|
||
|
"web-token/jwt-key-mgmt": "Mandatory for the AndroidSafetyNet Attestation Statement support",
|
||
|
"web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
|
||
|
"web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
|
||
|
"web-token/jwt-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support"
|
||
|
},
|
||
|
"time": "2022-02-18T07:13:44+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Webauthn\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/web-auth/webauthn-library/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "FIDO2/Webauthn Support For PHP",
|
||
|
"homepage": "https://github.com/web-auth",
|
||
|
"keywords": [
|
||
|
"FIDO2",
|
||
|
"fido",
|
||
|
"webauthn"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/web-auth/webauthn-lib/tree/v3.3.12"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/Spomky",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../web-auth/webauthn-lib"
|
||
|
},
|
||
|
{
|
||
|
"name": "web-token/jwt-core",
|
||
|
"version": "v2.2.11",
|
||
|
"version_normalized": "2.2.11.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/web-token/jwt-core.git",
|
||
|
"reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
|
||
|
"reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"brick/math": "^0.8.17|^0.9",
|
||
|
"ext-json": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"fgrosse/phpasn1": "^2.0",
|
||
|
"php": ">=7.2",
|
||
|
"spomky-labs/base64url": "^1.0|^2.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"spomky-labs/jose": "*"
|
||
|
},
|
||
|
"time": "2021-03-17T14:55:52+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Jose\\Component\\Core\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/web-token/jwt-framework/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Core component of the JWT Framework.",
|
||
|
"homepage": "https://github.com/web-token",
|
||
|
"keywords": [
|
||
|
"JOSE",
|
||
|
"JWE",
|
||
|
"JWK",
|
||
|
"JWKSet",
|
||
|
"JWS",
|
||
|
"Jot",
|
||
|
"RFC7515",
|
||
|
"RFC7516",
|
||
|
"RFC7517",
|
||
|
"RFC7518",
|
||
|
"RFC7519",
|
||
|
"RFC7520",
|
||
|
"bundle",
|
||
|
"jwa",
|
||
|
"jwt",
|
||
|
"symfony"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/web-token/jwt-core/tree/v2.2.11"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../web-token/jwt-core"
|
||
|
},
|
||
|
{
|
||
|
"name": "web-token/jwt-key-mgmt",
|
||
|
"version": "v2.2.11",
|
||
|
"version_normalized": "2.2.11.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/web-token/jwt-key-mgmt.git",
|
||
|
"reference": "0b116379515700d237b4e5de86879078ccb09d8a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/0b116379515700d237b4e5de86879078ccb09d8a",
|
||
|
"reference": "0b116379515700d237b4e5de86879078ccb09d8a",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-openssl": "*",
|
||
|
"psr/http-client": "^1.0",
|
||
|
"psr/http-factory": "^1.0",
|
||
|
"web-token/jwt-core": "^2.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
|
||
|
"php-http/httplug": "To enable JKU/X5U support.",
|
||
|
"php-http/message-factory": "To enable JKU/X5U support.",
|
||
|
"web-token/jwt-util-ecc": "To use EC key analyzers."
|
||
|
},
|
||
|
"time": "2021-03-17T14:55:52+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Jose\\Component\\KeyManagement\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/web-token/jwt-key-mgmt/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Key Management component of the JWT Framework.",
|
||
|
"homepage": "https://github.com/web-token",
|
||
|
"keywords": [
|
||
|
"JOSE",
|
||
|
"JWE",
|
||
|
"JWK",
|
||
|
"JWKSet",
|
||
|
"JWS",
|
||
|
"Jot",
|
||
|
"RFC7515",
|
||
|
"RFC7516",
|
||
|
"RFC7517",
|
||
|
"RFC7518",
|
||
|
"RFC7519",
|
||
|
"RFC7520",
|
||
|
"bundle",
|
||
|
"jwa",
|
||
|
"jwt",
|
||
|
"symfony"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/web-token/jwt-key-mgmt/tree/v2.2.11"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../web-token/jwt-key-mgmt"
|
||
|
},
|
||
|
{
|
||
|
"name": "web-token/jwt-signature",
|
||
|
"version": "v2.2.11",
|
||
|
"version_normalized": "2.2.11.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/web-token/jwt-signature.git",
|
||
|
"reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
|
||
|
"reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"web-token/jwt-core": "^2.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
|
||
|
"web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms",
|
||
|
"web-token/jwt-signature-algorithm-experimental": "Experimental Signature Algorithms",
|
||
|
"web-token/jwt-signature-algorithm-hmac": "HMAC Based Signature Algorithms",
|
||
|
"web-token/jwt-signature-algorithm-none": "None Signature Algorithm",
|
||
|
"web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms"
|
||
|
},
|
||
|
"time": "2021-03-01T19:55:28+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Jose\\Component\\Signature\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/web-token/jwt-signature/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Signature component of the JWT Framework.",
|
||
|
"homepage": "https://github.com/web-token",
|
||
|
"keywords": [
|
||
|
"JOSE",
|
||
|
"JWE",
|
||
|
"JWK",
|
||
|
"JWKSet",
|
||
|
"JWS",
|
||
|
"Jot",
|
||
|
"RFC7515",
|
||
|
"RFC7516",
|
||
|
"RFC7517",
|
||
|
"RFC7518",
|
||
|
"RFC7519",
|
||
|
"RFC7520",
|
||
|
"bundle",
|
||
|
"jwa",
|
||
|
"jwt",
|
||
|
"symfony"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/web-token/jwt-signature/tree/v2.2.11"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../web-token/jwt-signature"
|
||
|
},
|
||
|
{
|
||
|
"name": "web-token/jwt-signature-algorithm-ecdsa",
|
||
|
"version": "v2.2.11",
|
||
|
"version_normalized": "2.2.11.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git",
|
||
|
"reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
|
||
|
"reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-openssl": "*",
|
||
|
"web-token/jwt-signature": "^2.0"
|
||
|
},
|
||
|
"time": "2021-01-21T19:18:03+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Jose\\Component\\Signature\\Algorithm\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/web-token/jwt-framework/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "ECDSA Based Signature Algorithms the JWT Framework.",
|
||
|
"homepage": "https://github.com/web-token",
|
||
|
"keywords": [
|
||
|
"JOSE",
|
||
|
"JWE",
|
||
|
"JWK",
|
||
|
"JWKSet",
|
||
|
"JWS",
|
||
|
"Jot",
|
||
|
"RFC7515",
|
||
|
"RFC7516",
|
||
|
"RFC7517",
|
||
|
"RFC7518",
|
||
|
"RFC7519",
|
||
|
"RFC7520",
|
||
|
"bundle",
|
||
|
"jwa",
|
||
|
"jwt",
|
||
|
"symfony"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/v2.2.11"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../web-token/jwt-signature-algorithm-ecdsa"
|
||
|
},
|
||
|
{
|
||
|
"name": "web-token/jwt-signature-algorithm-eddsa",
|
||
|
"version": "v2.2.11",
|
||
|
"version_normalized": "2.2.11.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/web-token/jwt-signature-algorithm-eddsa.git",
|
||
|
"reference": "b805ecca593c56e60e0463bd2cacc9b1341910f6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-eddsa/zipball/b805ecca593c56e60e0463bd2cacc9b1341910f6",
|
||
|
"reference": "b805ecca593c56e60e0463bd2cacc9b1341910f6",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-sodium": "*",
|
||
|
"web-token/jwt-signature": "^2.1"
|
||
|
},
|
||
|
"time": "2021-01-21T19:18:03+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Jose\\Component\\Signature\\Algorithm\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/web-token/jwt-framework/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "EdDSA Signature Algorithm the JWT Framework.",
|
||
|
"homepage": "https://github.com/web-token",
|
||
|
"keywords": [
|
||
|
"JOSE",
|
||
|
"JWE",
|
||
|
"JWK",
|
||
|
"JWKSet",
|
||
|
"JWS",
|
||
|
"Jot",
|
||
|
"RFC7515",
|
||
|
"RFC7516",
|
||
|
"RFC7517",
|
||
|
"RFC7518",
|
||
|
"RFC7519",
|
||
|
"RFC7520",
|
||
|
"bundle",
|
||
|
"jwa",
|
||
|
"jwt",
|
||
|
"symfony"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/web-token/jwt-signature-algorithm-eddsa/tree/v2.2.11"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../web-token/jwt-signature-algorithm-eddsa"
|
||
|
},
|
||
|
{
|
||
|
"name": "web-token/jwt-signature-algorithm-rsa",
|
||
|
"version": "v2.2.11",
|
||
|
"version_normalized": "2.2.11.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/web-token/jwt-signature-algorithm-rsa.git",
|
||
|
"reference": "513ad90eb5ef1886ff176727a769bda4618141b0"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/513ad90eb5ef1886ff176727a769bda4618141b0",
|
||
|
"reference": "513ad90eb5ef1886ff176727a769bda4618141b0",
|
||
|
"shasum": "",
|
||
|
"mirrors": [
|
||
|
{
|
||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
"preferred": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"brick/math": "^0.8.17|^0.9",
|
||
|
"ext-openssl": "*",
|
||
|
"web-token/jwt-signature": "^2.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
|
||
|
"ext-gmp": "GMP or BCMath is highly recommended to improve the library performance"
|
||
|
},
|
||
|
"time": "2021-01-21T19:18:03+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Jose\\Component\\Signature\\Algorithm\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Florent Morselli",
|
||
|
"homepage": "https://github.com/Spomky"
|
||
|
},
|
||
|
{
|
||
|
"name": "All contributors",
|
||
|
"homepage": "https://github.com/web-token/jwt-framework/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "RSA Based Signature Algorithms the JWT Framework.",
|
||
|
"homepage": "https://github.com/web-token",
|
||
|
"keywords": [
|
||
|
"JOSE",
|
||
|
"JWE",
|
||
|
"JWK",
|
||
|
"JWKSet",
|
||
|
"JWS",
|
||
|
"Jot",
|
||
|
"RFC7515",
|
||
|
"RFC7516",
|
||
|
"RFC7517",
|
||
|
"RFC7518",
|
||
|
"RFC7519",
|
||
|
"RFC7520",
|
||
|
"bundle",
|
||
|
"jwa",
|
||
|
"jwt",
|
||
|
"symfony"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/web-token/jwt-signature-algorithm-rsa/tree/v2.2.11"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://www.patreon.com/FlorentMorselli",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../web-token/jwt-signature-algorithm-rsa"
|
||
|
}
|
||
|
],
|
||
|
"dev": false,
|
||
|
"dev-package-names": []
|
||
|
}
|