|
23 | 23 | ], |
24 | 24 | "require": { |
25 | 25 | "php": "^7.0", |
26 | | - "illuminate/config": ">=5.5.0", |
27 | | - "illuminate/database": ">=5.5.0", |
28 | | - "illuminate/support": ">=5.5.0", |
29 | | - "kalnoy/nestedset": "^4.3" |
| 26 | + "illuminate/config": ">=5.5.0 || >=6.0.0", |
| 27 | + "illuminate/database": ">=5.5.0 || >=6.0.0", |
| 28 | + "illuminate/support": ">=5.5.0 || >=6.0.0", |
| 29 | + "kalnoy/nestedset": ">=4.3 || >=5.0.0" |
30 | 30 | }, |
31 | 31 | "require-dev": { |
32 | | - "codedungeon/phpunit-result-printer": "^0.4.4", |
33 | | - "friendsofphp/php-cs-fixer": "^1.11", |
34 | | - "mockery/mockery": "^0.9.4", |
35 | | - "orchestra/database": "~3.5.0", |
36 | | - "orchestra/testbench": "~3.5.0", |
37 | | - "phpunit/phpunit": "^6.2 || ^7.0", |
| 32 | + "codedungeon/phpunit-result-printer": "^0.4.4 || ^0.26.0", |
| 33 | + "friendsofphp/php-cs-fixer": "^1.11 || ^2.0.0", |
| 34 | + "mockery/mockery": "^0.9.4 || ^1.0.0", |
| 35 | + "orchestra/database": "~3.5.0 || ~4.0.0", |
| 36 | + "orchestra/testbench": "~3.5.0 || ~4.0.0", |
| 37 | + "phpunit/phpunit": "^6.2 || ^7.0 || ^8.0", |
38 | 38 | "squizlabs/php_codesniffer": "3.*", |
39 | 39 | "scrutinizer/ocular": "^1.3" |
40 | 40 | }, |
|
0 commit comments