Skip to content

Commit 00df793

Browse files
Allow Symfony 7 and update abandon JWT package
1 parent bc42dca commit 00df793

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@
2121
"type": "library",
2222
"require": {
2323
"php": "^8.1",
24-
"web-token/jwt-core": "^3",
25-
"web-token/jwt-key-mgmt": "^3",
26-
"web-token/jwt-signature": "^3",
27-
"web-token/jwt-signature-algorithm-rsa": "^3",
28-
"symfony/http-client": "^6.0"
24+
"symfony/http-client": "^6|^7",
25+
"web-token/jwt-library": "^3|^4"
2926
},
3027
"require-dev": {
3128
"phpunit/phpunit": "^10",

0 commit comments

Comments
 (0)