Skip to content

Commit

Permalink
Updated composer and readme with new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Mar 22, 2015
1 parent 721b7a4 commit f4d15e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add this to the `require` section in your `composer.json` file.
```json
{
"require": {
"nbobtc/bitcoind-php": "~2.0@dev"
"nbobtc/bitcoind-php": "~2.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"extra": {
"branch-alias": {
"1.x-dev": "1.3.x-dev",
"2.x-dev": "2.0.x-dev"
"2.x-dev": "2.1.x-dev"
}
},
"require": {
Expand Down

0 comments on commit f4d15e2

Please sign in to comment.