diff --git a/CHANGELOG.md b/CHANGELOG.md index 6418925..e1e7850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ CHANGE LOG ========== +## V8.1 (25/01/2021) + +* Require toin0u/digitalocean-v2 4.1 + + ## V8.0 (22/12/2020) * Require toin0u/digitalocean-v2 4.0 diff --git a/README.md b/README.md index 0fdae40..acc582a 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.0 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| 8.1 | :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.0" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0" +$ composer require "graham-campbell/digitalocean:^8.1" "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.0.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.1.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 d028a15..1f473b4 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.0.*" + "toin0u/digitalocean-v2": "4.1.*" }, "require-dev": { "graham-campbell/analyzer": "^3.0",