-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (32 loc) · 903 Bytes
/
composer.json
File metadata and controls
33 lines (32 loc) · 903 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
{
"name": "neam/codeception-saucelabs-metadata",
"description": "Codeception extension that provides metadata to Saucelabs when running tests",
"keywords": ["codeception", "saucelabs", "metadata"],
"homepage": "https://github.com/neam/codeception-saucelabs-metadata",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Fredrik Wollsén",
"email": "fredrik@neam.se",
"homepage": "http://www.neam.se"
},
{
"name": "Michael Bodnarchuk",
"email": "davert.php@mailican.com",
"homepage": "http://codeception.com"
}
],
"require": {
"php": ">=5.3.3",
"sauce/sausage": "~0.11"
},
"require-dev": {
"codeception/codeception": ">=2.0.2"
},
"autoload": {
"psr-0": {
"Codeception": "src"
}
}
}