diff --git a/composer.json b/composer.json index d6ad09e3..b063498a 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "guzzlehttp/guzzle": "^7.2.0", "laravel/cashier": "^v13.7.0", "laravel/framework": "^v8.26.1", - "laravel/scout": "^8.6", + "laravel/scout": "^9.4", "laravel/tinker": "^2.5" }, "require-dev": { diff --git a/composer.lock b/composer.lock index b6ce7f3e..b77316d7 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": "08af3b7650e36ad8a1f15f53af204f3f", + "content-hash": "d6618153af799bb48e339741fc11d493", "packages": [ { "name": "asm89/stack-cors", @@ -1264,39 +1264,42 @@ }, { "name": "laravel/scout", - "version": "v8.6.0", + "version": "v9.4.1", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "54070f7b68fed15f25e61e68884c4110496b8aa1" + "reference": "f526772f31244fc55b20b77fc2dcc4224aae75bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/54070f7b68fed15f25e61e68884c4110496b8aa1", - "reference": "54070f7b68fed15f25e61e68884c4110496b8aa1", + "url": "https://api.github.com/repos/laravel/scout/zipball/f526772f31244fc55b20b77fc2dcc4224aae75bc", + "reference": "f526772f31244fc55b20b77fc2dcc4224aae75bc", "shasum": "" }, "require": { - "illuminate/bus": "^6.0|^7.0|^8.0", - "illuminate/contracts": "^6.0|^7.0|^8.0", - "illuminate/database": "^6.0|^7.0|^8.0", - "illuminate/http": "^6.0|^7.0|^8.0", - "illuminate/pagination": "^6.0|^7.0|^8.0", - "illuminate/queue": "^6.0|^7.0|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0", - "php": "^7.2|^8.0" + "illuminate/bus": "^8.0|^9.0", + "illuminate/contracts": "^8.0|^9.0", + "illuminate/database": "^8.0|^9.0", + "illuminate/http": "^8.0|^9.0", + "illuminate/pagination": "^8.0|^9.0", + "illuminate/queue": "^8.|^9.0", + "illuminate/support": "^8.0|^9.0", + "php": "^7.3|^8.0" }, "require-dev": { + "meilisearch/meilisearch-php": "^0.19", "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.0|^9.3" + "orchestra/testbench": "^6.17|^7.0", + "phpunit/phpunit": "^9.3" }, "suggest": { - "algolia/algoliasearch-client-php": "Required to use the Algolia engine (^2.2)." + "algolia/algoliasearch-client-php": "Required to use the Algolia engine (^2.2).", + "meilisearch/meilisearch-php": "Required to use the MeiliSearch engine (^0.17)." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.x-dev" + "dev-master": "9.x-dev" }, "laravel": { "providers": [ @@ -1329,7 +1332,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2021-01-19T15:30:52+00:00" + "time": "2022-01-14T12:09:22+00:00" }, { "name": "laravel/serializable-closure",