From 64b5341a8f088e3d031909fd60b9a0563cbfb8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 19:03:49 +0000 Subject: [PATCH] Update spatie/laravel-sluggable requirement from ^3.8 to ^3.8 || ^4.0 Updates the requirements on [spatie/laravel-sluggable](https://github.com/spatie/laravel-sluggable) to permit the latest version. - [Release notes](https://github.com/spatie/laravel-sluggable/releases) - [Changelog](https://github.com/spatie/laravel-sluggable/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/laravel-sluggable/compare/3.8.0...4.0.2) --- updated-dependencies: - dependency-name: spatie/laravel-sluggable dependency-version: 4.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 251f590..7134219 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "illuminate/database": "^11.0 || ^12.0 || ^13.0", "illuminate/support": "^11.0 || ^12.0 || ^13.0", "spatie/eloquent-sortable": "^4.4 || ^5.0", - "spatie/laravel-sluggable": "^3.8", + "spatie/laravel-sluggable": "^3.8 || ^4.0", "spatie/laravel-translatable": "^6.13" }, "require-dev": {