Skip to content

Commit

Permalink
use newer version of predis, nette/finder and php (#16)
Browse files Browse the repository at this point in the history
use newer version of predis, nette/finder and php
  • Loading branch information
howkey666 authored Jun 25, 2018
1 parent 995cb67 commit 5962a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
}
],
"require": {
"php": ">=5.4.0",
"predis/predis": "~1.0.0"
"php": ">=5.6.0",
"predis/predis": "~1.1.1"
},
"bin": [
"php-rq-run-tests"
],
"require-dev": {
"phpunit/phpunit": "~4.4.0",
"mockery/mockery": "~0.9.4",
"nette/finder": "~2.2.0"
"nette/finder": "~2.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5962a6d

Please sign in to comment.