We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ffa0a commit bc76a65Copy full SHA for bc76a65
src/Versions.php
@@ -4,7 +4,7 @@
4
5
final class Versions
6
{
7
- const FUTURE = '9.476.456';
8
- const CURRENT = '8.524.504';
9
- const ACTUAL = '8.4.0';
+ const FUTURE = '9.492.478';
+ const CURRENT = '8.544.527';
+ const ACTUAL = '8.4.1';
10
}
src/versions.php
@@ -2,6 +2,6 @@
2
3
namespace WyriHaximus\FakePHPVersion;
-const FUTURE = '9.476.456';
-const CURRENT = '8.524.504';
-const ACTUAL = '8.4.0';
+const FUTURE = '9.492.478';
+const CURRENT = '8.544.527';
+const ACTUAL = '8.4.1';
0 commit comments