diff --git a/composer.json b/composer.json index 7a421db..0a5b8cf 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "filament/spatie-laravel-translatable-plugin": "^3.3", "laravel/framework": "^12.53", "haydenpierce/class-finder": "^0.6.0", - "laravel/scout": "^10.24", + "laravel/scout": "^11.5", "laravel/tinker": "^3.0", "league/flysystem-aws-s3-v3": "^3.35", "league/flysystem-read-only": "^3.31", diff --git a/composer.lock b/composer.lock index 6cf94c1..a36f953 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9e409fdae84ebfd5fb7f9489f9cab951", + "content-hash": "3b91fa6118c759e47dc725c2f6559966", "packages": [ { "name": "anourvalar/eloquent-serialize", @@ -3078,16 +3078,16 @@ }, { "name": "laravel/scout", - "version": "v10.24.0", + "version": "v11.5.0", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "f9864d9a727a0c0d6b95e08ed92df8c301ae6d2c" + "reference": "14bb75714813f6437adb5c07510be624cd4aef5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/f9864d9a727a0c0d6b95e08ed92df8c301ae6d2c", - "reference": "f9864d9a727a0c0d6b95e08ed92df8c301ae6d2c", + "url": "https://api.github.com/repos/laravel/scout/zipball/14bb75714813f6437adb5c07510be624cd4aef5f", + "reference": "14bb75714813f6437adb5c07510be624cd4aef5f", "shasum": "" }, "require": { @@ -3126,7 +3126,7 @@ ] }, "branch-alias": { - "dev-master": "10.x-dev" + "dev-master": "11.x-dev" } }, "autoload": { @@ -3154,7 +3154,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2026-02-10T18:44:39+00:00" + "time": "2026-08-04T19:29:36+00:00" }, { "name": "laravel/serializable-closure",