Skip to content

Commit

Permalink
Added 'require' section to the composer.json example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjomckay committed Sep 30, 2014
1 parent 55a039d commit c69a990
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ $ composer require "jonjomckay/symfony-api-problem:~1.0-dev"
Or add the following line to your `composer.json`:

```javascript
"jonjomckay/symfony-api-problem": "~1.0-dev"
"require": {
"jonjomckay/symfony-api-problem": "~1.0-dev"
}
```

## Usage
Expand Down

0 comments on commit c69a990

Please sign in to comment.