From 6f0cfaf61f5ca7e7943568198a897ddb428dcb61 Mon Sep 17 00:00:00 2001 From: Dave Liddament Date: Thu, 25 Nov 2021 13:52:33 +0000 Subject: [PATCH] UPDATE docs for PHP 8.1 --- README.md | 2 -- docs/Contributing.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 73e6d063..f43da0a3 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ -**This is still in beta.** - * [Why SARB](#why-sarb) * [Requirements](#requirements) * [Installing](#installing) diff --git a/docs/Contributing.md b/docs/Contributing.md index d27bff9b..e17225b0 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -18,6 +18,7 @@ Please make sure that the code runs on the following PHP versions: - 7.3 - 7.4 - 8.0 +- 8.1 ### Code checks