Skip to content

Commit b236d4a

Browse files
Updated docs
1 parent 04c9939 commit b236d4a

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ CHANGE LOG
22
==========
33

44

5+
## 4.7.0 (UPCOMING)
6+
7+
* Add support for Reserved IPs
8+
* Add support for VPC `getAll`
9+
10+
511
## 4.6.1 (30/04/2023)
612

713
* Add missing team info to `Account` entity

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,16 @@ This version supports [PHP](https://php.net) 7.4-8.2. To get started, simply req
2222
### Standard Installation
2323

2424
```bash
25-
$ composer require "toin0u/digitalocean-v2:^4.6" \
26-
"guzzlehttp/guzzle:^7.5" "http-interop/http-factory-guzzle:^1.2"
25+
$ composer require "toin0u/digitalocean-v2:^4.7" \
26+
"guzzlehttp/guzzle:^7.5.1" "http-interop/http-factory-guzzle:^1.2"
2727
```
2828

2929
### Framework Integration
3030

3131
#### Laravel:
3232

3333
```bash
34-
$ composer require "graham-campbell/digitalocean:^10.0"
35-
```
36-
37-
#### Symfony:
38-
39-
```bash
40-
$ composer require "dunglas/digital-ocean-bundle:^1.0" \
41-
"symfony/http-client:^5.4" "nyholm/psr7:^1.5" "guzzlehttp/promises:^1.5"
34+
$ composer require "graham-campbell/digitalocean:^10.1"
4235
```
4336

4437
We are decoupled from any HTTP messaging client by using [PSR-7](https://www.php-fig.org/psr/psr-7/), [PSR-17](https://www.php-fig.org/psr/psr-17/), [PSR-18](https://www.php-fig.org/psr/psr-18/), and [HTTPlug](https://httplug.io/). You can visit [HTTPlug for library users](https://docs.php-http.org/en/latest/httplug/users.html) to get more information about installing HTTPlug related packages. The framework integration [graham-campbell/gitlab](https://github.com/GrahamCampbell/Laravel-GitLab) is by [Graham Campbell](https://github.com/GrahamCampbell) and [dunglas/digital-ocean-bundle](https://github.com/dunglas/DunglasDigitalOceanBundle) is by [Kévin Dunglas](https://github.com/dunglas).

0 commit comments

Comments
 (0)