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 0ca9cb7 + f168cc7 commit 496f59eCopy full SHA for 496f59e
.travis.yml
@@ -2,8 +2,7 @@ sudo: required
2
dist: trusty
3
language: php
4
php:
5
- - '5.6'
6
- - '7.0'
+ - '7.2'
7
before-script:
8
- composer install
9
- composer update
composer.json
@@ -21,6 +21,7 @@
21
},
22
"homepage": "https://github.com/Jhut89/Mailchimp-API-3.0-PHP",
23
"require-dev": {
24
+ "php": ">=7.2.0",
25
"phpunit/phpunit": "^5",
26
"squizlabs/php_codesniffer": "3.*"
27
}
0 commit comments