From b1079b9ebb0ab1b36736dc602fa504b86f662b69 Mon Sep 17 00:00:00 2001 From: AJ Rice <53190766+ajrice6713@users.noreply.github.com> Date: Wed, 23 Mar 2022 13:58:18 -0400 Subject: [PATCH] Update supported PHP Version --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 373ab95..24e097e 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ $webRtcClient->addParticipantToSession($accountId, $sessionId, $participantId); ## Supported PHP Versions -This package can be used with PHP >= 5.4 +This package can be used with PHP >= 7.2 ## Documentation diff --git a/composer.json b/composer.json index a464789..8944e38 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "ext-SimpleXML": "*", - "php": ">=5.4.0", + "php": ">=7.2.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*",