Skip to content

Commit

Permalink
Merge pull request #49 from Bandwidth/task/fix-supported-version
Browse files Browse the repository at this point in the history
Update supported PHP Version in README and `composer.json`
  • Loading branch information
ajrice6713 authored Apr 25, 2022
2 parents 6f67c6c + b1079b9 commit f13e4f9
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 f13e4f9

Please sign in to comment.