Skip to content

Commit

Permalink
Support Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Feb 8, 2018
1 parent 33c0cbb commit 20174d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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-sluggable` will be documented in this file

## 2.1.2 - 2018-02-08

- Support Laravel 5.6

## 2.1.1 - 2017-01-28
- improve compatibility with Lumen

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"require": {
"php" : ">=7.0.0",
"illuminate/database": "~5.5.0",
"illuminate/support": "~5.5.0"
"illuminate/database": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0"

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

0 comments on commit 20174d0

Please sign in to comment.