From 9d51bd8e071838b31fc6581391f2fe737e7944b3 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 7 Oct 2022 16:37:45 +0200 Subject: [PATCH] Drop PHP 5.5 requirement from README, replace with PHP 7.1 Related: https://github.com/vgrem/phpSPO/pull/298 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 920bbac5..44e49805 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ require_once '/path/to/your-project/vendor/autoload.php'; #### Requirements -PHP version: [PHP 5.5 or later](https://secure.php.net/) +PHP version: [PHP 7.1 or later](https://www.php.net/) #### Working with SharePoint API