From 7eaa8928670cc71354c046ccf2ff7beb74326fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 3 Jul 2022 20:31:14 +0200 Subject: [PATCH] Fix: Update PHP version requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d873673b..3e5ff634f2 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,5 @@ https://wiki.php.net/web/mirror ## Code requirements -Code must function on a vanilla PHP 7.2 installation. +Code must function on a vanilla PHP 7.3 installation. Please keep this in mind before filing a pull request.