mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
11f9ebe8b6fb4d18d02591c4a042d1cab94b72eb
This PR was merged into the 1.18-dev branch.
Discussion
----------
deprecated the String loader
Even if the String loader should never be used, people keep trying to use it. It's too confusing to keep and we don't really need it in tests. So, I propose to deprecate it in 1.x and remove it in 2.x
Commits
-------
3779435 deprecated the String loader
Twig, the flexible, fast, and secure template language for PHP ============================================================== Twig is a template language for PHP, released under the new BSD license (code and documentation). Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment. More Information ---------------- Read the `documentation`_ for more information. .. _documentation: http://twig.sensiolabs.org/documentation
Description
Languages
PHP
99.9%