We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79353de commit c4512e1Copy full SHA for c4512e1
src/Command/Image/GeneratePhp.php
@@ -88,7 +88,8 @@ class GeneratePhp extends Command
88
'opcache',
89
'xsl',
90
'zip',
91
- 'sodium'
+ 'sodium',
92
+ 'ftp'
93
];
94
95
private const DOCKERFILE = 'Dockerfile';
src/Compose/Php/ExtensionResolver.php
@@ -50,6 +50,7 @@ class ExtensionResolver
50
// Required for Magento 2.4.0+
51
52
'sodium',
53
54
55
56
/**
@@ -494,6 +495,9 @@ public static function getConfig(): array
494
495
BASH
496
],
497
498
+ 'ftp' => [
499
+ '>=8.4' => [self::EXTENSION_TYPE => self::EXTENSION_TYPE_CORE],
500
+ ],
501
502
}
503
0 commit comments