From 07e995b09a27c21e42341a56327a67c5dc242c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:12:01 +0000 Subject: [PATCH] Update overtrue/phplint requirement from ^1.1 || ^2.0 to ^1.1 || ^2.0 || ^3.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/commits/3.0.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 4f88269..3e54773 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require-dev": { "phpunit/phpunit": "^6.5 || ^8.5", "mockery/mockery": "^1.0", - "overtrue/phplint": "^1.1 || ^2.0", + "overtrue/phplint": "^1.1 || ^2.0 || ^3.0", "brainmaestro/composer-git-hooks": "^2.7", "friendsofphp/php-cs-fixer": "^2.15" },