Skip to content

Commit 496f59e

Browse files
authored
Merge pull request #72 from Jhut89/3.1.4
3.1.4 | update require dev to resolve build dependency errors
2 parents 0ca9cb7 + f168cc7 commit 496f59e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ sudo: required
22
dist: trusty
33
language: php
44
php:
5-
- '5.6'
6-
- '7.0'
5+
- '7.2'
76
before-script:
87
- composer install
98
- composer update

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"homepage": "https://github.com/Jhut89/Mailchimp-API-3.0-PHP",
2323
"require-dev": {
24+
"php": ">=7.2.0",
2425
"phpunit/phpunit": "^5",
2526
"squizlabs/php_codesniffer": "3.*"
2627
}

0 commit comments

Comments
 (0)