Skip to content

Commit

Permalink
Merge pull request #73 from stayallive/laravel-6
Browse files Browse the repository at this point in the history
Allow for installation next to Laravel 6
  • Loading branch information
IsraelOrtuno authored Sep 4, 2019
2 parents 443ce27 + 30745e5 commit 6d96de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"guzzlehttp/guzzle": "~6.0|~5.0|~4.0",
"illuminate/support": "~4.0|~5.0",
"illuminate/support": "~4.0|~5.0|~6.0",
"laravel/helpers": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 6d96de8

Please sign in to comment.