Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 9585b65

Browse files
authored
Update installation instructions versions (#114)
1 parent 5150388 commit 9585b65

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ PHP related utilities and supporting software needed by Census.
1515
1. Install the `opencensus/opencensus` package using [composer][composer]:
1616

1717
```bash
18-
$ composer require opencensus/opencensus
18+
$ composer require opencensus/opencensus:~0.2
1919
```
2020

21+
**IMPORTANT: Please ensure your version is >= 0.2.0**. There is a potential security
22+
vulnerability in < 0.2.0.
23+
2124
1. [Optional]: Install the `opencensus` extension from [PECL][pecl]:
2225

2326
```bash
24-
$ pecl install opencensus-devel
27+
$ pecl install opencensus-alpha
2528
```
2629
Enable the extension in your `php.ini`:
2730

0 commit comments

Comments
 (0)