1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 10:03:27 +01:00

Merge pull request #862 from pgodel/patch-1

Updated Composer installation instructions
This commit is contained in:
Michael Dowling 2014-10-15 11:45:07 -07:00
commit dbf5c0ca51

View File

@ -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: