Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Add Laravel 5.6 support (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelanderK authored and kaidesu committed Mar 26, 2018
1 parent 6be6885 commit 7950873
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/database": "5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.3.*|5.4.*|5.5.*",
"illuminate/filesystem": "5.3.*|5.4.*|5.5.*",
"illuminate/config": "5.3.*|5.4.*|5.5.*"
"illuminate/database": "5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/filesystem": "5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/config": "5.3.*|5.4.*|5.5.*|5.6.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7950873

Please sign in to comment.