Skip to content

Commit 841bd8d

Browse files
authored
Merge pull request #161 from drbyte/drbyte-patch-1
Laravel 5.7 support
2 parents 95a5ef8 + d061521 commit 841bd8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"require": {
1212
"fico7489/laravel-pivot": "*",
13-
"illuminate/cache": "5.4 - 5.6",
14-
"illuminate/config": "5.4 - 5.6",
15-
"illuminate/console": "5.4 - 5.6",
16-
"illuminate/database": "5.4 - 5.6",
17-
"illuminate/support": "5.4 - 5.6",
13+
"illuminate/cache": "5.4 - 5.7",
14+
"illuminate/config": "5.4 - 5.7",
15+
"illuminate/console": "5.4 - 5.7",
16+
"illuminate/database": "5.4 - 5.7",
17+
"illuminate/support": "5.4 - 5.7",
1818
"php": ">=7.1.3"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)