8 Star 17 Fork 8

thinkcmf / mall

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
composer.json 954 Bytes
Copy Edit Raw Blame History
zxxjj authored 2019-04-23 12:44 . init
{
"name": "thinkcmf/thinkcmf",
"description": "ThinkCMF based on ThinkPHP 5.1 , it is a free and open source Content Management Framework(CMF)",
"type": "project",
"keywords": [
"cmf",
"thinkcmf",
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://www.thinkcmf.com/",
"license": "MIT",
"authors": [
{
"name": "thinkcmf",
"email": "catman@thinkcmf.com"
}
],
"require": {
"php": ">=5.6.0",
"ext-json": "*",
"ext-curl": "*",
"ext-pdo": "*",
"topthink/think-helper": "^1.0",
"topthink/think-image": "^1.0",
"thinkcmf/cmf-app": "~5.1.0",
"thinkcmf/cmf-install": "~5.1.0",
"thinkcmf/cmf-api": "~5.1.0"
},
"extra": {
"think-path": "vendor/thinkphp",
"think-config": "data/config"
},
"config": {
"vendor-dir": "vendor"
}
}
1
https://gitee.com/thinkcmf/mall.git
git@gitee.com:thinkcmf/mall.git
thinkcmf
mall
mall
master

Search