Skip to content

Commit

Permalink
Merge pull request #24 from someline/1.7
Browse files Browse the repository at this point in the history
Upgrade to support Laravel 5.5
  • Loading branch information
libern authored Sep 1, 2017
2 parents bf9d697 + 7df828a commit ab5322d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
}
],
"require": {
"php": ">=5.6.4",
"php": ">=7.0.0",
"ext-pdo_sqlite": "*",
"laravel/framework": "5.4.*",
"laravel/framework": "5.5.*",
"laravel/tinker": "~1.0",
"predis/predis": "~1.1",
"doctrine/dbal": "~2.3",
Expand Down

0 comments on commit ab5322d

Please sign in to comment.