Skip to content

Commit cd7fa1c

Browse files
author
Cliff Odijk
committed
Drop support for php 5.4 and 5.5
Add travis for php 7.1
1 parent 66bc95e commit cd7fa1c

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
6+
- 7.1
87

98
before_script:
10-
- composer selfupdate
9+
- composer self-update
10+
11+
install:
1112
- composer install --prefer-dist
1213

1314
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=5.4",
20+
"php": "^5.6 || ^7.0",
2121
"beberlei/assert": "~2.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)