|
6 | 6 | "type": "project", |
7 | 7 | "require": { |
8 | 8 | "php": ">=7.2.5", |
9 | | - "illuminate/auth": "6.*|7.*", |
10 | | - "illuminate/console": "6.*|7.*", |
11 | | - "illuminate/contracts": "6.*|7.*", |
12 | | - "illuminate/database": "6.*|7.*", |
13 | | - "illuminate/events": "6.*|7.*", |
14 | | - "illuminate/support": "6.*|7.*", |
15 | | - "illuminate/view": "6.*|7.*" |
| 9 | + "illuminate/auth": "6.*|7.*|8.*", |
| 10 | + "illuminate/console": "6.*|7.*|8.*", |
| 11 | + "illuminate/contracts": "6.*|7.*|8.*", |
| 12 | + "illuminate/database": "6.*|7.*|8.*", |
| 13 | + "illuminate/events": "6.*|7.*|8.*", |
| 14 | + "illuminate/support": "6.*|7.*|8.*", |
| 15 | + "illuminate/view": "6.*|7.*|8.*" |
16 | 16 | }, |
17 | 17 | "require-dev": { |
18 | 18 | "fzaninotto/faker": "~1.9.1", |
19 | 19 | "mockery/mockery": "^1.3.1", |
20 | 20 | "phpunit/phpunit": "^8.5|^9.0", |
21 | | - "orchestra/testbench": "^4.0|^5.0" |
| 21 | + "orchestra/testbench": "^4.0|^5.0|^6.0" |
22 | 22 | }, |
23 | 23 | "autoload": { |
24 | 24 | "classmap": [ |
|
40 | 40 | "preferred-install": "dist", |
41 | 41 | "sort-packages": true |
42 | 42 | }, |
| 43 | + "minimum-stability": "dev", |
| 44 | + "prefer-stable": true, |
43 | 45 | "extra": { |
44 | 46 | "brach-alias": { |
45 | 47 | "dev-master": "0.8.x-dev" |
|
0 commit comments