File tree Expand file tree Collapse file tree 2 files changed +2
-23
lines changed Expand file tree Collapse file tree 2 files changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ on GitHub.
3232PHP Driver Compatibility
3333------------------------
3434
35- To use {+odm-long+}, you must use v1.21 of the {+php-library+} and {+php-extension+}.
35+ To use {+odm-long+} v5.2 or later, you must use v1.21 of the
36+ {+php-library+} and {+php-extension+}.
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ The {+odm-long+} aggregation builder lets you build aggregation stages and
3737aggregation pipelines. The following sections show examples of how to use the
3838aggregation builder to create the stages of an aggregation pipeline:
3939
40- - :ref:`laravel-add-aggregation-dependency`
4140- :ref:`laravel-build-aggregation`
4241- :ref:`laravel-aggregation-examples`
4342- :ref:`laravel-create-custom-operator-factory`
@@ -49,27 +48,6 @@ aggregation builder to create the stages of an aggregation pipeline:
4948 aggregation builder, see :ref:`laravel-query-builder-aggregations` in the
5049 Query Builder guide.
5150
52- .. _laravel-add-aggregation-dependency:
53-
54- Add the Aggregation Builder Dependency
55- --------------------------------------
56-
57- The aggregation builder is part of the {+agg-builder-package-name+} package.
58- You must add this package as a dependency to your project to use it. Run the
59- following command to add the aggregation builder dependency to your
60- application:
61-
62- .. code-block:: bash
63-
64- composer require {+agg-builder-package-name+}:{+agg-builder-version+}
65-
66- When the installation completes, verify that the ``composer.json`` file
67- includes the following line in the ``require`` object:
68-
69- .. code-block:: json
70-
71- "{+agg-builder-package-name+}": "{+agg-builder-version+}",
72-
7351.. _laravel-build-aggregation:
7452
7553Create Aggregation Stages
You can’t perform that action at this time.
0 commit comments