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.
2 parents 5aa8cc8 + 4be00f1 commit 2cab672Copy full SHA for 2cab672
src/Versions.php
@@ -4,7 +4,7 @@
4
5
final class Versions
6
{
7
- const FUTURE = '9.604.603';
8
- const CURRENT = '8.688.701';
9
- const ACTUAL = '8.4.11';
+ const FUTURE = '9.624.664';
+ const CURRENT = '8.696.748';
+ const ACTUAL = '8.4.12';
10
}
src/versions.php
@@ -2,6 +2,6 @@
2
3
namespace WyriHaximus\FakePHPVersion;
-const FUTURE = '9.604.603';
-const CURRENT = '8.688.701';
-const ACTUAL = '8.4.11';
+const FUTURE = '9.624.664';
+const CURRENT = '8.696.748';
+const ACTUAL = '8.4.12';
0 commit comments