From e82d8550f5859370a7e8c7615114a7c77a7fa309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Mon, 16 Oct 2023 09:20:59 +0200 Subject: [PATCH] Update install instructions to include GraPHP v1 beta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83563d4..c314616 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ Once released, this project will follow [SemVer](https://semver.org/). At the moment, this will install the latest development version: ```bash -composer require graphp/graphviz:^1@dev +composer require graphp/graphviz:^1@dev graphp/graph:^1@dev ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.