File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Download and Install
5858
5959 - :php:`PHP <install>` version 7.4 or later
6060 - `Composer <https://getcomposer.org/download/>`__ version 2.0 or later
61+ - :github:`pie </php/pie/blob/main/docs/usage.md>`
6162
6263 .. step:: Install the MongoDB PHP extension
6364
@@ -74,9 +75,9 @@ Download and Install
7475
7576 .. code-block:: bash
7677
77- pie install mongodb/mongodb-extension^{+full-version+}
78+ pie install mongodb/mongodb-extension: ^{+full-version+}
7879
79- Tto install a {+extension-short+} version before v1.21, you must
80+ To install a {+extension-short+} version before v1.21, you must
8081 use the :php:`pecl command <mongodb.installation#mongodb.installation.pecl>`.
8182
8283 .. step:: Create a project directory
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ directory:
6767
6868 .. code-block:: bash
6969
70- sudo pecl upgrade mongodb-<version-number>
70+ pecl upgrade mongodb-<version-number>
7171
7272To upgrade the PHP library version, replace ``<version-number>`` with the
7373version number you want to upgrade to and run the following command in your
You can’t perform that action at this time.
0 commit comments