Skip to content

Commit 3c044bf

Browse files
committed
Update install docs for PHPC stable and PHPLIB beta
1 parent 75721ae commit 3c044bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension, see:
2323
Since this library is only a high-level abstraction for the driver, it requires
2424
that the [`mongodb` extension be installed](http://mongodb.github.io/mongo-php-driver/#installation):
2525

26-
$ pecl install mongodb-beta
26+
$ pecl install mongodb
2727
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
2828

2929
Instructions for installing the `mongodb` extension on HHVM may be found in the
@@ -33,7 +33,7 @@ The preferred method of installing this library is with
3333
[Composer](https://getcomposer.org/) by running the following from your project
3434
root:
3535

36-
$ composer require "mongodb/mongodb=^1.0.0@alpha"
36+
$ composer require "mongodb/mongodb=^1.0.0@beta"
3737

3838
## Generated API Docs
3939

0 commit comments

Comments
 (0)