From 17736be7b601e85e465f9713cef38c20aa9dff19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 04:25:35 +0000 Subject: [PATCH] Update overtrue/phplint requirement from ^3.0 to ^3.0 || ^9.0 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/3.0.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 aa07fcb..4ba8921 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3", "mikey179/vfsstream": "^1.6", - "overtrue/phplint": "^3.0", + "overtrue/phplint": "^3.0 || ^9.0", "phpstan/phpstan": "1.*", "phpunit/phpunit": "^11", "squizlabs/php_codesniffer": "^3.5",