mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
Merge branch '2.x' into 3.x
* 2.x: Fix CS Slug filter: Mentioning requiredStringExtension Fix CS Added installation instructions
This commit is contained in:
@@ -30,7 +30,6 @@ argument:
|
||||
The ``slug`` filter uses the method by the same name in Symfony's
|
||||
`AsciiSlugger <https://symfony.com/doc/current/components/string.html#slugger>`_.
|
||||
|
||||
|
||||
.. note::
|
||||
|
||||
The ``slug`` filter is part of the ``StringExtension`` which is not
|
||||
|
||||
@@ -3,3 +3,8 @@ Twig Extra Bundle
|
||||
|
||||
This package is a Symfony bundle that allows to use all "extra" extensions
|
||||
without any configuration.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
composer require twig/extra-bundle
|
||||
|
||||
Reference in New Issue
Block a user