You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
815 B
32 lines
815 B
{
|
|
"name": "yansongda/supports",
|
|
"description": "common components",
|
|
"keywords": ["support", "array", "collection", "config", "http", "guzzle", "throttle"],
|
|
"support": {
|
|
"issues": "https://github.com/yansongda/supports/issues",
|
|
"source": "https://github.com/yansongda/supports"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "yansongda",
|
|
"email": "me@yansongda.cn"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"monolog/monolog": "^1.23",
|
|
"guzzlehttp/guzzle": "^6.2"
|
|
},
|
|
"require-dev": {
|
|
"predis/predis": "^1.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yansongda\\Supports\\": "src/"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"predis/predis": "Allows to use throttle feature"
|
|
},
|
|
"license": "MIT"
|
|
}
|
|
|