mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 16:26:39 +00:00
3cb4714e15
Plenty of things have happened since the last update in For instance the apparent fix of T65762, addition of EventLogging logging, countless fixes and removals of dead/unsupported code. Also add current main maintainer as first author name and update composer.json so that Jenkins jobs pass. Change-Id: I77bc74f7f4dc2b48b9d970b8d51001d44c2b3005
18 lines
524 B
JSON
18 lines
524 B
JSON
{
|
|
"name": "mediawiki/wikieditor",
|
|
"type": "mediawiki-extension",
|
|
"description": "Advanced wikitext editing interface",
|
|
"homepage": "https://www.mediawiki.org/wiki/Extension:WikiEditor",
|
|
"license": "GPL-2.0+",
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.8.0",
|
|
"mediawiki/mediawiki-codesniffer": "0.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor",
|
|
"phpcs --standard=vendor/mediawiki/mediawiki-codesniffer/MediaWiki --extensions=php,php5,inc --ignore=vendor -p ."
|
|
]
|
|
}
|
|
}
|