From 826d6403c2fccb1cfb5a990ddcac1ecec9b9abf0 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 14 Jul 2020 14:11:42 +0100 Subject: [PATCH] Tweaked installation doc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 059e515..7c674b2 100644 --- a/README.md +++ b/README.md @@ -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