1 Star 0 Fork 1

JeffreyBool/jira-rest-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 878 Bytes
一键复制 编辑 原始数据 按行查看 历史
张高元 提交于 2018-06-01 11:51 . jira 初次提交
{
"name": "kenuo/jira-rest-client",
"license": "MIT",
"authors": [
{
"name": "kenuo",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.0.0",
"laravel/framework": "5.5.*",
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-4": {
"Atlassian\\JiraRest\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"extra": {
"laravel": {
"providers": [
"Atlassian\\JiraRest\\JiraRestServiceProvider"
],
"aliases": {
"Jira": "Atlassian\\JiraRest\\Facades\\Jira"
}
}
},
"suggest": {
"salsify/json-streaming-parser": "Require this when you want to parse the response in blocks"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JeffreyBool/jira-rest-client.git
[email protected]:JeffreyBool/jira-rest-client.git
JeffreyBool
jira-rest-client
jira-rest-client
master

搜索帮助