From 3fce022fd70042c6e246503c9278459a0ec43248 Mon Sep 17 00:00:00 2001 From: Stewart Marsh Date: Mon, 19 Feb 2024 20:21:46 +0000 Subject: [PATCH] chore: migrate phpunit configuration --- .gitignore | 1 + composer.json | 2 +- phpunit.xml.dist | 22 +++++++++------------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index ded1109..baa164e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ vendor node_modules .php_cs.cache .php-cs-fixer.cache +.phpunit.cache diff --git a/composer.json b/composer.json index bdcb8d6..962e5de 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpstan/extension-installer": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^9.3 || ^10.5", "spatie/laravel-ray": "^1.24" }, "minimum-stability": "dev", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index feea720..246cb59 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,31 +1,27 @@ - - - src/ - - tests + + + src/ + +