Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Change version to allow 5.7 and above
  • Loading branch information
jamesfairhurst committed Mar 15, 2019
1 parent 2df5920 commit c17cb6a
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 @@ -19,7 +19,7 @@
"require": {
"php": "^7.1.3",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "~5.7.0|~5.8.0"
"laravel/framework": "^5.7"
},
"require-dev": {},
"autoload": {
Expand Down

0 comments on commit c17cb6a

Please sign in to comment.