Skip to content

Commit 74b354b

Browse files
committed
➕ Add the missing JWT dependency
1 parent c212a92 commit 74b354b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"psr/log": "^1.1",
1919
"ralouphie/getallheaders": "^3.0",
2020
"wikimedia/composer-merge-plugin": "^2.0",
21-
"symfony/polyfill-php80": "^1.19"
21+
"symfony/polyfill-php80": "^1.19",
22+
"firebase/php-jwt": "^6.0"
2223
},
2324
"require-dev": {
2425
"inpsyde/composer-assets-compiler": "^2.5",

0 commit comments

Comments
 (0)