Skip to content

Commit

Permalink
Merge pull request #1 from jobilla/upgrade-to-5-8
Browse files Browse the repository at this point in the history
Update illuminate/support & illuminate/auth from 5.7 to 5.8
  • Loading branch information
phroggyy authored Mar 22, 2019
2 parents 6651cea + 2ad1e77 commit 0ffc325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
vendor/
composer.lock
.DS_Store
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}
},
"require": {
"illuminate/support": "5.7.*",
"illuminate/auth": "5.7.*",
"illuminate/support": "5.7.* | 5.8.*",
"illuminate/auth": "5.7.* | 5.8.*",
"lcobucci/jwt": "^3.2"
},
"require-dev": {
Expand Down

0 comments on commit 0ffc325

Please sign in to comment.