Skip to content

Commit f13e4f9

Browse files
authored
Merge pull request #49 from Bandwidth/task/fix-supported-version
Update supported PHP Version in README and `composer.json`
2 parents 6f67c6c + b1079b9 commit f13e4f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ $webRtcClient->addParticipantToSession($accountId, $sessionId, $participantId);
141141

142142
## Supported PHP Versions
143143

144-
This package can be used with PHP >= 5.4
144+
This package can be used with PHP >= 7.2
145145

146146
## Documentation
147147

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"ext-SimpleXML": "*",
18-
"php": ">=5.4.0",
18+
"php": ">=7.2.0",
1919
"ext-curl": "*",
2020
"ext-json": "*",
2121
"ext-mbstring": "*",

0 commit comments

Comments
 (0)