Skip to content

Commit 7da3c73

Browse files
committed
Removed references to phar, and fixed minimum requires in README
1 parent 9715e33 commit 7da3c73

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ command line:
2525
$ ./composer.phar require opentok/opentok 4.4.x
2626
```
2727

28-
### Manually:
29-
30-
Download the `opentok.phar` file for the latest release from the [Releases](https://github.com/opentok/opentok-php-sdk/releases)
31-
page.
32-
33-
Place `opentok.phar` in the [include_path](http://www.php.net/manual/en/ini.core.php#ini.include-path) OR
34-
require it in any script which uses the `OpenTok\*` classes.
35-
3628
## Usage
3729

3830
### Initializing
@@ -514,9 +506,7 @@ Reference documentation is available at
514506
You need an OpenTok API key and API secret, which you can obtain by logging into your
515507
[TokBox account](https://tokbox.com/account).
516508

517-
The OpenTok PHP SDK requires PHP 5.6+ or PHP 7+
518-
519-
For PHP 5.5 and lower please use PHP SDK v2.5
509+
The OpenTok PHP SDK requires PHP 7.2 or higher.
520510

521511
## Release Notes
522512

0 commit comments

Comments
 (0)