File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 5.5.4] - 2023-12-16
9
+
10
+ - Fix PHP 8.2 dynamic properties for configurations with the ` language ` key
11
+
8
12
## [ 5.5.3] - 2023-10-11
9
13
10
14
- Fix crash on ` IntersectionType ` (intersection types)
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Doctum implements ArrayAccess
53
53
public const VERSION_MAJOR = 5 ;
54
54
public const VERSION_MINOR = 5 ;
55
55
public const VERSION_PATCH = 4 ;
56
- public const IS_DEV = true ;
56
+ public const IS_DEV = false ;
57
57
58
58
//@phpstan-ignore-next-line
59
59
public const VERSION = self ::VERSION_MAJOR . '. ' . self ::VERSION_MINOR . '. ' . self ::VERSION_PATCH . (self ::IS_DEV ? '-dev ' : '' );
You can’t perform that action at this time.
0 commit comments