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 69e1116 commit da01f31Copy full SHA for da01f31
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+4.1.2
2
+
3
+- fixed interaction when making HTTP requests in feature tests when collecting tests in Laravel
4
+- updated to Clockwork App 4.1.1
5
6
4.1.1
7
8
- added ext-json to composer.json require section (idea by staabm, thanks!)
Clockwork/Clockwork.php
@@ -21,7 +21,7 @@ class Clockwork implements LoggerInterface
21
/**
22
* Clockwork version
23
*/
24
- const VERSION = '4.1.1';
+ const VERSION = '4.1.2';
25
26
27
* Array of data sources, these objects provide data to be stored in a request object
0 commit comments