Skip to content

Commit

Permalink
Add Phar extension in marketplace optional requirements
Browse files Browse the repository at this point in the history
see #14394
  • Loading branch information
cedric-anne committed Mar 27, 2023
1 parent 510f37c commit 5c6dbba
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/System/RequirementsManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,11 @@ function ($directory) {
true,
__('Enable email sending using SSL/TLS.')
);
$requirements[] = new Extension(
'zip',
true,
__('Enable installation of zip packages from marketplace.')
);
$requirements[] = new Extension(
'bz2',
$requirements[] = new ExtensionGroup(
__('PHP extensions for marketplace'),
['bz2', 'Phar', 'zip'],
true,
__('Enable installation of bz2 packages from marketplace.')
__('Enable support of most common packages formats in marketplace.')
);
$requirements[] = new Extension(
'Zend OPcache',
Expand Down

0 comments on commit 5c6dbba

Please sign in to comment.