From 138261aea1731438af6ef5a6f1b53ce605d0050e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 07:01:34 +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.4...8.5.14) 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 3d8b23d0..c2e31742 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.4", + "phpunit/phpunit": "^8.5.14", "ocramius/package-versions": "^1.5.1", "justinrainbow/json-schema": "^4.0 || ^5.0", "symfony/process": "^5.0.8"