From a96461a4754da8833a164d6be519ce74401994b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Wed, 21 Aug 2024 14:39:38 -0400 Subject: [PATCH 1/2] Add FTP to composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0342b77a1365c..b4e08740f0d20 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", + "ext-ftp": "*", "ext-gd": "*", "ext-hash": "*", "ext-iconv": "*", From 4346a936c19e404159a27fc7eb4e5ec0a49ea87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Sat, 24 Aug 2024 13:44:38 -0400 Subject: [PATCH 2/2] Adding ext-ftp to Magento Framework Composer --- lib/internal/Magento/Framework/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/internal/Magento/Framework/composer.json b/lib/internal/Magento/Framework/composer.json index 8d7b187874eff..8b006715fb885 100644 --- a/lib/internal/Magento/Framework/composer.json +++ b/lib/internal/Magento/Framework/composer.json @@ -14,6 +14,7 @@ "ext-bcmath": "*", "ext-curl": "*", "ext-dom": "*", + "ext-ftp": "*", "ext-gd": "*", "ext-hash": "*", "ext-iconv": "*",