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 a5487c8 commit 4509984Copy full SHA for 4509984
CHANGELOG
@@ -1,4 +1,4 @@
1
-# 3.22.0 (2025-XX-XX)
+# 3.22.0 (2025-10-29)
2
3
* Add support for two words test in guard tag
4
* Add `Environment::registerUndefinedTestCallback()`
src/Environment.php
@@ -43,12 +43,12 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.22.0-DEV';
+ public const VERSION = '3.22.0';
47
public const VERSION_ID = 32200;
48
public const MAJOR_VERSION = 3;
49
public const MINOR_VERSION = 22;
50
public const RELEASE_VERSION = 0;
51
- public const EXTRA_VERSION = 'DEV';
+ public const EXTRA_VERSION = '';
52
53
private $charset;
54
private $loader;
0 commit comments