summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/EmailLogin/composer.json
blob: 97da7b69443b10665857cfce561748d8ba3ebae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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/"
    }
  }
}