From 46a19e2030c870e460bae358aff46eebcbecda91 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 07:44:50 +0000 Subject: [PATCH] Build(deps-dev): Update phpunit/phpunit requirement Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.3...8.5.4) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b4a4e53..a7b9d481 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "mockery/mockery": "^1.3.1", "narrowspark/testing-helper": "^8.0.2", "nyholm/nsa": "^1.1.0", - "phpunit/phpunit": "^8.5.3", + "phpunit/phpunit": "^8.5.4", "ocramius/package-versions": "^1.5.1", "justinrainbow/json-schema": "^4.0 || ^5.0", "symfony/process": "^5.0.7"