From d400f16617dfc10267843a965a2a4230d1d7e1fa Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Sun, 1 Dec 2024 22:03:04 +0000 Subject: [PATCH] Upgrade phan to 5.4.5 and mediawiki/phan-taint-check-plugin to 6.1.0 Bug: T376420 Change-Id: Ie50550f5ef1df61528ad383fb77a368e3c9ed61a --- HISTORY.md | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 932acab..1574891 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,7 @@ ## UNRELEASED * Rename NoEmptyIfDefinedPlugin to RedundantExistenceChecksPlugin (Daimona Eaytoy) * Add `isset()` checks to RedundantExistenceChecksPlugin (Daimona Eaytoy) +* Upgrade phan to 5.4.5 and mediawiki/phan-taint-check-plugin to 6.1.0 (James D. Forrester) ## 0.14.0 / 2024-02-03 * Add plugin to disallow use of `new Exception` (Daimona Eaytoy) diff --git a/composer.json b/composer.json index 3ab7687..e4be7f0 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=7.4.0", - "phan/phan": "5.4.3", - "mediawiki/phan-taint-check-plugin": "6.0.0" + "phan/phan": "5.4.5", + "mediawiki/phan-taint-check-plugin": "6.1.0" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "45.0.0",