1 Star 0 Fork 0

MeEdu网校培训系统 / think-testing

加入 Gitee
与超过 1000 万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 552 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
MeEdu网校培训系统 提交于 2018-08-12 11:24 . Update composer.json
{
"name": "topthink/think-testing",
"license": "Apache-2.0",
"type": "think-testing",
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"require": {
"topthink/think-installer": "2.*",
"topthink/think-helper": "~1.0",
"phpunit/phpunit": "^4.8.26",
"symfony/dom-crawler": "^2.8.8"
},
"autoload": {
"psr-4": {
"think\\testing\\": "src"
},
"files": [
"src/config.php"
]
}
}
1
https://gitee.com/myteng/think-testing.git
git@gitee.com:myteng/think-testing.git
myteng
think-testing
think-testing
master

搜索帮助