1 Star 0 Fork 35

jee / crossphp

forked from ideaa / crossphp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 734 Bytes
一键复制 编辑 原始数据 按行查看 历史
wonli 提交于 2014-10-20 15:38 . 精简引导文件 添加MainTest
{
"name": "ideaa/cross",
"type": "library",
"description": "Simple php5 Framework",
"keywords": ["cross", "crossphp", "php5 Framework"],
"homepage": "http://www.crossphp.com",
"repositories": [
{
"type": "vcs",
"url": "https://git.oschina.net/ideaa/crossphp.git"
}
],
"license": "Apache-2.0",
"authors": [
{
"name": "wonli",
"email": "wonli@live.com",
"homepage": "http://www.crossphp.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit":"4.3.*"
},
"autoload": {
"psr-4": {"Cross\\": "/src"}
}
}
1
https://gitee.com/jempson/crossphp.git
git@gitee.com:jempson/crossphp.git
jempson
crossphp
crossphp
master

搜索帮助