From 1ff6dddbab205ce0e1ca7736bcf96c9b58cf6d39 Mon Sep 17 00:00:00 2001 From: Paul Gilzow Date: Fri, 22 Nov 2024 13:30:46 -0600 Subject: [PATCH] updates readme to indicate new min version of php --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a8e03..da3611f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This library provides a streamlined and easy to use way to interact with a Platform.sh environment. It offers utility methods to access routes and relationships more cleanly than reading the raw environment variables yourself. -This library requires PHP 7.2 or later. +This library requires PHP 7.4 or later. ## Install