Skip to content

Commit

Permalink
chore(deps): upgrade for laravel 6.x (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 12, 2019
1 parent 5c9b2a2 commit b36bb8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*

### Enhancements:
*
* Upgrade for laravel 6.x

### Fixes:
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"guzzlehttp/psr7": "^1.5",
"laravel/framework": "^5.8",
"laravel/framework": "^5.8 || ^6.0",
"php-http/discovery": "^1.6",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message": "^1.7",
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b36bb8c

Please sign in to comment.