From c30a0b33a3c14495e98137992afc8fa22feffd46 Mon Sep 17 00:00:00 2001 From: Jefersson Nathan Date: Wed, 15 Feb 2023 21:51:13 +0100 Subject: [PATCH] chore(deps): update phpunit version to ^10.0 Signed-off-by: Jefersson Nathan --- .gitignore | 1 + phpunit.xml.dist | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a02cfb..1fe7973 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ vendor/ composer.lock .phpcs-cache .phpunit.result.cache +.phpunit.cache/ diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4e85b12..13cf08d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,12 +2,11 @@