Merge "build: Updating development dependencies"

This commit is contained in:
jenkins-bot 2015-06-19 22:17:21 +00:00 committed by Gerrit Code Review
commit 4c7bc4a811
3 changed files with 4 additions and 4 deletions

View file

@ -1644,7 +1644,7 @@ $wgVisualEditorSupportedSkins = array( 'vector', 'apex', 'monobook', 'minerva',
$wgVisualEditorBrowserBlacklist = array(
// IE <= 8 has various incompatibilities in layout and feature support
// IE10 and 11 have problems but mostly work OK-ish so they're greylisted; IE9 to come
'msie' => array ( array( '<=', 9 ) ),
'msie' => array( array( '<=', 9 ) ),
// Android 2.x and below "support" CE but don't trigger keyboard input
'android' => array( array( '<', 3 ) ),
// Firefox issues in versions 12 and below (bug 50780)

View file

@ -19,7 +19,7 @@ class VisualEditorDataModule extends ResourceLoaderModule {
/* Methods */
public function __construct () {
public function __construct() {
$this->gitInfo = new GitInfo( __DIR__ );
}

View file

@ -1,7 +1,7 @@
{
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.8.0",
"mediawiki/mediawiki-codesniffer": "0.2.0"
"jakub-onderka/php-parallel-lint": "0.9",
"mediawiki/mediawiki-codesniffer": "0.3.0"
},
"scripts": {
"test": [