Skip to content

Commit

Permalink
Merge pull request #7 from marijnbent/master
Browse files Browse the repository at this point in the history
Update to Laravel 6.0
  • Loading branch information
wouterNL authored Sep 20, 2019
2 parents a1f42fd + b9ca0cd commit 4a14ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wouternl/laravel-drip",
"description": "A Laravel wrapper for Drip's REST API v2.0",
"type": "package",
"version": "1.1.9",
"version": "1.1.10",
"license": "MIT",
"homepage": "https://bitbucket.org/wouterNL/laravel-drip-php",
"authors": [
Expand All @@ -17,7 +17,7 @@
],
"require": {
"php" : ">=5.5.0",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4a14ee2

Please sign in to comment.