mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 10:30:51 +08:00
feat: upgrade Laravel framework from 11.x to 12.15.0 with enhanced dependencies and performance optimizations
This commit is contained in:
@@ -13,24 +13,23 @@
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"bacon/bacon-qr-code": "^2.0",
|
||||
"doctrine/dbal": "^3.7",
|
||||
"doctrine/dbal": "^4.0",
|
||||
"google/cloud-storage": "^1.35",
|
||||
"google/recaptcha": "^1.2",
|
||||
"guzzlehttp/guzzle": "^7.8",
|
||||
"laravel/framework": "^11.0",
|
||||
"laravel/horizon": "^5.21",
|
||||
"laravel/octane": "^2.3",
|
||||
"laravel/prompts": "^0.1.13",
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/horizon": "^5.30",
|
||||
"laravel/octane": "^2.9",
|
||||
"laravel/prompts": "^0.3",
|
||||
"laravel/sanctum": "^4.0",
|
||||
"laravel/tinker": "^2.9",
|
||||
"laravel/tinker": "^2.10",
|
||||
"linfo/linfo": "^4.0",
|
||||
"millat/laravel-hooks": "^1.4",
|
||||
"paragonie/sodium_compat": "^1.20",
|
||||
"php-curl-class/php-curl-class": "^8.6",
|
||||
"spatie/db-dumper": "^3.4",
|
||||
"stripe/stripe-php": "^7.36.1",
|
||||
"symfony/http-client": "^6.4",
|
||||
"symfony/mailgun-mailer": "^6.4",
|
||||
"symfony/http-client": "^7.0",
|
||||
"symfony/mailgun-mailer": "^7.0",
|
||||
"symfony/yaml": "*",
|
||||
"zoujingli/ip2region": "^2.0"
|
||||
},
|
||||
@@ -38,11 +37,11 @@
|
||||
"barryvdh/laravel-debugbar": "^3.9",
|
||||
"fakerphp/faker": "^1.9.1",
|
||||
"larastan/larastan": "^3.0",
|
||||
"laravel/telescope": "^5.7",
|
||||
"mockery/mockery": "^1.6",
|
||||
"nunomaduro/collision": "^8.0",
|
||||
"nunomaduro/larastan": "^3.1",
|
||||
"orangehill/iseed": "^3.0",
|
||||
"phpunit/phpunit": "^10.5",
|
||||
"phpunit/phpunit": "^11.0",
|
||||
"spatie/laravel-ignition": "^2.4"
|
||||
},
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user