From ae57db3f0179cfa156250158b5ebda9a681df517 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Mon, 5 Apr 2021 21:13:48 -0700 Subject: [PATCH] Add `gd` as platform requirement --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 4c130c8..cb47581 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "license": "MPL-2.0", "require": { "php": "^8.0", + "ext-gd": "*", "babenkoivan/elastic-migrations": "^1.4", "babenkoivan/elastic-scout-driver": "^1.3", "babenkoivan/elastic-scout-driver-plus": "^2.0",