Skip to content

Commit

Permalink
Updated Composer installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pgodel committed Oct 13, 2014
1 parent 28b51e1 commit 3057497
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Expand Up @@ -52,14 +52,10 @@ The recommended way to install Guzzle is through
curl -sS https://getcomposer.org/installer | php
```

Next, update your project's composer.json file to include Guzzle:
Next, run the Composer command to install the latest stable version of Guzzle:

```javascript
{
"require": {
"guzzlehttp/guzzle": "~5.0"
}
}
```bash
composer require guzzlehttp/guzzle
```

After installing, you need to require Composer's autoloader:
Expand Down

0 comments on commit 3057497

Please sign in to comment.