-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (33 loc) · 937 Bytes
/
composer.json
File metadata and controls
38 lines (33 loc) · 937 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "flame/tester-selenium",
"type": "library",
"description": "Support of Selenim 2 testing for nette/tester",
"keywords": ["framework", "nette", "selenium", "flame", "tests", "selenium2"],
"homepage": "https://github.com/flame-org/Tester-Selenium",
"license": "BSD-2-Clause-FreeBSD",
"minimum-stability":"dev",
"authors": [
{
"name": "Jiří Šifalda",
"homepage": "http://jsifalda.name/"
}
],
"support":{
"email":"flame@jsifalda.name",
"issues":"https://github.com/flame-org/Tester-Selenium/issues"
},
"config": {
"vendor-dir": "libs"
},
"require": {
"php": ">= 5.3.0",
"nette/tester": ">=0.9.0",
"facebook/webdriver": "dev-master"
},
"autoload": {
"psr-0": {"Flame": ""},
"classmap": [
"Flame/Tester/Selenium/exceptions.php"
]
}
}