|
18 | 18 | "require": {
|
19 | 19 | "php": ">=7.0",
|
20 | 20 | "doctrine/orm": "2.5.*|2.6.*",
|
21 |
| - "illuminate/auth": "5.5.*|5.6.*", |
22 |
| - "illuminate/console": "5.5.*|5.6.*", |
23 |
| - "illuminate/container": "5.5.*|5.6.*", |
24 |
| - "illuminate/contracts": "5.5.*|5.6.*", |
25 |
| - "illuminate/pagination": "5.5.*|5.6.*", |
26 |
| - "illuminate/routing": "5.5.*|5.6.*", |
27 |
| - "illuminate/support": "5.5.*|5.6.*", |
28 |
| - "illuminate/validation": "5.5.*|5.6.*", |
| 21 | + "illuminate/auth": "5.5.*|5.6.*|5.7.*", |
| 22 | + "illuminate/console": "5.5.*|5.6.*|5.7.*", |
| 23 | + "illuminate/container": "5.5.*|5.6.*|5.7.*", |
| 24 | + "illuminate/contracts": "5.5.*|5.6.*|5.7.*", |
| 25 | + "illuminate/pagination": "5.5.*|5.6.*|5.7.*", |
| 26 | + "illuminate/routing": "5.5.*|5.6.*|5.7.*", |
| 27 | + "illuminate/support": "5.5.*|5.6.*|5.7.*", |
| 28 | + "illuminate/validation": "5.5.*|5.6.*|5.7.*", |
29 | 29 | "illuminate/view": "5.5.*|5.6.*",
|
30 | 30 | "symfony/serializer": "^2.7|~3.0|~4.0"
|
31 | 31 | },
|
32 | 32 | "require-dev": {
|
33 | 33 | "phpunit/phpunit": "~5.0",
|
34 |
| - "mockery/mockery": "1.0.0-alpha1", |
| 34 | + "mockery/mockery": "^1.0", |
35 | 35 | "barryvdh/laravel-debugbar": "~2.0",
|
36 | 36 | "itsgoingd/clockwork": "~1.9",
|
37 | 37 | "illuminate/log": "5.5.*|5.6.*",
|
38 |
| - "illuminate/notifications": "5.5.*|5.6.*", |
39 |
| - "illuminate/queue": "5.5.*|5.6.*" |
| 38 | + "illuminate/notifications": "5.5.*|5.6.*|5.7.*", |
| 39 | + "illuminate/queue": "5.5.*|5.6.*|5.7.*" |
40 | 40 | },
|
41 | 41 | "autoload": {
|
42 | 42 | "psr-4": {
|
|
0 commit comments