File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ A full history of the different versions of Diff can be found in the [release no
19
19
20
20
** Diff 3.x:**
21
21
22
- * PHP 7.2 or later (tested with PHP 7.2 up to PHP 8.1 )
22
+ * PHP 7.2 or later (tested with PHP 7.4 up to PHP 8.4 )
23
23
24
24
** Diff 2.x:**
25
25
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ These are the release notes for the [Diff library](README.md).
3
3
Latest release:
4
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/diff/diff/version.png )] ( https://packagist.org/packages/diff/diff )
5
5
6
+ ## Version 3.4.0 (2024-12-12)
7
+
8
+ * Drop support for PHP 7.2, 7.3
9
+ * Upgrade codesniffer rules to current ` mediawiki/mediawiki-codesniffer ` version (45.0.0)
10
+ * Make nullable type parameter declarations explicit for compatibility with PHP 8.4
11
+
6
12
## Version 3.3.1 (2022-10-06)
7
13
8
14
* Made our __ unserialize declarations match PHP 7's, to avoid PHP warnings
You can’t perform that action at this time.
0 commit comments