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