From ae9925bf7220037b87799c300f6ccc8521322c4c Mon Sep 17 00:00:00 2001 From: Simon Bennett Date: Mon, 19 Jun 2023 11:24:22 +0100 Subject: [PATCH] Update README.md Link the Laravel stuff to the correct repo and save having to keep the versions in sync --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f41121b..866a3b8 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,7 @@ $ composer require "toin0u/digitalocean-v2:^4.7" \ #### Laravel: -```bash -$ composer require "graham-campbell/digitalocean:^10.1" -``` +See https://github.com/GrahamCampbell/Laravel-DigitalOcean#installation 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).