123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "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.2.0",
- "topthink/framework": "v5.1.*",
- "topthink/think-captcha": "^2.0",
- "topthink/think-image": "^1.0",
- "topthink/think-helper": "^1.0",
- "overtrue/wechat": "^4.2",
- "flc/dysms": "^1.0",
- "ramsey/uuid": "^3.7",
- "yurunsoft/yurun-http": "^4.0.0",
- "hashids/hashids": "^2.0",
- "bacon/bacon-qr-code": "^1.0",
- "johnlui/aliyun-oss": "~2.0"
- },
- "autoload": {
- "psr-4": {
- "app\\": "application"
- }
- },
- "extra": {
- "think-path": "framework"
- },
- "config": {
- "preferred-install": "dist"
- },
- "require-dev": {
- },
- "repositories": {
- "packagist": {
- "type": "composer",
- "url": "https://mirrors.aliyun.com/composer/"
- }
- }
- }
|