Skip to content

Commit

Permalink
chore: Provide support for Laravel 5.7
Browse files Browse the repository at this point in the history
We also decide to drop the support for laravel 5.4 with this commit.

FIX #86 Implement Laravel 5.7 support.

[SIGNED OFF]: Tim Joosten <[email protected]>
  • Loading branch information
Tim Joosten authored and Tim Joosten committed Sep 20, 2018
1 parent 9d16cb4 commit 7e9af6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"keywords": ["laravel", "repository", "repositories", "eloquent", "database"],
"require": {
"php": ">=5.6.0",
"illuminate/support": "5.4.*|5.5.*|5.6.*",
"illuminate/database": "5.4.*|5.5.*|5.6.*",
"illuminate/filesystem": "5.4.*|5.5.*|5.6.*",
"illuminate/console": "5.4.*|5.5.*|5.6.*"
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"illuminate/database": "5.5.*|5.6.*|5.7.*",
"illuminate/filesystem": "5.5.*|5.6.*|5.7.*",
"illuminate/console": "5.5.*|5.6.*|5.7.*"
},
"require-dev": {
"mockery/mockery": "dev-master@dev",
Expand Down

0 comments on commit 7e9af6c

Please sign in to comment.