-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
composer.json
312 lines (312 loc) Β· 13.8 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
{
"name": "friendsofhyperf/components",
"description": "The most popular components for Hyperf.",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Deeka Wong",
"email": "huangdijia@gmail.com"
}
],
"support": {
"issues": "https://github.com/friendsofhyperf/components/issues",
"source": "https://github.com/friendsofhyperf/components"
},
"require": {
"php": ">=8.1",
"barryvdh/reflection-docblock": "^2.0",
"composer/composer": "^2.0",
"google/protobuf": "^3.21",
"google/recaptcha": "^1.2",
"guzzlehttp/uri-template": "^1.0",
"hyperf/stdlib": "~3.1.0",
"krowinski/php-mysql-replication": "^7.0 || ^8.0",
"laravel/serializable-closure": "^1.0",
"league/commonmark": "^1.3 || ^2.0.2",
"nesbot/carbon": "^2.0 || ^3.0",
"nunomaduro/termwind": "^1.13 || ^2.0",
"openai-php/client": "^0.10.0",
"phpmyadmin/sql-parser": "^5.9",
"psr/http-factory-implementation": "*",
"psy/psysh": "^0.10.0 || ^0.11.0",
"ramsey/uuid": "^4.7",
"sentry/sentry": "^4.4.0",
"symfony/console": "^5.3 || ^6.0 || ^7.0",
"symfony/http-foundation": "^5.3 || ^6.0 || ^7.0",
"symfony/process": "^5.3 || ^6.0 || ^7.0",
"symfony/uid": "^5.3 || ^6.0 || ^7.0",
"symfony/var-dumper": "^5.3 || ^6.0 || ^7.0"
},
"require-dev": {
"aws/aws-sdk-php": "^3.235.5",
"elasticsearch/elasticsearch": "^7.0 || ^8.0",
"ergebnis/composer-normalize": "^2.43",
"friendsofhyperf/rector": "dev-main",
"hashids/hashids": "^4.1 || ^5.0",
"huangdijia/php-coding-standard": "^2.0",
"hyperf/amqp": "~3.1.0",
"hyperf/async-queue": "~3.1.0",
"hyperf/cache": "~3.1.0",
"hyperf/code-parser": "~3.1.0",
"hyperf/codec": "~3.1.0",
"hyperf/collection": "~3.1.22",
"hyperf/command": "~3.1.0",
"hyperf/conditionable": "~3.1.0",
"hyperf/config-center": "~3.1.0",
"hyperf/consul": "~3.1.0",
"hyperf/context": "~3.1.0",
"hyperf/coroutine": "~3.1.0",
"hyperf/crontab": "~3.1.0",
"hyperf/database": "~3.1.0",
"hyperf/db": "~3.1.0",
"hyperf/db-connection": "~3.1.0",
"hyperf/devtool": "~3.1.0",
"hyperf/di": "~3.1.0",
"hyperf/engine": "^2.0",
"hyperf/etcd": "~3.1.0",
"hyperf/filesystem": "~3.1.0",
"hyperf/framework": "~3.1.0",
"hyperf/grpc-client": "~3.1.0",
"hyperf/grpc-server": "~3.1.0",
"hyperf/guzzle": "~3.1.0",
"hyperf/http-server": "~3.1.0",
"hyperf/http2-client": "~3.1.0",
"hyperf/ide-helper": "~3.1.0",
"hyperf/json-rpc": "~3.1.0",
"hyperf/kafka": "~3.1.0",
"hyperf/logger": "~3.1.0",
"hyperf/macroable": "~3.1.0",
"hyperf/nacos": "~3.1.0",
"hyperf/paginator": "~3.1.0",
"hyperf/pipeline": "~3.1.0",
"hyperf/redis": "~3.1.0",
"hyperf/rpc": "~3.1.0",
"hyperf/rpc-client": "~3.1.0",
"hyperf/rpc-server": "~3.1.0",
"hyperf/scout": "~3.1.0",
"hyperf/session": "~3.1.0",
"hyperf/stringable": "~3.1.20",
"hyperf/support": "~3.1.0",
"hyperf/tappable": "~3.1.0",
"hyperf/tracer": "~3.1.0",
"hyperf/validation": "~3.1.0",
"hyperf/view": "~3.1.0",
"hyperf/view-engine": "~3.1.0",
"mockery/mockery": "^1.6",
"opis/closure": "^3.6",
"overtrue/easy-sms": "^3.0",
"pestphp/pest": "^2.8.0",
"pestphp/pest-plugin-faker": "^2.0",
"pestphp/pest-plugin-type-coverage": "^2.0",
"php-http/guzzle7-adapter": "^1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.1",
"swoole/ide-helper": "dev-master",
"swow/swow": "dev-develop",
"symfony/http-client": "^6.4",
"symfony/mailgun-mailer": "^6.4",
"symfony/notifier": "^6.4",
"symfony/postmark-mailer": "^6.4",
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
"voku/portable-ascii": "^1.4"
},
"replace": {
"friendsofhyperf/amqp-job": "*",
"friendsofhyperf/cache": "*",
"friendsofhyperf/command-signals": "*",
"friendsofhyperf/command-validation": "*",
"friendsofhyperf/compoships": "*",
"friendsofhyperf/confd": "*",
"friendsofhyperf/config-consul": "*",
"friendsofhyperf/console-spinner": "*",
"friendsofhyperf/di-plus": "*",
"friendsofhyperf/elasticsearch": "*",
"friendsofhyperf/encryption": "*",
"friendsofhyperf/exception-event": "*",
"friendsofhyperf/facade": "*",
"friendsofhyperf/fast-paginate": "*",
"friendsofhyperf/grpc-validation": "*",
"friendsofhyperf/helpers": "*",
"friendsofhyperf/http-client": "*",
"friendsofhyperf/http-logger": "*",
"friendsofhyperf/ide-helper": "*",
"friendsofhyperf/lock": "*",
"friendsofhyperf/macros": "*",
"friendsofhyperf/mail": "*",
"friendsofhyperf/middleware-plus": "*",
"friendsofhyperf/model-factory": "*",
"friendsofhyperf/model-hashids": "*",
"friendsofhyperf/model-morph-addon": "*",
"friendsofhyperf/model-observer": "*",
"friendsofhyperf/model-scope": "*",
"friendsofhyperf/monolog-hook": "*",
"friendsofhyperf/mysql-grammar-addon": "*",
"friendsofhyperf/notification": "*",
"friendsofhyperf/notification-easysms": "*",
"friendsofhyperf/notification-mail": "*",
"friendsofhyperf/openai-client": "*",
"friendsofhyperf/pest-plugin-hyperf": "*",
"friendsofhyperf/pretty-console": "*",
"friendsofhyperf/recaptcha": "*",
"friendsofhyperf/redis-subscriber": "*",
"friendsofhyperf/sentry": "*",
"friendsofhyperf/support": "*",
"friendsofhyperf/tcp-sender": "*",
"friendsofhyperf/telescope": "*",
"friendsofhyperf/tinker": "*",
"friendsofhyperf/trigger": "*",
"friendsofhyperf/validated-dto": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"FriendsOfHyperf\\AmqpJob\\": "src/amqp-job/src/",
"FriendsOfHyperf\\Cache\\": "src/cache/src/",
"FriendsOfHyperf\\CommandSignals\\": "src/command-signals/src/",
"FriendsOfHyperf\\CommandValidation\\": "src/command-validation/src/",
"FriendsOfHyperf\\Compoships\\": "src/compoships/src/",
"FriendsOfHyperf\\Confd\\": "src/confd/src/",
"FriendsOfHyperf\\ConfigConsul\\": "src/config-consul/src/",
"FriendsOfHyperf\\ConsoleSpinner\\": "src/console-spinner/src/",
"FriendsOfHyperf\\DiPlus\\": "src/di-plus/src/",
"FriendsOfHyperf\\Elasticsearch\\": "src/elasticsearch/src/",
"FriendsOfHyperf\\Encryption\\": "src/encryption/src/",
"FriendsOfHyperf\\ExceptionEvent\\": "src/exception-event/src/",
"FriendsOfHyperf\\Facade\\": "src/facade/src/",
"FriendsOfHyperf\\FastPaginate\\": "src/fast-paginate/src/",
"FriendsOfHyperf\\GrpcValidation\\": "src/grpc-validation/src/",
"FriendsOfHyperf\\Helpers\\": "src/helpers/src/",
"FriendsOfHyperf\\Http\\Client\\": "src/http-client/src/",
"FriendsOfHyperf\\Http\\Logger\\": "src/http-logger/src/",
"FriendsOfHyperf\\IdeHelper\\": "src/ide-helper/src/",
"FriendsOfHyperf\\Lock\\": "src/lock/src/",
"FriendsOfHyperf\\Macros\\": "src/macros/src/",
"FriendsOfHyperf\\Mail\\": "src/mail/src/",
"FriendsOfHyperf\\MiddlewarePlus\\": "src/middleware-plus/src/",
"FriendsOfHyperf\\ModelFactory\\": "src/model-factory/src/",
"FriendsOfHyperf\\ModelHashids\\": "src/model-hashids/src/",
"FriendsOfHyperf\\ModelMorphAddon\\": "src/model-morph-addon/src/",
"FriendsOfHyperf\\ModelObserver\\": "src/model-observer/src/",
"FriendsOfHyperf\\ModelScope\\": "src/model-scope/src/",
"FriendsOfHyperf\\MonologHook\\": "src/monolog-hook/src/",
"FriendsOfHyperf\\MySqlGrammarAddon\\": "src/mysql-grammar-addon/src/",
"FriendsOfHyperf\\Notification\\": "src/notification/src/",
"FriendsOfHyperf\\Notification\\EasySms\\": "src/notification-easysms/src/",
"FriendsOfHyperf\\Notification\\Mail\\": "src/notification-mail/src/",
"FriendsOfHyperf\\OpenAi\\": "src/openai-client/src/",
"FriendsOfHyperf\\PrettyConsole\\": "src/pretty-console/src/",
"FriendsOfHyperf\\ReCaptcha\\": "src/recaptcha/src/",
"FriendsOfHyperf\\Redis\\Subscriber\\": "src/redis-subscriber/src/",
"FriendsOfHyperf\\Sentry\\": "src/sentry/src/",
"FriendsOfHyperf\\Support\\": "src/support/src/",
"FriendsOfHyperf\\TcpSender\\": "src/tcp-sender/src/",
"FriendsOfHyperf\\Telescope\\": "src/telescope/src/",
"FriendsOfHyperf\\Tinker\\": "src/tinker/src/",
"FriendsOfHyperf\\Trigger\\": "src/trigger/src/",
"FriendsOfHyperf\\ValidatedDTO\\": "src/validated-dto/src/",
"Pest\\Hyperf\\": "src/pest-plugin-hyperf/src/"
},
"files": [
"src/amqp-job/src/Functions.php",
"src/encryption/src/Functions.php",
"src/exception-event/src/Functions.php",
"src/helpers/src/Command/Functions.php",
"src/helpers/src/Functions.php",
"src/lock/src/Functions.php",
"src/mail/src/Functions.php",
"src/model-factory/src/Functions.php",
"src/support/src/Functions.php",
"src/validated-dto/src/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
"FriendsOfHyperf\\Tests\\": "tests/"
},
"files": [
"tests/phpunit-patch.php"
]
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"pestphp/pest-plugin": true,
"php-http/discovery": false
},
"optimize-autoloader": true,
"sort-packages": true
},
"extra": {
"hyperf": {
"config": [
"FriendsOfHyperf\\AmqpJob\\ConfigProvider",
"FriendsOfHyperf\\Cache\\ConfigProvider",
"FriendsOfHyperf\\CommandSignals\\ConfigProvider",
"FriendsOfHyperf\\CommandValidation\\ConfigProvider",
"FriendsOfHyperf\\Compoships\\ConfigProvider",
"FriendsOfHyperf\\Confd\\ConfigProvider",
"FriendsOfHyperf\\ConfigConsul\\ConfigProvider",
"FriendsOfHyperf\\ConsoleSpinner\\ConfigProvider",
"FriendsOfHyperf\\DiPlus\\ConfigProvider",
"FriendsOfHyperf\\Encryption\\ConfigProvider",
"FriendsOfHyperf\\ExceptionEvent\\ConfigProvider",
"FriendsOfHyperf\\Facade\\ConfigProvider",
"FriendsOfHyperf\\FastPaginate\\ConfigProvider",
"FriendsOfHyperf\\GrpcValidation\\ConfigProvider",
"FriendsOfHyperf\\Helpers\\ConfigProvider",
"FriendsOfHyperf\\Http\\Logger\\ConfigProvider",
"FriendsOfHyperf\\IdeHelper\\ConfigProvider",
"FriendsOfHyperf\\Lock\\ConfigProvider",
"FriendsOfHyperf\\Macros\\ConfigProvider",
"FriendsOfHyperf\\Mail\\ConfigProvider",
"FriendsOfHyperf\\MiddlewarePlus\\ConfigProvider",
"FriendsOfHyperf\\ModelFactory\\ConfigProvider",
"FriendsOfHyperf\\ModelHashids\\ConfigProvider",
"FriendsOfHyperf\\ModelMorphAddon\\ConfigProvider",
"FriendsOfHyperf\\ModelObserver\\ConfigProvider",
"FriendsOfHyperf\\ModelScope\\ConfigProvider",
"FriendsOfHyperf\\MonologHook\\ConfigProvider",
"FriendsOfHyperf\\MySqlGrammarAddon\\ConfigProvider",
"FriendsOfHyperf\\Notification\\ConfigProvider",
"FriendsOfHyperf\\Notification\\EasySms\\ConfigProvider",
"FriendsOfHyperf\\Notification\\Mail\\ConfigProvider",
"FriendsOfHyperf\\OpenAi\\ConfigProvider",
"FriendsOfHyperf\\PrettyConsole\\ConfigProvider",
"FriendsOfHyperf\\ReCaptcha\\ConfigProvider",
"FriendsOfHyperf\\Sentry\\ConfigProvider",
"FriendsOfHyperf\\Support\\ConfigProvider",
"FriendsOfHyperf\\TcpSender\\ConfigProvider",
"FriendsOfHyperf\\Telescope\\ConfigProvider",
"FriendsOfHyperf\\Tinker\\ConfigProvider",
"FriendsOfHyperf\\Trigger\\ConfigProvider",
"FriendsOfHyperf\\ValidatedDTO\\ConfigProvider"
]
}
},
"scripts": {
"analyse": "@php vendor/bin/phpstan analyse --memory-limit=-1",
"cs-fix": "@php vendor/bin/php-cs-fixer fix $1 --verbose",
"gen:readme": "./bin/regenerate-readme.sh > src/.github/profile/README.md",
"json-fix": [
"@php ./bin/composer-json-fixer",
"@composer normalize --no-update-lock",
"find ./src -name composer.json -exec composer normalize --no-update-lock {} \\;"
],
"repo:pending": [
"./bin/pending-repositories.sh",
"@php ./bin/pending-composer-json",
"@php ./bin/composer-json-fixer",
"@gen:readme"
],
"test": [
"@composer test:lint",
"@composer test:unit",
"@composer test:types"
],
"test:lint": "@php vendor/bin/php-cs-fixer fix --dry-run --diff --ansi",
"test:types": "@php vendor/bin/pest --type-coverage",
"test:unit": "@php vendor/bin/pest"
}
}