Skip to content

Commit

Permalink
Merge pull request #43013 from nextcloud/backport/42821/stable28
Browse files Browse the repository at this point in the history
[stable28] Remove disputed bz2 check
  • Loading branch information
susnux authored Feb 2, 2024
2 parents 3658380 + d8ba5f6 commit eab6b49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/settings/lib/SetupChecks/PhpModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ class PhpModules implements ISetupCheck {
'zlib',
];
protected const RECOMMENDED_MODULES = [
'intl',
'sysvsem',
'exif',
'intl',
'sodium',
'bz2',
'sysvsem',
];

public function __construct(
Expand Down

0 comments on commit eab6b49

Please sign in to comment.