summaryrefslogtreecommitdiff
path: root/extensions/LocalisationUpdate/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/LocalisationUpdate/composer.json')
-rw-r--r--extensions/LocalisationUpdate/composer.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/extensions/LocalisationUpdate/composer.json b/extensions/LocalisationUpdate/composer.json
new file mode 100644
index 00000000..6a626250
--- /dev/null
+++ b/extensions/LocalisationUpdate/composer.json
@@ -0,0 +1,47 @@
+{
+ "name": "mediawiki/localisation-update",
+ "type": "mediawiki-extension",
+ "description": "MediaWiki extension to keep the localised messages as up to date as possible.",
+ "keywords": [
+ "MediaWiki",
+ "l10n",
+ "localization"
+ ],
+ "homepage": "https://www.mediawiki.org/wiki/Extension:LocalisationUpdate",
+ "license": "GPL-2.0+",
+ "authors": [
+ {
+ "name": "Roan Kattouw",
+ "email": "roan.kattouw@gmail.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Niklas Laxström",
+ "email": "niklas.laxstrom@gmail.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Tom Maaswinkel",
+ "role": "Original author"
+ }
+ ],
+ "support": {
+ "issues": "https://phabricator.wikimedia.org/",
+ "irc": "irc://irc.freenode.net/mediawiki",
+ "forum": "https://www.mediawiki.org/wiki/Extension_talk:LocalisationUpdate",
+ "wiki": "https://www.mediawiki.org/wiki/Extension:LocalisationUpdate"
+ },
+ "autoload": {
+ "files": [
+ "LocalisationUpdate.php"
+ ]
+ },
+ "require-dev": {
+ "jakub-onderka/php-parallel-lint": "0.9"
+ },
+ "scripts": {
+ "test": [
+ "parallel-lint . --exclude node_modules --exclude vendor"
+ ]
+ }
+}