-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 927 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
35
36
{
"name": "mobilerider/mobilerider-client-php",
"description": "Mobilerider PHP Client",
"homepage": "https://github.com/mobilerider/mobilerider-client-php",
"keywords": ["mobilerider", "client", "api"],
"version": "1.0",
"type": "library",
"authors": [
{
"name": "MobileRider Team",
"homepage": "http://mobilerider.com"
}
],
"autoload": {
"psr-0": {
"Mr\\": "lib/"
}
},
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net",
"vendor-alias": "pear"
}
],
"require": {
"php": ">=5.3.0",
"pear/pear_exception": "1.0.*@dev",
"pear/HTTP_Request2": ">=2.1.0",
"pear/net_url2": ">=2.0.7"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"pear-pear.php.net/Console_CommandLine": ">=1.2.0"
}
}