1 Star 0 Fork 1

xiaodi/think-whoops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
XiaoDi 提交于 2019-12-06 20:28 . Update composer.json
{
"name": "xiaodi/think-whoops",
"description": "A debug service for ThinkPHP.",
"authors": [
{
"name": "xiaodi",
"email": "liangjinbiao@live.com"
}
],
"keywords": [
"php",
"thinkphp",
"whoops"
],
"license": "MIT",
"type": "library",
"require": {
"php": ">=7.1.0",
"topthink/framework": "6.0.*",
"filp/whoops": "^2.4"
},
"autoload": {
"psr-4": {
"think\\Whoops\\": "src"
}
},
"extra": {
"think": {
"services": [
"think\\Whoops\\WhoopsService"
],
"config": {
"whoops": "config/config.php"
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/heehee/think-whoops.git
git@gitee.com:heehee/think-whoops.git
heehee
think-whoops
think-whoops
master

搜索帮助