forked from guncha25/drupal-codeception
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 840 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
{
"name": "guncha25/drupal-codeception",
"description": "Codeception toolset for Drupal testing.",
"type": "package",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"codeception/codeception": "^4.0",
"fzaninotto/faker": "^1.8",
"codeception/module-webdriver": "^1.1",
"webflo/drupal-finder": "^1.2"
},
"require-dev": {
"composer/installers": "^1",
"drupal/core": "^8"
},
"license": "GPL-2.0",
"authors": [
{
"name": "Guntis Jakovins",
"email": "guntis.jakovins@gmail.com"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Codeception\\": "src/Codeception"
}
}
}