From f2cd6d3492d23fa6924313b7e9929e9985a11398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 14:10:22 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.7 to ^1.8 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.8.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.7.0...1.8.0) --- 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 02a77ab..318f710 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.7", + "phpstan/phpstan": "^1.8", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.7" },