Skip to content

Commit 57ded3b

Browse files
committed
Fix min MW version
1 parent 5ac601d commit 57ded3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "mediawiki/simple-batch-upload",
33
"type" : "mediawiki-extension",
4-
"description": "Simple batch upload of files for MediaWiki",
4+
"description": "Basic, no-frills uploading of multiple files to MediaWiki",
55
"keywords" : [
66
"wiki",
77
"MediaWiki",

extension.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license-name": "GPL-2.0+",
1010
"type": "specialpage",
1111
"requires": {
12-
"MediaWiki": "~1.27"
12+
"MediaWiki": "~1.26"
1313
},
1414
"config": {
1515
"_prefix": "wgex"

0 commit comments

Comments
 (0)