add composer module support (build 449, 2.7.2)

This commit is contained in:
crazywhalecc
2022-03-21 01:24:07 +08:00
parent c5a6f1fea4
commit b3089c1bba
5 changed files with 96 additions and 5 deletions

View File

@@ -28,9 +28,9 @@ use ZM\Exception\InitException;
class ConsoleApplication extends Application
{
public const VERSION_ID = 448;
public const VERSION_ID = 449;
public const VERSION = '2.7.1';
public const VERSION = '2.7.2';
private static $obj;