Skip to content

Commit fad44a6

Browse files
authored
Merge pull request #155 from c960657/composer-require
Declare PHP extension requirements
2 parents c358f29 + 61419a8 commit fad44a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "googleads/googleads-php-lib",
33
"description": "Google Ads APIs Client Library for PHP (AdWords and DFP)",
44
"require": {
5-
"php": ">=5.3.0"
5+
"php": ">=5.3.0",
6+
"ext-curl": "*",
7+
"ext-openssl": "*",
8+
"ext-soap": "*"
69
},
710
"type": "library",
811
"homepage": "https://github.com/googleads/googleads-php-lib",

0 commit comments

Comments
 (0)