]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blob - composer.lock
Rename the information tab to Info
[irc/unrealircd/unrealircd-webpanel.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "1303fbe355385e93ef011e824b1ba270",
8 "packages": [
9 {
10 "name": "phpmailer/phpmailer",
11 "version": "v6.8.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/PHPMailer/PHPMailer.git",
15 "reference": "df16b615e371d81fb79e506277faea67a1be18f1"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/df16b615e371d81fb79e506277faea67a1be18f1",
20 "reference": "df16b615e371d81fb79e506277faea67a1be18f1",
21 "shasum": ""
22 },
23 "require": {
24 "ext-ctype": "*",
25 "ext-filter": "*",
26 "ext-hash": "*",
27 "php": ">=5.5.0"
28 },
29 "require-dev": {
30 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
31 "doctrine/annotations": "^1.2.6 || ^1.13.3",
32 "php-parallel-lint/php-console-highlighter": "^1.0.0",
33 "php-parallel-lint/php-parallel-lint": "^1.3.2",
34 "phpcompatibility/php-compatibility": "^9.3.5",
35 "roave/security-advisories": "dev-latest",
36 "squizlabs/php_codesniffer": "^3.7.1",
37 "yoast/phpunit-polyfills": "^1.0.4"
38 },
39 "suggest": {
40 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
41 "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
42 "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
43 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
44 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
45 "psr/log": "For optional PSR-3 debug logging",
46 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
47 "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
48 },
49 "type": "library",
50 "autoload": {
51 "psr-4": {
52 "PHPMailer\\PHPMailer\\": "src/"
53 }
54 },
55 "notification-url": "https://packagist.org/downloads/",
56 "license": [
57 "LGPL-2.1-only"
58 ],
59 "authors": [
60 {
61 "name": "Marcus Bointon",
62 "email": "phpmailer@synchromedia.co.uk"
63 },
64 {
65 "name": "Jim Jagielski",
66 "email": "jimjag@gmail.com"
67 },
68 {
69 "name": "Andy Prevost",
70 "email": "codeworxtech@users.sourceforge.net"
71 },
72 {
73 "name": "Brent R. Matzelle"
74 }
75 ],
76 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
77 "support": {
78 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
79 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.0"
80 },
81 "funding": [
82 {
83 "url": "https://github.com/Synchro",
84 "type": "github"
85 }
86 ],
87 "time": "2023-03-06T14:43:22+00:00"
88 },
89 {
90 "name": "phrity/net-uri",
91 "version": "1.2.0",
92 "source": {
93 "type": "git",
94 "url": "https://github.com/sirn-se/phrity-net-uri.git",
95 "reference": "c6ecf127e7c99a41ce04d3cdcda7f51108dd96f7"
96 },
97 "dist": {
98 "type": "zip",
99 "url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/c6ecf127e7c99a41ce04d3cdcda7f51108dd96f7",
100 "reference": "c6ecf127e7c99a41ce04d3cdcda7f51108dd96f7",
101 "shasum": ""
102 },
103 "require": {
104 "php": "^7.4|^8.0",
105 "psr/http-factory": "^1.0",
106 "psr/http-message": "^1.0"
107 },
108 "require-dev": {
109 "php-coveralls/php-coveralls": "^2.0",
110 "phpunit/phpunit": "^9.0",
111 "squizlabs/php_codesniffer": "^3.0"
112 },
113 "type": "library",
114 "autoload": {
115 "psr-4": {
116 "": "src/"
117 }
118 },
119 "notification-url": "https://packagist.org/downloads/",
120 "license": [
121 "MIT"
122 ],
123 "authors": [
124 {
125 "name": "Sören Jensen",
126 "email": "sirn@sirn.se",
127 "homepage": "https://phrity.sirn.se"
128 }
129 ],
130 "description": "PSR-7 Uri and PSR-17 UriFactory implementation",
131 "homepage": "https://phrity.sirn.se/net-uri",
132 "keywords": [
133 "psr-17",
134 "psr-7",
135 "uri",
136 "uri factory"
137 ],
138 "support": {
139 "issues": "https://github.com/sirn-se/phrity-net-uri/issues",
140 "source": "https://github.com/sirn-se/phrity-net-uri/tree/1.2.0"
141 },
142 "time": "2022-11-30T07:20:06+00:00"
143 },
144 {
145 "name": "phrity/util-errorhandler",
146 "version": "1.0.1",
147 "source": {
148 "type": "git",
149 "url": "https://github.com/sirn-se/phrity-util-errorhandler.git",
150 "reference": "dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc"
151 },
152 "dist": {
153 "type": "zip",
154 "url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc",
155 "reference": "dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc",
156 "shasum": ""
157 },
158 "require": {
159 "php": "^7.2|^8.0"
160 },
161 "require-dev": {
162 "php-coveralls/php-coveralls": "^2.0",
163 "phpunit/phpunit": "^8.0|^9.0",
164 "squizlabs/php_codesniffer": "^3.5"
165 },
166 "type": "library",
167 "autoload": {
168 "psr-4": {
169 "": "src/"
170 }
171 },
172 "notification-url": "https://packagist.org/downloads/",
173 "license": [
174 "MIT"
175 ],
176 "authors": [
177 {
178 "name": "Sören Jensen",
179 "email": "sirn@sirn.se",
180 "homepage": "https://phrity.sirn.se"
181 }
182 ],
183 "description": "Inline error handler; catch and resolve errors for code block.",
184 "homepage": "https://phrity.sirn.se/util-errorhandler",
185 "keywords": [
186 "error",
187 "warning"
188 ],
189 "support": {
190 "issues": "https://github.com/sirn-se/phrity-util-errorhandler/issues",
191 "source": "https://github.com/sirn-se/phrity-util-errorhandler/tree/1.0.1"
192 },
193 "time": "2022-10-27T12:14:42+00:00"
194 },
195 {
196 "name": "psr/http-factory",
197 "version": "1.0.2",
198 "source": {
199 "type": "git",
200 "url": "https://github.com/php-fig/http-factory.git",
201 "reference": "e616d01114759c4c489f93b099585439f795fe35"
202 },
203 "dist": {
204 "type": "zip",
205 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
206 "reference": "e616d01114759c4c489f93b099585439f795fe35",
207 "shasum": ""
208 },
209 "require": {
210 "php": ">=7.0.0",
211 "psr/http-message": "^1.0 || ^2.0"
212 },
213 "type": "library",
214 "extra": {
215 "branch-alias": {
216 "dev-master": "1.0.x-dev"
217 }
218 },
219 "autoload": {
220 "psr-4": {
221 "Psr\\Http\\Message\\": "src/"
222 }
223 },
224 "notification-url": "https://packagist.org/downloads/",
225 "license": [
226 "MIT"
227 ],
228 "authors": [
229 {
230 "name": "PHP-FIG",
231 "homepage": "https://www.php-fig.org/"
232 }
233 ],
234 "description": "Common interfaces for PSR-7 HTTP message factories",
235 "keywords": [
236 "factory",
237 "http",
238 "message",
239 "psr",
240 "psr-17",
241 "psr-7",
242 "request",
243 "response"
244 ],
245 "support": {
246 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
247 },
248 "time": "2023-04-10T20:10:41+00:00"
249 },
250 {
251 "name": "psr/http-message",
252 "version": "1.1",
253 "source": {
254 "type": "git",
255 "url": "https://github.com/php-fig/http-message.git",
256 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
257 },
258 "dist": {
259 "type": "zip",
260 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
261 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
262 "shasum": ""
263 },
264 "require": {
265 "php": "^7.2 || ^8.0"
266 },
267 "type": "library",
268 "extra": {
269 "branch-alias": {
270 "dev-master": "1.1.x-dev"
271 }
272 },
273 "autoload": {
274 "psr-4": {
275 "Psr\\Http\\Message\\": "src/"
276 }
277 },
278 "notification-url": "https://packagist.org/downloads/",
279 "license": [
280 "MIT"
281 ],
282 "authors": [
283 {
284 "name": "PHP-FIG",
285 "homepage": "http://www.php-fig.org/"
286 }
287 ],
288 "description": "Common interface for HTTP messages",
289 "homepage": "https://github.com/php-fig/http-message",
290 "keywords": [
291 "http",
292 "http-message",
293 "psr",
294 "psr-7",
295 "request",
296 "response"
297 ],
298 "support": {
299 "source": "https://github.com/php-fig/http-message/tree/1.1"
300 },
301 "time": "2023-04-04T09:50:52+00:00"
302 },
303 {
304 "name": "psr/log",
305 "version": "3.0.0",
306 "source": {
307 "type": "git",
308 "url": "https://github.com/php-fig/log.git",
309 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
310 },
311 "dist": {
312 "type": "zip",
313 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
314 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
315 "shasum": ""
316 },
317 "require": {
318 "php": ">=8.0.0"
319 },
320 "type": "library",
321 "extra": {
322 "branch-alias": {
323 "dev-master": "3.x-dev"
324 }
325 },
326 "autoload": {
327 "psr-4": {
328 "Psr\\Log\\": "src"
329 }
330 },
331 "notification-url": "https://packagist.org/downloads/",
332 "license": [
333 "MIT"
334 ],
335 "authors": [
336 {
337 "name": "PHP-FIG",
338 "homepage": "https://www.php-fig.org/"
339 }
340 ],
341 "description": "Common interface for logging libraries",
342 "homepage": "https://github.com/php-fig/log",
343 "keywords": [
344 "log",
345 "psr",
346 "psr-3"
347 ],
348 "support": {
349 "source": "https://github.com/php-fig/log/tree/3.0.0"
350 },
351 "time": "2021-07-14T16:46:02+00:00"
352 },
353 {
354 "name": "textalk/websocket",
355 "version": "1.6.3",
356 "source": {
357 "type": "git",
358 "url": "https://github.com/Textalk/websocket-php.git",
359 "reference": "67de79745b1a357caf812bfc44e0abf481cee012"
360 },
361 "dist": {
362 "type": "zip",
363 "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/67de79745b1a357caf812bfc44e0abf481cee012",
364 "reference": "67de79745b1a357caf812bfc44e0abf481cee012",
365 "shasum": ""
366 },
367 "require": {
368 "php": "^7.4 | ^8.0",
369 "phrity/net-uri": "^1.0",
370 "phrity/util-errorhandler": "^1.0",
371 "psr/http-message": "^1.0",
372 "psr/log": "^1.0 | ^2.0 | ^3.0"
373 },
374 "require-dev": {
375 "php-coveralls/php-coveralls": "^2.0",
376 "phpunit/phpunit": "^9.0",
377 "squizlabs/php_codesniffer": "^3.5"
378 },
379 "type": "library",
380 "autoload": {
381 "psr-4": {
382 "WebSocket\\": "lib"
383 }
384 },
385 "notification-url": "https://packagist.org/downloads/",
386 "license": [
387 "ISC"
388 ],
389 "authors": [
390 {
391 "name": "Fredrik Liljegren"
392 },
393 {
394 "name": "Sören Jensen"
395 }
396 ],
397 "description": "WebSocket client and server",
398 "support": {
399 "issues": "https://github.com/Textalk/websocket-php/issues",
400 "source": "https://github.com/Textalk/websocket-php/tree/1.6.3"
401 },
402 "time": "2022-11-07T18:59:33+00:00"
403 },
404 {
405 "name": "unrealircd/unrealircd-rpc",
406 "version": "dev-main",
407 "source": {
408 "type": "git",
409 "url": "https://github.com/unrealircd/unrealircd-rpc-php.git",
410 "reference": "94e1459d52b429e3e5d43d36fabada6d0801bdc5"
411 },
412 "dist": {
413 "type": "zip",
414 "url": "https://api.github.com/repos/unrealircd/unrealircd-rpc-php/zipball/94e1459d52b429e3e5d43d36fabada6d0801bdc5",
415 "reference": "94e1459d52b429e3e5d43d36fabada6d0801bdc5",
416 "shasum": ""
417 },
418 "require": {
419 "php": "^8.0|^8.1",
420 "textalk/websocket": "^1.5"
421 },
422 "default-branch": true,
423 "type": "library",
424 "autoload": {
425 "psr-4": {
426 "UnrealIRCd\\": "lib/"
427 }
428 },
429 "notification-url": "https://packagist.org/downloads/",
430 "license": [
431 "MIT"
432 ],
433 "authors": [
434 {
435 "name": "Bram Matthys",
436 "email": "syzop@vulnscan.org"
437 },
438 {
439 "name": "Denver Freeburn",
440 "email": "sketch@sketchni.uk"
441 }
442 ],
443 "description": "JSON-RPC interface to UnrealIRCd",
444 "support": {
445 "irc": "ircs://irc.unrealircd.org/unreal-webpanel",
446 "issues": "https://github.com/unrealircd/unrealircd-rpc-php/issues",
447 "source": "https://github.com/unrealircd/unrealircd-rpc-php/tree/main"
448 },
449 "time": "2023-05-08T06:28:24+00:00"
450 }
451 ],
452 "packages-dev": [],
453 "aliases": [],
454 "minimum-stability": "stable",
455 "stability-flags": {
456 "unrealircd/unrealircd-rpc": 20
457 },
458 "prefer-stable": false,
459 "prefer-lowest": false,
460 "platform": [],
461 "platform-dev": [],
462 "plugin-api-version": "2.3.0"
463 }