Skip to content

Commit

Permalink
Tweaked installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 14, 2020
1 parent 73a4b67 commit 826d640
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 @@ -28,7 +28,9 @@ Laravel DigitalOcean requires [PHP](https://php.net) 7.2-7.4. This particular ve
| 7.0 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |

To get the latest version, simply require the project using [Composer](https://getcomposer.org).
You will need to install at least one of the following dependencies: `guzzlehttp/guzzle:^6.3.1`, `guzzlehttp/guzzle:^7.0`, or `kriswallsmith/buzz: ^0.16`. For example, to use Guzzle 7:
You will need to install at least one of the following dependencies: `guzzlehttp/guzzle:^6.3.1`, `guzzlehttp/guzzle:^7.0`, or `kriswallsmith/buzz: ^0.16`.

For example, to use Guzzle 7:

```bash
$ composer require graham-campbell/digitalocean:^7.0 guzzlehttp/guzzle:^7.0
Expand Down

0 comments on commit 826d640

Please sign in to comment.