From 0099b0c52e244f68121d4700d40fc3075887aa57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:06:59 +0000 Subject: [PATCH] Update overtrue/phplint requirement from ^9.6 to ^9.7 Updates the requirements on [overtrue/phplint](https://github.com/overtrue/phplint) to permit the latest version. - [Release notes](https://github.com/overtrue/phplint/releases) - [Changelog](https://github.com/overtrue/phplint/blob/main/CHANGELOG.md) - [Commits](https://github.com/overtrue/phplint/compare/9.6.0...9.7.1) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-version: 9.7.1 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 2b6da33..ba1ae31 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require-dev": { "juliangut/easy-coding-standard-config": "^1.20", "juliangut/phpstan-config": "^1.4", - "overtrue/phplint": "^9.6", + "overtrue/phplint": "^9.7", "phpcompatibility/php-compatibility": "^9.3", "phpmd/phpmd": "^2.15", "povils/phpmnd": "^3.6",