From 0c6a66116cd3149c421e6ede5e0fc6f71e0535c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:46:14 +0000 Subject: [PATCH] Update overtrue/phplint requirement from ^9.4 to ^9.5 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.4.0...9.5.3) --- updated-dependencies: - dependency-name: overtrue/phplint 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 87d821e..fd2ce2b 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "grifart/phpstan-oneline": "~0.4", "juliangut/easy-coding-standard-config": "^1.18", "juliangut/phpstan-config": "^1.2", - "overtrue/phplint": "^9.4", + "overtrue/phplint": "^9.5", "phpcompatibility/php-compatibility": "^9.3", "phpmd/phpmd": "^2.15", "povils/phpmnd": "^3.5",