We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c358f29 + 61419a8 commit fad44a6Copy full SHA for fad44a6
composer.json
@@ -2,7 +2,10 @@
2
"name": "googleads/googleads-php-lib",
3
"description": "Google Ads APIs Client Library for PHP (AdWords and DFP)",
4
"require": {
5
- "php": ">=5.3.0"
+ "php": ">=5.3.0",
6
+ "ext-curl": "*",
7
+ "ext-openssl": "*",
8
+ "ext-soap": "*"
9
},
10
"type": "library",
11
"homepage": "https://github.com/googleads/googleads-php-lib",
0 commit comments