Skip to content

Commit

Permalink
Fix issue #11
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song authored Apr 24, 2018
1 parent 26213ca commit 7888a01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/contracts": "5.5.*",
"illuminate/support": "5.5.*",
"illuminate/contracts": "~5.5",
"illuminate/support": "~5.5",
"predis/predis": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"laravel/laravel": "5.*"
"laravel/laravel": "~5.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7888a01

Please sign in to comment.