2022-10-08 02:41:03 +00:00
{
"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" ,
2023-10-22 22:21:36 +00:00
"version" : "v2.5.0" ,
"version_normalized" : "2.5.0.0" ,
2022-10-08 02:41:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/fgrosse/PHPASN1.git" ,
2023-10-22 22:21:36 +00:00
"reference" : "42060ed45344789fb9f21f9f1864fc47b9e3507b"
2022-10-08 02:41:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-10-22 22:21:36 +00:00
"url" : "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b" ,
"reference" : "42060ed45344789fb9f21f9f1864fc47b9e3507b" ,
2022-10-08 02:41:03 +00:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
2023-10-22 22:21:36 +00:00
"php" : "^7.1 || ^8.0"
2022-10-08 02:41:03 +00:00
} ,
"require-dev" : {
"php-coveralls/php-coveralls" : "~2.0" ,
2023-10-22 22:21:36 +00:00
"phpunit/phpunit" : "^7.0 || ^8.0 || ^9.0"
2022-10-08 02:41:03 +00:00
} ,
"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"
} ,
2023-10-22 22:21:36 +00:00
"time" : "2022-12-19T11:08:26+00:00" ,
2022-10-08 02:41:03 +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" ,
2023-10-22 22:21:36 +00:00
"source" : "https://github.com/fgrosse/PHPASN1/tree/v2.5.0"
2022-10-08 02:41:03 +00:00
} ,
2023-10-22 22:21:36 +00:00
"abandoned" : true ,
2022-10-08 02:41:03 +00:00
"install-path" : "../fgrosse/phpasn1"
} ,
{
"name" : "league/uri" ,
2023-10-22 22:21:36 +00:00
"version" : "6.7.2" ,
"version_normalized" : "6.7.2.0" ,
2022-10-08 02:41:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/uri.git" ,
2023-10-22 22:21:36 +00:00
"reference" : "d3b50812dd51f3fbf176344cc2981db03d10fe06"
2022-10-08 02:41:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-10-22 22:21:36 +00:00
"url" : "https://api.github.com/repos/thephpleague/uri/zipball/d3b50812dd51f3fbf176344cc2981db03d10fe06" ,
"reference" : "d3b50812dd51f3fbf176344cc2981db03d10fe06" ,
2022-10-08 02:41:03 +00:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"ext-json" : "*" ,
"league/uri-interfaces" : "^2.3" ,
2023-10-22 22:21:36 +00:00
"php" : "^7.4 || ^8.0" ,
2022-10-08 02:41:03 +00:00
"psr/http-message" : "^1.0"
} ,
"conflict" : {
"league/uri-schemes" : "^1.0"
} ,
"require-dev" : {
2023-10-22 22:21:36 +00:00
"friendsofphp/php-cs-fixer" : "^v3.3.2" ,
"nyholm/psr7" : "^1.5" ,
"php-http/psr7-integration-tests" : "^1.1" ,
"phpstan/phpstan" : "^1.2.0" ,
"phpstan/phpstan-deprecation-rules" : "^1.0" ,
"phpstan/phpstan-phpunit" : "^1.0.0" ,
"phpstan/phpstan-strict-rules" : "^1.1.0" ,
"phpunit/phpunit" : "^9.5.10" ,
2022-10-08 02:41:03 +00:00
"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"
} ,
2023-10-22 22:21:36 +00:00
"time" : "2022-09-13T19:50:42+00:00" ,
2022-10-08 02:41:03 +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" ,
2023-10-22 22:21:36 +00:00
"homepage" : "https://uri.thephpleague.com" ,
2022-10-08 02:41:03 +00:00
"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" ,
2023-10-22 22:21:36 +00:00
"source" : "https://github.com/thephpleague/uri/tree/6.7.2"
2022-10-08 02:41:03 +00:00
} ,
"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" ,
2023-10-22 22:21:36 +00:00
"version" : "1.8.0" ,
"version_normalized" : "1.8.0.0" ,
2022-10-08 02:41:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Nyholm/psr7.git" ,
2023-10-22 22:21:36 +00:00
"reference" : "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
2022-10-08 02:41:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-10-22 22:21:36 +00:00
"url" : "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be" ,
"reference" : "3cb4d163b58589e47b35103e8e5e6a6a475b47be" ,
2022-10-08 02:41:03 +00:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
2023-10-22 22:21:36 +00:00
"php" : ">=7.2" ,
2022-10-08 02:41:03 +00:00
"psr/http-factory" : "^1.0" ,
2023-10-22 22:21:36 +00:00
"psr/http-message" : "^1.1 || ^2.0"
2022-10-08 02:41:03 +00:00
} ,
"provide" : {
2023-10-22 22:21:36 +00:00
"php-http/message-factory-implementation" : "1.0" ,
2022-10-08 02:41:03 +00:00
"psr/http-factory-implementation" : "1.0" ,
"psr/http-message-implementation" : "1.0"
} ,
"require-dev" : {
"http-interop/http-factory-tests" : "^0.9" ,
2023-10-22 22:21:36 +00:00
"php-http/message-factory" : "^1.0" ,
2022-10-08 02:41:03 +00:00
"php-http/psr7-integration-tests" : "^1.0" ,
2023-10-22 22:21:36 +00:00
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.4" ,
2022-10-08 02:41:03 +00:00
"symfony/error-handler" : "^4.4"
} ,
2023-10-22 22:21:36 +00:00
"time" : "2023-05-02T11:26:24+00:00" ,
2022-10-08 02:41:03 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2023-10-22 22:21:36 +00:00
"dev-master" : "1.8-dev"
2022-10-08 02:41:03 +00:00
}
} ,
"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" ,
2023-10-22 22:21:36 +00:00
"source" : "https://github.com/Nyholm/psr7/tree/1.8.0"
2022-10-08 02:41:03 +00:00
} ,
"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" : "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" ,
2023-10-22 22:21:36 +00:00
"version" : "1.0.2" ,
"version_normalized" : "1.0.2.0" ,
2022-10-08 02:41:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-factory.git" ,
2023-10-22 22:21:36 +00:00
"reference" : "e616d01114759c4c489f93b099585439f795fe35"
2022-10-08 02:41:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-10-22 22:21:36 +00:00
"url" : "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35" ,
"reference" : "e616d01114759c4c489f93b099585439f795fe35" ,
2022-10-08 02:41:03 +00:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.0.0" ,
2023-10-22 22:21:36 +00:00
"psr/http-message" : "^1.0 || ^2.0"
2022-10-08 02:41:03 +00:00
} ,
2023-10-22 22:21:36 +00:00
"time" : "2023-04-10T20:10:41+00:00" ,
2022-10-08 02:41:03 +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" ,
2023-10-22 22:21:36 +00:00
"homepage" : "https://www.php-fig.org/"
2022-10-08 02:41:03 +00:00
}
] ,
"description" : "Common interfaces for PSR-7 HTTP message factories" ,
"keywords" : [
"factory" ,
"http" ,
"message" ,
"psr" ,
"psr-17" ,
"psr-7" ,
"request" ,
"response"
] ,
"support" : {
2023-10-22 22:21:36 +00:00
"source" : "https://github.com/php-fig/http-factory/tree/1.0.2"
2022-10-08 02:41:03 +00:00
} ,
"install-path" : "../psr/http-factory"
} ,
{
"name" : "psr/http-message" ,
2023-10-22 22:21:36 +00:00
"version" : "1.1" ,
"version_normalized" : "1.1.0.0" ,
2022-10-08 02:41:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-message.git" ,
2023-10-22 22:21:36 +00:00
"reference" : "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
2022-10-08 02:41:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-10-22 22:21:36 +00:00
"url" : "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba" ,
"reference" : "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" ,
2022-10-08 02:41:03 +00:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
2023-10-22 22:21:36 +00:00
"php" : "^7.2 || ^8.0"
2022-10-08 02:41:03 +00:00
} ,
2023-10-22 22:21:36 +00:00
"time" : "2023-04-04T09:50:52+00:00" ,
2022-10-08 02:41:03 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2023-10-22 22:21:36 +00:00
"dev-master" : "1.1.x-dev"
2022-10-08 02:41:03 +00:00
}
} ,
"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" : {
2023-10-22 22:21:36 +00:00
"source" : "https://github.com/php-fig/http-message/tree/1.1"
2022-10-08 02:41:03 +00:00
} ,
"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" ,
2023-10-22 22:21:36 +00:00
"version" : "1.3.0" ,
"version_normalized" : "1.3.0.0" ,
2022-10-08 02:41:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/ramsey/collection.git" ,
2023-10-22 22:21:36 +00:00
"reference" : "ad7475d1c9e70b190ecffc58f2d989416af339b4"
2022-10-08 02:41:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-10-22 22:21:36 +00:00
"url" : "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4" ,
"reference" : "ad7475d1c9e70b190ecffc58f2d989416af339b4" ,
2022-10-08 02:41:03 +00:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
2023-10-22 22:21:36 +00:00
"php" : "^7.4 || ^8.0" ,
2022-10-08 02:41:03 +00:00
"symfony/polyfill-php81" : "^1.23"
} ,
"require-dev" : {
2023-10-22 22:21:36 +00:00
"captainhook/plugin-composer" : "^5.3" ,
"ergebnis/composer-normalize" : "^2.28.3" ,
"fakerphp/faker" : "^1.21" ,
"hamcrest/hamcrest-php" : "^2.0" ,
"jangregor/phpstan-prophecy" : "^1.0" ,
"mockery/mockery" : "^1.5" ,
"php-parallel-lint/php-console-highlighter" : "^1.0" ,
"php-parallel-lint/php-parallel-lint" : "^1.3" ,
"phpcsstandards/phpcsutils" : "^1.0.0-rc1" ,
2022-10-08 02:41:03 +00:00
"phpspec/prophecy-phpunit" : "^2.0" ,
2023-10-22 22:21:36 +00:00
"phpstan/extension-installer" : "^1.2" ,
"phpstan/phpstan" : "^1.9" ,
"phpstan/phpstan-mockery" : "^1.1" ,
"phpstan/phpstan-phpunit" : "^1.3" ,
"phpunit/phpunit" : "^9.5" ,
"psalm/plugin-mockery" : "^1.1" ,
"psalm/plugin-phpunit" : "^0.18.4" ,
"ramsey/coding-standard" : "^2.0.3" ,
"ramsey/conventional-commits" : "^1.3" ,
"vimeo/psalm" : "^5.4"
2022-10-08 02:41:03 +00:00
} ,
2023-10-22 22:21:36 +00:00
"time" : "2022-12-27T19:12:24+00:00" ,
2022-10-08 02:41:03 +00:00
"type" : "library" ,
2023-10-22 22:21:36 +00:00
"extra" : {
"captainhook" : {
"force-install" : true
} ,
"ramsey/conventional-commits" : {
"configFile" : "conventional-commits.json"
}
} ,
2022-10-08 02:41:03 +00:00
"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" ,
2023-10-22 22:21:36 +00:00
"source" : "https://github.com/ramsey/collection/tree/1.3.0"
2022-10-08 02:41:03 +00:00
} ,
"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" ,
2023-10-22 22:21:36 +00:00
"version" : "v1.27.0" ,
"version_normalized" : "1.27.0.0" ,
2022-10-08 02:41:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-ctype.git" ,
2023-10-22 22:21:36 +00:00
"reference" : "5bbc823adecdae860bb64756d639ecfec17b050a"
2022-10-08 02:41:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-10-22 22:21:36 +00:00
"url" : "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a" ,
"reference" : "5bbc823adecdae860bb64756d639ecfec17b050a" ,
2022-10-08 02:41:03 +00:00
"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"
} ,
2023-10-22 22:21:36 +00:00
"time" : "2022-11-03T14:55:06+00:00" ,
2022-10-08 02:41:03 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2023-10-22 22:21:36 +00:00
"dev-main" : "1.27-dev"
2022-10-08 02:41:03 +00:00
} ,
"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" : {
2023-10-22 22:21:36 +00:00
"source" : "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
2022-10-08 02:41:03 +00:00
} ,
"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" ,
2023-10-22 22:21:36 +00:00
"version" : "v1.27.0" ,
"version_normalized" : "1.27.0.0" ,
2022-10-08 02:41:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
2023-10-22 22:21:36 +00:00
"reference" : "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
2022-10-08 02:41:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-10-22 22:21:36 +00:00
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" ,
"reference" : "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" ,
2022-10-08 02:41:03 +00:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.1"
} ,
2023-10-22 22:21:36 +00:00
"time" : "2022-11-03T14:55:06+00:00" ,
2022-10-08 02:41:03 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2023-10-22 22:21:36 +00:00
"dev-main" : "1.27-dev"
2022-10-08 02:41:03 +00:00
} ,
"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" : {
2023-10-22 22:21:36 +00:00
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
2022-10-08 02:41:03 +00:00
} ,
"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" ,
2023-10-22 22:21:36 +00:00
"version" : "v1.27.0" ,
"version_normalized" : "1.27.0.0" ,
2022-10-08 02:41:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php81.git" ,
2023-10-22 22:21:36 +00:00
"reference" : "707403074c8ea6e2edaf8794b0157a0bfa52157a"
2022-10-08 02:41:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-10-22 22:21:36 +00:00
"url" : "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a" ,
"reference" : "707403074c8ea6e2edaf8794b0157a0bfa52157a" ,
2022-10-08 02:41:03 +00:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.1"
} ,
2023-10-22 22:21:36 +00:00
"time" : "2022-11-03T14:55:06+00:00" ,
2022-10-08 02:41:03 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2023-10-22 22:21:36 +00:00
"dev-main" : "1.27-dev"
2022-10-08 02:41:03 +00:00
} ,
"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" : {
2023-10-22 22:21:36 +00:00
"source" : "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
2022-10-08 02:41:03 +00:00
} ,
"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" ,
2023-10-22 22:21:36 +00:00
"version" : "v5.4.28" ,
"version_normalized" : "5.4.28.0" ,
2022-10-08 02:41:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/process.git" ,
2023-10-22 22:21:36 +00:00
"reference" : "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b"
2022-10-08 02:41:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-10-22 22:21:36 +00:00
"url" : "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" ,
"reference" : "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" ,
2022-10-08 02:41:03 +00:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/polyfill-php80" : "^1.16"
} ,
2023-10-22 22:21:36 +00:00
"time" : "2023-08-07T10:36:04+00:00" ,
2022-10-08 02:41:03 +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" : {
2023-10-22 22:21:36 +00:00
"source" : "https://github.com/symfony/process/tree/v5.4.28"
2022-10-08 02:41:03 +00:00
} ,
"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" : [ ]
}