File tree 4 files changed +1322
-902
lines changed
4 files changed +1322
-902
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.0
4
+ - 7.1
5
+ - 7.2
5
6
6
7
env :
7
8
matrix :
Original file line number Diff line number Diff line change 2
2
3
3
All Notable changes to ` laravel-sluggable ` will be documented in this file
4
4
5
+ ## 3.0.0 - 2018-10-23
6
+ - Added Laravel 5.7
7
+ - Update composer.json.
8
+
5
9
## 2.1.0 - 2016-07-09
6
10
- Added Sluggable Scope Helpers
7
11
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"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"
23
22
},
24
23
"require-dev" : {
25
- "orchestra/testbench" : " ^3.2 " ,
26
- "phpunit/phpunit" : " ^4 .0"
24
+ "orchestra/testbench" : " ^3.7 " ,
25
+ "phpunit/phpunit" : " ^7 .0"
27
26
},
28
27
"autoload" : {
29
28
"psr-4" : {
You can’t perform that action at this time.
0 commit comments