From a423f707b67f697633f3368bb6f5b0bc9d25fa96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 05:16:46 +0000 Subject: [PATCH] Update phan/phan requirement from ^3.0 to ^5.4 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/3.0.0...5.4.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 be983a4..650aee2 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "npm-asset/jquery": "*", - "phan/phan": "^3.0", + "phan/phan": "^5.4", "phpunit/phpunit": "^9.4", "roave/infection-static-analysis-plugin": "^1.5", "spatie/phpunit-watcher": "^1.23",