Fabien Potencier b8f1dc59c1 feature #2229 Bump minimum version to PHP 5.6 (fabpot)
This PR was merged into the 2.x branch.

Discussion
----------

Bump minimum version to PHP 5.6

Twig 2.0 will be released really soon now (hopefully by the end of the year). So, it's time again to reconsider the minimum PHP version we want to support.

I would like to bump it to PHP 5.6 for the following reasons:

* PHP 5.5 is not supported anymore (not even security fixes now);

* the latest Ubuntu LTS is already using PHP 7!

* #2228 allows to improve performance significantly and having this without the `if`statement makes the optimization more interesting.

What do you think?

Commits
-------

af3b0a5 bumped minimum version to PHP 5.6
2016-11-10 11:50:59 -08:00
2016-11-10 11:37:20 -08:00
2016-09-28 10:45:26 -07:00
2016-11-10 11:37:20 -08:00
2016-11-10 11:37:20 -08:00
2016-01-01 02:33:03 +01:00

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
Languages
PHP 99.9%