mirror of
https://github.com/openvk/chandler.git
synced 2024-11-15 03:31:12 +03:00
Bump firebase/php-jwt from 5.5.1 to 6.0.0
Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 5.5.1 to 6.0.0. - [Release notes](https://github.com/firebase/php-jwt/releases) - [Changelog](https://github.com/firebase/php-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/php-jwt/compare/v5.5.1...v6.0.0) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f97ff7d0fd
commit
266e720435
2 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@
|
||||||
"latte/latte": "2.10.10",
|
"latte/latte": "2.10.10",
|
||||||
"nette/safe-stream": "^2.4",
|
"nette/safe-stream": "^2.4",
|
||||||
"nette/tokenizer": "^3.1",
|
"nette/tokenizer": "^3.1",
|
||||||
"firebase/php-jwt": "^5.0",
|
"firebase/php-jwt": "^6.0",
|
||||||
"symfony/translation": "^5.0",
|
"symfony/translation": "^5.0",
|
||||||
"symfony/yaml": "^5.3",
|
"symfony/yaml": "^5.3",
|
||||||
"guzzlehttp/guzzle": "^6.0",
|
"guzzlehttp/guzzle": "^6.0",
|
||||||
|
|
14
composer.lock
generated
14
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"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": "92bd7216b4f95acc5d3986e846ab5061",
|
"content-hash": "b31ecdc5365940bce1829cdecdfb5436",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "doctrine/deprecations",
|
"name": "doctrine/deprecations",
|
||||||
|
@ -200,16 +200,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firebase/php-jwt",
|
"name": "firebase/php-jwt",
|
||||||
"version": "v5.5.1",
|
"version": "v6.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/firebase/php-jwt.git",
|
"url": "https://github.com/firebase/php-jwt.git",
|
||||||
"reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
|
"reference": "0541cba75ab108ef901985e68055a92646c73534"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
|
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/0541cba75ab108ef901985e68055a92646c73534",
|
||||||
"reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
|
"reference": "0541cba75ab108ef901985e68055a92646c73534",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -251,9 +251,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/firebase/php-jwt/issues",
|
"issues": "https://github.com/firebase/php-jwt/issues",
|
||||||
"source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
|
"source": "https://github.com/firebase/php-jwt/tree/v6.0.0"
|
||||||
},
|
},
|
||||||
"time": "2021-11-08T20:18:51+00:00"
|
"time": "2022-01-24T15:18:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
|
|
Loading…
Reference in a new issue