We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde49a0 commit a669f42Copy full SHA for a669f42
README.md
@@ -36,7 +36,7 @@ The preferred method of installing this library is with
36
[Composer](https://getcomposer.org/) by running the following from your project
37
root:
38
39
- $ composer require "mongodb/mongodb=0.2.x-dev"
+ $ composer require "mongodb/mongodb=0.3.x-dev"
40
41
## Reporting Issues
42
composer.json
@@ -18,7 +18,7 @@
18
},
19
"extra": {
20
"branch-alias": {
21
- "dev-master": "0.2.x-dev"
+ "dev-master": "0.3.x-dev"
22
}
23
24
0 commit comments