|
11 | 11 | ],
|
12 | 12 | "minimum-stability": "stable",
|
13 | 13 | "require": {
|
14 |
| - "php": ">=7.0", |
15 |
| - "illuminate/cache": "^5.4", |
16 |
| - "illuminate/config": "^5.4", |
17 |
| - "illuminate/console": "^5.4", |
18 |
| - "illuminate/database": "^5.4", |
19 |
| - "illuminate/support": "^5.4", |
| 14 | + "php": ">=7.2", |
| 15 | + "illuminate/cache": "^6.0", |
| 16 | + "illuminate/config": "^6.0", |
| 17 | + "illuminate/console": "^6.0", |
| 18 | + "illuminate/database": "^6.0", |
| 19 | + "illuminate/support": "^6.0", |
20 | 20 | "opensoft/rollout": "2.2.*"
|
21 | 21 | },
|
22 | 22 | "require-dev": {
|
23 |
| - "codeclimate/php-test-reporter": "^0.4.4", |
24 | 23 | "friendsofphp/php-cs-fixer": "^2.1",
|
25 |
| - "illuminate/container": "^5.4", |
26 |
| - "mockery/mockery": "^0.9.9", |
27 |
| - "orchestra/testbench": "^3.4", |
28 |
| - "phpunit/phpunit": "^6.0", |
| 24 | + "illuminate/container": "^6", |
| 25 | + "mockery/mockery": "^1.2", |
| 26 | + "orchestra/testbench": "^4", |
| 27 | + "phpunit/phpunit": "^8.0", |
29 | 28 | "satooshi/php-coveralls": "^1.0",
|
30 | 29 | "squizlabs/php_codesniffer": "^2.8"
|
31 | 30 | },
|
|
0 commit comments