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

Commit

Permalink
Laravel 5.7 support (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesung2061 authored and kaidesu committed Sep 6, 2018
1 parent 5c15600 commit 697718c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "5.4.*|5.5.*|5.6.*",
"illuminate/config": "5.4.*|5.5.*|5.6.*"
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/config": "5.4.*|5.5.*|5.6.*|5.7.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 697718c

Please sign in to comment.