diff --git a/composer.json b/composer.json index ee3b634..c3c237c 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "laravel/framework": "^11.41.3", "laravel/prompts": "^0.3.2", "laravel/sanctum": "^4.0.7", - "laravel/scout": "^10.12.1", + "laravel/scout": "^10.12.2", "laravel/tinker": "^2.10", "meilisearch/meilisearch-php": "^1.12", "propaganistas/laravel-disposable-email": "^2.4.9", diff --git a/composer.lock b/composer.lock index 486fd88..0d226a1 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": "0ca3e53cb7dfea6d0e8fa46bf9f7758f", + "content-hash": "fe42471e91431b40c913da73ac4388d2", "packages": [ { "name": "brick/math", @@ -1588,26 +1588,26 @@ }, { "name": "laravel/scout", - "version": "v10.12.1", + "version": "v10.12.2", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "f40f14b7a63be753a425eae4f56cd71d08478242" + "reference": "88ef8612913c0b5302031bc1668568748e9fd0de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/f40f14b7a63be753a425eae4f56cd71d08478242", - "reference": "f40f14b7a63be753a425eae4f56cd71d08478242", + "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" }, @@ -1618,7 +1618,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", @@ -1665,7 +1665,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2025-01-21T15:07:47+00:00" + "time": "2025-01-28T16:00:11+00:00" }, { "name": "laravel/serializable-closure",