1 Star 0 Fork 0

Changkey/YOURLS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Léo Colombaro 提交于 2017-11-28 19:16 . strict psr-4 structure
{
"name": "yourls/yourls",
"description": "Your Own URL Shortener",
"type": "project",
"keywords": [
"shortener",
"url shortener",
"short url",
"url",
"bitly"
],
"homepage": "https://yourls.org",
"license": "MIT",
"support": {
"issues": "https://github.com/YOURLS/YOURLS/issues",
"source": "https://github.com/YOURLS/YOURLS"
},
"require": {
"php": ">=5.3",
"ext-pdo": "*",
"ozh/bookmarkletgen": "1.2",
"ozh/phpass": "1.2.0",
"rmccue/Requests" : "1.7",
"pomo/pomo" : "1.3.0",
"geoip2/geoip2" : "2.5.0",
"aura/sql": "~2.",
"jakeasmith/http_build_url": "1.0.1",
"symfony/polyfill-mbstring": "1.5.0"
},
"config": {
"vendor-dir": "includes/vendor"
},
"autoload": {
"psr-4": {
"YOURLS\\": "includes/"
}
},
"suggest": {
"ext-mbstring": "For best performance",
"ext-curl": "Required for API usage"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/changkey/YOURLS.git
[email protected]:changkey/YOURLS.git
changkey
YOURLS
YOURLS
master

搜索帮助