Skip to content

Commit

Permalink
Release 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 20, 2021
1 parent 7edbc45 commit af2a18e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ CHANGE LOG
==========


## V8.2 (20/02/2021)

* Require toin0u/digitalocean-v2 4.2


## V8.1 (25/01/2021)

* Require toin0u/digitalocean-v2 4.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 | :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: |

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.1" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
$ composer require "graham-campbell/digitalocean:^8.2" "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`.
Expand Down Expand Up @@ -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.1.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.2.0#examples, and the manager class at https://github.com/GrahamCampbell/Laravel-Manager#usage.

##### Further Information

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.*"
"toin0u/digitalocean-v2": "4.2.*"
},
"require-dev": {
"graham-campbell/analyzer": "^3.0",
Expand Down

0 comments on commit af2a18e

Please sign in to comment.