Skip to content

Commit

Permalink
L12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cviebrock committed Feb 26, 2025
1 parent 2eac822 commit 028c813
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 11
:major: 12
:minor: 0
:patch: 1
:patch: 0
:special: ''
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 12.0.0 - 26-Feb-2025

- Added Laravel 12 support


## 11.0.1 - 28-Nov-2024

- Support PHP 8.4 (#616, thanks @SupianIDz)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ version of the package.
| Laravel Version | Package Version |
|:---------------:|:---------------:|
| 12.0 | ^12.0 |
| 11.0 | ^11.0 |
| 10.0 | ^10.0 |
| 9.0 | ^9.0 |
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"eloquent",
"sluggable",
"laravel",
"lumen",
"slug"
],
"homepage": "https://github.com/cviebrock/eloquent-sluggable",
Expand All @@ -20,16 +19,16 @@
"require": {
"php": "^8.2",
"cocur/slugify": "^4.3",
"illuminate/config": "^11.0",
"illuminate/database": "^11.0",
"illuminate/support": "^11.0"
"illuminate/config": "^12.0",
"illuminate/database": "^12.0",
"illuminate/support": "^12.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.65",
"larastan/larastan": "^3.0",
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.28",
"orchestra/testbench": "^10.0",
"pestphp/pest": "^3.7",
"phpstan/phpstan": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 028c813

Please sign in to comment.