Fabien Potencier
c070cd719c
Drop support for 8.0
2024-08-10 12:32:24 +02:00
Pierre
c5c95a2d5c
Issue #3828 : Add sequence and mapping tests
2024-06-22 19:48:59 +02:00
Fabien Potencier
b1a8feaa55
Remove support for Twig 2.x and unmaintained Symfony versions
2024-01-25 08:19:28 +01:00
Fabien Potencier
54d34b969b
Move functions for CoreExtension
2023-12-10 20:13:10 +01:00
Fabien Potencier
72071e8ece
Move functions for EscaperExtension
2023-12-10 11:49:57 +01:00
Fabien Potencier
196e91dd72
Move functions for StringLoaderExtension
2023-12-10 11:38:36 +01:00
Fabien Potencier
d4d016034c
Move functions for DebugExtension
2023-12-10 11:35:00 +01:00
Fabien Potencier
16abb69d12
Deprecate internal extension functions in favor of methods on the extension classes
2023-12-09 18:11:17 +01:00
Jérôme Tamarelle
1d5c09285f
Use PHP 8.0 functions with polyfill
2023-10-08 17:11:07 +02:00
Christian Flothmann
b8b0c39663
allow Symfony 7 packages to be installed
2023-09-11 13:25:50 +02:00
Fabien Potencier
fa5f1d4c2e
Merge branch '2.x' into 3.x
...
* 2.x:
Bump min deps
2023-07-29 17:34:56 +02:00
Fabien Potencier
c12990f9e7
Bump min deps
2023-07-29 13:31:08 +02:00
Tobias Meindl
d140542c2e
Allow psr/container 2.0.2
...
Should allow psr/container 2.0.2 - not only 1.1.2
Changes:
https://github.com/php-fig/container/compare/2.0.2...1.1.2
2023-02-15 10:01:39 +01:00
Fabien Potencier
08d2037f26
Bump version to 3.6
2023-02-09 07:45:16 +01:00
Fabien Potencier
0c8f5b2ea4
Bump version to 3.5
2022-12-27 13:23:36 +01:00
Fabien Potencier
ed19f4bf9d
Prepare the 3.4.0 release
2022-05-15 08:25:28 +02:00
Fabien Potencier
2fcc95728f
Prepare the 2.15.0 release
2022-05-15 08:21:48 +02:00
Fabien Potencier
e5a146fd8c
This reverts commit 7389f48a1f.
2022-01-03 11:41:54 +01:00
Fabien Potencier
e3eb9fcc42
Merge branch '2.x' into 3.x
...
* 2.x:
Update CHANGELOG
Add compat with PHP 7.1 back
2022-01-03 11:40:21 +01:00
Fabien Potencier
7389f48a1f
Add compat with PHP 7.1 back
2022-01-03 11:35:05 +01:00
Nicolas Grekas
1e53d27a37
Merge branch '2.x' into 3.x
...
* 2.x:
Allow Symfony 6
2021-05-20 16:28:34 +02:00
Nicolas Grekas
ea5de7e626
Allow Symfony 6
2021-05-20 16:22:31 +02:00
Fabien Potencier
d56d9b13be
Bump version to 3.3.0
2021-02-08 10:54:03 +01:00
Fabien Potencier
bc4f0e2d62
Prepare the 3.2.0 release
2021-01-05 11:22:42 +01:00
Fabien Potencier
dbc45e2421
Merge branch '1.x' into 2.x
...
* 1.x:
Drop support for PHP 7.1
Update CHANGELOG
Emphase the fact that the include tag outputs data
Update ChANGELOG
2020-10-21 12:24:53 +02:00
Fabien Potencier
83d8e43136
Drop support for PHP 7.1
2020-10-21 12:11:02 +02:00
Fabien Potencier
b62e30eff1
Bump version
2020-08-23 14:03:42 +02:00
Fabien Potencier
7c3f4ec8e9
Bump version
2020-08-23 14:01:50 +02:00
Fabien Potencier
c6927de9e7
Bump version
2020-08-23 13:59:06 +02:00
Nicolas Grekas
3aa40a42b3
Merge branch '2.x' into 3.x
...
* 2.x:
Try running all tests on nightly
Minor fixes
Fix Travis config
2020-05-21 11:56:39 +02:00
Nicolas Grekas
791f001ae6
Merge branch '1.x' into 2.x
...
* 1.x:
Minor fixes
2020-05-21 11:15:20 +02:00
Fabien Potencier
70dc998309
Merge branch '2.x' into 3.x
...
* 2.x:
Tweak PHP constraint
Remove boilerplate to run tests on PHP 8
2020-05-21 07:43:16 +02:00
Fabien Potencier
997dc9c192
Merge branch '1.x' into 2.x
...
* 1.x:
Tweak PHP constraint
Remove boilerplate to run tests on PHP 8
2020-05-21 07:38:18 +02:00
Fabien Potencier
f59c2596ad
Tweak PHP constraint
2020-05-21 07:36:43 +02:00
Nicolas Grekas
dd3defb982
Remove boilerplate to run tests on PHP 8
2020-05-20 19:48:43 +02:00
Fabien Potencier
d57e50d778
Merge branch '2.x' into 3.x
...
* 2.x:
Allow dev versions
Allow PHP 8 for extra packages
Fix Travis
Bump version to 2.13
Fix integration tests
Fix PHP 8 compat
Install the phpunit-bridge with PHP 7.4 when testing nightly
Add PHP 8 / nightly in Travis matrix
Drop support for PHP 7.0
2020-05-19 15:23:33 +02:00
Fabien Potencier
9270d3e0e0
Allow dev versions
2020-05-19 15:17:30 +02:00
Fabien Potencier
36be0cd585
Bump version to 2.13
2020-05-19 15:07:44 +02:00
Fabien Potencier
2d5e36b759
Merge branch '1.x' into 2.x
...
* 1.x:
Fix integration tests
Fix PHP 8 compat
Install the phpunit-bridge with PHP 7.4 when testing nightly
Add PHP 8 / nightly in Travis matrix
Drop support for PHP 7.0
2020-05-19 15:03:51 +02:00
Fabien Potencier
6a0ab744d2
Fix PHP 8 compat
2020-05-19 14:22:31 +02:00
Fabien Potencier
9810bf558a
Drop support for PHP 7.0
2020-05-19 12:19:14 +02:00
Fabien Potencier
52028f91eb
Drop PHP 5 support
2020-05-19 07:02:07 +02:00
Fabien Potencier
e5ae15e7de
Merge branch '2.x' into 3.x
...
* 2.x:
support Sf5
Fix constraints
Update doc with new escaping behavior
Remove obsolete page
language typo
Add missing suggestions in Twig Extra Bundle
2019-12-28 08:09:27 +01:00
Fabien Potencier
e74a51ecb1
Merge branch '1.x' into 2.x
...
* 1.x:
Update doc with new escaping behavior
Remove obsolete page
language typo
2019-12-28 08:09:20 +01:00
Fabien Potencier
1a874b581a
Remove obsolete page
2019-12-20 13:14:10 +01:00
Javier Eguiluz
3c4cc70fef
Lower the PHP requirement
2019-12-19 17:48:12 +01:00
Fabien Potencier
c433c6ae0b
Merge branch '2.x' into 3.x
...
* 2.x:
Fix tests
2019-11-28 15:03:28 +01:00
Fabien Potencier
41b651736c
Merge branch '1.x' into 2.x
...
* 1.x:
Fix tests
2019-11-28 15:02:56 +01:00
Fabien Potencier
8a6010f695
Fix tests
2019-11-28 14:58:09 +01:00
Nicolas Grekas
b845ed969e
Twig 2 is compatible with PHP 7.0
2019-09-20 15:13:40 +02:00