Skip to content

Commit 04f6921

Browse files
committed
wip
1 parent d0b4bae commit 04f6921

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to `laravel-sluggable` will be documented in this file
44

55
## 2.3.0 - 2019-12-06
66

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

99
## 2.2.1 - 2019-09-16
1010
- Changed: Updated Laravel 6 compatibility for future versions

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php" : "^7.4",
20-
"illuminate/database": "~5.8.0|^6.0",
21-
"illuminate/support": "~5.8.0|^6.0"
20+
"illuminate/database": "^6.0",
21+
"illuminate/support": "^6.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "~3.8.0|^4.0"
24+
"orchestra/testbench": "^4.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)