Skip to content

Commit f94d107

Browse files
committed
minor #14500 Update to twig/cssinliner-extra (Nyholm)
This PR was merged into the 4.4 branch. Discussion ---------- Update to twig/cssinliner-extra The package twig/cssinliner-extension has been abandoned. Commits ------- 46ba359 Update to twig/cssinliner-extra
2 parents 501f371 + 46ba359 commit f94d107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/mime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ extension:
103103

104104
.. code-block:: terminal
105105
106-
$ composer require twig/cssinliner-extension
106+
$ composer require twig/cssinliner-extra
107107
108108
Now, enable the extension::
109109

110110
// ...
111-
use Twig\CssInliner\CssInlinerExtension;
111+
use Twig\Extra\CssInliner\CssInlinerExtension;
112112

113113
$loader = new FilesystemLoader(__DIR__.'/templates');
114114
$twig = new Environment($loader);

0 commit comments

Comments
 (0)