diff --git a/composer.json b/composer.json index 142a2c2e0..1307d15c9 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ ], "license": "MIT", "require": { - "illuminate/support": "^5.8|^6.0", - "illuminate/container": "^5.8|^6.0", - "illuminate/database": "^5.8|^6.0", - "illuminate/events": "^5.8|^6.0", + "illuminate/support": "^5.8|^6.0|^7.0", + "illuminate/container": "^5.8|^6.0|^7.0", + "illuminate/database": "^5.8|^6.0|^7.0", + "illuminate/events": "^5.8|^6.0|^7.0", "mongodb/mongodb": "^1.4" }, "require-dev": { - "phpunit/phpunit": "^6.0|^7.0|^8.0", - "orchestra/testbench": "^3.1|^4.0", + "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0", + "orchestra/testbench": "^3.1|^4.0|^5.0", "mockery/mockery": "^1.0", "doctrine/dbal": "^2.5", "phpunit/phpcov": "^6.0",