summaryrefslogtreecommitdiffstats
path: root/package.php
diff options
context:
space:
mode:
Diffstat (limited to 'package.php')
-rw-r--r--package.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.php b/package.php
index 83d50bd..b2e914a 100644
--- a/package.php
+++ b/package.php
@@ -56,7 +56,7 @@ $package->addMaintainer(
);
$package->addExtensionDep('required', 'json');
-$package->addExtensionDep('required', 'hash_hmac');
+$package->addExtensionDep('required', 'hash');
$package->setPhpDep('5.1');