|
25 | 25 | "barryvdh/reflection-docblock": "^2.0.6", |
26 | 26 | "composer/composer": "^1.10.23 || ^2.1.9", |
27 | 27 | "doctrine/dbal": "^2.6 || ^3", |
28 | | - "illuminate/console": "^8", |
29 | | - "illuminate/filesystem": "^8", |
30 | | - "illuminate/support": "^8", |
| 28 | + "illuminate/console": "^8|^9", |
| 29 | + "illuminate/filesystem": "^8|^9", |
| 30 | + "illuminate/support": "^8|^9", |
31 | 31 | "nikic/php-parser": "^4.7", |
32 | 32 | "phpdocumentor/type-resolver": "^1.1.0" |
33 | 33 | }, |
34 | 34 | "require-dev": { |
35 | 35 | "ext-pdo_sqlite": "*", |
36 | 36 | "friendsofphp/php-cs-fixer": "^2", |
37 | | - "illuminate/config": "^8", |
38 | | - "illuminate/view": "^8", |
| 37 | + "illuminate/config": "^8|^9", |
| 38 | + "illuminate/view": "^8|^9", |
39 | 39 | "mockery/mockery": "^1.4", |
40 | | - "orchestra/testbench": "^6", |
| 40 | + "orchestra/testbench": "^6|^7", |
41 | 41 | "phpunit/phpunit": "^8.5 || ^9", |
42 | 42 | "spatie/phpunit-snapshot-assertions": "^3 || ^4", |
43 | 43 | "vimeo/psalm": "^3.12" |
44 | 44 | }, |
45 | 45 | "suggest": { |
46 | | - "illuminate/events": "Required for automatic helper generation (^6|^7|^8)." |
| 46 | + "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9)." |
47 | 47 | }, |
48 | 48 | "config": { |
49 | 49 | "sort-packages": true |
|
0 commit comments