fix composer lock file

This commit is contained in:
Mohit Panjwani
2022-01-10 16:10:49 +05:30

280
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": "de16565812a12829dfd7223c78894cf6", "content-hash": "b4c1fd7a94025b650a89756e1140b1c0",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -114,16 +114,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.208.7", "version": "3.209.1",
"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": "41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c" "reference": "3a418a7a9beae4675685efe7bb426ee0ae338a40"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3a418a7a9beae4675685efe7bb426ee0ae338a40",
"reference": "41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c", "reference": "3a418a7a9beae4675685efe7bb426ee0ae338a40",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -199,9 +199,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.208.7" "source": "https://github.com/aws/aws-sdk-php/tree/3.209.1"
}, },
"time": "2021-12-21T19:16:39+00:00" "time": "2022-01-07T19:12:55+00:00"
}, },
{ {
"name": "barryvdh/laravel-dompdf", "name": "barryvdh/laravel-dompdf",
@ -331,7 +331,7 @@
}, },
{ {
"name": "crater-invoice/modules", "name": "crater-invoice/modules",
"version": "dev-master", "version": "1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/crater-invoice/modules.git", "url": "https://github.com/crater-invoice/modules.git",
@ -356,7 +356,6 @@
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^8.5",
"spatie/phpunit-snapshot-assertions": "^2.1.0|^4.2" "spatie/phpunit-snapshot-assertions": "^2.1.0|^4.2"
}, },
"default-branch": true,
"type": "library", "type": "library",
"extra": { "extra": {
"laravel": { "laravel": {
@ -393,7 +392,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/crater-invoice/modules/issues", "issues": "https://github.com/crater-invoice/modules/issues",
"source": "https://github.com/crater-invoice/modules/tree/master" "source": "https://github.com/crater-invoice/modules/tree/1.0.0"
}, },
"time": "2021-12-21T14:18:56+00:00" "time": "2021-12-21T14:18:56+00:00"
}, },
@ -573,16 +572,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "2.13.6", "version": "2.13.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "67ef6d0327ccbab1202b39e0222977a47ed3ef2f" "reference": "6e22f6012b42d7932674857989fcf184e9e9b1c3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/67ef6d0327ccbab1202b39e0222977a47ed3ef2f", "url": "https://api.github.com/repos/doctrine/dbal/zipball/6e22f6012b42d7932674857989fcf184e9e9b1c3",
"reference": "67ef6d0327ccbab1202b39e0222977a47ed3ef2f", "reference": "6e22f6012b42d7932674857989fcf184e9e9b1c3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -595,13 +594,13 @@
"require-dev": { "require-dev": {
"doctrine/coding-standard": "9.0.0", "doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1", "jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "1.2.0", "phpstan/phpstan": "1.3.0",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "phpunit/phpunit": "^7.5.20|^8.5|9.5.11",
"psalm/plugin-phpunit": "0.16.1", "psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.1", "squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^4.4", "symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.13.0" "vimeo/psalm": "4.16.1"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -662,7 +661,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.13.6" "source": "https://github.com/doctrine/dbal/tree/2.13.7"
}, },
"funding": [ "funding": [
{ {
@ -678,7 +677,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-26T20:11:05+00:00" "time": "2022-01-06T09:08:04+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
@ -1131,16 +1130,16 @@
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
"version": "v3.1.0", "version": "v3.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git", "url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c" "reference": "47c53bbb260d3c398fba9bfa9683dcf67add2579"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c", "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/47c53bbb260d3c398fba9bfa9683dcf67add2579",
"reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c", "reference": "47c53bbb260d3c398fba9bfa9683dcf67add2579",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1180,7 +1179,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues", "issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.1.0" "source": "https://github.com/dragonmantank/cron-expression/tree/v3.2.3"
}, },
"funding": [ "funding": [
{ {
@ -1188,7 +1187,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-11-24T19:55:57+00:00" "time": "2022-01-06T05:35:07+00:00"
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
@ -2089,16 +2088,16 @@
}, },
{ {
"name": "innocenzi/laravel-vite", "name": "innocenzi/laravel-vite",
"version": "0.1.19", "version": "0.1.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/innocenzi/laravel-vite.git", "url": "https://github.com/innocenzi/laravel-vite.git",
"reference": "928a32f76cc52036b3ce3d240a9b8a15b3e9d3e5" "reference": "b87ac2d2104d0f33a119534d69fb50621a28ebf0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/innocenzi/laravel-vite/zipball/928a32f76cc52036b3ce3d240a9b8a15b3e9d3e5", "url": "https://api.github.com/repos/innocenzi/laravel-vite/zipball/b87ac2d2104d0f33a119534d69fb50621a28ebf0",
"reference": "928a32f76cc52036b3ce3d240a9b8a15b3e9d3e5", "reference": "b87ac2d2104d0f33a119534d69fb50621a28ebf0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2154,7 +2153,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/innocenzi/laravel-vite/issues", "issues": "https://github.com/innocenzi/laravel-vite/issues",
"source": "https://github.com/innocenzi/laravel-vite/tree/0.1.19" "source": "https://github.com/innocenzi/laravel-vite/tree/0.1.20"
}, },
"funding": [ "funding": [
{ {
@ -2162,7 +2161,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-12-06T18:15:15+00:00" "time": "2022-01-04T10:29:33+00:00"
}, },
{ {
"name": "intervention/image", "name": "intervention/image",
@ -2300,16 +2299,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v8.77.1", "version": "v8.78.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "994dbac5c6da856c77c81a411cff5b7d31519ca8" "reference": "16359b5ebafba6579b397d7505b082a6d1bb2e31"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/994dbac5c6da856c77c81a411cff5b7d31519ca8", "url": "https://api.github.com/repos/laravel/framework/zipball/16359b5ebafba6579b397d7505b082a6d1bb2e31",
"reference": "994dbac5c6da856c77c81a411cff5b7d31519ca8", "reference": "16359b5ebafba6579b397d7505b082a6d1bb2e31",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2468,7 +2467,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-12-21T20:22:29+00:00" "time": "2022-01-05T14:52:50+00:00"
}, },
{ {
"name": "laravel/helpers", "name": "laravel/helpers",
@ -4382,16 +4381,16 @@
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.5.1", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae" "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706",
"reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae", "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4426,9 +4425,9 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues", "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1" "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0"
}, },
"time": "2021-10-02T14:08:47+00:00" "time": "2022-01-04T19:58:01+00:00"
}, },
{ {
"name": "phpoption/phpoption", "name": "phpoption/phpoption",
@ -4991,16 +4990,16 @@
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
"version": "v1.1.9", "version": "v1.1.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/predis/predis.git", "url": "https://github.com/predis/predis.git",
"reference": "c50c3393bb9f47fa012d0cdfb727a266b0818259" "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/c50c3393bb9f47fa012d0cdfb727a266b0818259", "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
"reference": "c50c3393bb9f47fa012d0cdfb727a266b0818259", "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5045,7 +5044,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/predis/predis/issues", "issues": "https://github.com/predis/predis/issues",
"source": "https://github.com/predis/predis/tree/v1.1.9" "source": "https://github.com/predis/predis/tree/v1.1.10"
}, },
"funding": [ "funding": [
{ {
@ -5053,7 +5052,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-10-05T19:02:38+00:00" "time": "2022-01-05T17:46:08+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",
@ -8296,21 +8295,24 @@
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.23.0", "version": "v1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" "reference": "30885182c981ab175d4d034db0f6f469898070ab"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", "reference": "30885182c981ab175d4d034db0f6f469898070ab",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "php": ">=7.1"
}, },
"provide": {
"ext-ctype": "*"
},
"suggest": { "suggest": {
"ext-ctype": "For best performance" "ext-ctype": "For best performance"
}, },
@ -8355,7 +8357,7 @@
"portable" "portable"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
}, },
"funding": [ "funding": [
{ {
@ -8371,25 +8373,28 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-19T12:13:01+00:00" "time": "2021-10-20T20:35:02+00:00"
}, },
{ {
"name": "symfony/polyfill-iconv", "name": "symfony/polyfill-iconv",
"version": "v1.23.0", "version": "v1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git", "url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933" "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933", "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f1aed619e28cb077fc83fac8c4c0383578356e40",
"reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933", "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "php": ">=7.1"
}, },
"provide": {
"ext-iconv": "*"
},
"suggest": { "suggest": {
"ext-iconv": "For best performance" "ext-iconv": "For best performance"
}, },
@ -8435,7 +8440,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-iconv/tree/v1.24.0"
}, },
"funding": [ "funding": [
{ {
@ -8451,20 +8456,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-27T09:27:20+00:00" "time": "2022-01-04T09:04:05+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-grapheme", "name": "symfony/polyfill-intl-grapheme",
"version": "v1.23.1", "version": "v1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535" "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535", "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8516,7 +8521,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1" "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0"
}, },
"funding": [ "funding": [
{ {
@ -8532,20 +8537,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-27T12:26:48+00:00" "time": "2021-11-23T21:10:46+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-idn", "name": "symfony/polyfill-intl-idn",
"version": "v1.23.0", "version": "v1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git", "url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" "reference": "749045c69efb97c70d25d7463abba812e91f3a44"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", "reference": "749045c69efb97c70d25d7463abba812e91f3a44",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8603,7 +8608,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0"
}, },
"funding": [ "funding": [
{ {
@ -8619,11 +8624,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-27T09:27:20+00:00" "time": "2021-09-14T14:02:44+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
"version": "v1.23.0", "version": "v1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@ -8687,7 +8692,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0"
}, },
"funding": [ "funding": [
{ {
@ -8707,21 +8712,24 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.23.1", "version": "v1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "php": ">=7.1"
}, },
"provide": {
"ext-mbstring": "*"
},
"suggest": { "suggest": {
"ext-mbstring": "For best performance" "ext-mbstring": "For best performance"
}, },
@ -8767,7 +8775,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
}, },
"funding": [ "funding": [
{ {
@ -8783,11 +8791,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-27T12:26:48+00:00" "time": "2021-11-30T18:21:41+00:00"
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
"version": "v1.23.0", "version": "v1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php72.git", "url": "https://github.com/symfony/polyfill-php72.git",
@ -8843,7 +8851,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0"
}, },
"funding": [ "funding": [
{ {
@ -8863,16 +8871,16 @@
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
"version": "v1.23.0", "version": "v1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php73.git", "url": "https://github.com/symfony/polyfill-php73.git",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8922,7 +8930,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
}, },
"funding": [ "funding": [
{ {
@ -8938,20 +8946,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-19T12:13:01+00:00" "time": "2021-06-05T21:20:04+00:00"
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
"version": "v1.23.1", "version": "v1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php80.git", "url": "https://github.com/symfony/polyfill-php80.git",
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9005,7 +9013,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
}, },
"funding": [ "funding": [
{ {
@ -9021,20 +9029,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-28T13:41:28+00:00" "time": "2021-09-13T13:58:33+00:00"
}, },
{ {
"name": "symfony/polyfill-php81", "name": "symfony/polyfill-php81",
"version": "v1.23.0", "version": "v1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php81.git", "url": "https://github.com/symfony/polyfill-php81.git",
"reference": "e66119f3de95efc359483f810c4c3e6436279436" "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"reference": "e66119f3de95efc359483f810c4c3e6436279436", "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9084,7 +9092,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0"
}, },
"funding": [ "funding": [
{ {
@ -9100,7 +9108,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-21T13:25:03+00:00" "time": "2021-09-13T13:58:11+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
@ -10074,21 +10082,21 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
"version": "v2.10.0", "version": "v2.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git", "url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "73b1012b927633a1b4cd623c2e6b1678e6faef08" "reference": "f2a7f9d84f628cb50e1b0dc302f10d2ba945b0ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/73b1012b927633a1b4cd623c2e6b1678e6faef08", "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/f2a7f9d84f628cb50e1b0dc302f10d2ba945b0ea",
"reference": "73b1012b927633a1b4cd623c2e6b1678e6faef08", "reference": "f2a7f9d84f628cb50e1b0dc302f10d2ba945b0ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"barryvdh/reflection-docblock": "^2.0.6", "barryvdh/reflection-docblock": "^2.0.6",
"composer/composer": "^1.6 || ^2", "composer/composer": "^1.10.23 || ^2.1.9",
"doctrine/dbal": "^2.6 || ^3", "doctrine/dbal": "^2.6 || ^3",
"ext-json": "*", "ext-json": "*",
"illuminate/console": "^8", "illuminate/console": "^8",
@ -10152,15 +10160,19 @@
], ],
"support": { "support": {
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues", "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.10.0" "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.11.0"
}, },
"funding": [ "funding": [
{
"url": "https://fruitcake.nl",
"type": "custom"
},
{ {
"url": "https://github.com/barryvdh", "url": "https://github.com/barryvdh",
"type": "github" "type": "github"
} }
], ],
"time": "2021-04-09T06:17:55+00:00" "time": "2022-01-03T20:47:54+00:00"
}, },
{ {
"name": "barryvdh/reflection-docblock", "name": "barryvdh/reflection-docblock",
@ -10452,16 +10464,16 @@
}, },
{ {
"name": "composer/composer", "name": "composer/composer",
"version": "2.2.3", "version": "2.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/composer.git", "url": "https://github.com/composer/composer.git",
"reference": "3c92ba5cdc7d48b7db2dcd197e6fa0e8fa6d9f4a" "reference": "8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/3c92ba5cdc7d48b7db2dcd197e6fa0e8fa6d9f4a", "url": "https://api.github.com/repos/composer/composer/zipball/8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f",
"reference": "3c92ba5cdc7d48b7db2dcd197e6fa0e8fa6d9f4a", "reference": "8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10531,7 +10543,7 @@
"support": { "support": {
"irc": "ircs://irc.libera.chat:6697/composer", "irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/composer/issues", "issues": "https://github.com/composer/composer/issues",
"source": "https://github.com/composer/composer/tree/2.2.3" "source": "https://github.com/composer/composer/tree/2.2.4"
}, },
"funding": [ "funding": [
{ {
@ -10547,7 +10559,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-12-31T11:18:53+00:00" "time": "2022-01-08T11:30:42+00:00"
}, },
{ {
"name": "composer/metadata-minifier", "name": "composer/metadata-minifier",
@ -10691,16 +10703,16 @@
}, },
{ {
"name": "composer/semver", "name": "composer/semver",
"version": "3.2.6", "version": "3.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/semver.git", "url": "https://github.com/composer/semver.git",
"reference": "83e511e247de329283478496f7a1e114c9517506" "reference": "deac27056b57e46faf136fae7b449eeaa71661ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506", "url": "https://api.github.com/repos/composer/semver/zipball/deac27056b57e46faf136fae7b449eeaa71661ee",
"reference": "83e511e247de329283478496f7a1e114c9517506", "reference": "deac27056b57e46faf136fae7b449eeaa71661ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10752,7 +10764,7 @@
"support": { "support": {
"irc": "irc://irc.freenode.org/composer", "irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues", "issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.2.6" "source": "https://github.com/composer/semver/tree/3.2.7"
}, },
"funding": [ "funding": [
{ {
@ -10768,7 +10780,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-10-25T11:34:17+00:00" "time": "2022-01-04T09:57:54+00:00"
}, },
{ {
"name": "composer/spdx-licenses", "name": "composer/spdx-licenses",
@ -10852,16 +10864,16 @@
}, },
{ {
"name": "composer/xdebug-handler", "name": "composer/xdebug-handler",
"version": "2.0.3", "version": "2.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/xdebug-handler.git", "url": "https://github.com/composer/xdebug-handler.git",
"reference": "6555461e76962fd0379c444c46fd558a0fcfb65e" "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6555461e76962fd0379c444c46fd558a0fcfb65e", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/0c1a3925ec58a4ec98e992b9c7d171e9e184be0a",
"reference": "6555461e76962fd0379c444c46fd558a0fcfb65e", "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10898,7 +10910,7 @@
"support": { "support": {
"irc": "irc://irc.freenode.org/composer", "irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues", "issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/2.0.3" "source": "https://github.com/composer/xdebug-handler/tree/2.0.4"
}, },
"funding": [ "funding": [
{ {
@ -10914,7 +10926,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-12-08T13:07:32+00:00" "time": "2022-01-04T17:06:45+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
@ -11190,16 +11202,16 @@
}, },
{ {
"name": "filp/whoops", "name": "filp/whoops",
"version": "2.14.4", "version": "2.14.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filp/whoops.git", "url": "https://github.com/filp/whoops.git",
"reference": "f056f1fe935d9ed86e698905a957334029899895" "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/f056f1fe935d9ed86e698905a957334029899895", "url": "https://api.github.com/repos/filp/whoops/zipball/a63e5e8f26ebbebf8ed3c5c691637325512eb0dc",
"reference": "f056f1fe935d9ed86e698905a957334029899895", "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11249,7 +11261,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/filp/whoops/issues", "issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.14.4" "source": "https://github.com/filp/whoops/tree/2.14.5"
}, },
"funding": [ "funding": [
{ {
@ -11257,7 +11269,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-10-03T12:00:00+00:00" "time": "2022-01-07T12:00:00+00:00"
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
@ -12393,9 +12405,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": [],
"crater-invoice/modules": 20
},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {