chore: upgrade spatie/laravel-sluggable to 4.x

3.8.1 → 4.0.2. Our usage (HasSlug trait, SlugOptions::create()
->generateSlugsFrom()->saveSlugsTo()->usingLanguage()) is unchanged
in v4 — none of the breaking changes (skipGenerateWhen, $slugOptions
cache, Sluggable→SelfHealing facade) apply.

Test suite: 207 passing, 10 preexisting failures unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
HolgerHatGarKeineNode
2026-05-18 22:42:45 +02:00
parent 3ec262dbaf
commit 4108ccd808
2 changed files with 34 additions and 15 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"spatie/laravel-google-fonts": "^1.4",
"spatie/laravel-markdown": "^2.5",
"spatie/laravel-medialibrary": "^11.9",
"spatie/laravel-sluggable": "^3.6",
"spatie/laravel-sluggable": "^4.0",
"spatie/laravel-tags": "^4.9.2",
"staudenmeir/eloquent-has-many-deep": "^1.7",
"swentel/nostr-php": "^1.4"