Skip to content

Commit 7788c43

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Showing new -extra Twig extension repos
2 parents b578c7f + 381c264 commit 7788c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mailer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,9 @@ it with:
413413

414414
.. code-block:: terminal
415415
416-
$ composer require twig/cssinliner-extra
416+
$ composer require twig/extra-bundle twig/cssinliner-extra
417417
418-
The extension is enabled automatically. To use this, wrap the entire template
418+
The extension is enabled automatically. To use it, wrap the entire template
419419
with the ``inline_css`` filter:
420420

421421
.. code-block:: html+twig
@@ -515,7 +515,7 @@ the extension in your application:
515515

516516
.. code-block:: terminal
517517
518-
$ composer require twig/inky-extra
518+
$ composer require twig/extra-bundle twig/inky-extra
519519
520520
The extension adds an ``inky_to_html`` filter, which can be used to convert
521521
parts or the entire email contents from Inky to HTML:

0 commit comments

Comments
 (0)