From a011f0d1b320a46f53a3894757cececc0e5317f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:47:25 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 1.11.11 to 2.1.0 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.0) --- 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 7793edb4d5..0bf1118c57 100644 --- a/tests/units/composer.json +++ b/tests/units/composer.json @@ -10,7 +10,7 @@ "require": { "php": ">=7.3.0", "phpunit/phpunit": "^10.5.29", - "phpstan/phpstan": "1.11.11" + "phpstan/phpstan": "2.1.0" }, "autoload": { "classmap": ["../../lizmap/modules/lizmap/classes/" ],