|
13 | 13 | "require": { |
14 | 14 | "php": "^8.2", |
15 | 15 | "bacon/bacon-qr-code": "^2.0", |
16 | | - "doctrine/dbal": "^3.7", |
| 16 | + "doctrine/dbal": "^4.0", |
17 | 17 | "google/cloud-storage": "^1.35", |
18 | 18 | "google/recaptcha": "^1.2", |
19 | 19 | "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", |
24 | 24 | "laravel/sanctum": "^4.0", |
25 | | - "laravel/tinker": "^2.9", |
| 25 | + "laravel/tinker": "^2.10", |
26 | 26 | "linfo/linfo": "^4.0", |
27 | | - "millat/laravel-hooks": "^1.4", |
28 | 27 | "paragonie/sodium_compat": "^1.20", |
29 | 28 | "php-curl-class/php-curl-class": "^8.6", |
30 | 29 | "spatie/db-dumper": "^3.4", |
31 | 30 | "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", |
34 | 33 | "symfony/yaml": "*", |
35 | 34 | "zoujingli/ip2region": "^2.0" |
36 | 35 | }, |
37 | 36 | "require-dev": { |
38 | 37 | "barryvdh/laravel-debugbar": "^3.9", |
39 | 38 | "fakerphp/faker": "^1.9.1", |
40 | 39 | "larastan/larastan": "^3.0", |
| 40 | + "laravel/telescope": "^5.7", |
41 | 41 | "mockery/mockery": "^1.6", |
42 | 42 | "nunomaduro/collision": "^8.0", |
43 | | - "nunomaduro/larastan": "^3.1", |
44 | 43 | "orangehill/iseed": "^3.0", |
45 | | - "phpunit/phpunit": "^10.5", |
| 44 | + "phpunit/phpunit": "^11.0", |
46 | 45 | "spatie/laravel-ignition": "^2.4" |
47 | 46 | }, |
48 | 47 | "config": { |
|
0 commit comments