|
15 | 15 | ], |
16 | 16 | "require": { |
17 | 17 | "php": "^7.3", |
18 | | - "illuminate/collections": "^8.0", |
19 | | - "illuminate/contracts": "^8.0", |
20 | | - "illuminate/macroable": "^8.0", |
21 | | - "illuminate/support": "^8.0", |
| 18 | + "illuminate/collections": "^9.0", |
| 19 | + "illuminate/contracts": "^9.0", |
| 20 | + "illuminate/macroable": "^9.0", |
| 21 | + "illuminate/support": "^9.0", |
22 | 22 | "symfony/console": "^5.1", |
23 | 23 | "symfony/process": "^5.1" |
24 | 24 | }, |
|
29 | 29 | }, |
30 | 30 | "extra": { |
31 | 31 | "branch-alias": { |
32 | | - "dev-master": "8.x-dev" |
| 32 | + "dev-master": "9.x-dev" |
33 | 33 | } |
34 | 34 | }, |
35 | 35 | "suggest": { |
36 | 36 | "dragonmantank/cron-expression": "Required to use scheduler (^3.0).", |
37 | 37 | "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.5.5|^7.0.1).", |
38 | | - "illuminate/bus": "Required to use the scheduled job dispatcher (^8.0).", |
39 | | - "illuminate/container": "Required to use the scheduler (^8.0).", |
40 | | - "illuminate/filesystem": "Required to use the generator command (^8.0).", |
41 | | - "illuminate/queue": "Required to use closures for scheduled jobs (^8.0)." |
| 38 | + "illuminate/bus": "Required to use the scheduled job dispatcher (^9.0).", |
| 39 | + "illuminate/container": "Required to use the scheduler (^9.0).", |
| 40 | + "illuminate/filesystem": "Required to use the generator command (^9.0).", |
| 41 | + "illuminate/queue": "Required to use closures for scheduled jobs (^9.0)." |
42 | 42 | }, |
43 | 43 | "config": { |
44 | 44 | "sort-packages": true |
|
0 commit comments