Skip to content

Commit

Permalink
Merge pull request #32 from builtwellstudio/master
Browse files Browse the repository at this point in the history
Adds Laravel 6.X support
  • Loading branch information
codedge authored Sep 9, 2019
2 parents fba7c26 + 0ace1f9 commit ae262a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
composer.lock
/vendor
/vendor
.idea
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.*"
"illuminate/support": "5.*|6.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ae262a1

Please sign in to comment.