|
20 | 20 | "php": "^8.1", |
21 | 21 | "ext-fileinfo": "*", |
22 | 22 | "guzzlehttp/guzzle": "^7.2", |
23 | | - "illuminate/contracts": "^10.0|^11.0", |
24 | | - "illuminate/filesystem": "^10.0|^11.0", |
25 | | - "illuminate/http": "^10.0|^11.0", |
26 | | - "illuminate/support": "^10.0|^11.0", |
| 23 | + "illuminate/contracts": "^10.0 || ^11.0 || ^12.0", |
| 24 | + "illuminate/filesystem": "^10.0 || ^11.0 || ^12.0", |
| 25 | + "illuminate/http": "^10.0 || ^11.0 || ^12.0", |
| 26 | + "illuminate/support": "^10.0 || ^11.0 || ^12.0", |
27 | 27 | "league/flysystem": "^3.0" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | | - "larastan/larastan": "^2.0.1", |
| 30 | + "larastan/larastan": "^2.0.1 || ^3.0", |
31 | 31 | "laravel/pint": "^1.0", |
32 | | - "nunomaduro/collision": "^7.8", |
33 | | - "orchestra/testbench": "^8.8", |
34 | | - "pestphp/pest": "^2.20", |
35 | | - "pestphp/pest-plugin-arch": "^2.0", |
36 | | - "pestphp/pest-plugin-laravel": "^2.0", |
| 32 | + "nunomaduro/collision": "^7.8 || ^8.0", |
| 33 | + "orchestra/testbench": "^8.8 || ^9.0 || ^10.0", |
| 34 | + "pestphp/pest": "^2.20 || ^3.0 ", |
| 35 | + "pestphp/pest-plugin-arch": "^2.0 || ^3.0", |
| 36 | + "pestphp/pest-plugin-laravel": "^2.0 || ^3.0", |
37 | 37 | "phpstan/extension-installer": "^1.1", |
38 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
39 | | - "phpstan/phpstan-phpunit": "^1.0" |
| 38 | + "phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0", |
| 39 | + "phpstan/phpstan-phpunit": "^1.0 || ^2.0" |
40 | 40 | }, |
41 | 41 | "autoload": { |
42 | 42 | "psr-4": { |
|
0 commit comments