|
25 | 25 | "barryvdh/reflection-docblock": "^2.0.6",
|
26 | 26 | "composer/class-map-generator": "^1.0",
|
27 | 27 | "doctrine/dbal": "^2.6 || ^3",
|
28 |
| - "illuminate/console": "^8 || ^9", |
29 |
| - "illuminate/filesystem": "^8 || ^9", |
30 |
| - "illuminate/support": "^8 || ^9", |
| 28 | + "illuminate/console": "^8 || ^9 || ^10", |
| 29 | + "illuminate/filesystem": "^8 || ^9 || ^10", |
| 30 | + "illuminate/support": "^8 || ^9 || ^10", |
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 || ^9", |
38 |
| - "illuminate/view": "^8 || ^9", |
| 37 | + "illuminate/config": "^8 || ^9 || ^10", |
| 38 | + "illuminate/view": "^8 || ^9 || ^10", |
39 | 39 | "mockery/mockery": "^1.4",
|
40 |
| - "orchestra/testbench": "^6 || ^7", |
| 40 | + "orchestra/testbench": "^6 || ^7 || ^8", |
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|^9)." |
| 46 | + "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10)." |
47 | 47 | },
|
48 | 48 | "minimum-stability": "dev",
|
49 | 49 | "prefer-stable": true,
|
|
0 commit comments