From ca4a9436784961c87abbf1c4add73685c5708978 Mon Sep 17 00:00:00 2001 From: kaadon Date: Fri, 15 Aug 2025 10:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 40 ++++++++++++++++++++++++++++++++++++++++ db/.gitignore | 1 + 2 files changed, 41 insertions(+) create mode 100644 composer.json create mode 100755 db/.gitignore diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c933ad3 --- /dev/null +++ b/composer.json @@ -0,0 +1,40 @@ +{ + "type": "project", + "name": "zoujingli/thinkadmin", + "license": "MIT", + "authors": [ + { + "name": "Anyon", + "email": "zoujingli@qq.com" + } + ], + "require": { + "php": "~7.2", + "aliyuncs/oss-sdk-php": "^2.3", + "endroid/qr-code": "^1.9", + "qiniu/php-sdk": "^7.2", + "symfony/options-resolver": "^3.4", + "topthink/framework": "^5.1", + "zoujingli/ip2region": "^1.0", + "zoujingli/think-library": "5.1.x-dev", + "zoujingli/wechat-developer": "^1.2", + "zoujingli/weopen-developer": "dev-master" + }, + "require-dev": { + "phpunit/phpunit": "^4.0|^5.0", + "squizlabs/php_codesniffer": "~2.3", + "phploc/phploc": "2.*", + "sebastian/phpcpd": "2.*" + }, + "repositories": { + "packagist": { + "type": "composer", + "url": "https://mirrors.aliyun.com/composer" + } + }, + "config": { + "allow-plugins": { + "topthink/think-installer": true + } + } +} diff --git a/db/.gitignore b/db/.gitignore new file mode 100755 index 0000000..48e029b --- /dev/null +++ b/db/.gitignore @@ -0,0 +1 @@ +*.sql \ No newline at end of file