Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • perun/perun-proxyidp/simplesamlphp-module-campusmultiauth
1 result
Select Git revision
Show changes
Commits on Source (4)
# [2.0.0](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-campusmultiauth/compare/v1.5.0...v2.0.0) (2022-11-07)
### Bug Fixes
* **deps:** update dependency php to 8.1 ([3c663d8](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-campusmultiauth/commit/3c663d8e41e8b247b2a1f7fb158c43d7e9fa2f2b))
### BREAKING CHANGES
* **deps:** PHP ^8.1 is required
# [1.5.0](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-campusmultiauth/compare/v1.4.2...v1.5.0) (2022-11-07) # [1.5.0](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-campusmultiauth/compare/v1.4.2...v1.5.0) (2022-11-07)
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
], ],
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"require": { "require": {
"php": "^7.4", "php": "^8.1",
"simplesamlphp/composer-module-installer": "~1.0", "simplesamlphp/composer-module-installer": "~1.0",
"simplesamlphp/simplesamlphp": "^1.19", "simplesamlphp/simplesamlphp": "^1.19",
"league/commonmark": "^2.0", "league/commonmark": "^2.0",
...@@ -15,17 +15,17 @@ ...@@ -15,17 +15,17 @@
"ext-curl": "*", "ext-curl": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-json": "*", "ext-json": "*",
"web-token/jwt-core": "^2.2", "web-token/jwt-core": "^3.0",
"web-token/jwt-signature-algorithm-hmac": "^2.2", "web-token/jwt-signature-algorithm-hmac": "^3.0",
"web-token/jwt-encryption-algorithm-aesgcmkw": "^2.2", "web-token/jwt-encryption-algorithm-aesgcmkw": "^3.0",
"web-token/jwt-encryption-algorithm-aesgcm": "^2.2", "web-token/jwt-encryption-algorithm-aesgcm": "^3.0",
"web-token/jwt-nested-token": "^2.2", "web-token/jwt-nested-token": "^3.0",
"web-token/jwt-checker": "^2.2", "web-token/jwt-checker": "^3.0",
"donatj/phpuseragentparser": "^1.0" "donatj/phpuseragentparser": "^1.0"
}, },
"config": { "config": {
"platform": { "platform": {
"php": "7.4" "php": "8.1"
}, },
"allow-plugins": { "allow-plugins": {
"simplesamlphp/composer-module-installer": true "simplesamlphp/composer-module-installer": true
......
...@@ -4,30 +4,30 @@ ...@@ -4,30 +4,30 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "97bd371d2a0b781d3564b19b45a18d50", "content-hash": "d74161f3556812f751b26c2b1fd51927",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
"version": "0.9.3", "version": "0.10.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/brick/math.git", "url": "https://github.com/brick/math.git",
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae" "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f",
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae", "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": "^7.1 || ^8.0" "php": "^7.4 || ^8.0"
}, },
"require-dev": { "require-dev": {
"php-coveralls/php-coveralls": "^2.2", "php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", "phpunit/phpunit": "^9.0",
"vimeo/psalm": "4.9.2" "vimeo/psalm": "4.25.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -52,19 +52,15 @@ ...@@ -52,19 +52,15 @@
], ],
"support": { "support": {
"issues": "https://github.com/brick/math/issues", "issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.9.3" "source": "https://github.com/brick/math/tree/0.10.2"
}, },
"funding": [ "funding": [
{ {
"url": "https://github.com/BenMorel", "url": "https://github.com/BenMorel",
"type": "github" "type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
} }
], ],
"time": "2021-08-15T20:50:18+00:00" "time": "2022-08-10T22:54:19+00:00"
}, },
{ {
"name": "dflydev/dot-access-data", "name": "dflydev/dot-access-data",
...@@ -775,6 +771,73 @@ ...@@ -775,6 +771,73 @@
}, },
"time": "2022-09-12T23:36:20+00:00" "time": "2022-09-12T23:36:20+00:00"
}, },
{
"name": "paragonie/constant_time_encoding",
"version": "v2.6.3",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "58c3f47f650c94ec05a151692652a868995d2938"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
"reference": "58c3f47f650c94ec05a151692652a868995d2938",
"shasum": ""
},
"require": {
"php": "^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^6|^7|^8|^9",
"vimeo/psalm": "^1|^2|^3|^4"
},
"type": "library",
"autoload": {
"psr-4": {
"ParagonIE\\ConstantTime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
},
{
"name": "Steve 'Sc00bz' Thomas",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
"base16",
"base32",
"base32_decode",
"base32_encode",
"base64",
"base64_decode",
"base64_encode",
"bin2hex",
"encoding",
"hex",
"hex2bin",
"rfc4648"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
"time": "2022-06-14T06:56:20+00:00"
},
{ {
"name": "phpfastcache/riak-client", "name": "phpfastcache/riak-client",
"version": "3.4.3", "version": "3.4.3",
...@@ -931,20 +994,20 @@ ...@@ -931,20 +994,20 @@
}, },
{ {
"name": "psr/cache", "name": "psr/cache",
"version": "1.0.1", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/cache.git", "url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=8.0.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -964,7 +1027,7 @@ ...@@ -964,7 +1027,7 @@
"authors": [ "authors": [
{ {
"name": "PHP-FIG", "name": "PHP-FIG",
"homepage": "http://www.php-fig.org/" "homepage": "https://www.php-fig.org/"
} }
], ],
"description": "Common interface for caching libraries", "description": "Common interface for caching libraries",
...@@ -974,9 +1037,9 @@ ...@@ -974,9 +1037,9 @@
"psr-6" "psr-6"
], ],
"support": { "support": {
"source": "https://github.com/php-fig/cache/tree/master" "source": "https://github.com/php-fig/cache/tree/2.0.0"
}, },
"time": "2016-08-06T20:24:11+00:00" "time": "2021-02-03T23:23:37+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",
...@@ -1078,30 +1141,30 @@ ...@@ -1078,30 +1141,30 @@
}, },
{ {
"name": "psr/log", "name": "psr/log",
"version": "1.1.4", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/log.git", "url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11" "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11", "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=8.0.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1.x-dev" "dev-master": "2.0.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Psr\\Log\\": "Psr/Log/" "Psr\\Log\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -1122,9 +1185,9 @@ ...@@ -1122,9 +1185,9 @@
"psr-3" "psr-3"
], ],
"support": { "support": {
"source": "https://github.com/php-fig/log/tree/1.1.4" "source": "https://github.com/php-fig/log/tree/2.0.0"
}, },
"time": "2021-05-03T11:20:27+00:00" "time": "2021-07-14T16:41:46+00:00"
}, },
{ {
"name": "robrichards/xmlseclibs", "name": "robrichards/xmlseclibs",
...@@ -2964,40 +3027,36 @@ ...@@ -2964,40 +3027,36 @@
}, },
{ {
"name": "spomky-labs/aes-key-wrap", "name": "spomky-labs/aes-key-wrap",
"version": "v6.0.0", "version": "v7.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Spomky-Labs/aes-key-wrap.git", "url": "https://github.com/Spomky-Labs/aes-key-wrap.git",
"reference": "97388255a37ad6fb1ed332d07e61fa2b7bb62e0d" "reference": "fbeb834b1f83aa8fbdfbd4c12124f71d4c1606ae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/aes-key-wrap/zipball/97388255a37ad6fb1ed332d07e61fa2b7bb62e0d", "url": "https://api.github.com/repos/Spomky-Labs/aes-key-wrap/zipball/fbeb834b1f83aa8fbdfbd4c12124f71d4c1606ae",
"reference": "97388255a37ad6fb1ed332d07e61fa2b7bb62e0d", "reference": "fbeb834b1f83aa8fbdfbd4c12124f71d4c1606ae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"lib-openssl": "*", "ext-openssl": "*",
"php": ">=7.2", "php": ">=8.0"
"thecodingmachine/safe": "^1.1"
}, },
"require-dev": { "require-dev": {
"php-coveralls/php-coveralls": "^2.0", "infection/infection": "^0.25.4",
"phpstan/phpstan": "^0.12", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan-beberlei-assert": "^0.12", "phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-beberlei-assert": "^1.0",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0", "phpstan/phpstan-strict-rules": "^1.0",
"thecodingmachine/phpstan-safe-rule": "^1.0" "phpunit/phpunit": "^9.0",
"rector/rector": "^0.12.5",
"symplify/easy-coding-standard": "^10.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"AESKW\\": "src/" "AESKW\\": "src/"
...@@ -3028,62 +3087,7 @@ ...@@ -3028,62 +3087,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Spomky-Labs/aes-key-wrap/issues", "issues": "https://github.com/Spomky-Labs/aes-key-wrap/issues",
"source": "https://github.com/Spomky-Labs/aes-key-wrap/tree/v6.0.0" "source": "https://github.com/Spomky-Labs/aes-key-wrap/tree/v7.0.0"
},
"time": "2020-08-01T14:07:55+00:00"
},
{
"name": "spomky-labs/base64url",
"version": "v2.0.4",
"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"
},
"type": "library",
"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": [ "funding": [
{ {
...@@ -3095,7 +3099,7 @@ ...@@ -3095,7 +3099,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2020-11-03T09:10:25+00:00" "time": "2021-12-08T20:36:59+00:00"
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
...@@ -3542,25 +3546,25 @@ ...@@ -3542,25 +3546,25 @@
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
"version": "v2.5.2", "version": "v3.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git", "url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "php": ">=8.1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.5-dev" "dev-main": "3.1-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/contracts", "name": "symfony/contracts",
...@@ -3589,7 +3593,7 @@ ...@@ -3589,7 +3593,7 @@
"description": "A generic function and convention to trigger deprecation notices", "description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
}, },
"funding": [ "funding": [
{ {
...@@ -3605,31 +3609,31 @@ ...@@ -3605,31 +3609,31 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-02T09:53:40+00:00" "time": "2022-02-25T11:15:52+00:00"
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v5.4.15", "version": "v6.1.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "539cf1428b8442303c6e876ad7bf5a7babd91091" "reference": "699a26ce5ec656c198bf6e26398b0f0818c7e504"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/539cf1428b8442303c6e876ad7bf5a7babd91091", "url": "https://api.github.com/repos/symfony/error-handler/zipball/699a26ce5ec656c198bf6e26398b0f0818c7e504",
"reference": "539cf1428b8442303c6e876ad7bf5a7babd91091", "reference": "699a26ce5ec656c198bf6e26398b0f0818c7e504",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.1",
"psr/log": "^1|^2|^3", "psr/log": "^1|^2|^3",
"symfony/var-dumper": "^4.4|^5.0|^6.0" "symfony/var-dumper": "^5.4|^6.0"
}, },
"require-dev": { "require-dev": {
"symfony/deprecation-contracts": "^2.1|^3", "symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^5.4|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0" "symfony/serializer": "^5.4|^6.0"
}, },
"bin": [ "bin": [
"Resources/bin/patch-type-declarations" "Resources/bin/patch-type-declarations"
...@@ -3660,7 +3664,7 @@ ...@@ -3660,7 +3664,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code", "description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/error-handler/tree/v5.4.15" "source": "https://github.com/symfony/error-handler/tree/v6.1.7"
}, },
"funding": [ "funding": [
{ {
...@@ -3676,44 +3680,42 @@ ...@@ -3676,44 +3680,42 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-27T06:32:25+00:00" "time": "2022-10-28T16:23:08+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v5.4.9", "version": "v6.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc" "reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a0449a7ad7daa0f7c0acd508259f80544ab5a347",
"reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc", "reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.1",
"symfony/deprecation-contracts": "^2.1|^3", "symfony/event-dispatcher-contracts": "^2|^3"
"symfony/event-dispatcher-contracts": "^2|^3",
"symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"symfony/dependency-injection": "<4.4" "symfony/dependency-injection": "<5.4"
}, },
"provide": { "provide": {
"psr/event-dispatcher-implementation": "1.0", "psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "2.0" "symfony/event-dispatcher-implementation": "2.0|3.0"
}, },
"require-dev": { "require-dev": {
"psr/log": "^1|^2|^3", "psr/log": "^1|^2|^3",
"symfony/config": "^4.4|^5.0|^6.0", "symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^5.4|^6.0",
"symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3", "symfony/service-contracts": "^1.1|^2|^3",
"symfony/stopwatch": "^4.4|^5.0|^6.0" "symfony/stopwatch": "^5.4|^6.0"
}, },
"suggest": { "suggest": {
"symfony/dependency-injection": "", "symfony/dependency-injection": "",
...@@ -3745,7 +3747,7 @@ ...@@ -3745,7 +3747,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9" "source": "https://github.com/symfony/event-dispatcher/tree/v6.1.0"
}, },
"funding": [ "funding": [
{ {
...@@ -3761,24 +3763,24 @@ ...@@ -3761,24 +3763,24 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-05T16:45:39+00:00" "time": "2022-05-05T16:51:07+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
"version": "v2.5.2", "version": "v3.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git", "url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1" "reference": "02ff5eea2f453731cfbc6bc215e456b781480448"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/02ff5eea2f453731cfbc6bc215e456b781480448",
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1", "reference": "02ff5eea2f453731cfbc6bc215e456b781480448",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.1",
"psr/event-dispatcher": "^1" "psr/event-dispatcher": "^1"
}, },
"suggest": { "suggest": {
...@@ -3787,7 +3789,7 @@ ...@@ -3787,7 +3789,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.5-dev" "dev-main": "3.1-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/contracts", "name": "symfony/contracts",
...@@ -3824,7 +3826,7 @@ ...@@ -3824,7 +3826,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2" "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.1"
}, },
"funding": [ "funding": [
{ {
...@@ -3840,27 +3842,26 @@ ...@@ -3840,27 +3842,26 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-02T09:53:40+00:00" "time": "2022-02-25T11:15:52+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v5.4.13", "version": "v6.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "ac09569844a9109a5966b9438fc29113ce77cf51" "reference": "4d216a2beef096edf040a070117c39ca2abce307"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51", "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d216a2beef096edf040a070117c39ca2abce307",
"reference": "ac09569844a9109a5966b9438fc29113ce77cf51", "reference": "4d216a2beef096edf040a070117c39ca2abce307",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.1",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-mbstring": "~1.8"
"symfony/polyfill-php80": "^1.16"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -3888,7 +3889,7 @@ ...@@ -3888,7 +3889,7 @@
"description": "Provides basic utilities for the filesystem", "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.13" "source": "https://github.com/symfony/filesystem/tree/v6.1.5"
}, },
"funding": [ "funding": [
{ {
...@@ -3904,7 +3905,7 @@ ...@@ -3904,7 +3905,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-09-21T19:53:16+00:00" "time": "2022-09-21T20:29:40+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
...@@ -5130,34 +5131,33 @@ ...@@ -5130,34 +5131,33 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.4.15", "version": "v6.1.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed" "reference": "823f143370880efcbdfa2dbca946b3358c4707e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/571334ce9f687e3e6af72db4d3b2a9431e4fd9ed", "url": "https://api.github.com/repos/symfony/string/zipball/823f143370880efcbdfa2dbca946b3358c4707e5",
"reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed", "reference": "823f143370880efcbdfa2dbca946b3358c4707e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.1",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0"
"symfony/polyfill-php80": "~1.15"
}, },
"conflict": { "conflict": {
"symfony/translation-contracts": ">=3.0" "symfony/translation-contracts": "<2.0"
}, },
"require-dev": { "require-dev": {
"symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0", "symfony/http-client": "^5.4|^6.0",
"symfony/translation-contracts": "^1.1|^2", "symfony/translation-contracts": "^2.0|^3.0",
"symfony/var-exporter": "^4.4|^5.0|^6.0" "symfony/var-exporter": "^5.4|^6.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -5196,7 +5196,7 @@ ...@@ -5196,7 +5196,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.4.15" "source": "https://github.com/symfony/string/tree/v6.1.7"
}, },
"funding": [ "funding": [
{ {
...@@ -5212,36 +5212,35 @@ ...@@ -5212,36 +5212,35 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-05T15:16:54+00:00" "time": "2022-10-10T09:34:31+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v5.4.14", "version": "v6.1.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "6894d06145fefebd9a4c7272baa026a1c394a430" "reference": "0f0adde127f24548e23cbde83bcaeadc491c551f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/6894d06145fefebd9a4c7272baa026a1c394a430", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0f0adde127f24548e23cbde83bcaeadc491c551f",
"reference": "6894d06145fefebd9a4c7272baa026a1c394a430", "reference": "0f0adde127f24548e23cbde83bcaeadc491c551f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.1",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0"
"symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<5.4.3", "phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4" "symfony/console": "<5.4"
}, },
"require-dev": { "require-dev": {
"ext-iconv": "*", "ext-iconv": "*",
"symfony/console": "^4.4|^5.0|^6.0", "symfony/console": "^5.4|^6.0",
"symfony/process": "^4.4|^5.0|^6.0", "symfony/process": "^5.4|^6.0",
"symfony/uid": "^5.1|^6.0", "symfony/uid": "^5.4|^6.0",
"twig/twig": "^2.13|^3.0.4" "twig/twig": "^2.13|^3.0.4"
}, },
"suggest": { "suggest": {
...@@ -5285,7 +5284,7 @@ ...@@ -5285,7 +5284,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.14" "source": "https://github.com/symfony/var-dumper/tree/v6.1.6"
}, },
"funding": [ "funding": [
{ {
...@@ -5301,7 +5300,7 @@ ...@@ -5301,7 +5300,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-07T08:01:20+00:00" "time": "2022-10-07T08:04:03+00:00"
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
...@@ -5451,145 +5450,6 @@ ...@@ -5451,145 +5450,6 @@
], ],
"time": "2022-10-03T15:15:50+00:00" "time": "2022-10-03T15:15:50+00:00"
}, },
{
"name": "thecodingmachine/safe",
"version": "v1.3.3",
"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": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"phpstan/phpstan": "^0.12",
"squizlabs/php_codesniffer": "^3.2",
"thecodingmachine/phpstan-strict-rules": "^0.12"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
},
"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"
},
"time": "2020-10-28T17:51:34+00:00"
},
{ {
"name": "twig/extensions", "name": "twig/extensions",
"version": "v1.5.4", "version": "v1.5.4",
...@@ -5732,20 +5592,21 @@ ...@@ -5732,20 +5592,21 @@
}, },
{ {
"name": "web-token/jwt-checker", "name": "web-token/jwt-checker",
"version": "v2.2.11", "version": "3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-checker.git", "url": "https://github.com/web-token/jwt-checker.git",
"reference": "5f31d98155951739e2fae7455e8466ccddd08f50" "reference": "b072f29b5c5131e10fdc240bec7937f2b3b44e28"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-checker/zipball/5f31d98155951739e2fae7455e8466ccddd08f50", "url": "https://api.github.com/repos/web-token/jwt-checker/zipball/b072f29b5c5131e10fdc240bec7937f2b3b44e28",
"reference": "5f31d98155951739e2fae7455e8466ccddd08f50", "reference": "b072f29b5c5131e10fdc240bec7937f2b3b44e28",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"web-token/jwt-core": "^2.1" "php": ">=8.1",
"web-token/jwt-core": "^3.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -5788,7 +5649,7 @@ ...@@ -5788,7 +5649,7 @@
"symfony" "symfony"
], ],
"support": { "support": {
"source": "https://github.com/web-token/jwt-checker/tree/v2.2.11" "source": "https://github.com/web-token/jwt-checker/tree/3.1.2"
}, },
"funding": [ "funding": [
{ {
...@@ -5796,29 +5657,29 @@ ...@@ -5796,29 +5657,29 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2021-03-17T14:55:52+00:00" "time": "2022-08-04T21:04:09+00:00"
}, },
{ {
"name": "web-token/jwt-core", "name": "web-token/jwt-core",
"version": "v2.2.11", "version": "3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-core.git", "url": "https://github.com/web-token/jwt-core.git",
"reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" "reference": "4d956e786a4e35d54c74787ebff840a0311c5e83"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678", "url": "https://api.github.com/repos/web-token/jwt-core/zipball/4d956e786a4e35d54c74787ebff840a0311c5e83",
"reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678", "reference": "4d956e786a4e35d54c74787ebff840a0311c5e83",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"brick/math": "^0.8.17|^0.9", "brick/math": "^0.9|^0.10",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"fgrosse/phpasn1": "^2.0", "fgrosse/phpasn1": "^2.0",
"php": ">=7.2", "paragonie/constant_time_encoding": "^2.4",
"spomky-labs/base64url": "^1.0|^2.0" "php": ">=8.1"
}, },
"conflict": { "conflict": {
"spomky-labs/jose": "*" "spomky-labs/jose": "*"
...@@ -5864,7 +5725,7 @@ ...@@ -5864,7 +5725,7 @@
"symfony" "symfony"
], ],
"support": { "support": {
"source": "https://github.com/web-token/jwt-core/tree/v2.2.11" "source": "https://github.com/web-token/jwt-core/tree/3.1.2"
}, },
"funding": [ "funding": [
{ {
...@@ -5872,24 +5733,25 @@ ...@@ -5872,24 +5733,25 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2021-03-17T14:55:52+00:00" "time": "2022-08-04T21:04:09+00:00"
}, },
{ {
"name": "web-token/jwt-encryption", "name": "web-token/jwt-encryption",
"version": "v2.2.11", "version": "3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-encryption.git", "url": "https://github.com/web-token/jwt-encryption.git",
"reference": "3b8d67d7c5c013750703e7c27f1001544407bbb2" "reference": "47497600a900e09306d1772581bae2ffdf37419c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-encryption/zipball/3b8d67d7c5c013750703e7c27f1001544407bbb2", "url": "https://api.github.com/repos/web-token/jwt-encryption/zipball/47497600a900e09306d1772581bae2ffdf37419c",
"reference": "3b8d67d7c5c013750703e7c27f1001544407bbb2", "reference": "47497600a900e09306d1772581bae2ffdf37419c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"web-token/jwt-core": "^2.1" "php": ">=8.1",
"web-token/jwt-core": "^3.0"
}, },
"suggest": { "suggest": {
"web-token/jwt-encryption-algorithm-aescbc": "AES CBC Based Content Encryption Algorithms", "web-token/jwt-encryption-algorithm-aescbc": "AES CBC Based Content Encryption Algorithms",
...@@ -5943,7 +5805,7 @@ ...@@ -5943,7 +5805,7 @@
"symfony" "symfony"
], ],
"support": { "support": {
"source": "https://github.com/web-token/jwt-encryption/tree/v2.2.11" "source": "https://github.com/web-token/jwt-encryption/tree/3.1.2"
}, },
"funding": [ "funding": [
{ {
...@@ -5951,25 +5813,26 @@ ...@@ -5951,25 +5813,26 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2021-03-17T14:55:52+00:00" "time": "2022-08-23T19:31:26+00:00"
}, },
{ {
"name": "web-token/jwt-encryption-algorithm-aesgcm", "name": "web-token/jwt-encryption-algorithm-aesgcm",
"version": "v2.2.11", "version": "3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-encryption-algorithm-aesgcm.git", "url": "https://github.com/web-token/jwt-encryption-algorithm-aesgcm.git",
"reference": "d42cc486218e4fcf1eaf7238f1a3f704cc777f70" "reference": "ce325f2f54ff21a70acddf08e9b8925fb95611e2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-encryption-algorithm-aesgcm/zipball/d42cc486218e4fcf1eaf7238f1a3f704cc777f70", "url": "https://api.github.com/repos/web-token/jwt-encryption-algorithm-aesgcm/zipball/ce325f2f54ff21a70acddf08e9b8925fb95611e2",
"reference": "d42cc486218e4fcf1eaf7238f1a3f704cc777f70", "reference": "ce325f2f54ff21a70acddf08e9b8925fb95611e2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-openssl": "*", "ext-openssl": "*",
"web-token/jwt-encryption": "^2.1" "php": ">=8.1",
"web-token/jwt-encryption": "^3.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -6012,7 +5875,7 @@ ...@@ -6012,7 +5875,7 @@
"symfony" "symfony"
], ],
"support": { "support": {
"source": "https://github.com/web-token/jwt-encryption-algorithm-aesgcm/tree/v2.2.11" "source": "https://github.com/web-token/jwt-encryption-algorithm-aesgcm/tree/3.1.2"
}, },
"funding": [ "funding": [
{ {
...@@ -6020,26 +5883,27 @@ ...@@ -6020,26 +5883,27 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2021-01-21T19:18:03+00:00" "time": "2022-08-04T21:04:09+00:00"
}, },
{ {
"name": "web-token/jwt-encryption-algorithm-aesgcmkw", "name": "web-token/jwt-encryption-algorithm-aesgcmkw",
"version": "v2.2.11", "version": "3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-encryption-algorithm-aesgcmkw.git", "url": "https://github.com/web-token/jwt-encryption-algorithm-aesgcmkw.git",
"reference": "cac6936c3739e7ef147053167b150ff6b996b725" "reference": "7e06fbc084ce34a0e0b38802f301f28dd2eed928"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-encryption-algorithm-aesgcmkw/zipball/cac6936c3739e7ef147053167b150ff6b996b725", "url": "https://api.github.com/repos/web-token/jwt-encryption-algorithm-aesgcmkw/zipball/7e06fbc084ce34a0e0b38802f301f28dd2eed928",
"reference": "cac6936c3739e7ef147053167b150ff6b996b725", "reference": "7e06fbc084ce34a0e0b38802f301f28dd2eed928",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-openssl": "*", "ext-openssl": "*",
"spomky-labs/aes-key-wrap": "^5.0|^6.0", "php": ">=8.1",
"web-token/jwt-encryption": "^2.1" "spomky-labs/aes-key-wrap": "^7.0",
"web-token/jwt-encryption": "^3.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -6082,7 +5946,7 @@ ...@@ -6082,7 +5946,7 @@
"symfony" "symfony"
], ],
"support": { "support": {
"source": "https://github.com/web-token/jwt-encryption-algorithm-aesgcmkw/tree/v2.2.11" "source": "https://github.com/web-token/jwt-encryption-algorithm-aesgcmkw/tree/3.1.2"
}, },
"funding": [ "funding": [
{ {
...@@ -6090,25 +5954,26 @@ ...@@ -6090,25 +5954,26 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2021-01-21T19:18:03+00:00" "time": "2022-08-04T21:04:09+00:00"
}, },
{ {
"name": "web-token/jwt-nested-token", "name": "web-token/jwt-nested-token",
"version": "v2.2.11", "version": "3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-nested-token.git", "url": "https://github.com/web-token/jwt-nested-token.git",
"reference": "2e0f8b4c91f64cf04964afea0483980b6039b493" "reference": "44e28ba867ac170beaff592eebac1b05781b58a8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-nested-token/zipball/2e0f8b4c91f64cf04964afea0483980b6039b493", "url": "https://api.github.com/repos/web-token/jwt-nested-token/zipball/44e28ba867ac170beaff592eebac1b05781b58a8",
"reference": "2e0f8b4c91f64cf04964afea0483980b6039b493", "reference": "44e28ba867ac170beaff592eebac1b05781b58a8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"web-token/jwt-encryption": "^2.1", "php": ">=8.1",
"web-token/jwt-signature": "^2.1" "web-token/jwt-encryption": "^3.0",
"web-token/jwt-signature": "^3.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -6151,7 +6016,7 @@ ...@@ -6151,7 +6016,7 @@
"symfony" "symfony"
], ],
"support": { "support": {
"source": "https://github.com/web-token/jwt-nested-token/tree/v2.2.11" "source": "https://github.com/web-token/jwt-nested-token/tree/3.1.2"
}, },
"funding": [ "funding": [
{ {
...@@ -6159,24 +6024,25 @@ ...@@ -6159,24 +6024,25 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2021-01-21T19:18:03+00:00" "time": "2022-08-04T21:04:09+00:00"
}, },
{ {
"name": "web-token/jwt-signature", "name": "web-token/jwt-signature",
"version": "v2.2.11", "version": "3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-signature.git", "url": "https://github.com/web-token/jwt-signature.git",
"reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" "reference": "53dd6c8ad7b2d679721fe0d5b2b0b88c68c3dbce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103", "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/53dd6c8ad7b2d679721fe0d5b2b0b88c68c3dbce",
"reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103", "reference": "53dd6c8ad7b2d679721fe0d5b2b0b88c68c3dbce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"web-token/jwt-core": "^2.1" "php": ">=8.1",
"web-token/jwt-core": "^3.0"
}, },
"suggest": { "suggest": {
"web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms", "web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
...@@ -6227,7 +6093,7 @@ ...@@ -6227,7 +6093,7 @@
"symfony" "symfony"
], ],
"support": { "support": {
"source": "https://github.com/web-token/jwt-signature/tree/v2.2.11" "source": "https://github.com/web-token/jwt-signature/tree/3.1.2"
}, },
"funding": [ "funding": [
{ {
...@@ -6235,24 +6101,25 @@ ...@@ -6235,24 +6101,25 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2021-03-01T19:55:28+00:00" "time": "2022-08-04T21:04:09+00:00"
}, },
{ {
"name": "web-token/jwt-signature-algorithm-hmac", "name": "web-token/jwt-signature-algorithm-hmac",
"version": "v2.2.11", "version": "3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-signature-algorithm-hmac.git", "url": "https://github.com/web-token/jwt-signature-algorithm-hmac.git",
"reference": "d208b1c50b408fa711bfeedeed9fb5d9be1d3080" "reference": "1d5fb68752fbf2fbc63f58892abce10d1be82597"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-hmac/zipball/d208b1c50b408fa711bfeedeed9fb5d9be1d3080", "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-hmac/zipball/1d5fb68752fbf2fbc63f58892abce10d1be82597",
"reference": "d208b1c50b408fa711bfeedeed9fb5d9be1d3080", "reference": "1d5fb68752fbf2fbc63f58892abce10d1be82597",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"web-token/jwt-signature": "^2.1" "php": ">=8.1",
"web-token/jwt-signature": "^3.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -6295,7 +6162,7 @@ ...@@ -6295,7 +6162,7 @@
"symfony" "symfony"
], ],
"support": { "support": {
"source": "https://github.com/web-token/jwt-signature-algorithm-hmac/tree/v2.2.11" "source": "https://github.com/web-token/jwt-signature-algorithm-hmac/tree/3.1.2"
}, },
"funding": [ "funding": [
{ {
...@@ -6303,7 +6170,7 @@ ...@@ -6303,7 +6170,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2021-01-21T19:18:03+00:00" "time": "2022-08-04T21:04:09+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
...@@ -6419,7 +6286,7 @@ ...@@ -6419,7 +6286,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^7.4", "php": "^8.1",
"ext-intl": "*", "ext-intl": "*",
"ext-curl": "*", "ext-curl": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
...@@ -6427,7 +6294,7 @@ ...@@ -6427,7 +6294,7 @@
}, },
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.4" "php": "8.1"
}, },
"plugin-api-version": "2.3.0" "plugin-api-version": "2.3.0"
} }