forked from droptica/codeception-drupal-users
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 705 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 705 Bytes
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
{
"name": "droptica/codeception-drupal-users",
"description": "Module that allows for creating test users by drupal API.",
"license": "MIT",
"authors": [
{
"name": "Droptica",
"email": "info@droptica.com"
}
],
"keywords": ["codeception", "test", "testing", "drupal"],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/droptica/codeception-drupal-bootstrap"
}
],
"require": {
"codeception/codeception": "2.*",
"droptica/codeception-drupal-bootstrap": "dev-develop"
},
"autoload": {
"psr-4": {
"Codeception\\": "src"
}
}
}