From e5081dff3290b93d3f0c26f62b793f2023d8dd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 19:26:20 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.0 to ^7.5 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/7.5.20/ChangeLog-7.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.0.0...7.5.20) --- 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 6937e3b..7eb526f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "mockery/mockery": "~1.3", - "phpunit/phpunit": "^5.0", + "phpunit/phpunit": "^7.5", "squizlabs/php_codesniffer": "^3.6", "friendsofphp/php-cs-fixer": "~2.19", "jakub-onderka/php-parallel-lint": "~1.0",