File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ extension, see:
2929As a high-level abstraction for the driver, this library naturally requires that
3030the [ ` 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
3535The preferred method of installing this library is with
3636[ Composer] ( https://getcomposer.org/ ) by running the following from your project
3737root:
3838
39- $ composer require "mongodb/mongodb=0.3.x-dev "
39+ $ composer require "mongodb/mongodb@beta "
4040
4141## Reporting Issues
4242
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extension, see:
2323Since this library is only a high-level abstraction for the driver, it requires
2424that 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
2929Instructions 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
3434root:
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
You can’t perform that action at this time.
0 commit comments