Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 6, 2019
1 parent d0b4bae commit 04f6921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to `laravel-sluggable` will be documented in this file

## 2.3.0 - 2019-12-06

- drop support for anything below PHP 7.4 and Laravel 5.8
- drop support for anything below PHP 7.4 and Laravel 6

## 2.2.1 - 2019-09-16
- Changed: Updated Laravel 6 compatibility for future versions
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"php" : "^7.4",
"illuminate/database": "~5.8.0|^6.0",
"illuminate/support": "~5.8.0|^6.0"
"illuminate/database": "^6.0",
"illuminate/support": "^6.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.0|^4.0"
"orchestra/testbench": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 04f6921

Please sign in to comment.