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
142142
143143This library may be installed or upgraded with:
144144
145- composer require " mongodb/mongodb=^1.0.0"
145+ composer require mongodb/mongodb
146146
147147Installation instructions for the PHP and HHVM driver may be found in the [PHP.net documentation](http://php.net/manual/en/mongodb.installation.php).
148148```
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The 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=^1.0.0"
39+ $ composer require mongodb/mongodb
4040
4141## Reporting Issues
4242
Original file line number Diff line number Diff line change 3333
3434.. code-block:: sh
3535
36- composer require " mongodb/mongodb=^1.0.0"
36+ composer require mongodb/mongodb
3737
3838While not recommended, you may also manually install the package via
3939the source tarballs attached to the `GitHub releases
You can’t perform that action at this time.
0 commit comments