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 d7ee114 commit 543de6bCopy full SHA for 543de6b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+5.0.4
2
+
3
+- fixed Lumen integration crash (implemented by alexbegoon, thanks!)
4
+- fixed PHP 5.6 incompatibility (implemented by sanis, thanks!)
5
6
5.0.3
7
8
- fixed PHP 8.0 incompatibility in log (implemented by mtorromeo, thanks!)
Clockwork/Clockwork.php
@@ -15,7 +15,7 @@
15
class Clockwork
16
{
17
// Clockwork library version
18
- const VERSION = '5.0.3';
+ const VERSION = '5.0.4';
19
20
// Array of data sources, these objects collect metadata for the current application run
21
protected $dataSources = [];
0 commit comments