Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomKnight committed Nov 21, 2019
1 parent 0000644 commit 88fb9b7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
],
"require": {
"php": "^7.0",
"illuminate/config": ">=5.5.0",
"illuminate/database": ">=5.5.0",
"illuminate/support": ">=5.5.0",
"kalnoy/nestedset": "^4.3"
"illuminate/config": ">=5.5.0 || >=6.0.0",
"illuminate/database": ">=5.5.0 || >=6.0.0",
"illuminate/support": ">=5.5.0 || >=6.0.0",
"kalnoy/nestedset": ">=4.3 || >=5.0.0"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.4.4",
"friendsofphp/php-cs-fixer": "^1.11",
"mockery/mockery": "^0.9.4",
"orchestra/database": "~3.5.0",
"orchestra/testbench": "~3.5.0",
"phpunit/phpunit": "^6.2 || ^7.0",
"codedungeon/phpunit-result-printer": "^0.4.4 || ^0.26.0",
"friendsofphp/php-cs-fixer": "^1.11 || ^2.0.0",
"mockery/mockery": "^0.9.4 || ^1.0.0",
"orchestra/database": "~3.5.0 || ~4.0.0",
"orchestra/testbench": "~3.5.0 || ~4.0.0",
"phpunit/phpunit": "^6.2 || ^7.0 || ^8.0",
"squizlabs/php_codesniffer": "3.*",
"scrutinizer/ocular": "^1.3"
},
Expand Down

0 comments on commit 88fb9b7

Please sign in to comment.