Skip to content

Commit

Permalink
Merge pull request #4 from shabushabu/laravel56
Browse files Browse the repository at this point in the history
Set minimum Laravel version to 5.3
  • Loading branch information
Jack-Naughton authored Mar 22, 2018
2 parents 0dee7ab + d9c55fe commit 3de5f37
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": ">=5.4.0",
"guzzlehttp/guzzle": "~5.3|~6.0",
"illuminate/support": "5.3.* || 5.4.* || 5.5.*"
"illuminate/support": "~5.3"
},
"require-dev": {
"phpunit/phpunit" : "4.*"
Expand Down

0 comments on commit 3de5f37

Please sign in to comment.