From 081709350a9a7f001f19b8dacf623bd17f1ec064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:46:27 -0800 Subject: [PATCH] build(deps-dev): update overtrue/phplint requirement from 9.3.1 to 9.5.4 (#1957) 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.3.1...9.5.4) --- 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 0aca3db93..655853fe2 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,7 @@ }, "require-dev": { "fig-r/psr2r-sniffer": "2.1.1", - "overtrue/phplint": "9.3.1", + "overtrue/phplint": "9.5.4", "phpstan/phpstan": "1.12.5", "phpunit/phpunit": "11.4.3", "phpunit/php-code-coverage": "11.0.7",