forked from mineadmin/components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
161 lines (161 loc) · 4.9 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "xmo/mine",
"license": "Apache-2.0",
"description": "mineAdmin核心组件",
"homepage": "http://www.mineadmin.com",
"keywords": [
"MineAdmin",
"hyperf",
"hyperf-admin",
"Admin"
],
"autoload": {
"psr-4": {
"Mine\\": "src/mine-core/src",
"Xmo\\JWTAuth\\": "src/jwt-auth/src",
"Mine\\Office\\": "src/office/src",
"Mine\\Translatable\\": "src/translatable/src",
"Mine\\Helper\\": "src/mine-helpers/src",
"Mine\\Generator\\": "src/mine-generator/src",
"Mine\\AppStore\\": "src/AppStore/src",
"Mine\\AppStoreSdk\\": "src/AppStore/src",
"Mine\\NextCoreX\\": "src/next-core-x/src",
"Mine\\HttpServer\\": "src/HttpServer/src",
"Mine\\Crontab\\": "src/Crontab/src",
"Mine\\Support\\": "src/Support/src",
"Mine\\Module\\": "src/Module/src",
"Mine\\SecurityBundle\\": "src/SecurityBundle/src",
"Mine\\Security\\Http\\": "src/SecurityHttp/src",
"Mine\\Security\\Access\\": "src/SecurityAccess/src"
},
"files": [
"src/mine-helpers/src/functions.php",
"src/Support/src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Mine\\Tests\\": "tests",
"Mine\\AppStore\\Tests\\": "src/AppStore/tests",
"Mine\\AppStoreSdk\\Tests\\": "src/AppStoreSdk/tests",
"Xmo\\MineCore\\Tests\\": "src/mine-core/tests",
"Mine\\NextCoreX\\Tests\\": "src/next-core-x/tests",
"Mine\\HttpServer\\Tests\\": "src/HttpServer/tests",
"Mine\\Crontab\\Tests\\": "src/Crontab/tests",
"Mine\\Support\\Tests\\": "src/Support/tests",
"Mine\\Module\\Tests\\": "src/Module/tests",
"Mine\\SecurityBundle\\Tests\\": "src/SecurityBundle/tests",
"Mine\\Security\\Http\\Tests\\": "src/SecurityHttp/tests",
"Mine\\Security\\Access\\Tests\\": "src/SecurityAccess/tests"
}
},
"authors": [
{
"name": "xmo",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "zds",
"email": "[email protected]",
"role": "Developer"
}
],
"replace": {
"xmo/mine": "*",
"xmo/mine-gateway": "*",
"xmo/jwt-auth": "*",
"xmo/mine-office": "*",
"xmo/mine-translatable": "*",
"xmo/mine-helpers": "*",
"xmo/mine-genertor": "*",
"mineadmin/app-store": "*",
"mine/next-core-x": "*",
"mineadmin/http-server": "*",
"mineadmin/security-bundle": "*",
"mineadmin/security-http": "*",
"mineadmin/module": "*"
},
"require": {
"php": ">=8.1",
"ext-gd": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-redis": "*",
"ext-swoole": ">=5.0",
"ext-zip": "*",
"casbin/casbin": "^v3.21",
"doctrine/dbal": "^3.1",
"friendsofhyperf/encryption": "^3.1",
"friendsofhyperf/facade": "^v3.1",
"hyperf/amqp": "~3.1.0",
"hyperf/async-queue": "~3.1.0",
"hyperf/cache": "~3.1.0",
"hyperf/codec": "~3.1.0",
"hyperf/command": "~3.1.0",
"hyperf/config": "~3.1.0",
"hyperf/constants": "~3.1.0",
"hyperf/crontab": "~3.1.0",
"hyperf/database": "~3.1.0",
"hyperf/database-pgsql": "~3.1.0",
"hyperf/db-connection": "~3.1.0",
"hyperf/di": "~3.1.0",
"hyperf/filesystem": "~3.1.0",
"hyperf/flysystem-oss": "^1.2",
"hyperf/framework": "~3.1.0",
"hyperf/guzzle": "~3.1.0",
"hyperf/http-server": "~3.1.0",
"hyperf/logger": "~3.1.0",
"hyperf/memory": "~3.1.0",
"hyperf/migration-generator": "~3.1.0",
"hyperf/model-cache": "~3.1.0",
"hyperf/model-listener": "~3.1.0",
"hyperf/paginator": "~3.1.0",
"hyperf/pool": "~3.1.0",
"hyperf/process": "~3.1.0",
"hyperf/redis": "~3.1.0",
"hyperf/snowflake": "~3.1.0",
"hyperf/support": "~3.1.0",
"hyperf/translation": "~3.1.0",
"hyperf/validation": "~3.1.0",
"hyperf/websocket-server": "~3.1.0",
"lcobucci/jwt": "~5.2.0",
"mine/next-core-x": "dev-2.0-dev",
"nesbot/carbon": "^1.0 || ^2.0",
"nette/utils": "dev-master",
"overtrue/flysystem-cos": "^5.0",
"overtrue/flysystem-qiniu": "^3.0",
"phpoffice/phpspreadsheet": "^1.24",
"ramsey/uuid": "^4.7",
"symfony/property-access": "^6.0",
"symfony/serializer": "^6.0",
"symfony/var-exporter": "*",
"tangwei/apidocs": "^3.0",
"yurunsoft/phpmailer-swoole": "^1.0",
"zoujingli/ip2region": "2.0.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/testing": "3.1.*",
"mockery/mockery": "^1.0",
"pestphp/pest": "2.x-dev",
"phpstan/phpstan": "^1.0",
"swoole/ide-helper": "dev-master"
},
"minimum-stability": "dev",
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"scripts": {
"cs-fix": "php-cs-fixer fix $1",
"test": "pest",
"coverage": "pest --coverage --coverage-clover tests/coverage.xml",
"analyse": "phpstan analyse --memory-limit 1000M -l 0 -c phpstan.neon ./src"
}
}