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 1
1
ChangeLog
2
2
=========
3
3
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
+
4
12
6.0.0 (2022-08-29)
5
13
------------------
6
14
7
15
* #96 Minor fixes to examples, tests and comments (@phil-davis )
8
16
* #97 PHP min version 7.4 (@phil-davis )
9
17
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
+
10
34
5.1.4 (2021-11-04)
11
35
------------------
12
36
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Version
16
16
/**
17
17
* Full version number.
18
18
*/
19
- public const VERSION = '6.0.0 ' ;
19
+ public const VERSION = '6.0.1 ' ;
20
20
}
You can’t perform that action at this time.
0 commit comments