Browse Source

删除 'composer.json'

master
chuan 2 months ago
parent
commit
c67a8c7a30
  1. 65
      composer.json

65
composer.json

@ -1,65 +0,0 @@
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "https://www.thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
},
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"require": {
"php": ">=7.2.5",
"topthink/framework": "6.1.3",
"topthink/think-orm": "2.0.61",
"topthink/think-filesystem": "1.0.3",
"topthink/think-multi-app": "1.0.17",
"phpmailer/phpmailer": "6.8.0",
"alibabacloud/client": "1.5.32",
"firebase/php-jwt": "^6.8",
"topthink/think-queue": "^3.0",
"itinysun/tp-model-helper": "^1.0",
"geoip2/geoip2": "2.13",
"guzzlehttp/guzzle": "^7.7",
"lcobucci/jwt": "^4.0",
"phpoffice/phpspreadsheet": "^1.29",
"electrolinux/phpquery": "dev-master",
"fabpot/goutte": "*",
"aws/aws-sdk-php": "^3.336"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
Loading…
Cancel
Save