From d7b18bb5fd4334da2776c69fdfee44e9d98cbf4e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 05:55:12 +0000 Subject: [PATCH] Update phan/phan requirement from ^1.1 to ^1.1 || ^2.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/master/NEWS.md) - [Commits](https://github.com/phan/phan/compare/1.1.0...2.1.0) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 952ce33..a211870 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "infection/infection": ">=0.10.5", "league/pipeline": "^1.0 || ^0.3", "mockery/mockery": "^1.0", - "phan/phan": "^1.1", + "phan/phan": "^1.1 || ^2.0", "php-coveralls/php-coveralls": "^2.0", "phpstan/phpstan": ">=0.9", "phpunit/phpunit": ">=6 <8",