From ccb66a03dafc86127fbb6fd1f1f980fb216b2730 Mon Sep 17 00:00:00 2001 From: Christian Flach Date: Mon, 17 Jan 2022 19:18:15 +0100 Subject: [PATCH] Update supported PHP versions in getting started doc --- docs/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index 0018fe9..9bb90cd 100755 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -20,7 +20,7 @@ Please note that only the following APIs are supported: ## PHP Requirements -- **PHP 7.x** (if you are still on PHP 5.x, you'll have to use version 2.x of this library) +- **PHP 7.1 and later (including PHP 8)** (if you are still on PHP 5.x, you'll have to use version 2.x of this library) - PHP json extension - PHP libxml extension - PHP simplexml extension