From a3abc51f5e58d81d1e25b26700b93197cb10e826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 16:20:36 +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 0d36e89..46ca54f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,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",