Skip to content

Commit f505455

Browse files
committed
Update install docs for PHPC stable and PHPLIB beta
1 parent a3c0b97 commit f505455

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ extension, see:
2929
As a high-level abstraction for the driver, this library naturally requires that
3030
the [`mongodb` extension be installed](http://mongodb.github.io/mongo-php-driver/#installation):
3131

32-
$ pecl install mongodb-alpha
32+
$ pecl install mongodb
3333
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
3434

3535
The preferred method of installing this library is with
3636
[Composer](https://getcomposer.org/) by running the following from your project
3737
root:
3838

39-
$ composer require "mongodb/mongodb=0.3.x-dev"
39+
$ composer require "mongodb/mongodb@beta"
4040

4141
## Reporting Issues
4242

Diff for: docs/index.md

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