From 88fb9b722a0dc81c4409f0597af91a5c855b0a5f Mon Sep 17 00:00:00 2001 From: FreedomKnight Date: Thu, 21 Nov 2019 15:54:06 +0800 Subject: [PATCH] fix dependency --- composer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 45f932a..545957a 100644 --- a/composer.json +++ b/composer.json @@ -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" },