|
22 | 22 | ], |
23 | 23 | "require": { |
24 | 24 | "php": "^8.1", |
25 | | - "illuminate/config": "^10 || ^11", |
26 | | - "illuminate/console": "^10 || ^11", |
27 | | - "illuminate/container": "^10 || ^11", |
28 | | - "illuminate/contracts": "^10 || ^11", |
29 | | - "illuminate/pipeline": "^10 || ^11", |
30 | | - "illuminate/support": "^10 || ^11" |
| 25 | + "illuminate/config": "^10 || ^11 || ^12", |
| 26 | + "illuminate/console": "^10 || ^11 || ^12", |
| 27 | + "illuminate/container": "^10 || ^11 || ^12", |
| 28 | + "illuminate/contracts": "^10 || ^11 || ^12", |
| 29 | + "illuminate/pipeline": "^10 || ^11 || ^12", |
| 30 | + "illuminate/support": "^10 || ^11 || ^12" |
31 | 31 | }, |
32 | 32 | "require-dev": { |
33 | 33 | "enlightn/enlightn": "^2", |
34 | | - "larastan/larastan": "^2", |
| 34 | + "larastan/larastan": "^2 || ^3", |
35 | 35 | "laravel/pint": "^1", |
36 | 36 | "mockery/mockery": "^1", |
37 | 37 | "nunomaduro/phpinsights": "^2", |
38 | | - "orchestra/testbench": "^v8 || ^v9", |
| 38 | + "orchestra/testbench": "^v8 || ^v9 || ^v10", |
39 | 39 | "pestphp/pest": "^2 || ^3", |
40 | 40 | "pestphp/pest-plugin-laravel": "^2 || ^3", |
41 | | - "rector/rector": "^1 || ^2 || ^3", |
| 41 | + "rector/rector": "^1 || ^2", |
42 | 42 | "squizlabs/php_codesniffer": "^3" |
43 | 43 | }, |
44 | 44 | "autoload": { |
|
0 commit comments