|
10 | 10 | } |
11 | 11 | ], |
12 | 12 | "require": { |
13 | | - "php": ">=5.6.4", |
14 | | - "illuminate/support": "5.4.*", |
15 | | - "illuminate/console": "5.4.*", |
16 | | - "illuminated/helper-functions": "5.4.*", |
17 | | - "monolog/monolog": "^1.11", |
| 13 | + "php": ">=7.0", |
| 14 | + "illuminate/support": "5.5.*", |
| 15 | + "illuminate/console": "5.5.*", |
| 16 | + "illuminated/helper-functions": "5.5.*", |
| 17 | + "monolog/monolog": "^1.12", |
18 | 18 | "psr/http-message": "^1.0", |
19 | 19 | "psr/log": "^1.0", |
20 | | - "symfony/finder": "^3.2" |
| 20 | + "symfony/finder": "^3.3" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | | - "phpunit/phpunit": "^5.7", |
| 23 | + "phpunit/phpunit": "^6.0", |
24 | 24 | "mockery/mockery": "^0.9", |
25 | 25 | "guzzlehttp/guzzle": "^6.0", |
26 | | - "orchestra/testbench": "3.4.*", |
27 | | - "illuminated/testing-tools": "5.4.*" |
| 26 | + "orchestra/testbench": "3.5.*", |
| 27 | + "illuminated/testing-tools": "5.5.*" |
28 | 28 | }, |
29 | 29 | "autoload": { |
30 | 30 | "files": ["integrations/autoload.php"], |
|
0 commit comments