From 067412b287079bd8b386af8a58dfecb1d3d90393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:54:17 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.7 to ^2.0.4 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/0.12.7...2.0.4) --- 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 b290e4814..5c079eeef 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "cakephp/cakephp-codesniffer": "^4.5", "cakephp/debug_kit": "^4.9", "josegonzalez/dotenv": "^4.0", - "phpstan/phpstan": "^0.12.7", + "phpstan/phpstan": "^2.0.4", "phpunit/phpunit": "^9.6", "psy/psysh": "@stable" },