123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "thinkcmf/cmf",
- "description": "The ThinkCMF Core Package",
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "catman",
- "email": "catman@thinkcmf.com"
- }
- ],
- "require": {
- "topthink/framework": "~5.1.0",
- "topthink/think-captcha": "^2.0",
- "phpmailer/phpmailer": "~6.0",
- "mindplay/annotations": "^1.3",
- "ezyang/htmlpurifier": "^4.9",
- "electrolinux/phpquery": "^0.9.6",
- "thinkcmf/cmf-extend": "~5.1.0"
- },
- "autoload": {
- "psr-4": {
- "cmf\\": "src"
- },
- "files": [
- "src/common.php"
- ],
- "classmap": [
- "src/App.php",
- "src/Log.php",
- "src/route/dispatch/Module.php"
- ]
- }
- }
|