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",