|
16 | 16 | }
|
17 | 17 | ],
|
18 | 18 | "require": {
|
19 |
| - "php": ">=7.1", |
| 19 | + "php": ">=7.2", |
20 | 20 | "doctrine/dbal": "^2.9",
|
21 |
| - "illuminate/bus": "~5.8.0", |
22 |
| - "illuminate/console": "~5.8.0", |
23 |
| - "illuminate/contracts": "~5.8.0", |
24 |
| - "illuminate/database": "~5.8.0", |
25 |
| - "illuminate/events": "~5.8.0", |
26 |
| - "illuminate/notifications": "~5.8.0", |
27 |
| - "laravelcollective/html": "^5.8" |
| 21 | + "illuminate/bus": "~6.0.0", |
| 22 | + "illuminate/console": "~6.0.0", |
| 23 | + "illuminate/contracts": "~6.0.0", |
| 24 | + "illuminate/database": "~6.0.0", |
| 25 | + "illuminate/events": "~6.0.0", |
| 26 | + "illuminate/notifications": "~6.0.0", |
| 27 | + "laravelcollective/html": "^6.0" |
28 | 28 | },
|
29 | 29 | "require-dev": {
|
30 | 30 | "mockery/mockery": "^1.0",
|
31 |
| - "orchestra/database": "^3.7", |
32 |
| - "orchestra/testbench" : "^3.8", |
33 |
| - "phpunit/phpunit": "^7.5" |
| 31 | + "orchestra/database": "^4.0", |
| 32 | + "orchestra/testbench" : "^4.0", |
| 33 | + "phpunit/phpunit": "^8.3" |
34 | 34 | },
|
35 | 35 | "suggest": {
|
36 | 36 | "nexmo/client": "Required for sms notifications."
|
|
0 commit comments