From e6747babaf84b3b2a25f8f1cbf75fac0369cd224 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:15:43 +0000 Subject: [PATCH] Update dependency laravel/scout to v10.12.2 --- composer.json | 2 +- composer.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index d3bc9dceb..9d7c87b77 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "laravel/horizon": "5.30.2", "laravel/nova": "5.2.0", "laravel/passport": "12.4.1", - "laravel/scout": "10.11.9", + "laravel/scout": "10.12.2", "laravel/slack-notification-channel": "3.4.4", "laravel/socialite": "5.16.1", "laravel/tinker": "2.10.1", diff --git a/composer.lock b/composer.lock index 271a70522..41420378e 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": "1566f0ac0380e7a45891159f00606678", + "content-hash": "8584913e15c78a5b735e72211ef6dd0a", "packages": [ { "name": "ans-group/laravel-health-check", @@ -3634,26 +3634,26 @@ }, { "name": "laravel/scout", - "version": "v10.11.9", + "version": "v10.12.2", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "8b3aaf369c5948957b3d504f8999d1a27d9fd800" + "reference": "88ef8612913c0b5302031bc1668568748e9fd0de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/8b3aaf369c5948957b3d504f8999d1a27d9fd800", - "reference": "8b3aaf369c5948957b3d504f8999d1a27d9fd800", + "url": "https://api.github.com/repos/laravel/scout/zipball/88ef8612913c0b5302031bc1668568748e9fd0de", + "reference": "88ef8612913c0b5302031bc1668568748e9fd0de", "shasum": "" }, "require": { - "illuminate/bus": "^9.0|^10.0|^11.0", - "illuminate/contracts": "^9.0|^10.0|^11.0", - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/http": "^9.0|^10.0|^11.0", - "illuminate/pagination": "^9.0|^10.0|^11.0", - "illuminate/queue": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/bus": "^9.0|^10.0|^11.0|^12.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", + "illuminate/http": "^9.0|^10.0|^11.0|^12.0", + "illuminate/pagination": "^9.0|^10.0|^11.0|^12.0", + "illuminate/queue": "^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", "php": "^8.0", "symfony/console": "^6.0|^7.0" }, @@ -3664,7 +3664,7 @@ "algolia/algoliasearch-client-php": "^3.2|^4.0", "meilisearch/meilisearch-php": "^1.0", "mockery/mockery": "^1.0", - "orchestra/testbench": "^7.31|^8.11|^9.0", + "orchestra/testbench": "^7.31|^8.11|^9.0|^10.0", "php-http/guzzle7-adapter": "^1.0", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.3|^10.4", @@ -3711,7 +3711,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2024-12-10T16:19:43+00:00" + "time": "2025-01-28T16:00:11+00:00" }, { "name": "laravel/serializable-closure",