forked from googleads/googleads-php-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·39 lines (39 loc) · 862 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·39 lines (39 loc) · 862 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
39
{
"name": "googleads/googleads-php-lib",
"description": "Google Ads APIs Client Library for PHP (AdWords, Adx, and DFP)",
"require": {
"php": ">=5.2.0"
},
"type": "library",
"homepage": "https://github.com/googleads/googleads-php-lib",
"license": "Apache-2.0",
"include-path": ["src/"],
"autoload": {
"classmap": [
"src/Google/Api/Ads/AdWords/Lib",
"src/Google/Api/Ads/Dfp/Lib"
]
},
"authors": [
{
"name": "Paul Matthews",
"role": "Developer"
},
{
"name": "Adam Rogal",
"role": "Developer"
},
{
"name": "Mat Scales",
"role": "Developer"
},
{
"name": "Vincent Tsao",
"role": "Developer"
},
{
"name": "Ray Tsang",
"role": "Developer"
}
]
}