From 501dc714b97735b997b419e4a8be8f70eb5aafae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:57:06 +0000 Subject: [PATCH] build(deps): bump laravel/scout from 10.24.0 to 11.6.1 Bumps [laravel/scout](https://github.com/laravel/scout) from 10.24.0 to 11.6.1. - [Release notes](https://github.com/laravel/scout/releases) - [Changelog](https://github.com/laravel/scout/blob/11.x/CHANGELOG.md) - [Upgrade guide](https://github.com/laravel/scout/blob/11.x/UPGRADE.md) - [Commits](https://github.com/laravel/scout/compare/v10.24.0...v11.6.1) --- updated-dependencies: - dependency-name: laravel/scout dependency-version: 11.6.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 7a421db..6ad418c 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.6", "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 69c7465..fa4ebe3 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": "58dd94a552a2300c207a749cd4928758", "packages": [ { "name": "anourvalar/eloquent-serialize", @@ -3083,16 +3083,16 @@ }, { "name": "laravel/scout", - "version": "v10.24.0", + "version": "v11.6.1", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "f9864d9a727a0c0d6b95e08ed92df8c301ae6d2c" + "reference": "860f8246d5712fe6e18907119def44d2633b4622" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/f9864d9a727a0c0d6b95e08ed92df8c301ae6d2c", - "reference": "f9864d9a727a0c0d6b95e08ed92df8c301ae6d2c", + "url": "https://api.github.com/repos/laravel/scout/zipball/860f8246d5712fe6e18907119def44d2633b4622", + "reference": "860f8246d5712fe6e18907119def44d2633b4622", "shasum": "" }, "require": { @@ -3120,6 +3120,7 @@ }, "suggest": { "algolia/algoliasearch-client-php": "Required to use the Algolia engine (^3.2).", + "laravel/ai": "Required to generate embeddings for semantic and hybrid search.", "meilisearch/meilisearch-php": "Required to use the Meilisearch engine (^1.0).", "typesense/typesense-php": "Required to use the Typesense engine (^4.9)." }, @@ -3131,7 +3132,7 @@ ] }, "branch-alias": { - "dev-master": "10.x-dev" + "dev-master": "11.x-dev" } }, "autoload": { @@ -3159,7 +3160,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-25T20:32:21+00:00" }, { "name": "laravel/serializable-closure",