diff --git a/data/config.dist.json b/data/config.dist.json index a4c727fd..eac769e1 100644 --- a/data/config.dist.json +++ b/data/config.dist.json @@ -4,6 +4,7 @@ "Core", "date", "json", + "hash", "pcre", "Phar", "Reflection", diff --git a/src/ComposerRequireChecker/Cli/Options.php b/src/ComposerRequireChecker/Cli/Options.php index da1485df..db11fa43 100644 --- a/src/ComposerRequireChecker/Cli/Options.php +++ b/src/ComposerRequireChecker/Cli/Options.php @@ -44,6 +44,7 @@ class Options 'Core', 'date', 'json', + 'hash', 'pcre', 'Phar', 'Reflection',