Skip to content

Commit 45e3765

Browse files
author
Neuman Vong
committed
Fix misspelled extension dep
1 parent 24e0322 commit 45e3765

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
);
5757

5858
$package->addExtensionDep('required', 'json');
59-
$package->addExtensionDep('required', 'hash_hmac');
59+
$package->addExtensionDep('required', 'hash');
6060

6161
$package->setPhpDep('5.1');
6262

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<active>yes</active>
1515
</lead>
1616
<date>2011-03-25</date>
17-
<time>16:09:40</time>
17+
<time>16:47:26</time>
1818
<version>
1919
<release>0.0.0</release>
2020
<api>0.0.0</api>
@@ -50,7 +50,7 @@ No release notes.
5050
<name>json</name>
5151
</extension>
5252
<extension>
53-
<name>hash_hmac</name>
53+
<name>hash</name>
5454
</extension>
5555
</required>
5656
</dependencies>

0 commit comments

Comments
 (0)