summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/EmailLogin/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/EmailLogin/composer.json')
-rw-r--r--www/wiki/extensions/EmailLogin/composer.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/wiki/extensions/EmailLogin/composer.json b/www/wiki/extensions/EmailLogin/composer.json
new file mode 100644
index 00000000..97da7b69
--- /dev/null
+++ b/www/wiki/extensions/EmailLogin/composer.json
@@ -0,0 +1,26 @@
+{
+ "name": "archi-strasbourg/email-login",
+ "description": "MediaWiki extension that allows user to login with their e-mail address",
+ "license": "GPL-3.0",
+ "type": "mediawiki-extension",
+ "require-dev": {
+ "symfony/var-dumper": "~3.2.0",
+ "squizlabs/php_codesniffer": "~2.8.0",
+ "phpunit/phpunit": "~5.7.0",
+ "mockery/mockery": "~0.9.5",
+ "php-mock/php-mock-mockery": "~1.1.0"
+ },
+ "authors": [
+ {
+ "name": "Pierre Rudloff",
+ "email": "contact@rudloff.pro",
+ "homepage": "https://rudloff.pro/",
+ "role": "Developer"
+ }
+ ],
+ "autoload-dev": {
+ "psr-4": {
+ "EmailLogin\\": "classes/"
+ }
+ }
+}