File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ extension, see:
29
29
As a high-level abstraction for the driver, this library naturally requires that
30
30
the [ ` mongodb ` extension be installed] ( http://mongodb.github.io/mongo-php-driver/#installation ) :
31
31
32
- $ pecl install mongodb-alpha
32
+ $ pecl install mongodb
33
33
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
34
34
35
35
The preferred method of installing this library is with
36
36
[ Composer] ( https://getcomposer.org/ ) by running the following from your project
37
37
root:
38
38
39
- $ composer require "mongodb/mongodb=0.3.x-dev "
39
+ $ composer require "mongodb/mongodb@beta "
40
40
41
41
## Reporting Issues
42
42
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extension, see:
23
23
Since this library is only a high-level abstraction for the driver, it requires
24
24
that the [ ` mongodb ` extension be installed] ( http://mongodb.github.io/mongo-php-driver/#installation ) :
25
25
26
- $ pecl install mongodb-beta
26
+ $ pecl install mongodb
27
27
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
28
28
29
29
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
33
33
[ Composer] ( https://getcomposer.org/ ) by running the following from your project
34
34
root:
35
35
36
- $ composer require "mongodb/mongodb=^1.0.0@alpha "
36
+ $ composer require "mongodb/mongodb=^1.0.0@beta "
37
37
38
38
## Generated API Docs
39
39
You can’t perform that action at this time.
0 commit comments