Dependency Updated
This commit is contained in:
parent
bf1ec8a07a
commit
972545d186
|
|
@ -48,7 +48,7 @@
|
|||
"filp/whoops": "^2.0",
|
||||
"mockery/mockery": "^1.3.1",
|
||||
"nunomaduro/collision": "^5.0",
|
||||
"phpunit/phpunit": "^9.0"
|
||||
"phpunit/phpunit": "^9.2"
|
||||
},
|
||||
"replace": {
|
||||
"bagisto/laravel-user": "v0.1.0",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "4f0182b81c09e0118f313dd13d10a43c",
|
||||
"content-hash": "4e695901d3bd216c41acb9fef8492bea",
|
||||
"packages": [
|
||||
{
|
||||
"name": "algolia/algoliasearch-client-php",
|
||||
|
|
@ -167,16 +167,16 @@
|
|||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.173.16",
|
||||
"version": "3.173.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "e401bcb34e4ae88586a1f63bec6c0ddd12591e7a"
|
||||
"reference": "d3657af3d93285f4cb0f59dd94d065f59cf89cf5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e401bcb34e4ae88586a1f63bec6c0ddd12591e7a",
|
||||
"reference": "e401bcb34e4ae88586a1f63bec6c0ddd12591e7a",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d3657af3d93285f4cb0f59dd94d065f59cf89cf5",
|
||||
"reference": "d3657af3d93285f4cb0f59dd94d065f59cf89cf5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -251,9 +251,9 @@
|
|||
"support": {
|
||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.173.16"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.173.17"
|
||||
},
|
||||
"time": "2021-02-24T19:43:19+00:00"
|
||||
"time": "2021-02-25T19:13:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "babenkoivan/elastic-adapter",
|
||||
|
|
@ -391,30 +391,31 @@
|
|||
},
|
||||
{
|
||||
"name": "babenkoivan/elastic-scout-driver",
|
||||
"version": "v1.2.2",
|
||||
"version": "v1.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babenkoivan/elastic-scout-driver.git",
|
||||
"reference": "d4abf667628bdd980861fa286dcd544be34118ac"
|
||||
"reference": "3bc0105de26664731a9d5e8a145b010eea8fad4a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/babenkoivan/elastic-scout-driver/zipball/d4abf667628bdd980861fa286dcd544be34118ac",
|
||||
"reference": "d4abf667628bdd980861fa286dcd544be34118ac",
|
||||
"url": "https://api.github.com/repos/babenkoivan/elastic-scout-driver/zipball/3bc0105de26664731a9d5e8a145b010eea8fad4a",
|
||||
"reference": "3bc0105de26664731a9d5e8a145b010eea8fad4a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"babenkoivan/elastic-adapter": "^1.0",
|
||||
"babenkoivan/elastic-client": "^1.0",
|
||||
"php": "^7.2"
|
||||
"babenkoivan/elastic-adapter": "^1.13",
|
||||
"babenkoivan/elastic-client": "^1.2",
|
||||
"php": "^7.2 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"babenkoivan/elastic-migrations": "^1.0",
|
||||
"babenkoivan/elastic-migrations": "^1.4",
|
||||
"friendsofphp/php-cs-fixer": "^2.16",
|
||||
"laravel/legacy-factories": "^1.1",
|
||||
"laravel/scout": "^8.0",
|
||||
"orchestra/testbench": "^5.2",
|
||||
"orchestra/testbench": "^6.12",
|
||||
"phpstan/phpstan": "^0.12.32",
|
||||
"phpunit/phpunit": "^8.5"
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
|
@ -450,9 +451,19 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/babenkoivan/elastic-scout-driver/issues",
|
||||
"source": "https://github.com/babenkoivan/elastic-scout-driver/tree/v1.2.2"
|
||||
"source": "https://github.com/babenkoivan/elastic-scout-driver/tree/v1.3.0"
|
||||
},
|
||||
"time": "2021-01-17T12:55:55+00:00"
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://www.buymeacoffee.com/ivanbabenko",
|
||||
"type": "buymeacoffee"
|
||||
},
|
||||
{
|
||||
"url": "https://paypal.me/babenkoi",
|
||||
"type": "paypal"
|
||||
}
|
||||
],
|
||||
"time": "2021-02-25T12:18:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bagisto/bagisto-package-generator",
|
||||
|
|
@ -9614,16 +9625,16 @@
|
|||
},
|
||||
{
|
||||
"name": "php-webdriver/webdriver",
|
||||
"version": "1.9.0",
|
||||
"version": "1.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-webdriver/php-webdriver.git",
|
||||
"reference": "e3633154554605274cc9d59837f55a7427d72003"
|
||||
"reference": "cd9290b95b7651d495bd69253d6e3ef469a7f211"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/e3633154554605274cc9d59837f55a7427d72003",
|
||||
"reference": "e3633154554605274cc9d59837f55a7427d72003",
|
||||
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd9290b95b7651d495bd69253d6e3ef469a7f211",
|
||||
"reference": "cd9290b95b7651d495bd69253d6e3ef469a7f211",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -9639,7 +9650,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.0",
|
||||
"ondram/ci-detector": "^2.1 || ^3.5",
|
||||
"ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
|
||||
"php-coveralls/php-coveralls": "^2.4",
|
||||
"php-mock/php-mock-phpunit": "^1.1 || ^2.0",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.2",
|
||||
|
|
@ -9679,9 +9690,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/php-webdriver/php-webdriver/issues",
|
||||
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.9.0"
|
||||
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.10.0"
|
||||
},
|
||||
"time": "2020-11-19T15:21:05+00:00"
|
||||
"time": "2021-02-25T13:38:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/reflection-common",
|
||||
|
|
|
|||
Loading…
Reference in New Issue