diff --git a/composer.json b/composer.json index cdc15b2..080930d 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "laravel/socialite": "~4.0|~5.0", "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^8.0", + "phpunit/phpunit": "^9.0", "mockery/mockery": "^1.2" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7079fdf..155afdd 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,28 +1,13 @@ - - - - ./tests - - - - - src/ - - + + + + src/ + + + + + ./tests + +