初始化仓库;提供php和tsdb开发环境配置

This commit is contained in:
Yu Sun
2022-07-01 21:51:30 +08:00
commit 872045acbf
4 changed files with 91 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"require": {
"workerman/workerman": "^4.0",
},
"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"
}
}