Skip to content

Commit 56bfd42

Browse files
authored
Merge pull request #636 from googleads/update-php-72
Update minimum PHP version to 7.2
2 parents 168c305 + f3de4d0 commit 56bfd42

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76

composer.json

Lines changed: 1 addition & 1 deletion
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": ">=7.1",
5+
"php": ">=7.2",
66
"ext-mbstring": "*",
77
"ext-openssl": "*",
88
"ext-soap": "*",

0 commit comments

Comments
 (0)