Add additional platform requirements to `composer.lock`

This commit is contained in:
Christopher C. Wells 2021-04-05 21:19:28 -07:00
parent 6f31424d2b
commit 77ab6ae079
2 changed files with 8 additions and 2 deletions

View File

@ -5,7 +5,10 @@
"license": "MPL-2.0",
"require": {
"php": "^8.0",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*",
"babenkoivan/elastic-migrations": "^1.4",
"babenkoivan/elastic-scout-driver": "^1.3",
"babenkoivan/elastic-scout-driver-plus": "^2.0",

7
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": "9903b4bc6eec471c743f128dda5f9eb3",
"content-hash": "287f73afff6b4c135e8b89ce336c69e1",
"packages": [
{
"name": "asm89/stack-cors",
@ -11212,7 +11212,10 @@
"prefer-lowest": false,
"platform": {
"php": "^8.0",
"ext-gd": "*"
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"