作者 王智

修改

正在显示 1 个修改的文件 包含 32 行增加32 行删除
1 { 1 {
2 - "name": "karsonzhang/fastadmin",  
3 - "description": "the fastest admin framework",  
4 - "type": "project",  
5 - "keywords": [  
6 - "fastadmin",  
7 - "thinkphp"  
8 - ],  
9 - "homepage": "https://www.fastadmin.net/",  
10 - "license": "Apache-2.0",  
11 - "authors": [  
12 - {  
13 - "name": "Karson",  
14 - "email": "karson@fastadmin.net"  
15 - }  
16 - ],  
17 - "require": {  
18 - "php": ">=7.0.0",  
19 - "topthink/framework": "~5.0.24",  
20 - "topthink/think-captcha": "^1.0",  
21 - "phpmailer/phpmailer": "~6.1.6",  
22 - "karsonzhang/fastadmin-addons": "~1.2.4",  
23 - "overtrue/pinyin": "~3.0",  
24 - "phpoffice/phpspreadsheet": "^1.2",  
25 - "overtrue/wechat": "4.2.11",  
26 - "nelexa/zip": "^3.3",  
27 - "symfony/var-exporter": "^4.4.13",  
28 - "ext-json": "*",  
29 - "ext-curl": "*",  
30 - "ext-pdo": "*"  
31 - },  
32 - "config": {  
33 - "preferred-install": "dist" 2 + "name": "karsonzhang/fastadmin",
  3 + "description": "the fastest admin framework",
  4 + "type": "project",
  5 + "keywords": [
  6 + "fastadmin",
  7 + "thinkphp"
  8 + ],
  9 + "homepage": "https://www.fastadmin.net/",
  10 + "license": "Apache-2.0",
  11 + "authors": [
  12 + {
  13 + "name": "Karson",
  14 + "email": "karson@fastadmin.net"
34 } 15 }
  16 + ],
  17 + "require": {
  18 + "php": ">=7.0.0",
  19 + "topthink/framework": "~5.0.24",
  20 + "topthink/think-captcha": "^1.0",
  21 + "phpmailer/phpmailer": "~6.1.6",
  22 + "karsonzhang/fastadmin-addons": "~1.2.4",
  23 + "overtrue/pinyin": "~3.0",
  24 + "phpoffice/phpspreadsheet": "^1.2",
  25 + "overtrue/wechat": "3.0",
  26 + "nelexa/zip": "^3.3",
  27 + "symfony/var-exporter": "^4.4.13",
  28 + "ext-json": "*",
  29 + "ext-curl": "*",
  30 + "ext-pdo": "*"
  31 + },
  32 + "config": {
  33 + "preferred-install": "dist"
  34 + }
35 } 35 }