forked from fenetikm/codeception-module-drupal-user-registry
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
35 lines (35 loc) · 844 Bytes
/
composer.json
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
27
28
29
30
31
32
33
34
35
{
"name": "fenetikm/codeception-module-drupal-user-registry",
"description": "A Codeception module for managing test users.",
"license": "MIT",
"authors": [
{
"name": "Paul Byrne",
"email": "[email protected]",
"homepage": "http://www.ixis.co.uk/"
},
{
"name": "Chris Cohen"
},
{
"name": "Andy Rigby",
"email": "[email protected]",
"homepage": "http://www.ixis.co.uk/"
},
{
"name": "Michael Welford"
}
],
"require": {
"php": ">=5.4.0",
"codeception/codeception": "2.*"
},
"require-dev": {
"codegyre/robo": "~0.5.2"
},
"autoload": {
"psr-4": {
"Codeception\\Module\\": "src"
}
}
}