Skip to content

Commit eea7348

Browse files
jessevzjessevz
andauthored
Upgraded deprecated jwt library to maintained jwt library (#1785)
* Upgraded deprecated jwt library to maintained jwt library * Updated composer dependencies --------- Co-authored-by: jessevz <[email protected]>
1 parent 806f9b4 commit eea7348

File tree

3 files changed

+388
-328
lines changed

3 files changed

+388
-328
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.0",
20+
"php": "^8.2",
2121
"ext-json": "*",
2222
"ext-pdo": "*",
23+
"composer/semver": "^3.4",
2324
"crell/api-problem": "^3.6",
25+
"jimtools/jwt-auth": "^2.3",
2426
"middlewares/encoder": "^2.1",
2527
"middlewares/negotiation": "^2.1",
2628
"monolog/monolog": "^2.8",
2729
"php-di/php-di": "7.0.7",
2830
"slim/psr7": "^1.5",
2931
"slim/slim": "^4.10",
30-
"tuupola/slim-basic-auth": "^3.3",
31-
"tuupola/slim-jwt-auth": "^3.6",
32-
"composer/semver": "^3.4"
32+
"tuupola/slim-basic-auth": "^3.3"
3333
},
3434
"require-dev": {
3535
"jangregor/phpstan-prophecy": "^1.0.0",

0 commit comments

Comments
 (0)