Commit c74b6432 authored by Jeremy Mikola's avatar Jeremy Mikola

Remove library version from Composer install examples

By default, Composer installs the most recent stable version and declares a requirement with the caret operator (allowing any newer versions up to but not including the next major version).
parent 6e636cb8
......@@ -142,7 +142,7 @@ https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12483&issuetype=1
This library may be installed or upgraded with:
composer require "mongodb/mongodb=^1.0.0"
composer require mongodb/mongodb
Installation instructions for the PHP and HHVM driver may be found in the [PHP.net documentation](http://php.net/manual/en/mongodb.installation.php).
```
......
......@@ -36,7 +36,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"
$ composer require mongodb/mongodb
## Reporting Issues
......
......@@ -33,7 +33,7 @@ root:
.. code-block:: sh
composer require "mongodb/mongodb=^1.0.0"
composer require mongodb/mongodb
While not recommended, you may also manually install the package via
the source tarballs attached to the `GitHub releases
......
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