From cc42b4906b57e4aad319cf82b857307702f551a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 18:20:21 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^4.8.36 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.36...5.7.27) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8f26ce0c..a1f5677b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-iconv": "*" }, "require-dev": { - "phpunit/phpunit": "^4.8.36", + "phpunit/phpunit": "^5.7.27", "codacy/coverage": "^1.4.3" }, "suggest": {