Merge branch '2.x' into 3.x

* 2.x:
  Update CHANGELOG
  Add compat with PHP 7.1 back
This commit is contained in:
Fabien Potencier
2022-01-03 11:40:21 +01:00
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -20,6 +20,7 @@ jobs:
strategy:
matrix:
php-version:
- '7.1.3'
- '7.2.5'
- '7.3'
- '7.4'
+1
View File
@@ -1,6 +1,7 @@
# 3.3.5 (2022-XX-XX)
* Allow null when Twig expects a string (for better 8.1 support)
* Add support for PHP 7.1 back
# 3.3.4 (2021-11-25)
+3 -2
View File
@@ -24,9 +24,10 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-ctype": "^1.8"
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php72": "^1.8"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
+1 -1
View File
@@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.1.3|^8.0",
"php": ">=7.2.5",
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0",
"twig/twig": "^2.7|^3.0"