1 Star 0 Fork 16

川流不息/phalcon-debugbar

forked from 老朱/phalcon-debugbar 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
snowair 提交于 2017-04-15 14:58 . upgrade to Whoops2
{
"name": "snowair/phalcon-debugbar",
"description": "Integrates PHP Debug Bar with Phalcon.",
"type": "library",
"keywords": ["phalcon", "debugbar", "profiler", "debug", "webprofiler"],
"require": {
"php": ">=5.5.0",
"maximebf/debugbar": "^1",
"filp/whoops": "^2"
},
"autoload": {
"psr-4": {
"Snowair\\Debugbar\\": "src/"
},
"files":[
"src/Debug.php"
]
},
"license": "MIT",
"authors": [
{
"name": "snowair",
"email": "[email protected]"
}
],
"minimum-stability": "dev"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ygx11/phalcon-debugbar.git
[email protected]:ygx11/phalcon-debugbar.git
ygx11
phalcon-debugbar
phalcon-debugbar
master

搜索帮助