Skip to content

Commit

Permalink
Update supported PHP Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed Mar 23, 2022
1 parent e634660 commit b1079b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"ext-SimpleXML": "*",
"php": ">=5.4.0",
"php": ">=7.2.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand Down

0 comments on commit b1079b9

Please sign in to comment.