From ead3b46c10222a4a2c99ac8000ea13704c6dcdd2 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 6 May 2021 10:00:13 +0545 Subject: [PATCH] Bump phan analysis to v4.0 --- .phan/config.php | 4 ++-- vendor-bin/phan/composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.phan/config.php b/.phan/config.php index 6004d6e..71f13cf 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -23,7 +23,7 @@ return [ - // Supported values: '7.0', '7.1', '7.2', null. + // Supported values: '7.2', '7.3', '7.4', '8.0', null. // If this is set to null, // then Phan assumes the PHP version which is closest to the minor version // of the php executable used to execute phan. @@ -106,4 +106,4 @@ 'parent_constructor_required' => [ ], -]; \ No newline at end of file +]; diff --git a/vendor-bin/phan/composer.json b/vendor-bin/phan/composer.json index 8e0b6f1..b0308f5 100644 --- a/vendor-bin/phan/composer.json +++ b/vendor-bin/phan/composer.json @@ -1,5 +1,5 @@ { "require": { - "phan/phan": "^3.2" + "phan/phan": "^4.0" } }