Skip to content

Commit 028c813

Browse files
committed
L12 support
1 parent 2eac822 commit 028c813

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

.semver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
:major: 11
2+
:major: 12
33
:minor: 0
4-
:patch: 1
4+
:patch: 0
55
:special: ''

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"eloquent",
77
"sluggable",
88
"laravel",
9-
"lumen",
109
"slug"
1110
],
1211
"homepage": "https://github.com/cviebrock/eloquent-sluggable",
@@ -20,16 +19,16 @@
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": {

0 commit comments

Comments
 (0)