forked from quansitech/think-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
54 lines (54 loc) · 1.1 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "tiderjian/think-core",
"description": "qscmf think core",
"type": "library",
"keywords": ["thinkphp", "admin", "grid", "form"],
"license": "MIT",
"authors": [
{
"name": "tiderjian",
"email": "tider_yatsen@hotmail.com"
}
],
"require": {
"php": ">=8.0.0",
"laravel/framework": "~6.20.0",
"doctrine/dbal": "2.*",
"guzzlehttp/guzzle": "^6.3",
"overtrue/wechat": "~4.0",
"chillerlan/php-qrcode": "^3.2",
"symfony/validator": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "^9.3.0",
"laravel/dusk": "^6.9.0",
"mockery/mockery": "^1.2",
"fakerphp/faker": "^1.10.0"
},
"autoload": {
"classmap": [
"src\/Larafortp\/Faker\/Provider\/zh_CN",
"src\/Bootstrap"
],
"psr-4": {
"Testing\\": "src/Testing/",
"Larafortp\\": "src/Larafortp/"
}
},
"autoload-dev": {
"psr-4": {
"Larafortp\\Tests\\": "tests/"
}
},
"bin": [
"qsinstall",
"qsautoload"
],
"extra": {
"laravel": {
"providers": [
"Larafortp\\Provider\\QscmfServiceProvider"
]
}
}
}