{ "name": "topthink/think", "description": "the new thinkphp framework", "type": "project", "keywords": [ "framework", "thinkphp", "ORM" ], "homepage": "http://thinkphp.cn/", "license": "Apache-2.0", "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" } ], "require": { "ext-json": "*", "php": ">=7.0", "topthink/framework": "5.1.*", "topthink/think-testing": "2.0.*", "predis/predis": "^1.1", "phpoffice/phpexcel": "^1.8", "ext-curl": "*", "mpdf/mpdf": "^8.0", "tecnickcom/tcpdf": "^6.4", "dompdf/dompdf": "^1.0", "ext-soap": "*", "aliyuncs/oss-sdk-php": "^2.6", "phpmailer/phpmailer": "^6.7", "aws/aws-sdk-php": "*" }, "autoload": { "psr-4": { "app\\": "application" } }, "extra": { "think-path": "thinkphp" }, "config": { "preferred-install": "dist" } }