From e228a7db57a77109aee7b3222bc2bfc8700b2af4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:33:15 +0000 Subject: [PATCH] chore(deps): renovate update dependency phpunit/phpunit to v10 --- service-api/app/composer.json | 2 +- service-front/app/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service-api/app/composer.json b/service-api/app/composer.json index 587b776df3..9e49c0734b 100644 --- a/service-api/app/composer.json +++ b/service-api/app/composer.json @@ -73,7 +73,7 @@ "mezzio/mezzio-tooling": "^2.5", "phpspec/prophecy": "^1.15", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.0", "psalm/plugin-phpunit": "^0.18.0", "roave/security-advisories": "dev-master", "slevomat/coding-standard": "^8.9", diff --git a/service-front/app/composer.json b/service-front/app/composer.json index 2a20d157f8..709518d814 100644 --- a/service-front/app/composer.json +++ b/service-front/app/composer.json @@ -78,7 +78,7 @@ "mikey179/vfsstream": "^1.6", "phpspec/prophecy": "^1.15", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.0", "psalm/plugin-phpunit": "^0.18.0", "roave/security-advisories": "dev-master", "slevomat/coding-standard": "^8.9",