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