File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased] - yyyy-mm-dd
8
8
9
+ ## [ 5.4.0] - 2021-04-10
10
+
9
11
- Drop support for PHP ` 7.1 `
10
12
- Drop support for ` phpdocumentor/reflection-docblock ` ` 4.3 ` series
11
13
- Require PHP ` 7.2.20 `
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class Doctum implements ArrayAccess
51
51
public const VERSION_MAJOR = 5 ;
52
52
public const VERSION_MINOR = 4 ;
53
53
public const VERSION_PATCH = 0 ;
54
- public const IS_DEV = true ;
54
+ public const IS_DEV = false ;
55
55
56
56
//@phpstan-ignore-next-line
57
57
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