Files
shopxo/composer.json
gongfuxiang 8b06cc01e2 commposer
2019-01-20 01:01:15 +08:00

40 lines
797 B
JSON
Executable File
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": "shopxo/shopxo",
"description": "ShopXO 国内领先企业级B2C免费开源电商系统",
"type": "project",
"keywords": [
"shop",
"shopxo",
"b2c",
"mall",
"商城",
"开源商城",
"小程序",
"thinkphp",
"ORM"
],
"homepage": "http://shopxo.net/",
"license": "Apache-2.0",
"authors": [
{
"name": "Devil",
"email": "fuxiang.gong@qq.com"
}
],
"require": {
"php": ">=5.6.0",
"topthink/framework": "5.1.*"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}