From 642760f5bf065286088781ccd9bdd9f1527deac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 21 Apr 2023 11:32:48 +0200 Subject: [PATCH] Add `hash` to core extensions --- data/config.dist.json | 1 + src/ComposerRequireChecker/Cli/Options.php | 1 + 2 files changed, 2 insertions(+) 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',