We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178214f commit f7128e9Copy full SHA for f7128e9
3 files changed
.travis.yml
@@ -1,8 +1,7 @@
1
language: php
2
php:
3
+ - 7.0
4
- 5.6
- - 5.5
5
- - 5.4
6
- hhvm
7
install: composer install
8
script: ./vendor/bin/phpunit --coverage-clover clover.xml
composer.json
@@ -11,7 +11,7 @@
11
],
12
"license": "MIT",
13
"require": {
14
- "php": "~5.4 || ~7.0"
+ "php": "~5.6 || ~7.0"
15
},
16
"require-dev": {
17
"predis/predis": "~1.0",
0 commit comments