initial commit for v2

This commit is contained in:
crazywhalecc
2020-12-23 10:35:25 +08:00
parent 5b85ec15e9
commit d80de2a552

View File

@@ -3,7 +3,7 @@
"description": "High performance QQ robot and web server development framework", "description": "High performance QQ robot and web server development framework",
"minimum-stability": "stable", "minimum-stability": "stable",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "2.0.0-b5", "version": "2.0.0",
"extra": {}, "extra": {},
"authors": [ "authors": [
{ {
@@ -41,9 +41,7 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"ZM\\": "src/ZM", "ZM\\": "src/ZM"
"Module\\": "src/Module",
"Custom\\": "src/Custom"
}, },
"files": [ "files": [
"src/ZM/global_functions.php" "src/ZM/global_functions.php"