Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFox committed Aug 5, 2014
1 parent e55a859 commit 044c4c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install: composer.phar

update: composer.phar
./composer.phar self-update
./composer.phar update -vv
./composer.phar update

composer.phar:
curl -sS https://getcomposer.org/installer | php
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Hashcash
PHP implementation of [Hashcash](http://hashcash.org) 1.

[![Latest Stable Version](https://poser.pugx.org/thefox/hashcash/v/stable.png)](https://packagist.org/packages/thefox/hashcash)
[![Latest Unstable Version](https://poser.pugx.org/thefox/hashcash/v/unstable.png)](https://packagist.org/packages/thefox/hashcash)
[![License](https://poser.pugx.org/thefox/hashcash/license.png)](https://packagist.org/packages/thefox/hashcash)

## Installation
The preferred method of installation is via [Packagist](https://packagist.org/packages/thefox/hashcash) and [Composer](https://getcomposer.org/). Run the following command to install the package and add it as a requirement to composer.json:

Expand Down

0 comments on commit 044c4c2

Please sign in to comment.