From b7e80cf284c6da0b814b5aafafc0b4197aaa8589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=CC=88nther=20Debrauwer?= Date: Fri, 15 Mar 2024 13:56:06 +0100 Subject: [PATCH] Small fixes --- composer.json | 2 +- phpunit.xml.dist | 34 +++++++++++++++------------------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index 7e5058e..631ddb1 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "adamwojs/php-cs-fixer-phpdoc-force-fqcn": "^2.0", "friendsofphp/php-cs-fixer": "^3.0", "orchestra/testbench": "^7.0|^8.0|^9.0", - "phpunit/phpunit": "^9.1", + "phpunit/phpunit": "^9.1|^10.0", "squizlabs/php_codesniffer": "^3.6" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 067cd56..bd97400 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,21 +1,17 @@ - - - - src/ - - - - - - - - - - tests - - - - - + + + + tests + + + + + ./src + +