From 386e77c742cf67488a985f8a437f5d19b683a532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 21:12:45 +0000 Subject: [PATCH] Update overtrue/phplint requirement from ^3.0 to ^3.0 || ^4.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) - [Commits](https://github.com/overtrue/phplint/compare/3.0.0...4.1.0) --- 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..a7a7ae5 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 || ^4.0", "brainmaestro/composer-git-hooks": "^2.7", "friendsofphp/php-cs-fixer": "^3.0" },