Skip to content

Commit 88a4afd

Browse files
committed
Recommend to install ORM pack instead of Doctrine bundle
1 parent 680d415 commit 88a4afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine/dbal.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ makes it easy to execute queries and perform other database actions.
2121
Read the official Doctrine `DBAL Documentation`_ to learn all the details
2222
and capabilities of Doctrine's DBAL library.
2323

24-
First, install the Doctrine bundle:
24+
First, install the Doctrine ORM pack:
2525

2626
.. code-block:: terminal
2727
28-
$ composer require doctrine/doctrine-bundle
28+
$ composer require symfony/orm-pack
2929
3030
Then configure the ``DATABASE_URL`` environment variable in ``.env``:
3131

0 commit comments

Comments
 (0)