node configure增改接近完成,删除后端还没做

This commit is contained in:
Yu Sun
2022-07-07 01:27:45 +08:00
parent 331a941941
commit e018f19f09
189 changed files with 25627 additions and 9 deletions

View File

@@ -2,12 +2,16 @@
"require": {
"workerman/workerman": "^4.0"
},
"autoload": {
"psr-4": {
"EdgeManager\\": "app/"
},
"files": [
"app/Utils.php",
"app/Init.php"
]
},
"require-dev": {
"codeception/codeception": "^4.1",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.0.0",
"codeception/module-db": "^2.0",
"codeception/verify": "^2.2",
"symfony/var-dumper": "^5.4"
}
}