forked from googleads/googleads-php-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·33 lines (33 loc) · 884 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
{
"name": "googleads/googleads-php-lib",
"description": "Google Ads APIs Client Library for PHP (AdWords and DFP)",
"require": {
"php": ">=5.5.9",
"ext-openssl": "*",
"ext-soap": "*",
"google/auth": "^1.0.0",
"guzzlehttp/guzzle": "^6.0",
"guzzlehttp/psr7": "^1.2",
"monolog/monolog": "^1.17.1",
"phpdocumentor/reflection-docblock": "^4.0.0 || ^3.0.3",
"symfony/serializer": "^2.8.0 || ^3.0.3 || ^4.0.0"
},
"require-dev": {
"php": ">=5.5.17",
"phpunit/phpunit": "^4.8.35"
},
"suggest": {
"php-64bit": ">=5.5.9"
},
"homepage": "https://github.com/googleads/googleads-php-lib",
"license": "Apache-2.0",
"autoload": {
"psr-4": { "Google\\AdsApi\\": "src/Google/AdsApi/" }
},
"authors": [
{
"name": "Google",
"homepage": "https://github.com/googleads/googleads-php-lib/contributors"
}
]
}