diff --git a/.gitignore b/.gitignore index f6533a8..58a90c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .php_cs.cache +.phpunit.result.cache build composer.lock files diff --git a/composer.json b/composer.json index 17f3765..20c37eb 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ ], "require": { "php": "^7.1.3", - "illuminate/config": ">=5.5 <6.0", - "illuminate/support": ">=5.5 <6.0", - "illuminate/database": ">=5.5 <6.0" + "illuminate/config": "^5.5|^6.0", + "illuminate/support": "^5.5|^6.0", + "illuminate/database": "^5.5|^6.0" }, "require-dev": { "adamwathan/faktory": "0.3.*", "friendsofphp/php-cs-fixer": "^2.5", - "orchestra/testbench": "~3.0", + "orchestra/testbench": "^3.0|^4.0", "phpunit/phpunit": "^7.0" }, "autoload": {