-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
48 lines (48 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
{
"name": "rohea/openx-api-client",
"type": "library",
"description": "XML-RPC API client version 2 for OpenX ad server",
"keywords": ["OpenX", "XML-RPC", "API", "client"],
"minimum-stability": "dev",
"homepage": "https://github.com/Rohea/OpenXApiClient",
"license": "GPLv2",
"authors": [
{
"name": "Chris Nutting",
"email": "Chris.Nutting@openx.org"
},
{
"name": "Matteo Beccati",
"email": "matteo.beccati@openx.org"
},
{
"name": "Ivan Klishch",
"email": "iklishch@lohika.com"
},
{
"name": "Andriy Petlyovanyy",
"email": "apetlyovanyy@lohika.com"
},
{
"name": "Heiko Weber",
"email": "heiko@wecos.de"
},
{
"name": "Tomi Saarinen",
"email": "tomi.saarinen@rohea.com"
}
],
"require": {
"php": ">=5.3.2",
"lstrojny/fxmlrpc": "0.8.4"
},
"autoload": {
"psr-0": { "OpenXApiClient": "lib/" }
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mbeccati/fxmlrpc.git"
}
]
}