Skip to content

Commit

Permalink
Upgrade phan to 5.4.5 and mediawiki/phan-taint-check-plugin to 6.1.0
Browse files Browse the repository at this point in the history
Bug: T376420
Change-Id: Ie50550f5ef1df61528ad383fb77a368e3c9ed61a
  • Loading branch information
jdforrester committed Dec 1, 2024
1 parent 626871a commit d400f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d400f16

Please sign in to comment.