File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 5.5.4] - 2023-12-16
9+
10+ - Fix PHP 8.2 dynamic properties for configurations with the ` language ` key
11+
812## [ 5.5.3] - 2023-10-11
913
1014- Fix crash on ` IntersectionType ` (intersection types)
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Doctum implements ArrayAccess
5353 public const VERSION_MAJOR = 5 ;
5454 public const VERSION_MINOR = 5 ;
5555 public const VERSION_PATCH = 4 ;
56- public const IS_DEV = true ;
56+ public const IS_DEV = false ;
5757
5858 //@phpstan-ignore-next-line
5959 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