|
19 | 19 | "php": "^7.0", |
20 | 20 | "graham-campbell/guzzle-factory": "^2.1", |
21 | 21 | "guzzlehttp/guzzle": "^6.3", |
22 | | - "illuminate/console": "~5.5.0", |
23 | | - "illuminate/database": "~5.5.0", |
24 | | - "illuminate/events": "~5.5.0", |
25 | | - "illuminate/notifications": "~5.5.0", |
26 | | - "illuminate/queue": "~5.5.0", |
27 | | - "illuminate/support": "~5.5.0", |
| 22 | + "illuminate/console": "~5.5.0|~5.6.0", |
| 23 | + "illuminate/database": "~5.5.0|~5.6.0", |
| 24 | + "illuminate/events": "~5.5.0|~5.6.0", |
| 25 | + "illuminate/notifications": "~5.5.0|~5.6.0", |
| 26 | + "illuminate/queue": "~5.5.0|~5.6.0", |
| 27 | + "illuminate/support": "~5.5.0|~5.6.0", |
28 | 28 | "spatie/ssl-certificate": "^1.5.0", |
29 | 29 | "spatie/url": "^1.0.1" |
30 | 30 | }, |
31 | 31 | "require-dev": { |
32 | 32 | "mockery/mockery": "0.9.5", |
33 | | - "orchestra/testbench": "~3.5.0", |
34 | | - "phpunit/phpunit": "^6.3" |
| 33 | + "orchestra/testbench": "~3.5.0|~3.6.0", |
| 34 | + "phpunit/phpunit": "^6.3|^7.0" |
35 | 35 | }, |
36 | 36 | "autoload": { |
37 | 37 | "psr-4": { |
|
0 commit comments