From 167f161bbde5545131268adaa302347c4e43720b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:57:23 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5 to ^9.6 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/main/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.0...9.6.4) --- 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 4995e89..4495664 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "nyholm/psr7": "^1.5", "php-http/psr7-integration-tests": "dev-master", "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.6", "squizlabs/php_codesniffer": "^3.7" }, "autoload": {