-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
49 lines (49 loc) · 1.24 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"type": "library",
"name": "yawik/behat",
"description": "This package provide a Behat tests utility for yawik",
"license": "MIT",
"authors": [
{
"name": "Mathias Gelhausen",
"email": "[email protected]"
},
{
"name": "Carsten Bleek",
"email": "[email protected]"
},
{
"name": "Anthonius Munthi",
"email": "[email protected]"
}
],
"keywords": [
"yawik", "module", "laminas", "behat"
],
"require": {
"behat/behat": "^3.2",
"behat/mink": "^1.7",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-selenium2-driver": "^1.3",
"lakion/mink-debug-extension": "^1.2.3",
"se/selenium-server-standalone": "^2.52",
"enm1989/chromedriver": "^84.0",
"behat/mink-extension": "^2.3",
"novaway/common-contexts": "~2.0"
},
"autoload": {
"psr-4": {
"Yawik\\Behat\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-develop": "0.33-dev",
"dev-master": "0.32-dev"
}
},
"bin": [
"bin/imgur-uploader",
"bin/start-selenium"
]
}