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.
32
32
PHP Driver Compatibility
33
33
------------------------
34
34
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
37
37
aggregation pipelines. The following sections show examples of how to use the
38
38
aggregation builder to create the stages of an aggregation pipeline:
39
39
40
- - :ref:`laravel-add-aggregation-dependency`
41
40
- :ref:`laravel-build-aggregation`
42
41
- :ref:`laravel-aggregation-examples`
43
42
- :ref:`laravel-create-custom-operator-factory`
@@ -49,27 +48,6 @@ aggregation builder to create the stages of an aggregation pipeline:
49
48
aggregation builder, see :ref:`laravel-query-builder-aggregations` in the
50
49
Query Builder guide.
51
50
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
-
73
51
.. _laravel-build-aggregation:
74
52
75
53
Create Aggregation Stages
You can’t perform that action at this time.
0 commit comments