composer: * mediawiki/mediawiki-phan-config: 0.12.1 → 0.14.0 npm: * eslint-config-wikimedia: 0.25.1 → 0.26.0 * grunt-banana-checker: 0.11.0 → 0.11.1 * postcss: 8.4.30 → 8.4.35 * https://github.com/advisories/GHSA-7fh5-64p2-3v2j Change-Id: I91561947abcef0252dc5228702ad8bd8c323c6a3
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "mediawiki/universal-language-selector",
|
|
"type": "mediawiki-extension",
|
|
"description": "The primary aim is to allow users to select a language and configure its support in an easy way. Main features are language selection, input methods and web fonts.",
|
|
"keywords": [
|
|
"MediaWiki",
|
|
"Language selection",
|
|
"Input methods",
|
|
"Web fonts"
|
|
],
|
|
"homepage": "https://www.mediawiki.org/wiki/Extension:UniversalLanguageSelector",
|
|
"license": [
|
|
"GPL-2.0-or-later",
|
|
"MIT"
|
|
],
|
|
"support": {
|
|
"issues": "https://phabricator.wikimedia.org/tag/mediawiki-extensions-universallanguageselector/"
|
|
},
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"composer/installers": ">=1.0.1"
|
|
},
|
|
"suggest": {
|
|
"mediawiki/cldr": "Language names in all languages"
|
|
},
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "41.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.14.0",
|
|
"mediawiki/minus-x": "1.1.1",
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"phan": "phan -d . --long-progress-bar",
|
|
"phpcs": "phpcs -sp --cache"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true
|
|
}
|
|
}
|
|
}
|