From b86e41cdda70c1b7e53d5d7db16ad0ec4a95acd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:33:25 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^2.0 to ^2.1 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.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/2.0.0...2.1.1) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1860ccf..87d9605 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "composer-runtime-api": "^2", "composer/semver": "^3.4", "nikolaposa/version": "^4.1", - "phpstan/phpstan": "^2.0" + "phpstan/phpstan": "^2.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.65",