File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- :major: 11
2+ :major: 12
33:minor: 0
4- :patch: 1
4+ :patch: 0
55:special: ''
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 12.0.0 - 26-Feb-2025
4+
5+ - Added Laravel 12 support
6+
7+
38## 11.0.1 - 28-Nov-2024
49
510- Support PHP 8.4 (#616 , thanks @SupianIDz )
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ version of the package.
101101
102102| Laravel Version | Package Version |
103103| :---------------:| :---------------:|
104+ | 12.0 | ^12.0 |
104105| 11.0 | ^11.0 |
105106| 10.0 | ^10.0 |
106107| 9.0 | ^9.0 |
Original file line number Diff line number Diff line change 66 " eloquent" ,
77 " sluggable" ,
88 " laravel" ,
9- " lumen" ,
109 " slug"
1110 ],
1211 "homepage" : " https://github.com/cviebrock/eloquent-sluggable" ,
2019 "require" : {
2120 "php" : " ^8.2" ,
2221 "cocur/slugify" : " ^4.3" ,
23- "illuminate/config" : " ^11 .0" ,
24- "illuminate/database" : " ^11 .0" ,
25- "illuminate/support" : " ^11 .0"
22+ "illuminate/config" : " ^12 .0" ,
23+ "illuminate/database" : " ^12 .0" ,
24+ "illuminate/support" : " ^12 .0"
2625 },
2726 "require-dev" : {
2827 "friendsofphp/php-cs-fixer" : " ^3.65" ,
2928 "larastan/larastan" : " ^3.0" ,
3029 "mockery/mockery" : " ^1.4.4" ,
31- "orchestra/testbench" : " ^9 .0" ,
32- "pestphp/pest" : " ^2.28 " ,
30+ "orchestra/testbench" : " ^10 .0" ,
31+ "pestphp/pest" : " ^3.7 " ,
3332 "phpstan/phpstan" : " ^2.0"
3433 },
3534 "autoload" : {
You can’t perform that action at this time.
0 commit comments