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

Commit 285f121

Browse files
authored
Merge pull request #518 from yakidahan/master
Add support for laravel 5.7
2 parents 633b241 + 9aba48c commit 285f121

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=7.1.3",
15-
"illuminate/support": "5.6.*"
15+
"illuminate/support": "5.6.*|5.7.*"
1616
},
1717
"require-dev": {
1818
"orchestra/testbench": "3.6.*",

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ This is a Laravel package for translatable models. Its goal is to remove the com
7373

7474
Laravel | Translatable
7575
:---------|:----------
76+
5.7 | 9.*
7677
5.6 | 9.*
7778
5.5 | 8.*
7879
5.4 | 7.*

0 commit comments

Comments
 (0)