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:
commit
dbf5c0ca51
10
README.md
10
README.md
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user