From 00f9fcce2734917cdf3b4ee9bf090d01535d797b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 14 Mar 2021 23:20:20 +0000 Subject: [PATCH] Release 8.3.0 --- CHANGELOG.md | 5 +++++ README.md | 6 +++--- composer.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9626fda..57eecab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ CHANGE LOG ========== +## V8.3 (14/03/2021) + +* Require toin0u/digitalocean-v2 4.3 + + ## V8.2 (20/02/2021) * Require toin0u/digitalocean-v2 4.2 diff --git a/README.md b/README.md index 035fb2c..477cdd5 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ Laravel DigitalOcean requires [PHP](https://php.net) 7.2-8.0. This particular ve | 5.4 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | | 6.0 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | | 7.3 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| 8.2 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| 8.3 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :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 any packages that "provide" `psr/http-client-implementation` and `psr/http-factory-implementation`. Most users will want: For example, to use Guzzle 7: ```bash -$ composer require "graham-campbell/digitalocean:^8.2" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0" +$ composer require "graham-campbell/digitalocean:^8.3" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0" ``` Once installed, if you are not using automatic package discovery, then you need to register the `GrahamCampbell\DigitalOcean\DigitalOceanServiceProvider` service provider in your `config/app.php`. @@ -155,7 +155,7 @@ class Foo App::make('Foo')->bar(); ``` -For more information on how to use the `DigitalOceanV2\Client` class we are calling behind the scenes here, check out the docs at https://github.com/DigitalOceanPHP/Client/tree/4.2.0#examples, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage. +For more information on how to use the `DigitalOceanV2\Client` class we are calling behind the scenes here, check out the docs at https://github.com/DigitalOceanPHP/Client/tree/4.3.0#examples, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage. ##### Further Information diff --git a/composer.json b/composer.json index 9a34e91..2784d04 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "graham-campbell/manager": "^4.5", "illuminate/contracts": "^6.0 || ^7.0 || ^8.0", "illuminate/support": "^6.0 || ^7.0 || ^8.0", - "toin0u/digitalocean-v2": "4.2.*" + "toin0u/digitalocean-v2": "4.3.*" }, "require-dev": { "graham-campbell/analyzer": "^3.0",