1 Star 0 Fork 0

mtr2015 / me

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
mtr2015 提交于 2017-05-10 14:26 . 初始化所有文件。。。
{
"name": "mikecao/flight",
"description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.",
"homepage": "http://flightphp.com",
"license": "MIT",
"authors": [
{
"name": "Mike Cao",
"email": "mike@mikecao.com",
"homepage": "http://www.mikecao.com/",
"role": "Original Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"files": [ "flight/autoload.php", "flight/Flight.php" ]
},
"require-dev": {
"phpunit/phpunit": "~4.6"
}
}
PHP
1
https://gitee.com/mtr2015/me.git
git@gitee.com:mtr2015/me.git
mtr2015
me
me
master

搜索帮助