yunbaopeiwan-web/web/PhalApi/composer.json

37 lines
985 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "phalapi/phalapi",
"description": "PhalApi v2.x一个PHP轻量级开源接口框架致力于快速开发接口服务。",
"type": "project",
"keywords": ["api"],
"homepage": "http://www.phalapi.net",
"license" : "GPL-3.0+",
"minimum-stability": "dev",
"authors": [
{
"name": "Dogstar Huang",
"email": "chanzonghuang@gmail.com",
"homepage" : "http://my.oschina.net/dogstar",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"phalapi/kernal": "2.*.*",
"phalapi/qrcode": "dev-master",
"phalapi/cli": "dev-master",
"phalapi/task": "dev-master",
"phalapi/qiniu": "dev-master",
"phalapi/phpmailer":"dev-master"
},
"autoload": {
"files": [
"src/app/functions.php",
"src/app/redis.php"
],
"psr-4": {
"App\\": "src/app"
}
}
}