4 Star 2 Fork 0

xujiajun/tastphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
xujiajun 提交于 2017-10-30 15:40 +08:00 . change tast framework composer version to 2.0.0
{
"name": "tast-php/tast-php",
"description": "The TastPHP Framework",
"keywords": [
"tast",
"php",
"framework"
],
"homepage": "https://github.com/tastphp/tastphp",
"license": "MIT",
"authors": [
{
"name": "xujiajun",
"email": "me@xujiajun.cn",
"homepage": "http://xujiajun.cn"
}
],
"autoload": {
"psr-4": {
"TastPHP\\": [
"src/"
]
}
},
"autoload-dev": {
"psr-4": {
"TastPHP\\Tests\\": "tests/src"
}
},
"require": {
"tastphp/framework": "~2.0.0"
},
"require-dev": {
"phpunit/phpunit": "5.5.*"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/xujiajun/tastphp.git
git@gitee.com:xujiajun/tastphp.git
xujiajun
tastphp
tastphp
master

搜索帮助