Updated Lock File

This commit is contained in:
Devansh 2022-01-12 20:44:08 +05:30
parent d24878efca
commit ac98366afb
1 changed files with 54 additions and 58 deletions

112
composer.lock generated
View File

@ -143,16 +143,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.209.2", "version": "3.209.3",
"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": "77c14dd84704d2db6c5c4d6a8c1226337e4e6783" "reference": "1c351046d8fd46961f4d020d38624d46065134cf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/77c14dd84704d2db6c5c4d6a8c1226337e4e6783", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1c351046d8fd46961f4d020d38624d46065134cf",
"reference": "77c14dd84704d2db6c5c4d6a8c1226337e4e6783", "reference": "1c351046d8fd46961f4d020d38624d46065134cf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -228,9 +228,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.209.2" "source": "https://github.com/aws/aws-sdk-php/tree/3.209.3"
}, },
"time": "2022-01-10T19:14:32+00:00" "time": "2022-01-11T19:13:42+00:00"
}, },
{ {
"name": "bagisto/legacy-api", "name": "bagisto/legacy-api",
@ -288,12 +288,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bagisto/rest-api.git", "url": "https://github.com/bagisto/rest-api.git",
"reference": "2cfe2c549e0739768d41280a21dcfe6264a53b55" "reference": "e808146f4deda69e2e895256ca48a30448dfb69c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bagisto/rest-api/zipball/2cfe2c549e0739768d41280a21dcfe6264a53b55", "url": "https://api.github.com/repos/bagisto/rest-api/zipball/e808146f4deda69e2e895256ca48a30448dfb69c",
"reference": "2cfe2c549e0739768d41280a21dcfe6264a53b55", "reference": "e808146f4deda69e2e895256ca48a30448dfb69c",
"shasum": "" "shasum": ""
}, },
"default-branch": true, "default-branch": true,
@ -324,7 +324,7 @@
"issues": "https://github.com/bagisto/rest-api/issues", "issues": "https://github.com/bagisto/rest-api/issues",
"source": "https://github.com/bagisto/rest-api/tree/master" "source": "https://github.com/bagisto/rest-api/tree/master"
}, },
"time": "2022-01-11T13:46:36+00:00" "time": "2022-01-12T14:57:25+00:00"
}, },
{ {
"name": "bagistobrasil/bagisto-product-social-share", "name": "bagistobrasil/bagisto-product-social-share",
@ -1165,32 +1165,28 @@
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
"version": "1.2.1", "version": "1.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/lexer.git", "url": "https://github.com/doctrine/lexer.git",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042" "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^0.11.8", "phpstan/phpstan": "1.3",
"phpunit/phpunit": "^8.2" "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
@ -1225,7 +1221,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/lexer/issues", "issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.1" "source": "https://github.com/doctrine/lexer/tree/1.2.2"
}, },
"funding": [ "funding": [
{ {
@ -1241,7 +1237,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-25T17:44:05+00:00" "time": "2022-01-12T08:27:12+00:00"
}, },
{ {
"name": "dompdf/dompdf", "name": "dompdf/dompdf",
@ -2923,28 +2919,28 @@
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
"version": "v2.13.0", "version": "v2.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sanctum.git", "url": "https://github.com/laravel/sanctum.git",
"reference": "b4c07d0014b78430a3c827064217f811f0708eaa" "reference": "0647a87140c7522e75826cffcadb3ad6e01f71e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/b4c07d0014b78430a3c827064217f811f0708eaa", "url": "https://api.github.com/repos/laravel/sanctum/zipball/0647a87140c7522e75826cffcadb3ad6e01f71e9",
"reference": "b4c07d0014b78430a3c827064217f811f0708eaa", "reference": "0647a87140c7522e75826cffcadb3ad6e01f71e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"illuminate/contracts": "^6.9|^7.0|^8.0", "illuminate/contracts": "^6.9|^7.0|^8.0|^9.0",
"illuminate/database": "^6.9|^7.0|^8.0", "illuminate/database": "^6.9|^7.0|^8.0|^9.0",
"illuminate/support": "^6.9|^7.0|^8.0", "illuminate/support": "^6.9|^7.0|^8.0|^9.0",
"php": "^7.2|^8.0" "php": "^7.2|^8.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"orchestra/testbench": "^4.0|^5.0|^6.0", "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.0|^9.3" "phpunit/phpunit": "^8.0|^9.3"
}, },
"type": "library", "type": "library",
@ -2983,7 +2979,7 @@
"issues": "https://github.com/laravel/sanctum/issues", "issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum" "source": "https://github.com/laravel/sanctum"
}, },
"time": "2021-12-14T17:49:47+00:00" "time": "2022-01-12T15:07:43+00:00"
}, },
{ {
"name": "laravel/scout", "name": "laravel/scout",
@ -3184,32 +3180,32 @@
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
"version": "v2.6.3", "version": "v2.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/tinker.git", "url": "https://github.com/laravel/tinker.git",
"reference": "a9ddee4761ec8453c584e393b393caff189a3e42" "reference": "5f2f9815b7631b9f586a3de7933c25f9327d4073"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/tinker/zipball/a9ddee4761ec8453c584e393b393caff189a3e42", "url": "https://api.github.com/repos/laravel/tinker/zipball/5f2f9815b7631b9f586a3de7933c25f9327d4073",
"reference": "a9ddee4761ec8453c584e393b393caff189a3e42", "reference": "5f2f9815b7631b9f586a3de7933c25f9327d4073",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/console": "^6.0|^7.0|^8.0", "illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^6.0|^7.0|^8.0", "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"php": "^7.2.5|^8.0", "php": "^7.2.5|^8.0",
"psy/psysh": "^0.10.4", "psy/psysh": "^0.10.4|^0.11.1",
"symfony/var-dumper": "^4.3.4|^5.0" "symfony/var-dumper": "^4.3.4|^5.0|^6.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~1.3.3|^1.4.2", "mockery/mockery": "~1.3.3|^1.4.2",
"phpunit/phpunit": "^8.5.8|^9.3.3" "phpunit/phpunit": "^8.5.8|^9.3.3"
}, },
"suggest": { "suggest": {
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)." "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -3246,9 +3242,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/tinker/issues", "issues": "https://github.com/laravel/tinker/issues",
"source": "https://github.com/laravel/tinker/tree/v2.6.3" "source": "https://github.com/laravel/tinker/tree/v2.7.0"
}, },
"time": "2021-12-07T16:41:42+00:00" "time": "2022-01-10T08:52:49+00:00"
}, },
{ {
"name": "laravel/ui", "name": "laravel/ui",
@ -5901,29 +5897,29 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.10.12", "version": "v0.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d" "reference": "570292577277f06f590635381a7f761a6cf4f026"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/a0d9981aa07ecfcbea28e4bfa868031cca121e7d", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/570292577277f06f590635381a7f761a6cf4f026",
"reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d", "reference": "570292577277f06f590635381a7f761a6cf4f026",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"nikic/php-parser": "~4.0|~3.0|~2.0|~1.3", "nikic/php-parser": "^4.0 || ^3.1",
"php": "^8.0 || ^7.0 || ^5.5.9", "php": "^8.0 || ^7.0.8",
"symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10", "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
"symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7" "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.2", "bamarni/composer-bin-plugin": "^1.2",
"hoa/console": "3.17.*" "hoa/console": "3.17.05.02"
}, },
"suggest": { "suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
@ -5938,7 +5934,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "0.10.x-dev" "dev-main": "0.11.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -5970,9 +5966,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.10.12" "source": "https://github.com/bobthecow/psysh/tree/v0.11.1"
}, },
"time": "2021-11-30T14:05:36+00:00" "time": "2022-01-03T13:58:38+00:00"
}, },
{ {
"name": "pusher/pusher-php-server", "name": "pusher/pusher-php-server",