Upgrade RevisionSlider to use newer phan

Bug: T216939
Change-Id: Icecfd92783dbe956133b2e63eeb6717fc1466cc0
This commit is contained in:
gopavasanth 2019-03-03 12:03:56 +05:30
parent e4cfa6afe1
commit 197bd4c7b3
3 changed files with 4 additions and 4 deletions

3
.phan/config.php Normal file
View file

@ -0,0 +1,3 @@
<?php
return require __DIR__ . '/../vendor/mediawiki/mediawiki-phan-config/src/config.php';

View file

@ -4,7 +4,7 @@
"mediawiki/mediawiki-codesniffer": "24.0.0",
"jakub-onderka/php-console-highlighter": "0.3.2",
"mediawiki/minus-x": "0.3.1",
"mediawiki/mediawiki-phan-config": "0.3.0"
"mediawiki/mediawiki-phan-config": "0.4.0"
},
"scripts": {
"test": [

View file

@ -1,3 +0,0 @@
<?php
return require __DIR__ . '/../../vendor/mediawiki/mediawiki-phan-config/src/config.php';