Skip to content

Commit

Permalink
Merge pull request #28 from stechstudio/Laravel-6-Update
Browse files Browse the repository at this point in the history
Laravel 6 Update
  • Loading branch information
bubba-h57 committed Sep 5, 2019
2 parents 3148d1e + ac291ba commit 31ddd09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/
composer.lock
vendor/
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"email": "rob@stechstudio.com"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"illuminate/support": "^5.2"
"illuminate/support": "^5.0|^6.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 31ddd09

Please sign in to comment.