|
10 | 10 | }
|
11 | 11 | ],
|
12 | 12 | "require": {
|
13 |
| - "php": "^8.1", |
| 13 | + "php": "~8.2.0 || ~8.3.0 || ~8.4.0", |
14 | 14 | "ext-json": "*",
|
15 |
| - "illuminate/bus": "^10.0 || ^11.0", |
16 |
| - "illuminate/container": "^10.0 || ^11.0", |
17 |
| - "illuminate/events": "^10.0 || ^11.0", |
18 |
| - "illuminate/queue": "^10.0 || ^11.0", |
19 |
| - "illuminate/support": "^10.0 || ^11.0", |
| 15 | + "illuminate/bus": "^10.0 || ^11.0 || ^12.0", |
| 16 | + "illuminate/container": "^10.0 || ^11.0 || ^12.0", |
| 17 | + "illuminate/events": "^10.0 || ^11.0 || ^12.0", |
| 18 | + "illuminate/queue": "^10.0 || ^11.0 || ^12.0", |
| 19 | + "illuminate/support": "^10.0 || ^11.0 || ^12.0", |
20 | 20 | "laravel/serializable-closure": "^1.2",
|
21 | 21 | "ramsey/uuid": "^4.0"
|
22 | 22 | },
|
23 | 23 | "require-dev": {
|
24 | 24 | "ergebnis/composer-normalize": "^2.29",
|
25 | 25 | "ergebnis/php-cs-fixer-config": "^5.2 || ^6.0",
|
| 26 | + "larastan/larastan": "^3.2", |
26 | 27 | "lorisleiva/laravel-actions": "^2.5.1",
|
27 | 28 | "mockery/mockery": "^1.5.1",
|
28 |
| - "nunomaduro/larastan": "^2.4", |
29 |
| - "orchestra/testbench": "^8.0 || ^9.0", |
30 |
| - "pestphp/pest": "^2.34", |
31 |
| - "pestphp/pest-plugin-laravel": "^2.3", |
32 |
| - "phpunit/phpunit": "^10.5", |
| 29 | + "orchestra/testbench": "^8.0 || ^9.0 || ^10.0", |
| 30 | + "pestphp/pest": "^2.34 || ^3.7", |
| 31 | + "pestphp/pest-plugin-laravel": "^2.3 || ^3.1", |
| 32 | + "phpunit/phpunit": "^10.5 || ^11.5.3", |
33 | 33 | "roave/security-advisories": "dev-latest",
|
34 | 34 | "spatie/laravel-ignition": "^2.0"
|
35 | 35 | },
|
|
0 commit comments