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 9cb21e3 commit 6671c6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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-model-status` will be documented in this file

## 1.0.4 - 2018-02-08

- add support for L5.6

## 1.0.3 - 2018-02-07

- make reason nullable
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "^5.5"
"illuminate/support": "~5.5.0|~5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"orchestra/testbench": "~3.5"
"phpunit/phpunit": "^6.5|^7.0",
"orchestra/testbench": "~3.5.0|~3.6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6671c6e

Please sign in to comment.