1234567891011121314151617181920 |
- {
- "name": "thinkcmf/cmf-extend",
- "description": "The ThinkCMF extend Package",
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "catman",
- "email": "catman@thinkcmf.com"
- }
- ],
- "autoload": {
- "psr-4": {
- "dir\\": "src/dir",
- "tree\\": "src/tree",
- "wxapp\\": "src/wxapp"
- },
- "files": [
- ]
- }
- }
|