Skip to content

Commit 7b8080c

Browse files
committed
Update for for laravel 5.8
1 parent 2fc07ee commit 7b8080c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
],
2020
"require": {
2121
"php": ">=7.1.3",
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.*"
22+
"illuminate/http": "5.8.*",
23+
"illuminate/routing": "5.8.*",
24+
"illuminate/session": "5.8.*",
25+
"illuminate/support": "5.8.*",
26+
"illuminate/view": "5.8.*"
2727
},
2828
"require-dev": {
29-
"illuminate/database": "5.7.*",
29+
"illuminate/database": "5.8.*",
3030
"mockery/mockery": "~1.0",
3131
"phpunit/phpunit": "~7.1"
3232
},

0 commit comments

Comments
 (0)