Merge pull request #149 from zhamao-robot/feature/class-alias

添加类别名
This commit is contained in:
Jerry Ma
2022-08-22 15:38:49 +08:00
committed by GitHub
8 changed files with 61 additions and 112 deletions

View File

@@ -55,7 +55,8 @@
},
"files": [
"src/Globals/global_functions.php",
"src/Globals/global_defines_app.php"
"src/Globals/global_defines_app.php",
"src/Globals/global_class_alias.php"
]
},
"autoload-dev": {
@@ -101,6 +102,6 @@
],
"analyse": "phpstan analyse --memory-limit 300M",
"cs-fix": "php-cs-fixer fix",
"test": "bin/phpunit-swoole --no-coverage"
"test": "bin/phpunit-zm --no-coverage"
}
}