From 17ad755613b6055b5f45254c93fd859004aa620b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 13:07:48 +0000 Subject: [PATCH] chore(deps-dev): update phan/phan requirement from ^5.4 to ^5.4 || ^6.0 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/v6/NEWS.md) - [Commits](https://github.com/phan/phan/compare/5.4.0...6.0.5) --- updated-dependencies: - dependency-name: phan/phan dependency-version: 6.0.5 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 e649da4a..cdf57f7d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.26", - "phan/phan": "^5.4", + "phan/phan": "^5.4 || ^6.0", "phpunit/phpunit": "^10.5", "phpstan/phpstan": "^1.10", "ext-gd": "*"