We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa6c388 + c24a6b3 commit c971af4Copy full SHA for c971af4
src/Versions.php
@@ -4,7 +4,7 @@
4
5
final class Versions
6
{
7
- const FUTURE = '9.500.502';
8
- const CURRENT = '8.552.548';
9
- const ACTUAL = '8.4.2';
+ const FUTURE = '9.508.512';
+ const CURRENT = '8.568.561';
+ const ACTUAL = '8.4.3';
10
}
src/versions.php
@@ -2,6 +2,6 @@
2
3
namespace WyriHaximus\FakePHPVersion;
-const FUTURE = '9.500.502';
-const CURRENT = '8.552.548';
-const ACTUAL = '8.4.2';
+const FUTURE = '9.508.512';
+const CURRENT = '8.568.561';
+const ACTUAL = '8.4.3';
0 commit comments