summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'AntiSpoof/composer.json')
-rw-r--r--AntiSpoof/composer.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/AntiSpoof/composer.json b/AntiSpoof/composer.json
new file mode 100644
index 00000000..54590ad6
--- /dev/null
+++ b/AntiSpoof/composer.json
@@ -0,0 +1,11 @@
+{
+ "name": "mediawiki/anti-spoof",
+ "type": "mediawiki-extension",
+ "description": "The AntiSpoof extension is an extension for preventing confusable usernames from being created. It blocks the creation of accounts with mixed-script, confusing and similar usernames.",
+ "homepage": "http://www.mediawiki.org/wiki/Extension:AntiSpoof",
+ "license" : "GPL-2.0+",
+
+ "require": {
+ "composer/installers" : "*"
+ }
+}