|
|
@@ -1,78 +1,80 @@
|
|
|
{
|
|
|
- "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": {
|
|
|
- "php": ">=7.1.0",
|
|
|
- "ext-json": "*",
|
|
|
- "ext-curl": "*",
|
|
|
- "ext-bcmath": "*",
|
|
|
- "ext-mbstring": "*",
|
|
|
- "topthink/think-view": "^1.0",
|
|
|
- "symfony/var-dumper":"^4.2",
|
|
|
- "overtrue/wechat": "^3.3",
|
|
|
- "topthink/think-captcha": "^3.0",
|
|
|
- "topthink/think-image": "^1.0",
|
|
|
- "xaboy/form-builder": "^1.2",
|
|
|
- "firebase/php-jwt": "^5.0",
|
|
|
- "phpoffice/phpexcel": "^1.8",
|
|
|
- "aliyuncs/oss-sdk-php": "^2.3",
|
|
|
- "qcloud/cos-sdk-v5": "^1.3",
|
|
|
- "qiniu/php-sdk": "^7.2",
|
|
|
- "workerman/workerman": "^3.5",
|
|
|
- "workerman/channel": "^1.0",
|
|
|
- "topthink/think-queue": "^3.0",
|
|
|
- "spatie/macroable": "^1.0",
|
|
|
- "dh2y/think-qrcode": "^2.0",
|
|
|
- "topthink/think-multi-app": "^1.0",
|
|
|
- "topthink/think-template": "^2.0",
|
|
|
- "alibabacloud/dysmsapi": "^1.8",
|
|
|
- "alipaysdk/easysdk": "^2.2",
|
|
|
- "pda/pheanstalk": "^4.0",
|
|
|
- "robthree/twofactorauth": "^1.8",
|
|
|
- "yurunsoft/yurun-oauth-login": "^3.0",
|
|
|
- "yurunsoft/pay-sdk": "^3.1"
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "app\\": "app",
|
|
|
- "crmeb\\": "crmeb",
|
|
|
- "tw\\": "tw",
|
|
|
- "tests\\": "tests"
|
|
|
- },
|
|
|
- "psr-0": {
|
|
|
- "": "extend/"
|
|
|
- }
|
|
|
- },
|
|
|
- "config": {
|
|
|
- "preferred-install": "dist"
|
|
|
- },
|
|
|
- "scripts": {
|
|
|
- "post-autoload-dump": [
|
|
|
- "@php think service:discover",
|
|
|
- "@php think vendor:publish"
|
|
|
- ]
|
|
|
- },
|
|
|
- "repositories": {
|
|
|
- "packagist": {
|
|
|
- "type": "composer",
|
|
|
- "url": "https://mirrors.aliyun.com/composer/"
|
|
|
- }
|
|
|
+ "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": {
|
|
|
+ "php": ">=7.1.0",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-bcmath": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-redis": "*",
|
|
|
+ "topthink/think-view": "^1.0",
|
|
|
+ "symfony/var-dumper": "^4.2",
|
|
|
+ "overtrue/wechat": "^3.3",
|
|
|
+ "topthink/think-captcha": "^3.0",
|
|
|
+ "topthink/think-image": "^1.0",
|
|
|
+ "xaboy/form-builder": "^1.2",
|
|
|
+ "firebase/php-jwt": "^5.0",
|
|
|
+ "phpoffice/phpexcel": "^1.8",
|
|
|
+ "aliyuncs/oss-sdk-php": "^2.3",
|
|
|
+ "qcloud/cos-sdk-v5": "^1.3",
|
|
|
+ "qiniu/php-sdk": "^7.2",
|
|
|
+ "workerman/workerman": "^3.5",
|
|
|
+ "workerman/channel": "^1.0",
|
|
|
+ "topthink/think-queue": "^3.0",
|
|
|
+ "spatie/macroable": "^1.0",
|
|
|
+ "dh2y/think-qrcode": "^2.0",
|
|
|
+ "topthink/think-multi-app": "^1.0",
|
|
|
+ "topthink/think-template": "^2.0",
|
|
|
+ "alibabacloud/dysmsapi": "^1.8",
|
|
|
+ "alipaysdk/easysdk": "^2.2",
|
|
|
+ "pda/pheanstalk": "^4.0",
|
|
|
+ "robthree/twofactorauth": "^1.8",
|
|
|
+ "yurunsoft/yurun-oauth-login": "^3.0",
|
|
|
+ "yurunsoft/pay-sdk": "^3.1",
|
|
|
+ "wenstudioasia/zinc-php": "@dev"
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "app\\": "app",
|
|
|
+ "crmeb\\": "crmeb",
|
|
|
+ "tw\\": "tw",
|
|
|
+ "tests\\": "tests"
|
|
|
},
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^8.5.21"
|
|
|
+ "psr-0": {
|
|
|
+ "": "extend/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "config": {
|
|
|
+ "preferred-install": "dist"
|
|
|
+ },
|
|
|
+ "scripts": {
|
|
|
+ "post-autoload-dump": [
|
|
|
+ "@php think service:discover",
|
|
|
+ "@php think vendor:publish"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "repositories": {
|
|
|
+ "packagist": {
|
|
|
+ "type": "composer",
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/"
|
|
|
}
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^8.5.21"
|
|
|
+ }
|
|
|
}
|