Bump lcobucci/jwt from 4.2.1 to 4.3.0

Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](https://github.com/lcobucci/jwt/compare/4.2.1...4.3.0)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-04 10:45:04 +00:00 committed by GitHub
parent a1e7fe1662
commit 7332eaffe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

142
composer.lock generated
View file

@ -2197,31 +2197,34 @@
}, },
{ {
"name": "lcobucci/clock", "name": "lcobucci/clock",
"version": "2.2.0", "version": "3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/lcobucci/clock.git", "url": "https://github.com/lcobucci/clock.git",
"reference": "fb533e093fd61321bfcbac08b131ce805fe183d3" "reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/lcobucci/clock/zipball/fb533e093fd61321bfcbac08b131ce805fe183d3", "url": "https://api.github.com/repos/lcobucci/clock/zipball/039ef98c6b57b101d10bd11d8fdfda12cbd996dc",
"reference": "fb533e093fd61321bfcbac08b131ce805fe183d3", "reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^8.0", "php": "~8.1.0 || ~8.2.0",
"stella-maris/clock": "^0.1.4" "psr/clock": "^1.0"
},
"provide": {
"psr/clock-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"infection/infection": "^0.26", "infection/infection": "^0.26",
"lcobucci/coding-standard": "^8.0", "lcobucci/coding-standard": "^9.0",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": "^1.3.2",
"phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/phpunit": "^9.5" "phpunit/phpunit": "^9.5.27"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2242,7 +2245,7 @@
"description": "Yet another clock abstraction", "description": "Yet another clock abstraction",
"support": { "support": {
"issues": "https://github.com/lcobucci/clock/issues", "issues": "https://github.com/lcobucci/clock/issues",
"source": "https://github.com/lcobucci/clock/tree/2.2.0" "source": "https://github.com/lcobucci/clock/tree/3.0.0"
}, },
"funding": [ "funding": [
{ {
@ -2254,20 +2257,20 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2022-04-19T19:34:17+00:00" "time": "2022-12-19T15:00:24+00:00"
}, },
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
"version": "4.2.1", "version": "4.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/lcobucci/jwt.git", "url": "https://github.com/lcobucci/jwt.git",
"reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3" "reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/72ac6d807ee51a70ad376ee03a2387e8646e10f3", "url": "https://api.github.com/repos/lcobucci/jwt/zipball/4d7de2fe0d51a96418c0d04004986e410e87f6b4",
"reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3", "reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2276,7 +2279,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ext-sodium": "*", "ext-sodium": "*",
"lcobucci/clock": "^2.0", "lcobucci/clock": "^2.0 || ^3.0",
"php": "^7.4 || ^8.0" "php": "^7.4 || ^8.0"
}, },
"require-dev": { "require-dev": {
@ -2316,7 +2319,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/lcobucci/jwt/issues", "issues": "https://github.com/lcobucci/jwt/issues",
"source": "https://github.com/lcobucci/jwt/tree/4.2.1" "source": "https://github.com/lcobucci/jwt/tree/4.3.0"
}, },
"funding": [ "funding": [
{ {
@ -2328,7 +2331,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2022-08-19T23:14:07+00:00" "time": "2023-01-02T13:28:00+00:00"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
@ -3708,6 +3711,54 @@
], ],
"time": "2022-07-30T15:51:26+00:00" "time": "2022-07-30T15:51:26+00:00"
}, },
{
"name": "psr/clock",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Clock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for reading the clock.",
"homepage": "https://github.com/php-fig/clock",
"keywords": [
"clock",
"now",
"psr",
"psr-20",
"time"
],
"support": {
"issues": "https://github.com/php-fig/clock/issues",
"source": "https://github.com/php-fig/clock/tree/1.0.0"
},
"time": "2022-11-25T14:36:26+00:00"
},
{ {
"name": "psr/container", "name": "psr/container",
"version": "2.0.2", "version": "2.0.2",
@ -4495,53 +4546,6 @@
}, },
"time": "2021-08-04T18:03:57+00:00" "time": "2021-08-04T18:03:57+00:00"
}, },
{
"name": "stella-maris/clock",
"version": "0.1.6",
"source": {
"type": "git",
"url": "https://github.com/stella-maris-solutions/clock.git",
"reference": "a94228dac03c9a8411198ce8c8dacbbe99c930c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/a94228dac03c9a8411198ce8c8dacbbe99c930c3",
"reference": "a94228dac03c9a8411198ce8c8dacbbe99c930c3",
"shasum": ""
},
"require": {
"php": "^7.0|^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"StellaMaris\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andreas Heigl",
"role": "Maintainer"
}
],
"description": "A pre-release of the proposed PSR-20 Clock-Interface",
"homepage": "https://gitlab.com/stella-maris/clock",
"keywords": [
"clock",
"datetime",
"point in time",
"psr20"
],
"support": {
"issues": "https://github.com/stella-maris-solutions/clock/issues",
"source": "https://github.com/stella-maris-solutions/clock/tree/0.1.6"
},
"time": "2022-09-27T15:03:11+00:00"
},
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v6.2.2", "version": "v6.2.2",