|
14 | 14 | "php": "^8.2", |
15 | 15 | "ext-simplexml": "*", |
16 | 16 | "barryvdh/laravel-ide-helper": "~3.5.4", |
17 | | - "illuminate/config": "^11.35", |
18 | | - "illuminate/container": "^11.35", |
19 | | - "illuminate/contracts": "^11.35", |
20 | | - "illuminate/database": "^11.35", |
21 | | - "illuminate/events": "^11.35", |
22 | | - "illuminate/http": "^11.35", |
23 | | - "illuminate/routing": "^11.35", |
24 | | - "illuminate/support": "^11.35", |
25 | | - "illuminate/view": "^11.35", |
| 17 | + "illuminate/config": "^11.35 || ^12.0", |
| 18 | + "illuminate/container": "^11.35 || ^12.0", |
| 19 | + "illuminate/contracts": "^11.35 || ^12.0", |
| 20 | + "illuminate/database": "^11.35 || ^12.0", |
| 21 | + "illuminate/events": "^11.35 || ^12.0", |
| 22 | + "illuminate/http": "^11.35 || ^12.0", |
| 23 | + "illuminate/routing": "^11.35 || ^12.0", |
| 24 | + "illuminate/support": "^11.35 || ^12.0", |
| 25 | + "illuminate/view": "^11.35 || ^12.0", |
26 | 26 | "nikic/php-parser": "^5.0", |
27 | | - "orchestra/testbench-core": "^9.9", |
| 27 | + "orchestra/testbench-core": "^9.11 || ^10.0", |
28 | 28 | "symfony/console": "^7.1", |
29 | 29 | "symfony/finder": "^7.1", |
30 | | - "vimeo/psalm": "^5.26 || ^6.0" |
| 30 | + "vimeo/psalm": "^6.0" |
31 | 31 | }, |
32 | 32 | "require-dev": { |
33 | | - "laravel/framework": "^11.35", |
| 33 | + "laravel/framework": "^11.35 || ^12.0", |
34 | 34 | "phpunit/phpunit": "^10.5 || ^11.5", |
35 | 35 | "phpyh/psalm-tester": "^0.1.0", |
36 | 36 | "ramsey/collection": "^1.3", |
|
0 commit comments