Skip to content

Commit

Permalink
Corrected Composer JSON in README.
Browse files Browse the repository at this point in the history
Syntax highlighting requires complete JSON object.
  • Loading branch information
pda committed Feb 28, 2013
1 parent 23f72be commit 7ee2c3a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ beanstalkd up to the latest version 1.4 is supported. All commands and response
Installation with Composer
-------------

Add the following lines to your `composer.json` requirements:
Declare pheanstalk as a dependency in your projects `composer.json` file:

``` json
"require": {
"pda/pheanstalk": "dev-master"
{
"require": {
"pda/pheanstalk": "dev-master"
}
}
```

Expand Down

0 comments on commit 7ee2c3a

Please sign in to comment.