From 9e3b052539533b0477cc497ccaf8540f8b5ba4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 11:54:28 -0700 Subject: [PATCH] build(deps-dev): update overtrue/phplint requirement from 9.1.2 to 9.3.1 (#1843) 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.1.2...9.3.1) --- 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 07ea09357..6442eac24 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,7 @@ }, "require-dev": { "fig-r/psr2r-sniffer": "2.1.0", - "overtrue/phplint": "9.1.2", + "overtrue/phplint": "9.3.1", "phpstan/phpstan": "1.11.2", "phpunit/phpunit": "10.5.20", "phpunit/php-code-coverage": "10.1.14",