mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 10:31:05 +00:00
Downgrade lcobucci/jwt
because of auth problem
This commit is contained in:
parent
bee59d1c4a
commit
580c5fe810
2 changed files with 14 additions and 14 deletions
|
@ -86,7 +86,7 @@
|
||||||
"kphoen/rulerz": "^0.21.1",
|
"kphoen/rulerz": "^0.21.1",
|
||||||
"kphoen/rulerz-bundle": "^0.15",
|
"kphoen/rulerz-bundle": "^0.15",
|
||||||
"laminas/laminas-code": "^4.7.1",
|
"laminas/laminas-code": "^4.7.1",
|
||||||
"lcobucci/jwt": "^4.3.0",
|
"lcobucci/jwt": "4.1.5",
|
||||||
"lexik/form-filter-bundle": "^7.0.3",
|
"lexik/form-filter-bundle": "^7.0.3",
|
||||||
"mgargano/simplehtmldom": "^1.5",
|
"mgargano/simplehtmldom": "^1.5",
|
||||||
"mnapoli/piwik-twig-extension": "^3.0",
|
"mnapoli/piwik-twig-extension": "^3.0",
|
||||||
|
|
26
composer.lock
generated
26
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": "c8e57d1a42415287fe16f3417d0c1b01",
|
"content-hash": "313f6b39034c27c58a102bfadb5ae30f",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "babdev/pagerfanta-bundle",
|
"name": "babdev/pagerfanta-bundle",
|
||||||
|
@ -5551,16 +5551,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lcobucci/jwt",
|
"name": "lcobucci/jwt",
|
||||||
"version": "4.3.0",
|
"version": "4.1.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lcobucci/jwt.git",
|
"url": "https://github.com/lcobucci/jwt.git",
|
||||||
"reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4"
|
"reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/4d7de2fe0d51a96418c0d04004986e410e87f6b4",
|
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582",
|
||||||
"reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4",
|
"reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -5569,19 +5569,19 @@
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"ext-sodium": "*",
|
"ext-sodium": "*",
|
||||||
"lcobucci/clock": "^2.0 || ^3.0",
|
"lcobucci/clock": "^2.0",
|
||||||
"php": "^7.4 || ^8.0"
|
"php": "^7.4 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"infection/infection": "^0.21",
|
"infection/infection": "^0.21",
|
||||||
"lcobucci/coding-standard": "^6.0",
|
"lcobucci/coding-standard": "^6.0",
|
||||||
"mikey179/vfsstream": "^1.6.7",
|
"mikey179/vfsstream": "^1.6.7",
|
||||||
"phpbench/phpbench": "^1.2",
|
"phpbench/phpbench": "^1.0",
|
||||||
"phpstan/extension-installer": "^1.0",
|
"phpstan/extension-installer": "^1.0",
|
||||||
"phpstan/phpstan": "^1.4",
|
"phpstan/phpstan": "^0.12",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1.0",
|
"phpstan/phpstan-deprecation-rules": "^0.12",
|
||||||
"phpstan/phpstan-phpunit": "^1.0",
|
"phpstan/phpstan-phpunit": "^0.12",
|
||||||
"phpstan/phpstan-strict-rules": "^1.0",
|
"phpstan/phpstan-strict-rules": "^0.12",
|
||||||
"phpunit/php-invoker": "^3.1",
|
"phpunit/php-invoker": "^3.1",
|
||||||
"phpunit/phpunit": "^9.5"
|
"phpunit/phpunit": "^9.5"
|
||||||
},
|
},
|
||||||
|
@ -5609,7 +5609,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.3.0"
|
"source": "https://github.com/lcobucci/jwt/tree/4.1.5"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -5621,7 +5621,7 @@
|
||||||
"type": "patreon"
|
"type": "patreon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-01-02T13:28:00+00:00"
|
"time": "2021-09-28T19:34:56+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lexik/form-filter-bundle",
|
"name": "lexik/form-filter-bundle",
|
||||||
|
|
Loading…
Reference in a new issue