1 Star 0 Fork 1

董楠/PHPView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 499 Bytes
一键复制 编辑 原始数据 按行查看 历史
董楠 提交于 2016-03-12 18:05 +08:00 . 修正composer错误
{
"name": "dongnan/phpview",
"type": "library",
"description": "A template engine for php",
"keywords": ["phpview", "template"],
"homepage": "http://phpview.idongnan.cn/",
"license": "BSD-3-Clause",
"authors": [
{
"name": "dongnan",
"email": "hidongnan@gmail.com"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"PHPView\\": "src/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/dongnan/PHPView.git
git@gitee.com:dongnan/PHPView.git
dongnan
PHPView
PHPView
master

搜索帮助