mirror of
https://github.com/Universal-Omega/DynamicPageList3
synced 2024-11-15 03:35:17 +00:00
34 lines
1 KiB
JSON
34 lines
1 KiB
JSON
{
|
||
"name": "mediawiki/dynamicpagelist3",
|
||
"type": "mediawiki-extension",
|
||
"description": "The DynamicPageList3 extension allows creating lists of other articles based on their category, namespace, title, references or template usage and include contents or arguments of template calls of those articles into your page.",
|
||
"homepage": "https://www.mediawiki.org/wiki/Extension:DynamicPageList3",
|
||
"license": "GPL-2.0-or-later",
|
||
"require": {
|
||
"composer/installers": ">=1.0.1"
|
||
},
|
||
"config": {
|
||
"prepend-autoloader": false,
|
||
"optimize-autoloader": true
|
||
},
|
||
"require-dev": {
|
||
"mediawiki/mediawiki-codesniffer": "35.0.0",
|
||
"mediawiki/mediawiki-phan-config": "0.10.6",
|
||
"mediawiki/minus-x": "1.1.1",
|
||
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
||
"php-parallel-lint/php-parallel-lint": "1.2.0"
|
||
},
|
||
"scripts": {
|
||
"test": [
|
||
"parallel-lint . --exclude vendor --exclude node_modules",
|
||
"minus-x check .",
|
||
"phpcs -p -s"
|
||
],
|
||
"fix": [
|
||
"minus-x fix .",
|
||
"phpcbf"
|
||
],
|
||
"phan": "phan -d . --long-progress-bar"
|
||
}
|
||
}
|