|
42 | 42 | } |
43 | 43 | }, |
44 | 44 | "require": { |
45 | | - "php": ">=8.2", |
| 45 | + "php": ">=8.3", |
46 | 46 | "ext-json": "*", |
47 | 47 | "ext-mbstring": "*", |
48 | 48 | "dragonmantank/cron-expression": "^3.4", |
49 | 49 | "guzzlehttp/guzzle": "^7.8", |
50 | | - "illuminate/auth": "^12.0", |
51 | | - "illuminate/cache": "^12.0", |
52 | | - "illuminate/config": "^12.0", |
53 | | - "illuminate/console": "^12.0", |
54 | | - "illuminate/container": "^12.0", |
55 | | - "illuminate/contracts": "^12.0", |
56 | | - "illuminate/cookie": "^12.0", |
57 | | - "illuminate/database": "^12.0", |
58 | | - "illuminate/encryption": "^12.0", |
59 | | - "illuminate/events": "^12.0", |
60 | | - "illuminate/filesystem": "^12.0", |
61 | | - "illuminate/hashing": "^12.0", |
62 | | - "illuminate/http": "^12.0", |
63 | | - "illuminate/log": "^12.0", |
64 | | - "illuminate/pagination": "^12.0", |
65 | | - "illuminate/queue": "^12.0", |
66 | | - "illuminate/routing": "^12.0", |
67 | | - "illuminate/support": "^12.0", |
68 | | - "illuminate/testing": "^12.0", |
69 | | - "illuminate/validation": "^12.0", |
70 | | - "illuminate/view": "^12.0", |
| 50 | + "illuminate/auth": "^13.0", |
| 51 | + "illuminate/cache": "^13.0", |
| 52 | + "illuminate/config": "^13.0", |
| 53 | + "illuminate/console": "^13.0", |
| 54 | + "illuminate/container": "^13.0", |
| 55 | + "illuminate/contracts": "^13.0", |
| 56 | + "illuminate/cookie": "^13.0", |
| 57 | + "illuminate/database": "^13.0", |
| 58 | + "illuminate/encryption": "^13.0", |
| 59 | + "illuminate/events": "^13.0", |
| 60 | + "illuminate/filesystem": "^13.0", |
| 61 | + "illuminate/hashing": "^13.0", |
| 62 | + "illuminate/http": "^13.0", |
| 63 | + "illuminate/log": "^13.0", |
| 64 | + "illuminate/pagination": "^13.0", |
| 65 | + "illuminate/queue": "^13.0", |
| 66 | + "illuminate/routing": "^13.0", |
| 67 | + "illuminate/support": "^13.0", |
| 68 | + "illuminate/testing": "^13.0", |
| 69 | + "illuminate/validation": "^13.0", |
| 70 | + "illuminate/view": "^13.0", |
71 | 71 | "laravel/prompts": "^0.3.0", |
72 | | - "laravel/serializable-closure": "^1.3|^2.0", |
| 72 | + "laravel/serializable-closure": "^2.0", |
73 | 73 | "league/flysystem": "^3.26", |
74 | 74 | "ramsey/uuid": "^4.7", |
75 | 75 | "roots/support": "^1.0", |
|
80 | 80 | "require-dev": { |
81 | 81 | "laravel/pint": "^1.15", |
82 | 82 | "mockery/mockery": "^1.6", |
83 | | - "pestphp/pest": "^3.0", |
| 83 | + "pestphp/pest": "^4.0", |
84 | 84 | "phpcompatibility/php-compatibility": "^9.3", |
85 | | - "roave/security-advisories": "dev-master", |
86 | | - "spatie/laravel-ignition": "^2.5", |
87 | 85 | "spatie/pest-plugin-snapshots": "^2.3", |
88 | 86 | "spatie/temporary-directory": "^2.2", |
89 | 87 | "tmarsteel/mockery-callable-mock": "^2.1", |
|
0 commit comments