1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "yue909/lemocms",
- "description": "一个基于最新的tp6(thinkphp)框架的极速后台开发框架",
- "type": "project",
- "keywords": [
- "Lemocms",
- "easywechat",
- "framework",
- "thinkphp",
- "ORM"
- ],
- "homepage": "https://www.lemocms.com",
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "yue909",
- "email": "limingyue0312@gmail.com"
- }
- ],
- "require": {
- "php": ">=7.1.0",
- "topthink/framework": "6.0.*-dev",
- "topthink/think-orm": "2.0.*-dev",
- "topthink/think-view": "^1.0",
- "topthink/think-image": "^1.0",
- "topthink/think-queue": "^3.0",
- "topthink/think-captcha": "^3.0",
- "topthink/think-helper": "^3.1",
- "topthink/think-multi-app": "^1.0",
- "topthink/think-throttle": "^1.0",
- "overtrue/wechat": "^4.2",
- "ramsey/uuid": "^3.8",
- "yuege/think-addons": "^0.31",
- "topthink/think-worker": "^3.0",
- "endroid/qr-code": "^3.7",
- "php-ffmpeg/php-ffmpeg": "^0.14.0",
- "alibabacloud/client": "^1.5",
- "workerman/gateway-worker-for-win": "^3.0",
- "xaboy/form-builder": "^2.0.13",
- "aliyuncs/oss-sdk-php": "2.3.0",
- "phpmailer/phpmailer": "^6.1"
- },
- "require-dev": {
- "symfony/var-dumper": "^4.2"
- },
- "autoload": {
- "psr-4": {
- "app\\": "app"
- },
- "psr-0": {
- "": "extend/"
- }
- },
- "config": {
- "preferred-install": "dist"
- },
- "scripts": {
- "post-autoload-dump": [
- "@php think service:discover",
- "@php think vendor:publish"
- ]
- }
- }
|