From 9ab99a229ac60d3c260856c6d2722b3a82e372fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:30:18 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.9 to ^2.0 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/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.9.0...2.0.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 3f87909..42b0754 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } }, "require-dev": { - "phpstan/phpstan": "^1.9", + "phpstan/phpstan": "^2.0", "vimeo/psalm": "^5.24" }, "suggest": {