diff --git a/composer.json b/composer.json index 3f946b7..9f93191 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,9 @@ "stripe/stripe-php": ">=5.0" }, "require-dev": { - "phpunit/phpunit": "7.1", - "orchestra/testbench": "3.6.x-dev", - "laravel/framework": "5.6.*", + "phpunit/phpunit": "9.5.*", + "orchestra/testbench": ">=3.6.x-dev", + "laravel/framework": ">=6.20.26", "laravel/nova": "*@dev" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index d1dc647..11f05f8 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,28 +1,19 @@ - - - - tests - - - - - src/ - - - - - - - - + + + + src/ + + + + + tests + + + + + + + +