You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TECHNICAL_NOTES.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,15 @@ an empty array.
50
50
51
51
### Why not PHP 5.6?
52
52
53
-
Because this PHP version is no more supported since December 2018 (not even a security fix!).
53
+
Because this PHP version is no more supported since December 2018 (not even a security fix).
54
54
Also, a lot of libraries are no more compatible with this version.
55
55
We don't want to use an older version of these libraries because Composer can only install one version of each extension/package.
56
56
So, being compatible with this old PHP version means to be not compatible with projects using a new version of these libraries.
57
57
58
58
### Why not 7.0.x nor 7.1.x ?
59
59
60
-
These PHP versions are not anymore maintained for security fixes since 2019! We encourage you a lot to upgrade your PHP version. You can view the [full list of PHP versions lifecycle](https://www.php.net/supported-versions.php).
60
+
These PHP versions are not anymore maintained for security fixes since 2019. We encourage you a lot to upgrade your
61
+
PHP version. You can view the [full list of PHP versions lifecycle](https://www.php.net/supported-versions.php).
61
62
62
63
To get a robust library and not provide security bug unmaintained, we use [components](https://packagist.org/packages/symfony/cache#v3.4.47) under [LTS versioning](https://symfony.com/releases/3.4).
0 commit comments