File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12483&issuetype=1
142
142
143
143
This library may be installed or upgraded with:
144
144
145
- composer require " mongodb/mongodb=^1.0.0"
145
+ composer require mongodb/mongodb
146
146
147
147
Installation instructions for the PHP and HHVM driver may be found in the [PHP.net documentation](http://php.net/manual/en/mongodb.installation.php).
148
148
```
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ 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=^1.0.0"
39
+ $ composer require mongodb/mongodb
40
40
41
41
## Reporting Issues
42
42
Original file line number Diff line number Diff line change 33
33
34
34
.. code-block:: sh
35
35
36
- composer require " mongodb/mongodb=^1.0.0"
36
+ composer require mongodb/mongodb
37
37
38
38
While not recommended, you may also manually install the package via
39
39
the source tarballs attached to the `GitHub releases
You can’t perform that action at this time.
0 commit comments