Skip to content

Commit 88fb9b7

Browse files
author
FreedomKnight
committed
fix dependency
1 parent 0000644 commit 88fb9b7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
],
2424
"require": {
2525
"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"
3030
},
3131
"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",
3838
"squizlabs/php_codesniffer": "3.*",
3939
"scrutinizer/ocular": "^1.3"
4040
},

0 commit comments

Comments
 (0)