composer: upgrade, again.

This commit is contained in:
Matthew Penner
2021-07-15 16:10:34 -06:00
parent 779b0eca67
commit 11bafe42b4
2 changed files with 40 additions and 40 deletions

46
composer.lock generated
View File

@@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e90dffea56fa4b612863202553cba883",
"content-hash": "9b9389e6101a3fe78e8cbbb1870cf951",
"packages": [
{
"name": "aws/aws-sdk-php",
"version": "3.185.12",
"version": "3.185.14",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "65299008b7a04245bf63cd71fca8e6d4ab3728bc"
"reference": "9faaa7f7fafe569049bbb615767d8e3fa83d9fb7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/65299008b7a04245bf63cd71fca8e6d4ab3728bc",
"reference": "65299008b7a04245bf63cd71fca8e6d4ab3728bc",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9faaa7f7fafe569049bbb615767d8e3fa83d9fb7",
"reference": "9faaa7f7fafe569049bbb615767d8e3fa83d9fb7",
"shasum": ""
},
"require": {
@@ -92,9 +92,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.185.12"
"source": "https://github.com/aws/aws-sdk-php/tree/3.185.14"
},
"time": "2021-07-13T19:37:41+00:00"
"time": "2021-07-15T18:15:50+00:00"
},
{
"name": "brick/math",
@@ -154,24 +154,23 @@
},
{
"name": "doctrine/cache",
"version": "2.0.3",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88"
"reference": "ac77408b22cc6c4d0b4947d20a3889be3043566e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88",
"reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88",
"url": "https://api.github.com/repos/doctrine/cache/zipball/ac77408b22cc6c4d0b4947d20a3889be3043566e",
"reference": "ac77408b22cc6c4d0b4947d20a3889be3043566e",
"shasum": ""
},
"require": {
"php": "~7.1 || ^8.0"
},
"conflict": {
"doctrine/common": ">2.2,<2.4",
"psr/cache": ">=3"
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
@@ -180,8 +179,9 @@
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"predis/predis": "~1.0",
"psr/cache": "^1.0 || ^2.0",
"symfony/cache": "^4.4 || ^5.2"
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
"symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
@@ -233,7 +233,7 @@
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/2.0.3"
"source": "https://github.com/doctrine/cache/tree/2.1.0"
},
"funding": [
{
@@ -249,7 +249,7 @@
"type": "tidelift"
}
],
"time": "2021-05-25T09:43:04+00:00"
"time": "2021-07-14T11:22:57+00:00"
},
{
"name": "doctrine/dbal",
@@ -2248,16 +2248,16 @@
},
{
"name": "monolog/monolog",
"version": "2.3.0",
"version": "2.3.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "df991fd88693ab703aa403413d83e15f688dae33"
"reference": "9738e495f288eec0b187e310b7cdbbb285777dbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/df991fd88693ab703aa403413d83e15f688dae33",
"reference": "df991fd88693ab703aa403413d83e15f688dae33",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/9738e495f288eec0b187e310b7cdbbb285777dbe",
"reference": "9738e495f288eec0b187e310b7cdbbb285777dbe",
"shasum": ""
},
"require": {
@@ -2328,7 +2328,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.3.0"
"source": "https://github.com/Seldaek/monolog/tree/2.3.1"
},
"funding": [
{
@@ -2340,7 +2340,7 @@
"type": "tidelift"
}
],
"time": "2021-07-05T11:34:13+00:00"
"time": "2021-07-14T11:56:39+00:00"
},
{
"name": "mtdowling/jmespath.php",