Skip to content

Commit 0ea649d

Browse files
committed
Upgrading firebase/php-jwt (v6.0.0 => v6.8.0)
1 parent 30bb366 commit 0ea649d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": "^7.1||^8.0",
88
"ext-json": "*",
99
"workerman/webman-framework": "^1.2.1",
10-
"firebase/php-jwt": "^6.1"
10+
"firebase/php-jwt": "^6.8"
1111
},
1212
"autoload": {
1313
"psr-4": {
@@ -28,5 +28,11 @@
2828
"vimeo/psalm": "^4.22",
2929
"topthink/think-orm": "^2.0",
3030
"illuminate/database": "^8.83"
31+
},
32+
"repositories": {
33+
"packagist": {
34+
"type": "composer",
35+
"url": "https://mirrors.aliyun.com/composer/"
36+
}
3137
}
3238
}

0 commit comments

Comments
 (0)