Merge pull request #1238 from jonnybarnes/dependabot/composer/laravel/scout-10.8.0

build(deps): Bump laravel/scout from 10.7.0 to 10.8.0
This commit is contained in:
Jonny Barnes 2024-01-19 15:32:01 +00:00 committed by GitHub
commit 9c99a05577
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

40
composer.lock generated
View file

@ -2337,36 +2337,36 @@
},
{
"name": "laravel/scout",
"version": "v10.7.0",
"version": "v10.8.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
"reference": "adbcd2eab7bee46cc8c1183977a69c3b97184e38"
"reference": "c74d0081fe099fd6bcddddefed13b5cd2d6511a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/scout/zipball/adbcd2eab7bee46cc8c1183977a69c3b97184e38",
"reference": "adbcd2eab7bee46cc8c1183977a69c3b97184e38",
"url": "https://api.github.com/repos/laravel/scout/zipball/c74d0081fe099fd6bcddddefed13b5cd2d6511a0",
"reference": "c74d0081fe099fd6bcddddefed13b5cd2d6511a0",
"shasum": ""
},
"require": {
"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",
"illuminate/bus": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/http": "^9.0|^10.0|^11.0",
"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"
},
"require-dev": {
"algolia/algoliasearch-client-php": "^3.2",
"meilisearch/meilisearch-php": "^1.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^7.31|^8.11",
"orchestra/testbench": "^7.31|^8.11|^9.0",
"php-http/guzzle7-adapter": "^1.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.3",
"phpunit/phpunit": "^9.3|^10.4",
"typesense/typesense-php": "^4.9"
},
"suggest": {
@ -2410,7 +2410,7 @@
"issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout"
},
"time": "2024-01-09T18:11:37+00:00"
"time": "2024-01-16T17:41:12+00:00"
},
{
"name": "laravel/serializable-closure",
@ -3776,16 +3776,16 @@
},
{
"name": "nette/utils",
"version": "v4.0.3",
"version": "v4.0.4",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "a9d127dd6a203ce6d255b2e2db49759f7506e015"
"reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/a9d127dd6a203ce6d255b2e2db49759f7506e015",
"reference": "a9d127dd6a203ce6d255b2e2db49759f7506e015",
"url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
"reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
"shasum": ""
},
"require": {
@ -3856,9 +3856,9 @@
],
"support": {
"issues": "https://github.com/nette/utils/issues",
"source": "https://github.com/nette/utils/tree/v4.0.3"
"source": "https://github.com/nette/utils/tree/v4.0.4"
},
"time": "2023-10-29T21:02:13+00:00"
"time": "2024-01-17T16:50:36+00:00"
},
{
"name": "nikic/php-parser",