Skip to content

Commit 78fc0ad

Browse files
author
xboard
committed
feat: upgrade Laravel framework from 11.x to 12.15.0 with enhanced dependencies and performance optimizations
1 parent 2ad7101 commit 78fc0ad

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,36 +13,35 @@
1313
"require": {
1414
"php": "^8.2",
1515
"bacon/bacon-qr-code": "^2.0",
16-
"doctrine/dbal": "^3.7",
16+
"doctrine/dbal": "^4.0",
1717
"google/cloud-storage": "^1.35",
1818
"google/recaptcha": "^1.2",
1919
"guzzlehttp/guzzle": "^7.8",
20-
"laravel/framework": "^11.0",
21-
"laravel/horizon": "^5.21",
22-
"laravel/octane": "^2.3",
23-
"laravel/prompts": "^0.1.13",
20+
"laravel/framework": "^12.0",
21+
"laravel/horizon": "^5.30",
22+
"laravel/octane": "^2.9",
23+
"laravel/prompts": "^0.3",
2424
"laravel/sanctum": "^4.0",
25-
"laravel/tinker": "^2.9",
25+
"laravel/tinker": "^2.10",
2626
"linfo/linfo": "^4.0",
27-
"millat/laravel-hooks": "^1.4",
2827
"paragonie/sodium_compat": "^1.20",
2928
"php-curl-class/php-curl-class": "^8.6",
3029
"spatie/db-dumper": "^3.4",
3130
"stripe/stripe-php": "^7.36.1",
32-
"symfony/http-client": "^6.4",
33-
"symfony/mailgun-mailer": "^6.4",
31+
"symfony/http-client": "^7.0",
32+
"symfony/mailgun-mailer": "^7.0",
3433
"symfony/yaml": "*",
3534
"zoujingli/ip2region": "^2.0"
3635
},
3736
"require-dev": {
3837
"barryvdh/laravel-debugbar": "^3.9",
3938
"fakerphp/faker": "^1.9.1",
4039
"larastan/larastan": "^3.0",
40+
"laravel/telescope": "^5.7",
4141
"mockery/mockery": "^1.6",
4242
"nunomaduro/collision": "^8.0",
43-
"nunomaduro/larastan": "^3.1",
4443
"orangehill/iseed": "^3.0",
45-
"phpunit/phpunit": "^10.5",
44+
"phpunit/phpunit": "^11.0",
4645
"spatie/laravel-ignition": "^2.4"
4746
},
4847
"config": {

0 commit comments

Comments
 (0)