Merge "Add MediaWiki version requirement to extension.json"

This commit is contained in:
jenkins-bot 2015-09-23 18:13:39 +00:00 committed by Gerrit Code Review
commit 74afdcab73

View file

@ -11,6 +11,9 @@
"descriptionmsg": "pfunc_desc",
"license-name": "GPL-2.0",
"type": "parserhook",
"requires": {
"MediaWiki": ">= 1.25.0"
},
"config": {
"PFEnableStringFunctions": false,
"PFStringLengthLimit": 1000