forked from googleads/googleads-php-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·39 lines (39 loc) · 1.06 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
{
"name": "googleads/googleads-php-lib",
"description": "Google Ads APIs Client Library for PHP (AdWords and DFP)",
"require": {
"php": ">=5.5.9",
"ext-mbstring": "*",
"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 || ^5.7",
"squizlabs/php_codesniffer": "^2.9 || ^3.2"
},
"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"
}
],
"scripts": {
"pre-update-cmd": "@php check_conditions.php",
"pre-install-cmd": "@php check_conditions.php"
}
}