Skip to content

Commit 68caec9

Browse files
authored
Merge pull request #567 from yajra/patch-57
Add support for Laravel 5.7
2 parents 327cff9 + ed7cbf7 commit 68caec9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
],
2020
"require": {
2121
"php": ">=7.1.3",
22-
"illuminate/http": "5.6.*",
23-
"illuminate/routing": "5.6.*",
24-
"illuminate/session": "5.6.*",
25-
"illuminate/support": "5.6.*",
26-
"illuminate/view": "5.6.*"
22+
"illuminate/http": "5.7.*",
23+
"illuminate/routing": "5.7.*",
24+
"illuminate/session": "5.7.*",
25+
"illuminate/support": "5.7.*",
26+
"illuminate/view": "5.7.*"
2727
},
2828
"require-dev": {
29-
"illuminate/database": "5.6.*",
29+
"illuminate/database": "5.7.*",
3030
"mockery/mockery": "~1.0",
3131
"phpunit/phpunit": "~5.4"
3232
},
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "5.6-dev"
43+
"dev-master": "5.7-dev"
4444
},
4545
"laravel": {
4646
"providers": [

0 commit comments

Comments
 (0)