|
14 | 14 | } |
15 | 15 | }, |
16 | 16 | "require": { |
17 | | - "php": ">=7.0.0", |
18 | | - "illuminate/auth": "5.5.*", |
19 | | - "illuminate/config": "5.5.*", |
20 | | - "illuminate/console": "5.5.*", |
21 | | - "illuminate/events": "5.5.*", |
22 | | - "illuminate/http": "5.5.*", |
23 | | - "illuminate/routing": "5.5.*", |
24 | | - "illuminate/queue": "5.5.*", |
25 | | - "illuminate/support": "5.5.*", |
26 | | - "nesbot/carbon": "^1.19", |
| 17 | + "php": ">=7.1.3", |
| 18 | + "illuminate/auth": "5.5 - 5.6", |
| 19 | + "illuminate/config": "5.5 - 5.6", |
| 20 | + "illuminate/console": "5.5 - 5.6", |
| 21 | + "illuminate/events": "5.5 - 5.6", |
| 22 | + "illuminate/http": "5.5 - 5.6", |
| 23 | + "illuminate/routing": "5.5 - 5.6", |
| 24 | + "illuminate/queue": "5.5 - 5.6", |
| 25 | + "illuminate/support": "5.5 - 5.6", |
27 | 26 | "mixpanel/mixpanel-php": "~2.0", |
28 | 27 | "sinergi/browser-detector": "~5.0" |
29 | 28 | }, |
30 | 29 | "require-dev": { |
31 | 30 | "fzaninotto/faker": "~1.4", |
32 | | - "laravel/laravel": "5.5.*", |
33 | | - "laravel/browser-kit-testing": "^2.0", |
| 31 | + "laravel/laravel": "5.6", |
| 32 | + "laravel/browser-kit-testing": "^4.0", |
34 | 33 | "mockery/mockery": "0.9.*", |
35 | 34 | "phpmd/phpmd": "^2.6", |
36 | | - "phpunit/phpunit": "5.7.*", |
| 35 | + "phpunit/phpunit": "*", |
37 | 36 | "sebastian/phpcpd": "*", |
38 | 37 | "symfony/thanks": "^1.0", |
39 | | - "codedungeon/phpunit-result-printer": "^0.5.0", |
| 38 | + "codedungeon/phpunit-result-printer": "*", |
40 | 39 | "php-coveralls/php-coveralls": "^2.0" |
41 | 40 | }, |
42 | 41 | "autoload-dev": { |
|
0 commit comments