Skip to content

Commit 7825a3a

Browse files
committed
wip
1 parent d49b7dd commit 7825a3a

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

docs/compatibility.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ on GitHub.
3232
PHP 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+}.

docs/fundamentals/aggregation-builder.txt

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ The {+odm-long+} aggregation builder lets you build aggregation stages and
3737
aggregation pipelines. The following sections show examples of how to use the
3838
aggregation 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

7553
Create Aggregation Stages

0 commit comments

Comments
 (0)