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.
1 parent a516cc4 commit bdf2e5eCopy full SHA for bdf2e5e
.travis.yml
@@ -1,15 +1,16 @@
1
language: php
2
-sudo: false
+
3
+dist: xenial
4
5
php:
-- 5.5
-- 5.6
6
- 7.0
7
- 7.1
8
- 7.2
9
- 7.3
10
- 7.4
11
-dist: trusty
12
before_script:
13
- composer self-update
14
- composer install --no-interaction
15
16
script: composer test
composer.json
@@ -7,11 +7,11 @@
"license": "MIT",
"description": "The officially supported client for Postmark (http://postmarkapp.com)",
"require": {
- "php": ">=5.5.0",
+ "php": ">=7.0.0",
"guzzlehttp/guzzle": "^6.0|^7.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.0|^6.0"
+ "phpunit/phpunit": "^6.0.0"
"autoload": {
17
"psr-0": {
0 commit comments