From 84e5279a2ff037a891c5f57c27fb055e88ed1819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:58:24 +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.0.2) --- 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 9dc3cf1..9db5c3e 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require-dev": { "phpunit/phpunit": "^9.5", "mockery/mockery": "^1.0", - "overtrue/phplint": "^3.0", + "overtrue/phplint": "^3.0 || ^9.0", "brainmaestro/composer-git-hooks": "^2.7", "friendsofphp/php-cs-fixer": "^3.0" },