From 4e53e2e6154b4fff01b269a8e9230219d6b8437a Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Tue, 5 Mar 2024 19:40:56 +0300 Subject: [PATCH] Update phpunit --- composer.json | 2 +- phpunit.xml.dist | 50 +++++++++++++++++++----------------------------- 2 files changed, 21 insertions(+), 31 deletions(-) diff --git a/composer.json b/composer.json index a263a7f..a720a74 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "require-dev": { "mockery/mockery": "^1.0", "orchestra/testbench": "^7.0|^8.0|^9.0", - "phpunit/phpunit": "^9.6|^10.5" + "phpunit/phpunit": "^10.5" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 51f1008..7047d99 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,32 +1,22 @@ - - - - tests/ - - - - - - - - - - - - - - - - + + + + tests/ + + + + + + + + + + + + + + + +