mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 18:40:52 +08:00
fix: 修复无法读取未携带Content-Type的请求头的节点后端上报的数据的问题
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"cedar2025/http-foundation": "6.4.x-dev",
|
||||
"cweagans/composer-patches": "^1.7",
|
||||
"doctrine/dbal": "^3.7",
|
||||
"firebase/php-jwt": "^6.3",
|
||||
"google/cloud-storage": "^1.35",
|
||||
@@ -45,11 +46,19 @@
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"cweagans/composer-patches": true
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"dont-discover": []
|
||||
},
|
||||
"patches": {
|
||||
"joanhey/adapterman": {
|
||||
"http": "patches/Http.patch"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
||||
Reference in New Issue
Block a user