From 823d1bb9206f67d9d5152921679284e8f97eb1d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 08:29:12 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^4.8.6 to ^8.3.3 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.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/4.8.6...8.3.3) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 9f0b0df..253da7a --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "psr/http-message": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.6" + "phpunit/phpunit": "^8.3.3" }, "autoload": { "psr-4": {