Fill out information in composer.json (#55)

This commit is contained in:
Universal Omega 2021-09-15 20:11:40 -06:00 committed by GitHub
parent c5a8702106
commit 22fcbeac70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,16 @@
{
"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",