File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ 6.0.1 (2024-09-06)
5+ ------------------
6+ * #105 Adjust code for things reported by phpstan ( @phil-davis )
7+ * #109 Apply latest cs-fixer changes ( @phil-davis )
8+ * #113 Increase phpstan level to 9 ( @phil-davis )
9+ * #116 Change array<int...> to list<...> in PHP doc ( @phil-davis )
10+ * #120 use php-cs-fixer 3.49 ( @phil-davis )
11+
4126.0.0 (2022-08-29)
513------------------
614
715* #96 Minor fixes to examples, tests and comments (@phil-davis )
816* #97 PHP min version 7.4 (@phil-davis )
917
18+ 5.1.7 (2024-08-27)
19+ ------------------
20+
21+ * #132 allow php-cs-fixer major version 3 (@phil-davis )
22+
23+ 5.1.6 (2024-07-26)
24+ ------------------
25+
26+ * #128 Explicitly mark nullable parameter (@cedric-anne )
27+
28+ 5.1.5 (2024-07-25)
29+ ------------------
30+
31+ * #125 PHPdoc, CI and test changes to bring 5.1 up to PHP 8.3 (@phil-davis )
32+ * #126 PHP 8.4 compliance (@phil-davis )
33+
10345.1.4 (2021-11-04)
1135------------------
1236
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.0 ' ;
19+ public const VERSION = '6.0.1 ' ;
2020}
You can’t perform that action at this time.
0 commit comments