-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ The recommended way to install this library is [through Composer](http://getcomp | |
This will install the latest supported version: | ||
|
||
```bash | ||
$ composer require react/http-client:^0.5.1 | ||
$ composer require react/http-client:^0.5.2 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
clue
Author
Member
|
||
``` | ||
|
||
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md). | ||
|
Why not just remove the version there? It will automatically pick the latest.