This PR was merged into the 2.x branch.
Discussion
----------
Add suggestions for extra extensions
Commits
-------
908eef05 added suggestions for extra extensions
This PR was merged into the 2.x branch.
Discussion
----------
Revamping bundle structure to not mix source code with config files
Still compatible with any Symfony version.
Commits
-------
f24f057a Revamping bundle structure to not mix source code with config files
This PR was submitted for the 3.x branch but it was merged into the 2.x branch instead (closes#3117).
Discussion
----------
Fix PHPDoc of twig_get_attribute()
@fabpot Repel the attack of the French keyboard
props. @phpstan
Commits
-------
1aa7dbff Fix PHPDoc of twig_get_attribute()
This PR was merged into the 2.x branch.
Discussion
----------
move the HTML extension to an external Composer package
Commits
-------
59bb9d10 moved the HTML extension to an external Composer package
This PR was merged into the 1.x branch.
Discussion
----------
Remove usage of getmockBuilder() when not needed
/cc @jderusse
Commits
-------
5861a539 removed usage of getmockBuilder() when not needed
This PR was merged into the 2.x branch.
Discussion
----------
Fix compatibility with PHPUnit 8
adds `: void` return typehint on methods `setup` and `teardown`
Commits
-------
f348f6ea Fix compatibility with PHPUnit 8
This PR was squashed before being merged into the 2.x branch (closes#3110).
Discussion
----------
Fix PHPUnit deprecations
#3103 followup for 2.x
Commits
-------
5ebcecf2 Fix PHPUnit deprecations
This PR was merged into the 1.x branch.
Discussion
----------
Update PhpUnitBridge and fix deprecations
This PR:
- update dev dependency to `phpunit-bridge` to `^4.4@dev` in order to get polyfill methods
- fix deprecated tests
- update cs-fixer rule
Commits
-------
b776e41f Update to PhpUnitBridge and fix deprecations
This PR was merged into the 1.x branch.
Discussion
----------
Fix the "empty" test on Traversable instances
closes#3101
Commits
-------
b202fe38 fixed the "empty" test on Traversable instances
This PR was merged into the 2.x branch.
Discussion
----------
Add extra argument to filter column
Added optional argument to `twig_array_column`, `$index_key`, to reflect proper arguments for underlaying `PHP` function `column`
Commits
-------
7ca47f2e Update CoreExtension.php