Skip to content

Commit bdf2e5e

Browse files
committed
Drop support for PHP 5.5 and 5.6
1 parent a516cc4 commit bdf2e5e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
language: php
2-
sudo: false
2+
3+
dist: xenial
4+
35
php:
4-
- 5.5
5-
- 5.6
66
- 7.0
77
- 7.1
88
- 7.2
99
- 7.3
1010
- 7.4
11-
dist: trusty
11+
1212
before_script:
1313
- composer self-update
1414
- composer install --no-interaction
15+
1516
script: composer test

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"license": "MIT",
88
"description": "The officially supported client for Postmark (http://postmarkapp.com)",
99
"require": {
10-
"php": ">=5.5.0",
10+
"php": ">=7.0.0",
1111
"guzzlehttp/guzzle": "^6.0|^7.0"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "^4.0|^6.0"
14+
"phpunit/phpunit": "^6.0.0"
1515
},
1616
"autoload": {
1717
"psr-0": {

0 commit comments

Comments
 (0)