Skip to content

Commit

Permalink
Fix misspelled extension dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Neuman Vong committed Mar 25, 2011
1 parent 24e0322 commit 45e3765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
);

$package->addExtensionDep('required', 'json');
$package->addExtensionDep('required', 'hash_hmac');
$package->addExtensionDep('required', 'hash');

$package->setPhpDep('5.1');

Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<active>yes</active>
</lead>
<date>2011-03-25</date>
<time>16:09:40</time>
<time>16:47:26</time>
<version>
<release>0.0.0</release>
<api>0.0.0</api>
Expand Down Expand Up @@ -50,7 +50,7 @@ No release notes.
<name>json</name>
</extension>
<extension>
<name>hash_hmac</name>
<name>hash</name>
</extension>
</required>
</dependencies>
Expand Down

0 comments on commit 45e3765

Please sign in to comment.