|
18 | 18 | "require": {
|
19 | 19 | "php": ">=7.2",
|
20 | 20 | "doctrine/dbal": "^2.9",
|
21 |
| - "illuminate/bus": "^6.0", |
22 |
| - "illuminate/console": "^6.0", |
23 |
| - "illuminate/contracts": "^6.0", |
24 |
| - "illuminate/database": "^6.0", |
25 |
| - "illuminate/events": "^6.0", |
26 |
| - "illuminate/notifications": "^6.0", |
| 21 | + "illuminate/bus": "^7.0", |
| 22 | + "illuminate/console": "^7.0", |
| 23 | + "illuminate/contracts": "^7.0", |
| 24 | + "illuminate/database": "^7.0", |
| 25 | + "illuminate/events": "^7.0", |
| 26 | + "illuminate/notifications": "^7.0", |
27 | 27 | "laravelcollective/html": "^6.0"
|
28 | 28 | },
|
29 | 29 | "require-dev": {
|
30 | 30 | "mockery/mockery": "^1.0",
|
31 |
| - "orchestra/database": "^4.0", |
32 |
| - "orchestra/testbench" : "^4.0", |
33 |
| - "phpunit/phpunit": "^8.3" |
| 31 | + "orchestra/database": "^5.0", |
| 32 | + "orchestra/testbench" : "^5.0", |
| 33 | + "phpunit/phpunit": "^9.0" |
34 | 34 | },
|
35 | 35 | "suggest": {
|
36 | 36 | "nexmo/client": "Required for sms notifications."
|
|
44 | 44 | "extra": {
|
45 | 45 | "component": "package",
|
46 | 46 | "branch-alias": {
|
47 |
| - "dev-6.0": "6.0.x-dev" |
| 47 | + "dev-7.0": "7.0.x-dev" |
48 | 48 | },
|
49 | 49 | "laravel": {
|
50 | 50 | "providers": [
|
|
0 commit comments