composer.json to register MediaWiki in Packagist
authorjeroendedauw <jeroendedauw@gmail.com>
Mon, 4 Feb 2013 21:37:28 +0000 (22:37 +0100)
committerAntoine Musso <hashar@free.fr>
Tue, 5 Feb 2013 13:02:20 +0000 (14:02 +0100)
Change-Id: I9fc76e3fdecf428c5296ddad812006cb3cca3d23

composer.json [new file with mode: 0644]

diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..b52d5e5
--- /dev/null
@@ -0,0 +1,25 @@
+{
+       "name": "mediawiki/core",
+       "description": "Free software wiki application developed by the Wikimedia Foundation and others",
+       "keywords": ["mediawiki", "wiki"],
+       "homepage": "https://www.mediawiki.org/",
+       "authors": [
+               {
+                       "name": "MediaWiki Community",
+                       "homepage": "https://www.mediawiki.org/wiki/Special:Version/Credits"
+               }
+       ],
+       "license": "GPL-2.0",
+       "support": {
+               "issues": "https://bugzilla.wikimedia.org/",
+               "irc": "irc://irc.freenode.net/mediawiki"
+       },
+       "require": {
+               "php": ">=5.3.2"
+       },
+       "suggest": {
+               "ext-fileinfo": "*",
+               "ext-mbstring": "*",
+               "ext-wikidiff2": "*"
+       }
+}