From 1ec8bb2d6873e0b49ff0468839d7d80c87d3ff01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 06:41:23 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^4.8.6 to ^5.7.27 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/5.7.27/ChangeLog-5.7.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/4.8.6...5.7.27) 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..6b648b0 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "psr/http-message": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.6" + "phpunit/phpunit": "^5.7.27" }, "autoload": { "psr-4": {