From d67fd30deba9e60592b55f4ea163b588b3e900ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 19:15:07 +0000 Subject: [PATCH] Update phan/phan requirement from 4.0.* to 4.0.* || 5.3.* Updates the requirements on [phan/phan](https://github.com/phan/phan) to permit the latest version. - [Release notes](https://github.com/phan/phan/releases) - [Changelog](https://github.com/phan/phan/blob/v5/NEWS.md) - [Commits](https://github.com/phan/phan/compare/4.0.0...5.3.0) --- updated-dependencies: - dependency-name: phan/phan 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 0ff9746..3bffaac 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "jakub-onderka/php-console-highlighter": "^0.4", "jakub-onderka/php-parallel-lint": "^1.0", "mockery/mockery": "^1.2", - "phan/phan": "4.0.*", + "phan/phan": "4.0.* || 5.3.*", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.6", "phpstan/phpstan": "^0.12",