Files
Meting/composer.json
2017-04-12 16:57:35 +08:00

35 lines
741 B
JSON

{
"name": "metowolf/meting",
"type": "library",
"description": "A powerful music API framework to accelerate development.一个轻量高效的音乐接口类",
"keywords": [
"php music",
"music api",
"lighty",
"lightweight"
],
"homepage": "https://github.com/metowolf/Meting",
"license": "MIT",
"authors": [
{
"name": "metowolf",
"email": "i@i-meto.com",
"homepage": "https://i-meto.com"
}
],
"support": {
"issues": "https://github.com/metowolf/Meting/issues",
"source": "https://github.com/metowolf/Meting"
},
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"ext-openssl": "*"
},
"autoload": {
"psr-4": {
"Metowolf\\" : "src/"
}
}
}