| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "topthink/think",
- "description": "the new thinkphp framework",
- "type": "project",
- "keywords": [
- "framework",
- "thinkphp",
- "ORM"
- ],
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "liu21st",
- "email": "liu21st@gmail.com"
- }
- ],
- "require": {
- "php": ">=5.4.0",
- "ext-pdo": "*",
- "ext-curl": "*",
- "ext-json": "*",
- "ext-bcmath": "*",
- "ext-gd": "*",
- "ext-openssl": "*",
- "ext-libxml": "*",
- "ext-simplexml": "*",
- "ext-zlib": "*",
- "topthink/framework": "5.0.*",
- "qiniu/php-sdk": "^7.2",
- "aliyuncs/oss-sdk-php": "^2.3",
- "qcloud/cos-sdk-v5": "^1.2",
- "kosinix/grafika": "dev-master",
- "myclabs/php-enum": "^1.6",
- "lvht/geohash": "^1.1",
- "mpdf/mpdf": "^8.2"
- },
- "autoload": {
- "psr-4": {
- "app\\": "application"
- }
- },
- "extra": {
- "think-path": "thinkphp"
- },
- "config": {
- "preferred-install": "dist",
- "allow-plugins": {
- "topthink/think-installer": true
- }
- }
- }
|