Skip to content

Commit 015e045

Browse files
committed
Restricted PHP version 7.1.8
Signed-off-by: Ramesh Mhetre <mhetreramesh@gmail.com>
1 parent c0ef36d commit 015e045

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: php
22

33
php:
4-
- 5.6
54
- hhvm
5+
- '7.1'
6+
- nightly
67

78
install:
89
- travis_retry composer install --no-interaction --prefer-source

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.6.0",
17+
"php": "^7.1.8",
1818
"league/flysystem": "~1.0",
1919
"gliterd/backblaze-b2": "*",
2020
"psr/http-message-implementation": "*",

0 commit comments

Comments
 (0)