58 Star 127 Fork 31

董楠 / LinkCache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
董楠 提交于 2015-10-27 13:11 . 调整测试文件命名空间
{
"name": "dongnan/linkcache",
"type": "library",
"description": "A flexible and high-performance library of cache for PHP",
"keywords": ["linkcache", "cache", "php"],
"homepage": "http://git.oschina.net/dongnan/LinkCache",
"license": "BSD-3-Clause",
"authors": [
{
"name": "dongnan",
"email": "hidongnan@gmail.com"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-4": {
"linkcache\\": "src/linkcache/"
}
},
"autoload-dev": {
"psr-4": {
"linkcacheTests\\": "tests/"
}
},
"scripts": {
"test": "phpunit"
}
}
PHP
1
https://gitee.com/dongnan/LinkCache.git
git@gitee.com:dongnan/LinkCache.git
dongnan
LinkCache
LinkCache
master

搜索帮助