| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "thinkcmf/cmf",
- "description": "The ThinkCMF Core Package",
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "catman",
- "email": "catman@thinkcmf.com"
- }
- ],
- "require": {
- "topthink/framework": "~6.0.0",
- "phpmailer/phpmailer": "~6.0",
- "mindplay/annotations": "^1.3",
- "ezyang/htmlpurifier": "^4.9",
- "electrolinux/phpquery": "^0.9.6",
- "thinkcmf/cmf-extend": "~5.1.0",
- "topthink/think-orm": "^2.0",
- "xia/migration": "^6.0",
- "thinkcmf/cmf-captcha": "^3.0"
- },
- "autoload": {
- "psr-4": {
- "cmf\\": "src",
- "think\\": "think"
- },
- "files": [
- "src/common.php"
- ],
- "classmap": [
- "think/App.php",
- "think/Console.php",
- "think/View.php",
- "think/Route.php",
- "think/Http.php",
- "think/route/Rule.php",
- "think/route/Url.php",
- "think/route/dispatch/Controller.php",
- "think/route/dispatch/Url.php"
- ]
- }
- }
|