From f57d5f79080edb6eda155f535122116d2f690458 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Wed, 19 Feb 2020 19:45:12 -0800 Subject: [PATCH] Add PHP 7.4 to list of compatible versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aaa7f8..6421bd3 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ For latest commit version: ### Requirements -PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, and HHVM. +PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, and HHVM. ### Quick Start and Examples