composer: fix lockfile

This commit is contained in:
Matthew Penner 2021-08-18 12:44:40 -06:00
parent b94d69bbab
commit 5d000ef10f
No known key found for this signature in database
GPG Key ID: 5396CC4C3C1C9704

3
composer.lock generated
View File

@ -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": "87961b026d9057d13cfc3f9cb21d367d",
"content-hash": "e90dffea56fa4b612863202553cba883",
"packages": [
{
"name": "aws/aws-sdk-php",
@ -10949,6 +10949,7 @@
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-zip": "*"
},