|
19 | 19 | "php": "^8.0.0|^8.1.0", |
20 | 20 | "ext-json": "*", |
21 | 21 | "doctrine/dbal": "^3.1", |
22 | | - "illuminate/bus": "^8.11|^9.0", |
23 | | - "illuminate/console": "^8.11|^9.0", |
24 | | - "illuminate/contracts": "^8.11|^9.0", |
25 | | - "illuminate/database": "^8.11|^9.0", |
26 | | - "illuminate/events": "^8.11|^9.0", |
27 | | - "illuminate/notifications": "^8.11|^9.0", |
| 22 | + "illuminate/bus": "^8.11|^9.0|^10.0", |
| 23 | + "illuminate/console": "^8.11|^9.0|^10.0", |
| 24 | + "illuminate/contracts": "^8.11|^9.0|^10.0", |
| 25 | + "illuminate/database": "^8.11|^9.0|^10.0", |
| 26 | + "illuminate/events": "^8.11|^9.0|^10.0", |
| 27 | + "illuminate/notifications": "^8.11|^9.0|^10.0", |
28 | 28 | "laravelcollective/html": "^6.0" |
29 | 29 | }, |
30 | 30 | "require-dev": { |
31 | 31 | "mockery/mockery": "^1.0", |
32 | | - "orchestra/database": "^6.0|^7.0", |
33 | | - "orchestra/testbench" : "^6.0|^7.0", |
| 32 | + "orchestra/database": "^6.0|^7.0|^8.0", |
| 33 | + "orchestra/testbench" : "^6.0|^7.0|^8.0", |
34 | 34 | "phpunit/phpunit": "^9.0" |
35 | 35 | }, |
36 | 36 | "suggest": { |
|
0 commit comments