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 9012280 commit ac006b3Copy full SHA for ac006b3
jphp-core/package.php.yml
@@ -1,10 +1,10 @@
1
2
name: jphp-core
3
-version: 1.3.0
+version: 1.3.1
4
description: Compiler and Launcher for JPHP.
5
6
deps:
7
- jphp-runtime: '~1.3.0'
+ jphp-runtime: 1.3.1
8
9
10
plugins: [Doc, Hub]
jphp-runtime/package.php.yml
@@ -1,6 +1,6 @@
name: jphp-runtime
description: Runtime for JPHP + Standard library.
@@ -14,6 +14,8 @@ config:
14
ignore: ['/package.hub.yml']
15
16
history:
17
+ 1.3.1:
18
+ - Improve constant calls for functions and static methods.
19
1.3.0:
20
- Improve internal api for jphp extensions (add autowrap for unknown bean classes).
21
- Many performance improvements.
0 commit comments