From f6fcee89f3374887e220c8968f6efc9f96bf2d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 23:07:23 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.6 to ^1.7 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.7.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.6.0...1.7.8) --- updated-dependencies: - dependency-name: phpstan/phpstan 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 6ba4cd5..1ebdd66 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "php-http/psr7-integration-tests": "dev-master", "phpspec/prophecy": "^1.15", "phpspec/prophecy-phpunit": "^2.0", - "phpstan/phpstan": "^1.6", + "phpstan/phpstan": "^1.7", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.6" },