From b7478d21957beda0777d47f959953bcbc4f32db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 22:04:28 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.7 to ^1.9 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.9.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.7.0...1.9.1) --- 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 9bfec53..e5138a8 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.7", + "phpstan/phpstan": "^1.9", "phpstan/phpstan-phpunit": "^1.1", "phpunit/phpunit": "^9.5", "friendsofphp/php-cs-fixer": "3.8.0"