Skip to content

Commit fe8be29

Browse files
committed
Bump version to 0.13.0
* Drop support for PHP 7.2, 7.3 * Upgrade codesniffer rules to current `mediawiki/mediawiki-codesniffer` version (45.0.0) * Make nullable type parameter declarations explicit for compatibility with PHP 8.4 Bug: T379481
1 parent 7bc4a6d commit fe8be29

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A full history of the different versions of Diff can be found in the [release no
1919

2020
**Diff 3.x:**
2121

22-
* PHP 7.2 or later (tested with PHP 7.2 up to PHP 8.1)
22+
* PHP 7.4 or later (tested with PHP 7.4 up to PHP 8.4)
2323

2424
**Diff 2.x:**
2525

RELEASE-NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ These are the release notes for the [Diff library](README.md).
33
Latest release:
44
[![Latest Stable Version](https://poser.pugx.org/diff/diff/version.png)](https://packagist.org/packages/diff/diff)
55

6+
## Version 3.4.0 (2024-12-11)
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+
612
## Version 3.3.1 (2022-10-06)
713

814
* Made our __unserialize declarations match PHP 7's, to avoid PHP warnings

0 commit comments

Comments
 (0)