Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #518 from yakidahan/master
Browse files Browse the repository at this point in the history
Add support for laravel 5.7
  • Loading branch information
Gummibeer committed Sep 6, 2018
2 parents 633b241 + 9aba48c commit 285f121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "5.6.*"
"illuminate/support": "5.6.*|5.7.*"
},
"require-dev": {
"orchestra/testbench": "3.6.*",
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ This is a Laravel package for translatable models. Its goal is to remove the com

Laravel | Translatable
:---------|:----------
5.7 | 9.*
5.6 | 9.*
5.5 | 8.*
5.4 | 7.*
Expand Down

0 comments on commit 285f121

Please sign in to comment.