From dcfc9d0def91f2e550289326bb54cf99b4818760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:57:19 +0000 Subject: [PATCH] build(deps): bump laravel/scout from 10.24.0 to 11.4.0 Bumps [laravel/scout](https://github.com/laravel/scout) from 10.24.0 to 11.4.0. - [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.4.0) --- updated-dependencies: - dependency-name: laravel/scout dependency-version: 11.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 6ff534a..4785487 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.4", "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 de2624b..817b6c9 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": "59d8216e10ee0590c7878d19bc5b121e", + "content-hash": "14926833e9a496815494112efd4925f1", "packages": [ { "name": "anourvalar/eloquent-serialize", @@ -3078,16 +3078,16 @@ }, { "name": "laravel/scout", - "version": "v10.24.0", + "version": "v11.4.0", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "f9864d9a727a0c0d6b95e08ed92df8c301ae6d2c" + "reference": "1f091e5352d3bbb9d33c0c26a604287e2a7d1f62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/f9864d9a727a0c0d6b95e08ed92df8c301ae6d2c", - "reference": "f9864d9a727a0c0d6b95e08ed92df8c301ae6d2c", + "url": "https://api.github.com/repos/laravel/scout/zipball/1f091e5352d3bbb9d33c0c26a604287e2a7d1f62", + "reference": "1f091e5352d3bbb9d33c0c26a604287e2a7d1f62", "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-07-21T14:35:45+00:00" }, { "name": "laravel/serializable-closure",