build(deps): Bump laravel/scout from 10.8.3 to 10.8.4

Bumps [laravel/scout](https://github.com/laravel/scout) from 10.8.3 to 10.8.4.
- [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.8.3...v10.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-27 15:05:21 +00:00 committed by GitHub
parent 71f35e6c2e
commit 7d47ba6edf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
composer.lock generated
View file

@ -2351,16 +2351,16 @@
},
{
"name": "laravel/scout",
"version": "v10.8.3",
"version": "v10.8.4",
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
"reference": "f2e20b0eb3355b555038581b52aec4bfe814c700"
"reference": "de4000a0044c0c13d513132af82562397da70d52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/scout/zipball/f2e20b0eb3355b555038581b52aec4bfe814c700",
"reference": "f2e20b0eb3355b555038581b52aec4bfe814c700",
"url": "https://api.github.com/repos/laravel/scout/zipball/de4000a0044c0c13d513132af82562397da70d52",
"reference": "de4000a0044c0c13d513132af82562397da70d52",
"shasum": ""
},
"require": {
@ -2371,7 +2371,8 @@
"illuminate/pagination": "^9.0|^10.0|^11.0",
"illuminate/queue": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"php": "^8.0"
"php": "^8.0",
"symfony/console": "^6.0|^7.0"
},
"require-dev": {
"algolia/algoliasearch-client-php": "^3.2",
@ -2424,7 +2425,7 @@
"issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout"
},
"time": "2024-02-13T17:22:36+00:00"
"time": "2024-03-26T16:46:57+00:00"
},
{
"name": "laravel/serializable-closure",