forked from appium-boneyard/php-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 754 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 754 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
{
"name": "appium/php-client",
"type": "appium-php",
"description": "PHP client for Selenium 3.0/Appium 1.0",
"keywords": ["appium", "phpunit", "selenium"],
"homepage": "http://github.com/appium/appium-php",
"license": "Apache-2.0",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [{
"name": "Isaac Murchie",
"email": "isaac@saucelabs.com",
"homepage": "http://www.saucelabs.com",
"role": "Lead"
}],
"require": {
"php": ">=5.3.0",
"phpunit/phpunit-selenium": ">=1.3.3"
},
"support": {
"email": "help@saucelabs.com",
"irc": "irc://irc.freenode.org/saucelabs"
},
"autoload": {
"classmap": [
"PHPUnit/"
]
},
"include-path": [
""
]
}