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

Add support for laravel 5.7 #518

Merged
merged 2 commits into from
Sep 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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