Drop support for 8.0

This commit is contained in:
Fabien Potencier
2024-08-10 12:30:45 +02:00
parent 1870a61773
commit c070cd719c
12 changed files with 11 additions and 17 deletions
-6
View File
@@ -21,9 +21,6 @@ jobs:
strategy:
matrix:
php-version:
- '7.2.5'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
@@ -73,9 +70,6 @@ jobs:
strategy:
matrix:
php-version:
- '7.2.5'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
+1
View File
@@ -1,5 +1,6 @@
# 3.12.0 (2024-XX-XX)
* Bump minimum PHP version to 8.0
* Fix integration tests when a test has more than on data/expect section and deprecations
* Add the `enum_cases` function
+1 -2
View File
@@ -24,8 +24,7 @@
}
],
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.22",
"php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-ctype": "^1.8",
+1 -1
View File
@@ -30,7 +30,7 @@ Slim, Yii, Laravel, and Codeigniter — just to name a few.
Prerequisites
-------------
Twig 3.x needs at least **PHP 7.2.5** to run.
Twig 3.x needs at least **PHP 8.0.2** to run.
Installation
------------
+1 -1
View File
@@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=8.0.2",
"symfony/cache": "^5.4|^6.4|^7.0",
"twig/twig": "^3.11"
},
+1 -1
View File
@@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.5|^3",
"tijsverkoyen/css-to-inline-styles": "^2.0",
"twig/twig": "^3.0"
+1 -1
View File
@@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/mime": "^5.4|^6.4|^7.0",
"twig/twig": "^3.0"
+1 -1
View File
@@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.5|^3",
"lorenzo/pinky": "^1.0.5",
"twig/twig": "^3.0"
+1 -1
View File
@@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=8.0.2",
"twig/twig": "^3.10",
"symfony/intl": "^5.4|^6.4|^7.0"
},
+1 -1
View File
@@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.5|^3",
"twig/twig": "^3.0"
},
+1 -1
View File
@@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=8.0.2",
"symfony/string": "^5.4|^6.4|^7.0",
"symfony/translation-contracts": "^1.1|^2|^3",
"twig/twig": "^3.0"
+1 -1
View File
@@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=8.0.2",
"symfony/framework-bundle": "^5.4|^6.4|^7.0",
"symfony/twig-bundle": "^5.4|^6.4|^7.0",
"twig/twig": "^3.0"