Update mediawiki/mediawiki-phan-config requirement from 0.12.1 to 0.14.0 (#118)

* Update mediawiki/mediawiki-phan-config requirement from 0.12.1 to 0.14.0

Updates the requirements on [mediawiki/mediawiki-phan-config](https://github.com/wikimedia/mediawiki-tools-phan) to permit the latest version.
- [Changelog](https://github.com/wikimedia/mediawiki-tools-phan/blob/master/HISTORY.md)
- [Commits](https://github.com/wikimedia/mediawiki-tools-phan/compare/0.12.1...0.14.0)

---
updated-dependencies:
- dependency-name: mediawiki/mediawiki-phan-config
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Ignore for now

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CosmicAlpha <cosmic.alpha24@gmail.com>
This commit is contained in:
dependabot[bot] 2024-11-25 15:22:38 -07:00 committed by GitHub
parent d7783a1760
commit ccc6a3b591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ $cfg['exclude_analysis_directory_list'] = array_merge(
); );
$cfg['suppress_issue_types'] = [ $cfg['suppress_issue_types'] = [
'MediaWikiNoEmptyIfDefined',
'PhanPluginMixedKeyNoKey', 'PhanPluginMixedKeyNoKey',
'SecurityCheck-LikelyFalsePositive', 'SecurityCheck-LikelyFalsePositive',
'UnusedPluginSuppression', 'UnusedPluginSuppression',

View file

@ -4,7 +4,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"require-dev": { "require-dev": {
"mediawiki/mediawiki-codesniffer": "45.0.0", "mediawiki/mediawiki-codesniffer": "45.0.0",
"mediawiki/mediawiki-phan-config": "0.12.1", "mediawiki/mediawiki-phan-config": "0.14.0",
"mediawiki/minus-x": "1.1.3", "mediawiki/minus-x": "1.1.3",
"php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.4.0" "php-parallel-lint/php-parallel-lint": "1.4.0"