build: Updating development dependencies

* jakub-onderka/php-parallel-lint: 0.8.0 → 0.9
* mediawiki/mediawiki-codesniffer: 0.2.0 → 0.3.0

Change-Id: Ic4a5fd50cd1403da11c6b0be75eaa290524d8b0a
This commit is contained in:
Bartosz Dziewoński 2015-06-19 23:32:37 +02:00
parent bb9f9f9fb4
commit cd8307351a
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": [