Upgrade postgres scout to stable release

This commit is contained in:
Jonny Barnes 2021-02-07 16:26:34 +00:00
parent 4fe1bd997a
commit 77e1be5904
2 changed files with 93 additions and 110 deletions

View file

@ -31,7 +31,7 @@
"league/commonmark": "^1.0", "league/commonmark": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0", "league/flysystem-aws-s3-v3": "^1.0",
"mf2/mf2": "~0.3", "mf2/mf2": "~0.3",
"pmatseykanets/laravel-scout-postgres": "dev-php8", "pmatseykanets/laravel-scout-postgres": "^7.3",
"predis/predis": "~1.0", "predis/predis": "~1.0",
"spatie/browsershot": "~3.0", "spatie/browsershot": "~3.0",
"spatie/commonmark-highlighter": "^2.0", "spatie/commonmark-highlighter": "^2.0",
@ -91,11 +91,5 @@
"test": [ "test": [
"vendor/bin/phpunit --stop-on-failure" "vendor/bin/phpunit --stop-on-failure"
] ]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jonnybarnes/laravel-scout-postgres"
} }
]
} }

193
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f0e2ac38f1b2e441abb374db405a19a0", "content-hash": "d746b439fbdee4bda7000dc2365199ea",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -64,16 +64,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.172.4", "version": "3.173.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "506e60798bb7d13bdafadce9727ab9cc9ac987b0" "reference": "1400b2d08ded25bd9c6876edb0490b8cb9aeaa60"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/506e60798bb7d13bdafadce9727ab9cc9ac987b0", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1400b2d08ded25bd9c6876edb0490b8cb9aeaa60",
"reference": "506e60798bb7d13bdafadce9727ab9cc9ac987b0", "reference": "1400b2d08ded25bd9c6876edb0490b8cb9aeaa60",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -148,9 +148,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.172.4" "source": "https://github.com/aws/aws-sdk-php/tree/3.173.4"
}, },
"time": "2021-01-29T19:17:51+00:00" "time": "2021-02-05T19:19:35+00:00"
}, },
{ {
"name": "brick/math", "name": "brick/math",
@ -1663,16 +1663,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v8.25.0", "version": "v8.26.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "05da44d6823c2923597519ac10151f5827a24f80" "reference": "275c78c97e007e4a9d771d4d1caa1c77ebfdcf94"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/05da44d6823c2923597519ac10151f5827a24f80", "url": "https://api.github.com/repos/laravel/framework/zipball/275c78c97e007e4a9d771d4d1caa1c77ebfdcf94",
"reference": "05da44d6823c2923597519ac10151f5827a24f80", "reference": "275c78c97e007e4a9d771d4d1caa1c77ebfdcf94",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1827,7 +1827,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2021-01-26T14:40:21+00:00" "time": "2021-02-02T14:07:24+00:00"
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
@ -3292,16 +3292,16 @@
}, },
{ {
"name": "pmatseykanets/laravel-scout-postgres", "name": "pmatseykanets/laravel-scout-postgres",
"version": "dev-php8", "version": "v7.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/jonnybarnes/laravel-scout-postgres.git", "url": "https://github.com/pmatseykanets/laravel-scout-postgres.git",
"reference": "5ac11d6c372e83c26e41b8602431fc1a9ff0e5e7" "reference": "64fd3d8021936bbeefe543d1c491402fe2274048"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/jonnybarnes/laravel-scout-postgres/zipball/5ac11d6c372e83c26e41b8602431fc1a9ff0e5e7", "url": "https://api.github.com/repos/pmatseykanets/laravel-scout-postgres/zipball/64fd3d8021936bbeefe543d1c491402fe2274048",
"reference": "5ac11d6c372e83c26e41b8602431fc1a9ff0e5e7", "reference": "64fd3d8021936bbeefe543d1c491402fe2274048",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3328,16 +3328,7 @@
"ScoutEngines\\Postgres\\": "src" "ScoutEngines\\Postgres\\": "src"
} }
}, },
"autoload-dev": { "notification-url": "https://packagist.org/downloads/",
"psr-4": {
"ScoutEngines\\Postgres\\Test\\": "tests"
}
},
"scripts": {
"test": [
"vendor/bin/phpunit"
]
},
"license": [ "license": [
"MIT" "MIT"
], ],
@ -3351,7 +3342,7 @@
"description": "PostgreSQL Full Text Search Driver for Laravel Scout", "description": "PostgreSQL Full Text Search Driver for Laravel Scout",
"homepage": "https://github.com/pmatseykanets/laravel-scout-postgres", "homepage": "https://github.com/pmatseykanets/laravel-scout-postgres",
"keywords": [ "keywords": [
"FTS", "fts",
"full text search", "full text search",
"laravel", "laravel",
"laravel scout", "laravel scout",
@ -3362,7 +3353,7 @@
"issues": "https://github.com/pmatseykanets/laravel-scout-postgres/issues", "issues": "https://github.com/pmatseykanets/laravel-scout-postgres/issues",
"source": "https://github.com/pmatseykanets/laravel-scout-postgres" "source": "https://github.com/pmatseykanets/laravel-scout-postgres"
}, },
"time": "2020-12-13T18:16:33+00:00" "time": "2021-01-06T18:43:10+00:00"
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
@ -4119,16 +4110,16 @@
}, },
{ {
"name": "spatie/browsershot", "name": "spatie/browsershot",
"version": "3.42.0", "version": "3.44.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/browsershot.git", "url": "https://github.com/spatie/browsershot.git",
"reference": "6d66be6351b1021d643ad442305a03d758f84d55" "reference": "94815d30e61dfe0f833fe705c82f6c27b484041f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/browsershot/zipball/6d66be6351b1021d643ad442305a03d758f84d55", "url": "https://api.github.com/repos/spatie/browsershot/zipball/94815d30e61dfe0f833fe705c82f6c27b484041f",
"reference": "6d66be6351b1021d643ad442305a03d758f84d55", "reference": "94815d30e61dfe0f833fe705c82f6c27b484041f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4173,7 +4164,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/browsershot/issues", "issues": "https://github.com/spatie/browsershot/issues",
"source": "https://github.com/spatie/browsershot/tree/3.42.0" "source": "https://github.com/spatie/browsershot/tree/3.44.0"
}, },
"funding": [ "funding": [
{ {
@ -4181,7 +4172,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-01-11T13:17:06+00:00" "time": "2021-02-05T08:07:26+00:00"
}, },
{ {
"name": "spatie/commonmark-highlighter", "name": "spatie/commonmark-highlighter",
@ -4486,16 +4477,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "d62ec79478b55036f65e2602e282822b8eaaff0a" "reference": "89d4b176d12a2946a1ae4e34906a025b7b6b135a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/d62ec79478b55036f65e2602e282822b8eaaff0a", "url": "https://api.github.com/repos/symfony/console/zipball/89d4b176d12a2946a1ae4e34906a025b7b6b135a",
"reference": "d62ec79478b55036f65e2602e282822b8eaaff0a", "reference": "89d4b176d12a2946a1ae4e34906a025b7b6b135a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4563,7 +4554,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.2.2" "source": "https://github.com/symfony/console/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -4579,11 +4570,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-27T10:15:41+00:00" "time": "2021-01-28T22:06:19+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
@ -4628,7 +4619,7 @@
"description": "Converts CSS selectors to XPath expressions", "description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/css-selector/tree/v5.2.2" "source": "https://github.com/symfony/css-selector/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -4715,16 +4706,16 @@
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "4fd4a377f7b7ec7c3f3b40346a1411e0a83f9d40" "reference": "48f18b3609e120ea66d59142c23dc53e9562c26d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/4fd4a377f7b7ec7c3f3b40346a1411e0a83f9d40", "url": "https://api.github.com/repos/symfony/error-handler/zipball/48f18b3609e120ea66d59142c23dc53e9562c26d",
"reference": "4fd4a377f7b7ec7c3f3b40346a1411e0a83f9d40", "reference": "48f18b3609e120ea66d59142c23dc53e9562c26d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4764,7 +4755,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code", "description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/error-handler/tree/v5.2.2" "source": "https://github.com/symfony/error-handler/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -4780,11 +4771,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-27T10:15:41+00:00" "time": "2021-01-28T22:06:19+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
@ -4849,7 +4840,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.2.2" "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -4948,16 +4939,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "196f45723b5e618bf0e23b97e96d11652696ea9e" "reference": "4adc8d172d602008c204c2e16956f99257248e03"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/196f45723b5e618bf0e23b97e96d11652696ea9e", "url": "https://api.github.com/repos/symfony/finder/zipball/4adc8d172d602008c204c2e16956f99257248e03",
"reference": "196f45723b5e618bf0e23b97e96d11652696ea9e", "reference": "4adc8d172d602008c204c2e16956f99257248e03",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4989,7 +4980,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v5.2.2" "source": "https://github.com/symfony/finder/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -5005,7 +4996,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-27T10:01:46+00:00" "time": "2021-01-28T22:06:19+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
@ -5088,16 +5079,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "16dfa5acf8103f0394d447f8eea3ea49f9e50855" "reference": "20c554c0f03f7cde5ce230ed248470cccbc34c36"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/16dfa5acf8103f0394d447f8eea3ea49f9e50855", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/20c554c0f03f7cde5ce230ed248470cccbc34c36",
"reference": "16dfa5acf8103f0394d447f8eea3ea49f9e50855", "reference": "20c554c0f03f7cde5ce230ed248470cccbc34c36",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5141,7 +5132,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.2.2" "source": "https://github.com/symfony/http-foundation/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -5157,20 +5148,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-27T11:19:04+00:00" "time": "2021-02-03T04:42:09+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "831b51e9370ece0febd0950dd819c63f996721c7" "reference": "89bac04f29e7b0b52f9fa6a4288ca7a8f90a1a05"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/831b51e9370ece0febd0950dd819c63f996721c7", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/89bac04f29e7b0b52f9fa6a4288ca7a8f90a1a05",
"reference": "831b51e9370ece0febd0950dd819c63f996721c7", "reference": "89bac04f29e7b0b52f9fa6a4288ca7a8f90a1a05",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5253,7 +5244,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.2.2" "source": "https://github.com/symfony/http-kernel/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -5269,20 +5260,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-27T14:45:46+00:00" "time": "2021-02-03T04:51:58+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "37bade585ea100d235c031b258eff93b5b6bb9a9" "reference": "7dee6a43493f39b51ff6c5bb2bd576fe40a76c86"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/37bade585ea100d235c031b258eff93b5b6bb9a9", "url": "https://api.github.com/repos/symfony/mime/zipball/7dee6a43493f39b51ff6c5bb2bd576fe40a76c86",
"reference": "37bade585ea100d235c031b258eff93b5b6bb9a9", "reference": "7dee6a43493f39b51ff6c5bb2bd576fe40a76c86",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5335,7 +5326,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v5.2.2" "source": "https://github.com/symfony/mime/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -5351,7 +5342,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-25T14:08:25+00:00" "time": "2021-02-02T06:10:15+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -6084,7 +6075,7 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
@ -6126,7 +6117,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v5.2.2" "source": "https://github.com/symfony/process/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -6146,7 +6137,7 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
@ -6216,7 +6207,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v5.2.2" "source": "https://github.com/symfony/routing/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -6315,7 +6306,7 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
@ -6378,7 +6369,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.2.2" "source": "https://github.com/symfony/string/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -6398,7 +6389,7 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
@ -6471,7 +6462,7 @@
"description": "Provides tools to internationalize your application", "description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/translation/tree/v5.2.2" "source": "https://github.com/symfony/translation/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -6569,7 +6560,7 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
@ -6637,7 +6628,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.2.2" "source": "https://github.com/symfony/var-dumper/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -8319,16 +8310,16 @@
}, },
{ {
"name": "facade/ignition", "name": "facade/ignition",
"version": "2.5.9", "version": "2.5.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/facade/ignition.git", "url": "https://github.com/facade/ignition.git",
"reference": "66b3138ecce38024723fb3bfc66ef8852a779ea9" "reference": "e91d67353054bf827c64687fcac5ea44e4dcec54"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/facade/ignition/zipball/66b3138ecce38024723fb3bfc66ef8852a779ea9", "url": "https://api.github.com/repos/facade/ignition/zipball/e91d67353054bf827c64687fcac5ea44e4dcec54",
"reference": "66b3138ecce38024723fb3bfc66ef8852a779ea9", "reference": "e91d67353054bf827c64687fcac5ea44e4dcec54",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8392,7 +8383,7 @@
"issues": "https://github.com/facade/ignition/issues", "issues": "https://github.com/facade/ignition/issues",
"source": "https://github.com/facade/ignition" "source": "https://github.com/facade/ignition"
}, },
"time": "2021-01-26T14:45:19+00:00" "time": "2021-02-05T12:52:11+00:00"
}, },
{ {
"name": "facade/ignition-contracts", "name": "facade/ignition-contracts",
@ -9978,16 +9969,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.5.1", "version": "9.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "e7bdf4085de85a825f4424eae52c99a1cec2f360" "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7bdf4085de85a825f4424eae52c99a1cec2f360", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f661659747f2f87f9e72095bb207bceb0f151cb4",
"reference": "e7bdf4085de85a825f4424eae52c99a1cec2f360", "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10065,7 +10056,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.1" "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.2"
}, },
"funding": [ "funding": [
{ {
@ -10077,7 +10068,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-01-17T07:42:25+00:00" "time": "2021-02-02T14:45:58+00:00"
}, },
{ {
"name": "react/promise", "name": "react/promise",
@ -11275,7 +11266,7 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
@ -11317,7 +11308,7 @@
"description": "Provides basic utilities for the filesystem", "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v5.2.2" "source": "https://github.com/symfony/filesystem/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
@ -11542,13 +11533,11 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": [],
"pmatseykanets/laravel-scout-postgres": 20
},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^7.4|^8.0", "php": "^8.0",
"ext-intl": "*", "ext-intl": "*",
"ext-json": "*", "ext-json": "*",
"ext-dom": "*" "ext-dom": "*"