Skip to content

Commit

Permalink
add support for L5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 8, 2018
1 parent ce02fbb commit 56c64fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

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

## 1.0.2 - 2018-02-08

- add support for L5.6

## 1.0.1 - 2017-10-12

- Added missing parameter to `jobClassDoesNotExist` method
- added missing parameter to `jobClassDoesNotExist` method

## 1.0.0 - 2017-10-09

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "~5.5.0",
"illuminate/support": "~5.5.0|~5.6.0",
"stripe/stripe-php": "^5.2"
},
"require-dev": {
"orchestra/testbench": "~3.5.0",
"phpunit/phpunit": "^6.4"
"orchestra/testbench": "~3.5.0|~3.6.0",
"phpunit/phpunit": "^6.4|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 56c64fe

Please sign in to comment.