-
-
Notifications
You must be signed in to change notification settings - Fork 883
Expand file tree
/
Copy pathcomposer.json
More file actions
268 lines (268 loc) · 8.38 KB
/
Copy pathcomposer.json
File metadata and controls
268 lines (268 loc) · 8.38 KB
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
{
"name": "danog/madelineproto",
"description": "Async PHP client API for the telegram MTProto protocol.",
"type": "library",
"license": "AGPL-3.0-only",
"homepage": "https://docs.madelineproto.xyz",
"keywords": [
"telegram",
"mtproto",
"protocol",
"bytes",
"messenger",
"client",
"PHP",
"video",
"stickers",
"audio",
"files",
"GB"
],
"conflict": {
"krakjoe/pthreads-polyfill": "*",
"ext-pthreads": "*"
},
"require": {
"php-64bit": ">=8.2",
"danog/primemodule": "^1.0.13",
"symfony/polyfill-mbstring": ">=1.32",
"ext-json": "*",
"ext-xml": "*",
"ext-dom": "*",
"ext-filter": "*",
"ext-hash": "*",
"ext-zlib": "*",
"ext-fileinfo": "*",
"amphp/amp": "^3.1.1",
"amphp/http-client": "^5.3.4",
"amphp/websocket-client": "^2.0.2",
"amphp/http": "^2.1.2",
"amphp/socket": "^2.3.1",
"amphp/dns": "^2.4.0",
"amphp/byte-stream": "^2.1.2",
"amphp/file": "^3.2.0",
"amphp/mysql": "^3",
"amphp/postgres": "^2.1.1",
"danog/dns-over-https": "^1.0.1",
"amphp/http-client-cookies": "^2",
"danog/tg-file-decoder": "^1.0.2",
"league/uri": "^7.5.1",
"danog/ipc": "^1.0.1",
"amphp/log": "^2",
"danog/loop": "^1.1.1",
"phpseclib/phpseclib": "^3.0.47",
"amphp/redis": "^2.0.3",
"psr/http-factory": "^1.1.0",
"psr/log": "^3.0.2",
"webmozart/assert": "^1.12.1",
"bacon/bacon-qr-code": "^3.0.1",
"nikic/php-parser": "^5.6.2",
"revolt/event-loop": "^1.0.7",
"danog/async-orm": "^1.1.4",
"danog/telegram-entities": "^1.0.5",
"danog/better-prometheus": "^0.1.1",
"amphp/http-server": "^3.4.3",
"danog/tg-dialog-id": "^2",
"symfony/polyfill-php83": "^1.32",
"evenement/evenement": "^3.0.2",
"ramsey/uuid": "^4.9.2",
"danog/php-rtc-av": "^1.0.1001",
"danog/php-rtc-codecs": "^1.0.1001",
"danog/php-rtc-dtls": "^1.0.1002",
"danog/php-rtc-ice": "^1.0.1003",
"danog/php-rtc-ntp": "^1.0.1001",
"danog/php-rtc-rtcp": "^1.0.1001",
"danog/php-rtc-rtp": "^1.0.1001",
"danog/php-rtc-sctp": "^1.0.1003",
"danog/php-rtc-srtp": "^1.0.1001",
"danog/php-rtc-ssl": "^1.0.1001",
"danog/php-rtc-stun": "^1.0.1001",
"danog/php-rtc-webrtc": "^1.0.1003",
"danog/php-rtc-datachannel": "^1.0.1001",
"danog/php-rtc-sdp": "^1.0.1001",
"danog/php-rtc-stats": "^1.0.1001",
"danog/php-rtc-turn": "^1.0.1001",
"danog/php-rtc-mdns": "^1.0.1001",
"danog/php-rtc-opus": "^1.0.1001",
"danog/php-rtc-vpx": "^1.0.1001",
"danog/php-rtc-exception": "^1.0.1001",
"danog/php-rtc-mixin": "^1.0.1001",
"danog/php-rtc-rtp-parameter": "^1.0.1001"
},
"require-dev": {
"ext-ctype": "*",
"danog/phpdoc": "^0.1.24",
"phpunit/phpunit": "^9.6.29",
"amphp/phpunit-util": "^3",
"bamarni/composer-bin-plugin": "1.8.2",
"symfony/yaml": "^6.4.26",
"dg/bypass-finals": "dev-master",
"brianium/paratest": "^6.11.1",
"vimeo/psalm": "dev-master",
"sebastian/diff": "^4.0"
},
"suggest": {
"ext-primemodule": "Install the primemodule and FFI extensions to speed up MadelineProto (https://prime.madelineproto.xyz)",
"ext-ffi": "Install the FFI extension (with libopus, libvpx and ffmpeg) to transcode audio and video in realtime; not required to play back pre-converted files",
"ext-pdo": "Install the pdo extension to store session data on MySQL",
"ext-openssl": "Install the openssl extension for faster crypto",
"ext-uv": "Install the uv extension to greatly speed up MadelineProto!",
"ext-gmp": "Install the gmp extension to speed up authorization",
"ext-bcmath": "Install the bcmath extension to speed up authorization"
},
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
}
],
"autoload": {
"psr-4": {
"danog\\MadelineProto\\": "src"
},
"files": [
"src/polyfill.php"
]
},
"autoload-dev": {
"psr-4": {
"danog\\MadelineProto\\Test\\": "tests/danog/MadelineProto",
"danog\\MadelineProto\\": "tools/"
},
"files": [
"tools/build_docs/schemas.php",
"tools/build_docs/merge.php",
"tools/build_docs/layerUpgrade.php"
]
},
"scripts": {
"build": [
"@docs",
"@docs-fix",
"@cs-fix",
"@fuzz",
"@file_ref_map",
"@psalm",
"@test-light"
],
"test": [
"@paratest"
],
"test-light": [
"@paratest-light"
],
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php -d pcre.jit=0 vendor/bin/php-cs-fixer fix -v",
"psalm": "psalm --no-cache --threads=10",
"docs": "php tools/build_docs.php",
"fuzz": "php tools/fuzzer.php",
"file_ref_map": "php tools/gen_filerefmap.php",
"docs-fix": "tools/fix_docs.sh",
"paratest": "@php -dzend.assertions=1 ./vendor/bin/paratest -fv",
"paratest-light": "@php -dzend.assertions=1 ./vendor/bin/paratest -fvc phpunit-light.xml",
"bin": "echo 'bin not installed'",
"post-install-cmd": [
"@composer bin all install --ansi"
],
"post-update-cmd": [
"@composer bin all update --ansi"
]
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"phabel/phabel": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"symfony/thanks": true
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-av.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-codecs.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-dtls.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-ice.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-ntp.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-rtcp.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-rtp.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-sctp.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-srtp.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-ssl.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-stun.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-webrtc.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-datachannel.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-sdp.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-stats.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-turn.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-mdns.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-opus.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-vpx.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-exception.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-mixin.git"
},
{
"type": "vcs",
"url": "https://github.com/danog/php-rtc-rtp-parameter.git"
}
]
}