From 0eb014a7df9834151b1a3e173181ee3b15d303af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 07:17:57 +0200 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v9 (#81) Co-authored-by: WhiteSource Renovate --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f69c1aa..ce2970a 100755 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", - "phpunit/phpunit": "^8.0.0" + "phpunit/phpunit": "^9.0.0" }, "suggest": { "ext-mbstring": "If ext-mbstring is not available you MUST install symfony/polyfill-mbstring"