Skip to content

Commit

Permalink
Merge pull request #12 from christopherokonkwo/patch-1
Browse files Browse the repository at this point in the history
laravel 6 support
  • Loading branch information
Torann committed Jan 16, 2020
2 parents cca556e + 7c93b23 commit b2f98a3
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 @@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.1"
"illuminate/support": "~5.1|^6.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
Expand Down

0 comments on commit b2f98a3

Please sign in to comment.