Skip to content

Commit b1079b9

Browse files
committed
Update supported PHP Version
1 parent e634660 commit b1079b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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

+1-1
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)