File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ 6.0.3 (2024-09-06)
5+ ------------------
6+
7+ * #228 Remove redundant PHP doc to make cs-fixer pass ( @phil-davis )
8+ * #236 adjust for php-cs-fixer 3.54.0 ( @phil-davis )
9+ * #249 add PHP 8.3 and 8.4 to CI of 6.0 branch ( @phil-davis )
10+
4116.0.2 (2023-08-17)
512------------------
613
@@ -19,6 +26,26 @@ ChangeLog
1926* #192 Set min PHP to 7.4 and add type declarations (@phil-davis )
2027* #194 Adjust type declarations a little bit (@phil-davis )
2128
29+ 5.1.12 (2024-08-27)
30+ ------------------
31+
32+ * #243 add cs-fixer v3 (@phil-davis )
33+
34+ 5.1.11 (2024-07-26)
35+ ------------------
36+
37+ * #241 PHP 8.4 compliance (@phil-davis )
38+
39+ 5.1.10 (2023-08-18)
40+ ------------------
41+
42+ * #225 Enhance tests/bootstrap.php to find autoloader in more environments (@phil-davis )
43+
44+ 5.1.9 (2023-08-17)
45+ ------------------
46+
47+ * #223 skip testParseMimeTypeOnInvalidMimeType (@phil-davis )
48+
22495.1.8 (2023-08-17)
2350------------------
2451
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Version
1616 /**
1717 * Full version number.
1818 */
19- public const VERSION = '6.0.2 ' ;
19+ public const VERSION = '6.0.3 ' ;
2020}
You can’t perform that action at this time.
0 commit comments