From 96709fa8479c6eb06e30ce1d848cca3fb47ad117 Mon Sep 17 00:00:00 2001 From: addshore Date: Fri, 6 Jan 2017 14:40:45 +0000 Subject: [PATCH] Bump requirement to MW 1.25+ Due to If4044c38756f96d123cea105312a1863d8b17053 Change-Id: I28f703942e7f6aef15f65680b9f6c6c21f1c1741 --- extension.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extension.json b/extension.json index 0c5aceb..9f7e240 100644 --- a/extension.json +++ b/extension.json @@ -8,6 +8,9 @@ "descriptionmsg": "pdf-desc", "license-name": "GPL-2.0+", "type": "media", + "requires": { + "MediaWiki": ">= 1.25.0" + }, "config": { "PdfOutputExtension": "jpg", "PdfHandlerDpi": 150,