Commit f5054551 authored by Jeremy Mikola's avatar Jeremy Mikola

Update install docs for PHPC stable and PHPLIB beta

parent a3c0b97b
......@@ -29,14 +29,14 @@ extension, see:
As a high-level abstraction for the driver, this library naturally requires that
the [`mongodb` extension be installed](http://mongodb.github.io/mongo-php-driver/#installation):
$ pecl install mongodb-alpha
$ pecl install mongodb
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
The preferred method of installing this library is with
[Composer](https://getcomposer.org/) by running the following from your project
root:
$ composer require "mongodb/mongodb=0.3.x-dev"
$ composer require "mongodb/mongodb@beta"
## Reporting Issues
......
......@@ -23,7 +23,7 @@ extension, see:
Since this library is only a high-level abstraction for the driver, it requires
that the [`mongodb` extension be installed](http://mongodb.github.io/mongo-php-driver/#installation):
$ pecl install mongodb-beta
$ pecl install mongodb
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
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
[Composer](https://getcomposer.org/) by running the following from your project
root:
$ composer require "mongodb/mongodb=^1.0.0@alpha"
$ composer require "mongodb/mongodb=^1.0.0@beta"
## Generated API Docs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment