Skip to content

Commit 656650c

Browse files
committed
Release 39.0.0.
1 parent 6d51865 commit 656650c

File tree

9,424 files changed

+822
-317299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,424 files changed

+822
-317299
lines changed

.gitattributes

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

.travis.yml

100644100755
File mode changed.

CHANGELOG.md

100644100755
Lines changed: 18 additions & 0 deletions

CONTRIBUTING.md

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

UPGRADING.md

100644100755
File mode changed.

check_conditions.php

100644100755
File mode changed.

composer.json

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "googleads/googleads-php-lib",
33
"description": "Google Ads APIs Client Library for PHP (AdWords and Ad Manager)",
44
"require": {
5-
"php": ">=5.5.9",
5+
"php": ">=5.6",
66
"ext-mbstring": "*",
77
"ext-openssl": "*",
88
"ext-soap": "*",
@@ -14,12 +14,12 @@
1414
"symfony/serializer": "^2.8.0 || ^3.0.3 || ^4.0.0"
1515
},
1616
"require-dev": {
17-
"php": ">=5.5.17",
17+
"php": ">=5.6",
1818
"phpunit/phpunit": "^4.8.35 || ^5.7",
1919
"squizlabs/php_codesniffer": "^2.9 || ^3.2"
2020
},
2121
"suggest": {
22-
"php-64bit": ">=5.5.9"
22+
"php-64bit": ">=5.6"
2323
},
2424
"homepage": "https://github.com/googleads/googleads-php-lib",
2525
"license": "Apache-2.0",

0 commit comments

Comments
 (0)