Skip to content

Commit

Permalink
Replace web-token librariries with single one web-token/jwt-library
Browse files Browse the repository at this point in the history
  • Loading branch information
louismariegaborit committed Feb 1, 2024
1 parent 21a44e6 commit 2a7b316
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -120,6 +120,7 @@
"symfony/yaml": "self.version"
},
"require-dev": {
"ext-openssl": "*",
"amphp/amp": "^2.5",
"amphp/http-client": "^4.2.1",
"amphp/http-tunnel": "^1.0",
Expand Down Expand Up @@ -156,9 +157,7 @@
"twig/cssinliner-extra": "^2.12|^3",
"twig/inky-extra": "^2.12|^3",
"twig/markdown-extra": "^2.12|^3",
"web-token/jwt-checker": "^3.1",
"web-token/jwt-signature-algorithm-ecdsa": "^3.1",
"web-token/jwt-signature-algorithm-rsa": "^3.1"
"web-token/jwt-library": "3.3.x-dev"
},
"conflict": {
"ext-psr": "<1.1|>=2",
Expand Down
5 changes: 2 additions & 3 deletions src/Symfony/Component/Security/Http/composer.json
Expand Up @@ -25,6 +25,7 @@
"symfony/service-contracts": "^2.5|^3"
},
"require-dev": {
"ext-openssl": "*",
"symfony/cache": "^6.4|^7.0",
"symfony/clock": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
Expand All @@ -34,9 +35,7 @@
"symfony/security-csrf": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
"psr/log": "^1|^2|^3",
"web-token/jwt-checker": "^3.1",
"web-token/jwt-signature-algorithm-ecdsa": "^3.1",
"web-token/jwt-signature-algorithm-rsa": "^3.1"
"web-token/jwt-library": "3.3.x-dev"
},
"conflict": {
"symfony/clock": "<6.4",
Expand Down

0 comments on commit 2a7b316

Please sign in to comment.