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": "*",