Merge pull request #1378 from jonnybarnes/dependabot/composer/laravel/scout-10.8.4

build(deps): Bump laravel/scout from 10.8.3 to 10.8.4
This commit is contained in:
Jonny Barnes 2024-03-27 16:09:49 +00:00 committed by GitHub
commit 13e2f8ade1
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", "name": "laravel/scout",
"version": "v10.8.3", "version": "v10.8.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/scout.git", "url": "https://github.com/laravel/scout.git",
"reference": "f2e20b0eb3355b555038581b52aec4bfe814c700" "reference": "de4000a0044c0c13d513132af82562397da70d52"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/scout/zipball/f2e20b0eb3355b555038581b52aec4bfe814c700", "url": "https://api.github.com/repos/laravel/scout/zipball/de4000a0044c0c13d513132af82562397da70d52",
"reference": "f2e20b0eb3355b555038581b52aec4bfe814c700", "reference": "de4000a0044c0c13d513132af82562397da70d52",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2371,7 +2371,8 @@
"illuminate/pagination": "^9.0|^10.0|^11.0", "illuminate/pagination": "^9.0|^10.0|^11.0",
"illuminate/queue": "^9.0|^10.0|^11.0", "illuminate/queue": "^9.0|^10.0|^11.0",
"illuminate/support": "^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": { "require-dev": {
"algolia/algoliasearch-client-php": "^3.2", "algolia/algoliasearch-client-php": "^3.2",
@ -2424,7 +2425,7 @@
"issues": "https://github.com/laravel/scout/issues", "issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout" "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", "name": "laravel/serializable-closure",