2021-06-21 23:55:06 +00:00
|
|
|
{
|
|
|
|
"name": "mediawiki/tabber-neue",
|
|
|
|
"type": "mediawiki-extension",
|
|
|
|
"description": "Allows to create tabs within a page. Forked from Extension:Tabber",
|
|
|
|
"keywords": [
|
|
|
|
"MediaWiki",
|
|
|
|
"TabberNeue",
|
|
|
|
"Tabber",
|
|
|
|
"extension"
|
|
|
|
],
|
|
|
|
"homepage": "https://www.mediawiki.org/wiki/Extension:TabberNeue",
|
|
|
|
"readme": "README.md",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "alistair3149",
|
|
|
|
"email": "alistair31494322@gmail.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"forum": "https://www.mediawiki.org/wiki/Extension_talk:TabberNeue",
|
|
|
|
"wiki": "https://www.mediawiki.org/wiki/Extension:TabberNeue"
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer/installers": ">=1.0.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-05-13 22:02:53 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "39.0.0",
|
2022-05-13 22:01:22 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.11.1",
|
2021-06-21 23:55:06 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2022-05-13 22:03:08 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
2022-05-13 22:01:11 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
2021-06-21 23:55:06 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"fix": [
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
|
|
|
"test": [
|
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
|
|
"phpcs --config-set ignore_warnings_on_exit 1",
|
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
|
|
|
],
|
|
|
|
"phan": "phan -d . --long-progress-bar"
|
2022-08-01 15:25:21 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"composer/installers": true
|
|
|
|
}
|
2021-06-21 23:55:06 +00:00
|
|
|
}
|
|
|
|
}
|