From cc37ab5c664de333ea85cc62f0e47ff6a2506ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:00:48 -0800 Subject: [PATCH] build(deps-dev): update overtrue/phplint requirement from 9.5.4 to 9.5.5 (#1976) 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.5.4...9.5.5) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ea3ddf845..df7f68d2a 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,7 @@ }, "require-dev": { "fig-r/psr2r-sniffer": "2.1.1", - "overtrue/phplint": "9.5.4", + "overtrue/phplint": "9.5.5", "phpstan/phpstan": "1.12.5", "phpunit/phpunit": "11.5.0", "phpunit/php-code-coverage": "11.0.8",