From 697b134f6593e18983ac0e49f6b5e17194f5356a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 00:52:50 +0200 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10 (#104) * chore(deps): update dependency phpunit/phpunit to v10 Signed-off-by: Renovate Bot * Updated phpunit.xml --------- Signed-off-by: Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ismo Vuorinen --- composer.json | 2 +- phpunit.xml | 26 +++++++++++--------------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index f9a9e31..d6bf201 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "ergebnis/composer-normalize": "2.30.2", "phpstan/phpstan": "1.10.6", - "phpunit/phpunit": "9.6.5", + "phpunit/phpunit": "10.0.15", "roave/security-advisories": "dev-latest" }, "autoload": { diff --git a/phpunit.xml b/phpunit.xml index d46e102..335b56e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,17 +1,13 @@ - - - - ./src - - - - - ./tests - - + + + + ./src + + + + + ./tests + +