feat: new xboard

This commit is contained in:
xboard
2025-01-21 14:57:54 +08:00
parent de18cfe596
commit 0f43fff242
373 changed files with 17923 additions and 20264 deletions

View File

@@ -11,19 +11,18 @@
],
"license": "MIT",
"require": {
"php": "^8.1",
"cedar2025/http-foundation": "6.4.x-dev",
"cweagans/composer-patches": "^1.7",
"php": "^8.2",
"bacon/bacon-qr-code": "^2.0",
"doctrine/dbal": "^3.7",
"firebase/php-jwt": "^6.3",
"google/cloud-storage": "^1.35",
"google/recaptcha": "^1.2",
"guzzlehttp/guzzle": "^7.4.3",
"hhxsv5/laravel-s": "~3.7.0",
"joanhey/adapterman": "^0.6.1",
"laravel/framework": "10.48.22",
"laravel/horizon": "^5.9.6",
"laravel/tinker": "^2.5",
"guzzlehttp/guzzle": "^7.8",
"laravel/framework": "^11.0",
"laravel/horizon": "^5.21",
"laravel/octane": "^2.3",
"laravel/prompts": "^0.1.13",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
"linfo/linfo": "^4.0",
"paragonie/sodium_compat": "^1.20",
"php-curl-class/php-curl-class": "^8.6",
@@ -37,28 +36,20 @@
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9",
"fakerphp/faker": "^1.9.1",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^7.10",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"orangehill/iseed": "^3.0",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0"
"phpunit/phpunit": "^10.5",
"spatie/laravel-ignition": "^2.4"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"cweagans/composer-patches": true
}
"sort-packages": true
},
"extra": {
"laravel": {
"dont-discover": []
},
"patches": {
"joanhey/adapterman": {
"http": "patches/Http.patch"
}
}
},
"autoload": {