This PR was squashed before being merged into the 1.x branch.
Discussion
----------
Fix CS
Commits
-------
59f3e8e5 Fix CS
bded3886 Migrate to the new PHP CS Fixer config file
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
Adding link to RFC
Reason for rewording the `twig/extra-bundle` part: It was not clear what "use" means here:
> Then, use the twig/extra-bundle on Symfony projects
Commits
-------
56fd57b3 Adding link to RFC
This PR was submitted for the 3.x branch but it was merged into the 2.x branch instead.
Discussion
----------
Added installation instructions
Commits
-------
4e2fd8f2 Added installation instructions
This PR was merged into the 2.x branch.
Discussion
----------
Allow installation of league/html-to-markdown 5.x
Release notes: https://github.com/thephpleague/html-to-markdown/releases/tag/5.0.0
There were no changes that would impact how this Twig Markdown Extension calls the html-to-markdown library, meaning that both 4.8+ and 5.x should be fully compatible.
Commits
-------
2c6fa023 Allow installation of league/html-to-markdown 5.x
This PR was squashed before being merged into the 1.x branch.
Discussion
----------
added PHP 8.1 as experimental
fixes#3494
Commits
-------
bef89dcc added PHP 8.1 as experimental
This PR was merged into the 2.x branch.
Discussion
----------
[Doc] Update the Twig version where spaceless filter was added
Commits
-------
e23852c8 [Doc] Update the Twig version where spaceless filter was added
This PR was merged into the 1.x branch.
Discussion
----------
Fix length filter doc Add some return types
These return types preemptively tell consumers that Twig 4 / PHP 9 might add real return types here.
For `Profile`, we can add the return types right away because the class is `@final`.
Spotted by DebugClassLoader comparing return types of internal PHP base types / magic methods.
Commits
-------
50d032c4 Add some return types
This PR was submitted for the 3.x branch but it was squashed and merged into the 2.x branch instead.
Discussion
----------
Add slug filter (follow-up to PR #3386)
Hi,
This is a follow-up to PR #3386, in which @seb-jean had done most of the work.
I went ahead and implemented the remaining fixes for the pending comments/reviews, and added some documentation on the filter.
Let me know if anything else should be done before this can be merged, and I will get it done ASAP.
Cheers!
Commits
-------
0fd67941 Add slug filter (follow-up to PR #3386)