Skip to content

Commit

Permalink
Remove disputed bz2 check
Browse files Browse the repository at this point in the history
Signed-off-by: J0WI <[email protected]>
  • Loading branch information
J0WI authored and backportbot[bot] committed Jan 22, 2024
1 parent 7026fa6 commit 7e8d1d3
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 7e8d1d3

Please sign in to comment.