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 8526064 commit a98f794
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

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

## 1.0.2 - 2018-02-08

- add support for L5.6

## 1.0.1 - 2018-01-08

- use `hash_equals` instead of string comparison to determine if the request is valid


## 1.0.0 - 2018-01-08

- initial release
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
],
"require": {
"php": "^7.0",
"illuminate/http": "^5.5",
"illuminate/routing": "^5.5",
"illuminate/support": "^5.5",
"orchestra/testbench": "^3.5"
"illuminate/http": "~5.5.0|~5.6.0",
"illuminate/routing": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0"

},
"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^6.0|^7.0",
"orchestra/testbench": "~3.5.0|~3.6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a98f794

Please sign in to comment.