mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
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:
parent
bb9f9f9fb4
commit
cd8307351a
|
@ -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)
|
||||
|
|
|
@ -19,7 +19,7 @@ class VisualEditorDataModule extends ResourceLoaderModule {
|
|||
|
||||
/* Methods */
|
||||
|
||||
public function __construct () {
|
||||
public function __construct() {
|
||||
$this->gitInfo = new GitInfo( __DIR__ );
|
||||
}
|
||||
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue