Skip to content

Commit 342c398

Browse files
committed
# 3.0.0 - 2018-10-23
- Added Laravel 5.7 - Update composer.json.
1 parent b2ea506 commit 342c398

File tree

4 files changed

+1322
-902
lines changed

4 files changed

+1322
-902
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: php
22

33
php:
4-
- 7.0
4+
- 7.1
5+
- 7.2
56

67
env:
78
matrix:

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All Notable changes to `laravel-sluggable` will be documented in this file
44

5+
## 3.0.0 - 2018-10-23
6+
- Added Laravel 5.7
7+
- Update composer.json.
8+
59
## 2.1.0 - 2016-07-09
610
- Added Sluggable Scope Helpers
711

composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
],
1818
"require": {
1919
"php" : ">=7.0.0",
20-
"illuminate/database": "^5.0",
21-
"illuminate/support": "^5.0"
22-
20+
"illuminate/database": "^5.7",
21+
"illuminate/support": "^5.7"
2322
},
2423
"require-dev": {
25-
"orchestra/testbench": "^3.2",
26-
"phpunit/phpunit": "^4.0"
24+
"orchestra/testbench": "^3.7",
25+
"phpunit/phpunit": "^7.0"
2726
},
2827
"autoload": {
2928
"psr-4": {

0 commit comments

Comments
 (0)