diff --git a/.gitignore b/.gitignore index 9d0a8e5..2f0d90f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /vendor .php_cs.cache .phpunit.result.cache +.phpunit.cache .DS_Store Thumbs.db composer.phar diff --git a/composer.json b/composer.json index d60c472..096d796 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0" }, "require-dev": { - "orchestra/testbench": "^6.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^6.0 || 7.0 || ^8.5", + "phpunit/phpunit": "^9.0 || ^10.0" }, "suggest": { "jaybizzle/crawler-detect": "Needed if you plan to disable robots tracking" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 05f3d81..bed0e81 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,36 +1,28 @@ - - - - tests - - - - - ./src - - - - - - - - - - - - - - - + + + + tests + + + + + + + + + + + + + + + + + + + + ./src + +