We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ef36d commit 015e045Copy full SHA for 015e045
.travis.yml
@@ -1,8 +1,9 @@
1
language: php
2
3
php:
4
- - 5.6
5
- hhvm
+ - '7.1'
6
+ - nightly
7
8
install:
9
- travis_retry composer install --no-interaction --prefer-source
composer.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"require": {
17
- "php": ">=5.6.0",
+ "php": "^7.1.8",
18
"league/flysystem": "~1.0",
19
"gliterd/backblaze-b2": "*",
20
"psr/http-message-implementation": "*",
0 commit comments