Skip to content

Commit

Permalink
Merge branch 'master' of github.com:koto/phar-util
Browse files Browse the repository at this point in the history
  • Loading branch information
koto committed Jan 22, 2012
2 parents e24d1d1 + 34b7300 commit 892a9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PharUtil/RemotePharVerifier.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
if(!class_exists('PharUtil_SignatureVerificationException', false) {
if(!class_exists('PharUtil_SignatureVerificationException', false)) {
require_once 'PharUtil/SignatureVerificationException.php';
}

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ This step is optional (and discouraged) if you will only be reading Phar archive
### Install the package

Install the library through PEAR installer:

$ sudo pear channel-discover pear.kotowicz.net
$ sudo pear install kotowicz/PharUtil-beta

Expand Down

0 comments on commit 892a9ff

Please sign in to comment.