build(deps): Bump laravel/scout from 10.6.1 to 10.7.0

Bumps [laravel/scout](https://github.com/laravel/scout) from 10.6.1 to 10.7.0.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/scout/compare/v10.6.1...v10.7.0)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-11 10:00:39 +00:00 committed by GitHub
parent a0645144f5
commit 962eae31f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
composer.lock generated
View file

@ -2334,16 +2334,16 @@
},
{
"name": "laravel/scout",
"version": "v10.6.1",
"version": "v10.7.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
"reference": "fc9bc0c2061eb54b31d9dba0999755177a8f1a0e"
"reference": "adbcd2eab7bee46cc8c1183977a69c3b97184e38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/scout/zipball/fc9bc0c2061eb54b31d9dba0999755177a8f1a0e",
"reference": "fc9bc0c2061eb54b31d9dba0999755177a8f1a0e",
"url": "https://api.github.com/repos/laravel/scout/zipball/adbcd2eab7bee46cc8c1183977a69c3b97184e38",
"reference": "adbcd2eab7bee46cc8c1183977a69c3b97184e38",
"shasum": ""
},
"require": {
@ -2363,11 +2363,13 @@
"orchestra/testbench": "^7.31|^8.11",
"php-http/guzzle7-adapter": "^1.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.3",
"typesense/typesense-php": "^4.9"
},
"suggest": {
"algolia/algoliasearch-client-php": "Required to use the Algolia engine (^3.2).",
"meilisearch/meilisearch-php": "Required to use the Meilisearch engine (^1.0)."
"meilisearch/meilisearch-php": "Required to use the Meilisearch engine (^1.0).",
"typesense/typesense-php": "Required to use the Typesense engine (^4.9)."
},
"type": "library",
"extra": {
@ -2405,7 +2407,7 @@
"issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout"
},
"time": "2023-12-05T19:44:31+00:00"
"time": "2024-01-09T18:11:37+00:00"
},
{
"name": "laravel/serializable-closure",