added new composer libraries
This commit is contained in:
101
composer.lock
generated
101
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "ea02a28c4e0e5b626127a2be8c62c3d9",
|
||||
"content-hash": "351c6a21f60967e95e902b9f70f8ed7b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@@ -5392,16 +5392,16 @@
|
||||
},
|
||||
{
|
||||
"name": "web-token/jwt-easy",
|
||||
"version": "v2.2.6",
|
||||
"version": "v2.2.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-token/jwt-easy.git",
|
||||
"reference": "cc59f479dd6b5014586be5d2d40ce84bbd9b4539"
|
||||
"reference": "b4d1a4581a796244fdd69694548766403daeca97"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-easy/zipball/cc59f479dd6b5014586be5d2d40ce84bbd9b4539",
|
||||
"reference": "cc59f479dd6b5014586be5d2d40ce84bbd9b4539",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-easy/zipball/b4d1a4581a796244fdd69694548766403daeca97",
|
||||
"reference": "b4d1a4581a796244fdd69694548766403daeca97",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5409,9 +5409,6 @@
|
||||
"web-token/jwt-encryption": "^2.1",
|
||||
"web-token/jwt-signature": "^2.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0"
|
||||
},
|
||||
"suggest": {
|
||||
"web-token/jwt-encryption-algorithm-aescbc": "Adds AES-CBC based encryption algorithms",
|
||||
"web-token/jwt-encryption-algorithm-aesgcm": "Adds AES-GCM based encryption algorithms",
|
||||
@@ -5428,15 +5425,6 @@
|
||||
"web-token/jwt-signature-algorithm-rsa": "Adds RSA based signature algorithms"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"v1.0": "1.0.x-dev",
|
||||
"v1.1": "1.1.x-dev",
|
||||
"v1.2": "1.2.x-dev",
|
||||
"v1.3": "1.3.x-dev",
|
||||
"v2.0": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Jose\\Easy\\": ""
|
||||
@@ -5477,7 +5465,7 @@
|
||||
"symfony"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-token/jwt-easy/tree/v2.2.6"
|
||||
"source": "https://github.com/web-token/jwt-easy/tree/v2.2.8"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -5485,7 +5473,7 @@
|
||||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-07T21:10:31+00:00"
|
||||
"time": "2021-01-21T19:18:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "web-token/jwt-encryption",
|
||||
@@ -5670,36 +5658,23 @@
|
||||
},
|
||||
{
|
||||
"name": "web-token/jwt-signature-algorithm-ecdsa",
|
||||
"version": "v2.2.6",
|
||||
"version": "v2.2.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git",
|
||||
"reference": "3ae6e56ccf34e8b7b65ec988497d5d1bceca9864"
|
||||
"reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/3ae6e56ccf34e8b7b65ec988497d5d1bceca9864",
|
||||
"reference": "3ae6e56ccf34e8b7b65ec988497d5d1bceca9864",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
|
||||
"reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-openssl": "*",
|
||||
"web-token/jwt-signature": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"v1.0": "1.0.x-dev",
|
||||
"v1.1": "1.1.x-dev",
|
||||
"v1.2": "1.2.x-dev",
|
||||
"v1.3": "1.3.x-dev",
|
||||
"v2.0": "2.0.x-dev",
|
||||
"v2.1": "2.1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Jose\\Component\\Signature\\Algorithm\\": ""
|
||||
@@ -5740,7 +5715,7 @@
|
||||
"symfony"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/v2.2"
|
||||
"source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/v2.2.8"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -5748,39 +5723,26 @@
|
||||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2020-08-22T13:17:25+00:00"
|
||||
"time": "2021-01-21T19:18:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "web-token/jwt-signature-algorithm-hmac",
|
||||
"version": "v2.2.6",
|
||||
"version": "v2.2.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-token/jwt-signature-algorithm-hmac.git",
|
||||
"reference": "f4fd8166e6830298fc820a8d5776c124cc2496c4"
|
||||
"reference": "d208b1c50b408fa711bfeedeed9fb5d9be1d3080"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-hmac/zipball/f4fd8166e6830298fc820a8d5776c124cc2496c4",
|
||||
"reference": "f4fd8166e6830298fc820a8d5776c124cc2496c4",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-hmac/zipball/d208b1c50b408fa711bfeedeed9fb5d9be1d3080",
|
||||
"reference": "d208b1c50b408fa711bfeedeed9fb5d9be1d3080",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"web-token/jwt-signature": "^2.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"v1.0": "1.0.x-dev",
|
||||
"v1.1": "1.1.x-dev",
|
||||
"v1.2": "1.2.x-dev",
|
||||
"v1.3": "1.3.x-dev",
|
||||
"v2.0": "2.0.x-dev",
|
||||
"v2.1": "2.1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Jose\\Component\\Signature\\Algorithm\\": ""
|
||||
@@ -5821,7 +5783,7 @@
|
||||
"symfony"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-token/jwt-signature-algorithm-hmac/tree/v2.2.2"
|
||||
"source": "https://github.com/web-token/jwt-signature-algorithm-hmac/tree/v2.2.8"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -5829,20 +5791,20 @@
|
||||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2020-08-01T11:48:26+00:00"
|
||||
"time": "2021-01-21T19:18:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "web-token/jwt-signature-algorithm-rsa",
|
||||
"version": "v2.2.6",
|
||||
"version": "v2.2.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-token/jwt-signature-algorithm-rsa.git",
|
||||
"reference": "ba94b8868bd8fdd481f448097ab900a8cb2c0eed"
|
||||
"reference": "513ad90eb5ef1886ff176727a769bda4618141b0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/ba94b8868bd8fdd481f448097ab900a8cb2c0eed",
|
||||
"reference": "ba94b8868bd8fdd481f448097ab900a8cb2c0eed",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/513ad90eb5ef1886ff176727a769bda4618141b0",
|
||||
"reference": "513ad90eb5ef1886ff176727a769bda4618141b0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5850,24 +5812,11 @@
|
||||
"ext-openssl": "*",
|
||||
"web-token/jwt-signature": "^2.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"v1.0": "1.0.x-dev",
|
||||
"v1.1": "1.1.x-dev",
|
||||
"v1.2": "1.2.x-dev",
|
||||
"v1.3": "1.3.x-dev",
|
||||
"v2.0": "2.0.x-dev",
|
||||
"v2.1": "2.1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Jose\\Component\\Signature\\Algorithm\\": ""
|
||||
@@ -5908,7 +5857,7 @@
|
||||
"symfony"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-token/jwt-signature-algorithm-rsa/tree/v2.2"
|
||||
"source": "https://github.com/web-token/jwt-signature-algorithm-rsa/tree/v2.2.8"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -5916,7 +5865,7 @@
|
||||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2020-08-22T13:37:56+00:00"
|
||||
"time": "2021-01-21T19:18:03+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
||||
Reference in New Issue
Block a user