12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "wonderful-code/buildadmin",
- "description": "Build your admin framework",
- "type": "project",
- "keywords": [
- "buildadmin",
- "thinkphp"
- ],
- "homepage": "https://uni.buildadmin.com",
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "妙码生花",
- "email": "hi@buildadmin.com"
- }
- ],
- "require": {
- "php": ">=8.0.2",
- "topthink/framework": "^8.0.0",
- "topthink/think-orm": "^3.0",
- "topthink/think-multi-app": "^1.0",
- "topthink/think-throttle": "v2.0.0",
- "topthink/think-migration": "3.1.1",
- "phpmailer/phpmailer": "^6.8",
- "guzzlehttp/guzzle": "^7.8.1",
- "voku/anti-xss": "^4.1",
- "nelexa/zip": "^4.0.0",
- "ext-calendar": "*",
- "ext-bcmath": "*",
- "ext-iconv": "*",
- "ext-json": "*",
- "ext-gd": "*",
- "phpoffice/phpspreadsheet": "^1.29.0",
- "w7corp/easywechat": "^6.13",
- "yurunsoft/yurun-oauth-login": "~3.0",
- "endroid/qrcode": "4.0.3",
- "endroid/qr-code": "^4.8"
- },
- "require-dev": {
- "symfony/var-dumper": "^5.4",
- "topthink/think-trace": "^1.0"
- },
- "autoload": {
- "psr-4": {
- "app\\": "app",
- "modules\\": "modules"
- },
- "psr-0": {
- "": "extend/"
- }
- },
- "config": {
- "preferred-install": "dist",
- "allow-plugins": {
- "easywechat-composer/easywechat-composer": true
- }
- },
- "scripts": {
- "post-autoload-dump": [
- "@php think service:discover",
- "@php think vendor:publish"
- ]
- }
- }
|