Skip to content

Commit 698f6ed

Browse files
Updated change log and laravel package version
1 parent 08bbf3b commit 698f6ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.8.0 (XX/10/2023)
6+
7+
* Added support for PHP 8.3
8+
* Add support for disabling installation of DO agent
9+
10+
511
## 4.7.0 (30/04/2023)
612

713
* Add support for Reserved IPs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ composer require "toin0u/digitalocean-v2:^4.8" \
3131
#### Laravel:
3232

3333
```bash
34-
$ composer require "graham-campbell/digitalocean:^10.1"
34+
$ composer require "graham-campbell/digitalocean:^10.2"
3535
```
3636

3737
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)