From f771aea9e11ab09ebd6e0f02cdf1b537df1a1369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 23:25:10 +0000 Subject: [PATCH] composer(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-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.19...9.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 5aab665..be7a368 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "ext-ds": "*", "phpstan/phpstan": "^1.5", - "phpunit/phpunit": "^9.5.19", + "phpunit/phpunit": "^9.5.20", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.6.2", "symfony/serializer": "^5.4"