2204 lines
78 KiB
JSON
2204 lines
78 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "composer/ca-bundle",
|
|
"version": "1.3.1",
|
|
"version_normalized": "1.3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
|
"reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
|
|
"reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.55",
|
|
"psr/log": "^1.0",
|
|
"symfony/phpunit-bridge": "^4.2 || ^5",
|
|
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
|
|
},
|
|
"time": "2021-10-28T20:44:15+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\CaBundle\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
|
"keywords": [
|
|
"cabundle",
|
|
"cacert",
|
|
"certificate",
|
|
"ssl",
|
|
"tls"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.org/composer",
|
|
"issues": "https://github.com/composer/ca-bundle/issues",
|
|
"source": "https://github.com/composer/ca-bundle/tree/1.3.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"install-path": "./ca-bundle"
|
|
},
|
|
{
|
|
"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": ""
|
|
},
|
|
"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": "geoip2/geoip2",
|
|
"version": "v2.12.2",
|
|
"version_normalized": "2.12.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/GeoIP2-php.git",
|
|
"reference": "83adb44ac4b9553d36b579a14673ed124583082f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/83adb44ac4b9553d36b579a14673ed124583082f",
|
|
"reference": "83adb44ac4b9553d36b579a14673ed124583082f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"maxmind-db/reader": "~1.8",
|
|
"maxmind/web-service-common": "~0.8",
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "3.*",
|
|
"phpstan/phpstan": "*",
|
|
"phpunit/phpunit": "^8.0 || ^9.0",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2021-11-30T18:15:25+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GeoIp2\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gregory J. Oschwald",
|
|
"email": "goschwald@maxmind.com",
|
|
"homepage": "https://www.maxmind.com/"
|
|
}
|
|
],
|
|
"description": "MaxMind GeoIP2 PHP API",
|
|
"homepage": "https://github.com/maxmind/GeoIP2-php",
|
|
"keywords": [
|
|
"IP",
|
|
"geoip",
|
|
"geoip2",
|
|
"geolocation",
|
|
"maxmind"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/maxmind/GeoIP2-php/issues",
|
|
"source": "https://github.com/maxmind/GeoIP2-php/tree/v2.12.2"
|
|
},
|
|
"install-path": "../geoip2/geoip2"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "6.5.5",
|
|
"version_normalized": "6.5.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
|
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^1.0",
|
|
"guzzlehttp/psr7": "^1.6.1",
|
|
"php": ">=5.5",
|
|
"symfony/polyfill-intl-idn": "^1.17.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
"psr/log": "^1.1"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "Required for using the Log middleware"
|
|
},
|
|
"time": "2020-06-16T21:01:06+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.5-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"install-path": "../guzzlehttp/guzzle"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "1.5.1",
|
|
"version_normalized": "1.5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
},
|
|
"time": "2021-10-22T20:56:57+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.5-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
|
"source": "https://github.com/guzzle/promises/tree/1.5.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"install-path": "../guzzlehttp/promises"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "1.8.3",
|
|
"version_normalized": "1.8.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
|
|
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"psr/http-message": "~1.0",
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-zlib": "*",
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"time": "2021-10-05T13:56:00+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.7-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "George Mponos",
|
|
"email": "gmponos@gmail.com",
|
|
"homepage": "https://github.com/gmponos"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
|
"source": "https://github.com/guzzle/psr7/tree/1.8.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"install-path": "../guzzlehttp/psr7"
|
|
},
|
|
{
|
|
"name": "maxmind-db/reader",
|
|
"version": "v1.11.0",
|
|
"version_normalized": "1.11.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
|
|
"reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b",
|
|
"reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"conflict": {
|
|
"ext-maxminddb": "<1.10.1,>=2.0.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "3.*",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpstan/phpstan": "*",
|
|
"phpunit/phpcov": ">=6.0.0",
|
|
"phpunit/phpunit": ">=8.0.0,<10.0.0",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
|
"ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
|
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
|
|
},
|
|
"time": "2021-10-18T15:23:10+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MaxMind\\Db\\": "src/MaxMind/Db"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gregory J. Oschwald",
|
|
"email": "goschwald@maxmind.com",
|
|
"homepage": "https://www.maxmind.com/"
|
|
}
|
|
],
|
|
"description": "MaxMind DB Reader API",
|
|
"homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
|
|
"keywords": [
|
|
"database",
|
|
"geoip",
|
|
"geoip2",
|
|
"geolocation",
|
|
"maxmind"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
|
|
"source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0"
|
|
},
|
|
"install-path": "../maxmind-db/reader"
|
|
},
|
|
{
|
|
"name": "maxmind/web-service-common",
|
|
"version": "v0.8.1",
|
|
"version_normalized": "0.8.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/web-service-common-php.git",
|
|
"reference": "32f274051c543fc865e5a84d3a2c703913641ea8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/32f274051c543fc865e5a84d3a2c703913641ea8",
|
|
"reference": "32f274051c543fc865e5a84d3a2c703913641ea8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/ca-bundle": "^1.0.3",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "2.*",
|
|
"phpunit/phpunit": "^8.0 || ^9.0",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2020-11-02T17:00:53+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MaxMind\\Exception\\": "src/Exception",
|
|
"MaxMind\\WebService\\": "src/WebService"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gregory Oschwald",
|
|
"email": "goschwald@maxmind.com"
|
|
}
|
|
],
|
|
"description": "Internal MaxMind Web Service API",
|
|
"homepage": "https://github.com/maxmind/web-service-common-php",
|
|
"install-path": "../maxmind/web-service-common"
|
|
},
|
|
{
|
|
"name": "minishlink/web-push",
|
|
"version": "v5.2.5",
|
|
"version_normalized": "5.2.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-push-libs/web-push-php.git",
|
|
"reference": "0e75af425126435794ed42d7aa92119fd563e503"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/0e75af425126435794ed42d7aa92119fd563e503",
|
|
"reference": "0e75af425126435794ed42d7aa92119fd563e503",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gmp": "*",
|
|
"ext-json": "*",
|
|
"guzzlehttp/guzzle": "^6.2",
|
|
"lib-openssl": "*",
|
|
"php": "^7.1",
|
|
"web-token/jwt-key-mgmt": "^1.0",
|
|
"web-token/jwt-signature": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.14",
|
|
"phpstan/phpstan": "0.11.2",
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"time": "2020-08-02T08:58:01+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Minishlink\\WebPush\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Louis Lagrange",
|
|
"email": "lagrange.louis@gmail.com",
|
|
"homepage": "https://github.com/Minishlink"
|
|
}
|
|
],
|
|
"description": "Web Push library for PHP",
|
|
"homepage": "https://github.com/web-push-libs/web-push-php",
|
|
"keywords": [
|
|
"Push API",
|
|
"WebPush",
|
|
"notifications",
|
|
"push",
|
|
"web"
|
|
],
|
|
"install-path": "../minishlink/web-push"
|
|
},
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"version": "v9.99.100",
|
|
"version_normalized": "9.99.100.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">= 7"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*|5.*",
|
|
"vimeo/psalm": "^1"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
},
|
|
"time": "2020-10-15T08:29:30+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com",
|
|
"homepage": "https://paragonie.com"
|
|
}
|
|
],
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
"keywords": [
|
|
"csprng",
|
|
"polyfill",
|
|
"pseudorandom",
|
|
"random"
|
|
],
|
|
"install-path": "../paragonie/random_compat"
|
|
},
|
|
{
|
|
"name": "paragonie/sodium_compat",
|
|
"version": "v1.17.0",
|
|
"version_normalized": "1.17.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/sodium_compat.git",
|
|
"reference": "c59cac21abbcc0df06a3dd18076450ea4797b321"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/c59cac21abbcc0df06a3dd18076450ea4797b321",
|
|
"reference": "c59cac21abbcc0df06a3dd18076450ea4797b321",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/random_compat": ">=1",
|
|
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
|
|
"ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
|
|
},
|
|
"time": "2021-08-10T02:43:50+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"files": [
|
|
"autoload.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"ISC"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com"
|
|
},
|
|
{
|
|
"name": "Frank Denis",
|
|
"email": "jedisct1@pureftpd.org"
|
|
}
|
|
],
|
|
"description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
|
|
"keywords": [
|
|
"Authentication",
|
|
"BLAKE2b",
|
|
"ChaCha20",
|
|
"ChaCha20-Poly1305",
|
|
"Chapoly",
|
|
"Curve25519",
|
|
"Ed25519",
|
|
"EdDSA",
|
|
"Edwards-curve Digital Signature Algorithm",
|
|
"Elliptic Curve Diffie-Hellman",
|
|
"Poly1305",
|
|
"Pure-PHP cryptography",
|
|
"RFC 7748",
|
|
"RFC 8032",
|
|
"Salpoly",
|
|
"Salsa20",
|
|
"X25519",
|
|
"XChaCha20-Poly1305",
|
|
"XSalsa20-Poly1305",
|
|
"Xchacha20",
|
|
"Xsalsa20",
|
|
"aead",
|
|
"cryptography",
|
|
"ecdh",
|
|
"elliptic curve",
|
|
"elliptic curve cryptography",
|
|
"encryption",
|
|
"libsodium",
|
|
"php",
|
|
"public-key cryptography",
|
|
"secret-key cryptography",
|
|
"side-channel resistant"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/paragonie/sodium_compat/issues",
|
|
"source": "https://github.com/paragonie/sodium_compat/tree/v1.17.0"
|
|
},
|
|
"install-path": "../paragonie/sodium_compat"
|
|
},
|
|
{
|
|
"name": "paypal/paypal-checkout-sdk",
|
|
"version": "1.0.2",
|
|
"version_normalized": "1.0.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paypal/Checkout-PHP-SDK.git",
|
|
"reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
|
|
"reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paypal/paypalhttp": "1.0.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"time": "2021-09-21T20:57:38+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk",
|
|
"Sample\\": "samples/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PayPal",
|
|
"homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
|
|
}
|
|
],
|
|
"description": "PayPal's PHP SDK for Checkout REST APIs",
|
|
"homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
|
|
"keywords": [
|
|
"checkout",
|
|
"orders",
|
|
"payments",
|
|
"paypal",
|
|
"rest",
|
|
"sdk"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/paypal/Checkout-PHP-SDK/tree/1.0.2"
|
|
},
|
|
"install-path": "../paypal/paypal-checkout-sdk"
|
|
},
|
|
{
|
|
"name": "paypal/paypalhttp",
|
|
"version": "1.0.1",
|
|
"version_normalized": "1.0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paypal/paypalhttp_php.git",
|
|
"reference": "7b09c89c80828e842c79230e7f156b61fbb68d25"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/7b09c89c80828e842c79230e7f156b61fbb68d25",
|
|
"reference": "7b09c89c80828e842c79230e7f156b61fbb68d25",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7",
|
|
"wiremock-php/wiremock-php": "1.43.2"
|
|
},
|
|
"time": "2021-09-14T21:35:26+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PayPalHttp\\": "lib/PayPalHttp"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PayPal",
|
|
"homepage": "https://github.com/paypal/paypalhttp_php/contributors"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/paypal/paypalhttp_php/issues",
|
|
"source": "https://github.com/paypal/paypalhttp_php/tree/1.0.1"
|
|
},
|
|
"install-path": "../paypal/paypalhttp"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.5.4",
|
|
"version_normalized": "6.5.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "c0d9f7dd3c2aa247ca44791e9209233829d82285"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c0d9f7dd3c2aa247ca44791e9209233829d82285",
|
|
"reference": "c0d9f7dd3c2aa247ca44791e9209233829d82285",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-filter": "*",
|
|
"ext-hash": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"doctrine/annotations": "^1.2",
|
|
"php-parallel-lint/php-console-highlighter": "^0.5.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.1",
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
|
"roave/security-advisories": "dev-latest",
|
|
"squizlabs/php_codesniffer": "^3.6.2",
|
|
"yoast/phpunit-polyfills": "^1.0.0"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
"psr/log": "For optional PSR-3 debug logging",
|
|
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
|
},
|
|
"time": "2022-02-17T08:19:04+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"name": "Andy Prevost",
|
|
"email": "codeworxtech@users.sourceforge.net"
|
|
},
|
|
{
|
|
"name": "Brent R. Matzelle"
|
|
}
|
|
],
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
"support": {
|
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Synchro",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"install-path": "../phpmailer/phpmailer"
|
|
},
|
|
{
|
|
"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": ""
|
|
},
|
|
"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"
|
|
],
|
|
"install-path": "../psr/http-message"
|
|
},
|
|
{
|
|
"name": "ralouphie/getallheaders",
|
|
"version": "3.0.3",
|
|
"version_normalized": "3.0.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^5 || ^6.5"
|
|
},
|
|
"time": "2019-03-08T08:55:37+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"files": [
|
|
"src/getallheaders.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ralph Khattar",
|
|
"email": "ralph.khattar@gmail.com"
|
|
}
|
|
],
|
|
"description": "A polyfill for getallheaders.",
|
|
"install-path": "../ralouphie/getallheaders"
|
|
},
|
|
{
|
|
"name": "sonata-project/google-authenticator",
|
|
"version": "2.3.1",
|
|
"version_normalized": "2.3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sonata-project/GoogleAuthenticator.git",
|
|
"reference": "71a4189228f93a9662574dc8c65e77ef55061b59"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/71a4189228f93a9662574dc8c65e77ef55061b59",
|
|
"reference": "71a4189228f93a9662574dc8c65e77ef55061b59",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^5.1.8"
|
|
},
|
|
"time": "2021-02-15T19:23:18+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Google\\Authenticator\\": "src/",
|
|
"Sonata\\GoogleAuthenticator\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Thomas Rabaix",
|
|
"email": "thomas.rabaix@gmail.com"
|
|
},
|
|
{
|
|
"name": "Christian Stocker",
|
|
"email": "me@chregu.tv"
|
|
},
|
|
{
|
|
"name": "Andre DeMarre",
|
|
"homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
|
|
}
|
|
],
|
|
"description": "Library to integrate Google Authenticator into a PHP project",
|
|
"homepage": "https://github.com/sonata-project/GoogleAuthenticator",
|
|
"keywords": [
|
|
"google authenticator"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sonata-project/GoogleAuthenticator/issues",
|
|
"source": "https://github.com/sonata-project/GoogleAuthenticator/tree/2.3.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/OskarStark",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/VincentLanglet",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/core23",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/wbloszyk",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"install-path": "../sonata-project/google-authenticator"
|
|
},
|
|
{
|
|
"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": ""
|
|
},
|
|
"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"
|
|
],
|
|
"install-path": "../spomky-labs/base64url"
|
|
},
|
|
{
|
|
"name": "stripe/stripe-php",
|
|
"version": "v7.114.0",
|
|
"version_normalized": "7.114.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/stripe/stripe-php.git",
|
|
"reference": "63be231686c6874befb5b3a47fb8effb4c30b78b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/63be231686c6874befb5b3a47fb8effb4c30b78b",
|
|
"reference": "63be231686c6874befb5b3a47fb8effb4c30b78b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "3.5.0",
|
|
"phpstan/phpstan": "^1.2",
|
|
"phpunit/phpunit": "^5.7 || ^9.0",
|
|
"squizlabs/php_codesniffer": "^3.3"
|
|
},
|
|
"time": "2022-02-15T22:48:31+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Stripe\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Stripe and contributors",
|
|
"homepage": "https://github.com/stripe/stripe-php/contributors"
|
|
}
|
|
],
|
|
"description": "Stripe PHP Library",
|
|
"homepage": "https://stripe.com/",
|
|
"keywords": [
|
|
"api",
|
|
"payment processing",
|
|
"stripe"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/stripe/stripe-php/issues",
|
|
"source": "https://github.com/stripe/stripe-php/tree/v7.114.0"
|
|
},
|
|
"install-path": "../stripe/stripe-php"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-idn",
|
|
"version": "v1.24.0",
|
|
"version_normalized": "1.24.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
"reference": "749045c69efb97c70d25d7463abba812e91f3a44"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44",
|
|
"reference": "749045c69efb97c70d25d7463abba812e91f3a44",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
|
"symfony/polyfill-php72": "^1.10"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"time": "2021-09-14T14:02:44+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\\Intl\\Idn\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Laurent Bassin",
|
|
"email": "laurent@bassin.info"
|
|
},
|
|
{
|
|
"name": "Trevor Rowbotham",
|
|
"email": "trevor.rowbotham@pm.me"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"idn",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.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-intl-idn"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
"version": "v1.24.0",
|
|
"version_normalized": "1.24.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
|
|
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"time": "2021-02-19T12:13:01+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\\Intl\\Normalizer\\": ""
|
|
},
|
|
"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 for intl's Normalizer class and related functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"intl",
|
|
"normalizer",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.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-intl-normalizer"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php72",
|
|
"version": "v1.24.0",
|
|
"version_normalized": "1.24.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
|
|
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"time": "2021-05-27T09:17:38+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\\Php72\\": ""
|
|
}
|
|
},
|
|
"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 7.2+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php72/tree/v1.24.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-php72"
|
|
},
|
|
{
|
|
"name": "web-token/jwt-core",
|
|
"version": "v1.3.10",
|
|
"version_normalized": "1.3.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-token/jwt-core.git",
|
|
"reference": "30e9df9e040d933043b16237f9dba7a3be746566"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/30e9df9e040d933043b16237f9dba7a3be746566",
|
|
"reference": "30e9df9e040d933043b16237f9dba7a3be746566",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gmp": "*",
|
|
"ext-mbstring": "*",
|
|
"fgrosse/phpasn1": "^2.0",
|
|
"php": "^7.1",
|
|
"spomky-labs/base64url": "^1.0|^2.0",
|
|
"web-token/jwt-util-ecc": "^1.3"
|
|
},
|
|
"conflict": {
|
|
"spomky-labs/jose": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0|^7.0"
|
|
},
|
|
"time": "2020-03-20T13:29:04+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"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-core/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"
|
|
],
|
|
"install-path": "../web-token/jwt-core"
|
|
},
|
|
{
|
|
"name": "web-token/jwt-key-mgmt",
|
|
"version": "v1.3.10",
|
|
"version_normalized": "1.3.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-token/jwt-key-mgmt.git",
|
|
"reference": "65b1e908e50b0e5be6b28135085d3c1097b81801"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/65b1e908e50b0e5be6b28135085d3c1097b81801",
|
|
"reference": "65b1e908e50b0e5be6b28135085d3c1097b81801",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"lib-openssl": "*",
|
|
"paragonie/sodium_compat": "^1.2",
|
|
"web-token/jwt-core": "^1.3",
|
|
"web-token/jwt-util-ecc": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"php-http/httplug": "^1.1",
|
|
"php-http/message-factory": "^1.0",
|
|
"php-http/mock-client": "^1.0",
|
|
"phpunit/phpunit": "^6.0|^7.0"
|
|
},
|
|
"suggest": {
|
|
"php-http/httplug": "To enable JKU/X5U support.",
|
|
"php-http/message-factory": "To enable JKU/X5U support."
|
|
},
|
|
"time": "2020-03-20T13:29:04+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"install-path": "../web-token/jwt-key-mgmt"
|
|
},
|
|
{
|
|
"name": "web-token/jwt-signature",
|
|
"version": "v1.3.10",
|
|
"version_normalized": "1.3.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-token/jwt-signature.git",
|
|
"reference": "00f23e997c9032536444f819bc3338ab475d69f9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/00f23e997c9032536444f819bc3338ab475d69f9",
|
|
"reference": "00f23e997c9032536444f819bc3338ab475d69f9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"web-token/jwt-core": "^1.3",
|
|
"web-token/jwt-signature-algorithm-ecdsa": "^1.3",
|
|
"web-token/jwt-signature-algorithm-eddsa": "^1.3",
|
|
"web-token/jwt-signature-algorithm-hmac": "^1.3",
|
|
"web-token/jwt-signature-algorithm-none": "^1.3",
|
|
"web-token/jwt-signature-algorithm-rsa": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0|^7.0"
|
|
},
|
|
"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": "2020-03-20T13:29:04+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"install-path": "../web-token/jwt-signature"
|
|
},
|
|
{
|
|
"name": "web-token/jwt-signature-algorithm-ecdsa",
|
|
"version": "v1.3.10",
|
|
"version_normalized": "1.3.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git",
|
|
"reference": "a3babd3b82c29c739d426271ccb9dc1a56222e36"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/a3babd3b82c29c739d426271ccb9dc1a56222e36",
|
|
"reference": "a3babd3b82c29c739d426271ccb9dc1a56222e36",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"web-token/jwt-signature": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0|^7.0"
|
|
},
|
|
"time": "2020-03-20T13:29:04+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"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-core/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"
|
|
],
|
|
"install-path": "../web-token/jwt-signature-algorithm-ecdsa"
|
|
},
|
|
{
|
|
"name": "web-token/jwt-signature-algorithm-eddsa",
|
|
"version": "v1.3.10",
|
|
"version_normalized": "1.3.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-token/jwt-signature-algorithm-eddsa.git",
|
|
"reference": "b0dad134313b14b3ba077b63a7afcc2b38e5f793"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-eddsa/zipball/b0dad134313b14b3ba077b63a7afcc2b38e5f793",
|
|
"reference": "b0dad134313b14b3ba077b63a7afcc2b38e5f793",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"web-token/jwt-signature": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0|^7.0"
|
|
},
|
|
"time": "2020-03-20T13:29:04+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"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-core/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"
|
|
],
|
|
"install-path": "../web-token/jwt-signature-algorithm-eddsa"
|
|
},
|
|
{
|
|
"name": "web-token/jwt-signature-algorithm-hmac",
|
|
"version": "v1.3.10",
|
|
"version_normalized": "1.3.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-token/jwt-signature-algorithm-hmac.git",
|
|
"reference": "3bc85e1d13804902a8d81a11f58c28c9a471b5e2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-hmac/zipball/3bc85e1d13804902a8d81a11f58c28c9a471b5e2",
|
|
"reference": "3bc85e1d13804902a8d81a11f58c28c9a471b5e2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"web-token/jwt-signature": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0|^7.0"
|
|
},
|
|
"time": "2020-03-20T13:29:04+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"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-core/contributors"
|
|
}
|
|
],
|
|
"description": "HMAC 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"
|
|
],
|
|
"install-path": "../web-token/jwt-signature-algorithm-hmac"
|
|
},
|
|
{
|
|
"name": "web-token/jwt-signature-algorithm-none",
|
|
"version": "v1.3.10",
|
|
"version_normalized": "1.3.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-token/jwt-signature-algorithm-none.git",
|
|
"reference": "0391e160367e85846736e63ea6026e2dab667b6e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-none/zipball/0391e160367e85846736e63ea6026e2dab667b6e",
|
|
"reference": "0391e160367e85846736e63ea6026e2dab667b6e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"web-token/jwt-signature": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0|^7.0"
|
|
},
|
|
"time": "2020-03-20T13:29:04+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"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-core/contributors"
|
|
}
|
|
],
|
|
"description": "None 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"
|
|
],
|
|
"install-path": "../web-token/jwt-signature-algorithm-none"
|
|
},
|
|
{
|
|
"name": "web-token/jwt-signature-algorithm-rsa",
|
|
"version": "v1.3.10",
|
|
"version_normalized": "1.3.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-token/jwt-signature-algorithm-rsa.git",
|
|
"reference": "344181ef6cdd3aca77f7ff7defc9fb502eb33ec0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/344181ef6cdd3aca77f7ff7defc9fb502eb33ec0",
|
|
"reference": "344181ef6cdd3aca77f7ff7defc9fb502eb33ec0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"web-token/jwt-signature": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0|^7.0"
|
|
},
|
|
"time": "2020-03-20T13:29:04+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"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-core/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"
|
|
],
|
|
"install-path": "../web-token/jwt-signature-algorithm-rsa"
|
|
},
|
|
{
|
|
"name": "web-token/jwt-util-ecc",
|
|
"version": "v1.3.10",
|
|
"version_normalized": "1.3.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-token/jwt-util-ecc.git",
|
|
"reference": "2011af8454561ebce06a77fcd681c29a252e0068"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-token/jwt-util-ecc/zipball/2011af8454561ebce06a77fcd681c29a252e0068",
|
|
"reference": "2011af8454561ebce06a77fcd681c29a252e0068",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gmp": "*",
|
|
"ext-mbstring": "*",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0|^7.0"
|
|
},
|
|
"time": "2020-03-20T13:29:04+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jose\\Component\\Core\\Util\\Ecc\\": ""
|
|
}
|
|
},
|
|
"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-core/contributors"
|
|
}
|
|
],
|
|
"description": "ECC Tools for 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"
|
|
],
|
|
"install-path": "../web-token/jwt-util-ecc"
|
|
}
|
|
],
|
|
"dev": false,
|
|
"dev-package-names": []
|
|
}
|