diff --git a/composer.json b/composer.json index 5c7d11ec..3c6c1b28 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "require": { "php": ">=8.2.0", - "constantable/laravel-scout-sphinx": "^2.7", + "constantable/laravel-scout-sphinx": "^3.0", "doctrine/dbal": "^3.1", "flowgistics/laravel-xml": "^1.1", "guzzlehttp/guzzle": "^7.2", diff --git a/composer.lock b/composer.lock index 6d40cc7f..3743ee17 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": "7a0ded0fbcae076d8af75f765ca99e1d", + "content-hash": "e1eb106961ee0523ce4a5a4d9ff2518e", "packages": [ { "name": "anlutro/curl", @@ -326,21 +326,21 @@ }, { "name": "constantable/laravel-scout-sphinx", - "version": "2.7", + "version": "3.0", "source": { "type": "git", "url": "https://github.com/constantable/laravel-scout-sphinx.git", - "reference": "7e82d50515b00b853a1caec41a08ba3e04bde319" + "reference": "2566ad2ec38cd194895fd4cd70b7fa6cc2bba97c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/constantable/laravel-scout-sphinx/zipball/7e82d50515b00b853a1caec41a08ba3e04bde319", - "reference": "7e82d50515b00b853a1caec41a08ba3e04bde319", + "url": "https://api.github.com/repos/constantable/laravel-scout-sphinx/zipball/2566ad2ec38cd194895fd4cd70b7fa6cc2bba97c", + "reference": "2566ad2ec38cd194895fd4cd70b7fa6cc2bba97c", "shasum": "" }, "require": { "foolz/sphinxql-query-builder": "^3.0", - "laravel/scout": "^5.0|^6.0|^7.0|^8.0|^9.0", + "laravel/scout": ">=5.0", "php": ">=7.0" }, "require-dev": { @@ -368,9 +368,9 @@ "description": "Laravel Scout Sphinx Driver", "support": { "issues": "https://github.com/constantable/laravel-scout-sphinx/issues", - "source": "https://github.com/constantable/laravel-scout-sphinx/tree/2.7" + "source": "https://github.com/constantable/laravel-scout-sphinx/tree/3.0" }, - "time": "2021-09-12T21:19:50+00:00" + "time": "2023-09-11T21:11:50+00:00" }, { "name": "dflydev/dot-access-data", @@ -6740,43 +6740,45 @@ }, { "name": "laravel/scout", - "version": "v9.8.1", + "version": "v10.5.0", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "38595717b396ce733d432b82e3225fa4e0d6c8ef" + "reference": "c3fe5fdef438c0dec6e58834cf2b18037e9d0358" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/38595717b396ce733d432b82e3225fa4e0d6c8ef", - "reference": "38595717b396ce733d432b82e3225fa4e0d6c8ef", + "url": "https://api.github.com/repos/laravel/scout/zipball/c3fe5fdef438c0dec6e58834cf2b18037e9d0358", + "reference": "c3fe5fdef438c0dec6e58834cf2b18037e9d0358", "shasum": "" }, "require": { - "illuminate/bus": "^8.0|^9.0|^10.0", - "illuminate/contracts": "^8.0|^9.0|^10.0", - "illuminate/database": "^8.0|^9.0|^10.0", - "illuminate/http": "^8.0|^9.0|^10.0", - "illuminate/pagination": "^8.0|^9.0|^10.0", - "illuminate/queue": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", - "php": "^7.3|^8.0" + "illuminate/bus": "^9.0|^10.0", + "illuminate/contracts": "^9.0|^10.0", + "illuminate/database": "^9.0|^10.0", + "illuminate/http": "^9.0|^10.0", + "illuminate/pagination": "^9.0|^10.0", + "illuminate/queue": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0", + "php": "^8.0" }, "require-dev": { - "meilisearch/meilisearch-php": "^0.19", + "algolia/algoliasearch-client-php": "^3.2", + "meilisearch/meilisearch-php": "^1.0", "mockery/mockery": "^1.0", - "orchestra/testbench": "^6.17|^7.0|^8.0", + "orchestra/testbench": "^7.31|^8.11", "php-http/guzzle7-adapter": "^1.0", + "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.3" }, "suggest": { "algolia/algoliasearch-client-php": "Required to use the Algolia engine (^3.2).", - "meilisearch/meilisearch-php": "Required to use the MeiliSearch engine (^0.23)." + "meilisearch/meilisearch-php": "Required to use the Meilisearch engine (^1.0)." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "9.x-dev" + "dev-master": "10.x-dev" }, "laravel": { "providers": [ @@ -6809,7 +6811,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2023-02-14T16:53:14+00:00" + "time": "2023-10-10T15:41:23+00:00" }, { "name": "laravel/serializable-closure",