We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8551171 + cd8cfc1 commit 3ac3b3aCopy full SHA for 3ac3b3a
src/Versions.php
@@ -4,7 +4,7 @@
4
5
final class Versions
6
{
7
- const FUTURE = '9.447.467';
8
- const CURRENT = '8.498.560';
9
- const ACTUAL = '8.3.13';
+ const FUTURE = '9.456.489';
+ const CURRENT = '8.504.526';
+ const ACTUAL = '8.3.14';
10
}
src/versions.php
@@ -2,6 +2,6 @@
2
3
namespace WyriHaximus\FakePHPVersion;
-const FUTURE = '9.447.467';
-const CURRENT = '8.498.560';
-const ACTUAL = '8.3.13';
+const FUTURE = '9.456.489';
+const CURRENT = '8.504.526';
+const ACTUAL = '8.3.14';
0 commit comments