Skip to content

Commit 9cf5c16

Browse files
committed
Build php 7.1 and updates composer
Update composer.json improve php version check
1 parent 3bb1b68 commit 9cf5c16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ php:
33
- 5.5
44
- 5.6
55
- 7.0
6+
- 7.1
67
- hhvm
78
- nightly
89

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{"name": "Mike van Riel", "email": "[email protected]"}
77
],
88
"require": {
9-
"php": ">=5.5",
9+
"php": "^5.5 || ^7.0",
1010
"phpdocumentor/reflection-common": "^1.0"
1111
},
1212
"autoload": {

0 commit comments

Comments
 (0)