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 1de2ec1 commit 34e874eCopy full SHA for 34e874e
CHANGELOG
@@ -1,3 +1,7 @@
1
+# 3.22.2 (2025-XX-XX)
2
+
3
+ * n/a
4
5
# 3.22.1 (2025-11-16)
6
7
* Add support for Symfony 8
src/Environment.php
@@ -43,12 +43,12 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.22.1';
47
- public const VERSION_ID = 32201;
+ public const VERSION = '3.22.2-DEV';
+ public const VERSION_ID = 32202;
48
public const MAJOR_VERSION = 3;
49
public const MINOR_VERSION = 22;
50
- public const RELEASE_VERSION = 1;
51
- public const EXTRA_VERSION = '';
+ public const RELEASE_VERSION = 2;
+ public const EXTRA_VERSION = 'DEV';
52
53
private $charset;
54
private $loader;
0 commit comments