We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15b24c commit e3bafecCopy full SHA for e3bafec
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All Notable changes to `PHP Domain Parser` **5.x** series will be documented in this file
4
5
-# Next - TBD
+# 5.4.0 - 2018-11-22
6
7
### Added
8
src/Cache.php
@@ -21,6 +21,7 @@
21
use Psr\SimpleCache\CacheInterface;
22
use Traversable;
23
use function chmod;
24
+use function date_create_immutable;
25
use function dirname;
26
use function file_exists;
27
use function file_get_contents;
0 commit comments