Skip to content

Commit

Permalink
add support for Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Aug 29, 2018
1 parent 5bb6a6e commit 69ccd55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-stripe-webhooks` will be documented in this file

## 1.1.1 - 2018-08-29

- add support for Laravel 5.7

## 1.1.0 - 2018-07-23

- add support for Stripe Connect
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
"stripe/stripe-php": "^5.2|^6.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
"phpunit/phpunit": "^6.4|^7.0"
},
"autoload": {
Expand Down

0 comments on commit 69ccd55

Please sign in to comment.