We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2ffb1 commit b93f177Copy full SHA for b93f177
2 files changed
composer.json
@@ -3,7 +3,7 @@
3
"description": "JVM emulator by PHP",
4
"type": "library",
5
"license": "MIT",
6
- "version": "0.0.6.2-dev",
+ "version": "0.0.6.3-dev",
7
"authors": [
8
{
9
"name": "memory"
src/Core/PHPJava.php
@@ -0,0 +1,16 @@
1
+<?php
2
+namespace PHPJava\Core;
+
+final class PHPJava
+{
+ /**
+ * The code name is based on language of flowers.
+ * It meaning currently is "Expectation".
+ */
10
+ const CODE_NAME = 'ZEPHYRANTHES';
11
12
13
+ * As same as composer version.
14
15
+ const VERSION = 0x000063;
16
+}
0 commit comments