Skip to content

Commit 6bf62d5

Browse files
jdforresterKrinkle
authored andcommitted
build: Upgrade mediawiki/mediawiki-phan-config from 0.17.0 to 0.18.0
Change-Id: I737d458cf6219bf100efcdcc6c85b02760c3faaa
1 parent 39f0703 commit 6bf62d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.phan/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$composerJson = file_get_contents( __DIR__ . '/../composer.json' );
66
if (
77
version_compare( PHP_VERSION, '8.5.0' ) >= 0
8-
&& str_contains( $composerJson, '"mediawiki/mediawiki-phan-config": "0.17.0"' )
8+
&& str_contains( $composerJson, '"mediawiki/mediawiki-phan-config": "0.18.0"' )
99
) {
1010
print "Skipping Phan on PHP 8.5. https://phabricator.wikimedia.org/T406326\n\n";
1111
exit( 0 );

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"require-dev": {
4747
"mediawiki/mediawiki-codesniffer": "48.0.0",
48-
"mediawiki/mediawiki-phan-config": "0.17.0",
48+
"mediawiki/mediawiki-phan-config": "0.18.0",
4949
"mediawiki/minus-x": "1.1.3",
5050
"php-parallel-lint/php-console-highlighter": "1.0.0",
5151
"php-parallel-lint/php-parallel-lint": "1.4.0",

0 commit comments

Comments
 (0)