From 455337aeebc6f37a3e217cfd7dd0a504bf4e5605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:24:55 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 1.11.11 to 2.1.2 in /tests/units 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/1.11.11...2.1.2) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/units/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/units/composer.json b/tests/units/composer.json index 3c2ad54579..830f1d4d1b 100644 --- a/tests/units/composer.json +++ b/tests/units/composer.json @@ -10,7 +10,7 @@ "require": { "php": ">=8.1.0", "phpunit/phpunit": "^10.5.29", - "phpstan/phpstan": "1.11.11" + "phpstan/phpstan": "2.1.2" }, "autoload": { "classmap": ["../../lizmap/modules/lizmap/classes/" ],