create-prisma-php-app 1.9.15 → 1.9.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1993 +0,0 @@
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": "80288193c31198fd89e7a9d89a396b3b",
8
- "packages": [
9
- {
10
- "name": "brick/math",
11
- "version": "0.11.0",
12
- "source": {
13
- "type": "git",
14
- "url": "https://github.com/brick/math.git",
15
- "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
16
- },
17
- "dist": {
18
- "type": "zip",
19
- "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
20
- "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
21
- "shasum": ""
22
- },
23
- "require": {
24
- "php": "^8.0"
25
- },
26
- "require-dev": {
27
- "php-coveralls/php-coveralls": "^2.2",
28
- "phpunit/phpunit": "^9.0",
29
- "vimeo/psalm": "5.0.0"
30
- },
31
- "type": "library",
32
- "autoload": {
33
- "psr-4": {
34
- "Brick\\Math\\": "src/"
35
- }
36
- },
37
- "notification-url": "https://packagist.org/downloads/",
38
- "license": [
39
- "MIT"
40
- ],
41
- "description": "Arbitrary-precision arithmetic library",
42
- "keywords": [
43
- "Arbitrary-precision",
44
- "BigInteger",
45
- "BigRational",
46
- "arithmetic",
47
- "bigdecimal",
48
- "bignum",
49
- "brick",
50
- "math"
51
- ],
52
- "support": {
53
- "issues": "https://github.com/brick/math/issues",
54
- "source": "https://github.com/brick/math/tree/0.11.0"
55
- },
56
- "funding": [
57
- {
58
- "url": "https://github.com/BenMorel",
59
- "type": "github"
60
- }
61
- ],
62
- "time": "2023-01-15T23:15:59+00:00"
63
- },
64
- {
65
- "name": "cboden/ratchet",
66
- "version": "v0.4.4",
67
- "source": {
68
- "type": "git",
69
- "url": "https://github.com/ratchetphp/Ratchet.git",
70
- "reference": "5012dc954541b40c5599d286fd40653f5716a38f"
71
- },
72
- "dist": {
73
- "type": "zip",
74
- "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/5012dc954541b40c5599d286fd40653f5716a38f",
75
- "reference": "5012dc954541b40c5599d286fd40653f5716a38f",
76
- "shasum": ""
77
- },
78
- "require": {
79
- "guzzlehttp/psr7": "^1.7|^2.0",
80
- "php": ">=5.4.2",
81
- "ratchet/rfc6455": "^0.3.1",
82
- "react/event-loop": ">=0.4",
83
- "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5",
84
- "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0",
85
- "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0"
86
- },
87
- "require-dev": {
88
- "phpunit/phpunit": "~4.8"
89
- },
90
- "type": "library",
91
- "autoload": {
92
- "psr-4": {
93
- "Ratchet\\": "src/Ratchet"
94
- }
95
- },
96
- "notification-url": "https://packagist.org/downloads/",
97
- "license": [
98
- "MIT"
99
- ],
100
- "authors": [
101
- {
102
- "name": "Chris Boden",
103
- "email": "cboden@gmail.com",
104
- "role": "Developer"
105
- },
106
- {
107
- "name": "Matt Bonneau",
108
- "role": "Developer"
109
- }
110
- ],
111
- "description": "PHP WebSocket library",
112
- "homepage": "http://socketo.me",
113
- "keywords": [
114
- "Ratchet",
115
- "WebSockets",
116
- "server",
117
- "sockets",
118
- "websocket"
119
- ],
120
- "support": {
121
- "chat": "https://gitter.im/reactphp/reactphp",
122
- "issues": "https://github.com/ratchetphp/Ratchet/issues",
123
- "source": "https://github.com/ratchetphp/Ratchet/tree/v0.4.4"
124
- },
125
- "time": "2021-12-14T00:20:41+00:00"
126
- },
127
- {
128
- "name": "evenement/evenement",
129
- "version": "v3.0.2",
130
- "source": {
131
- "type": "git",
132
- "url": "https://github.com/igorw/evenement.git",
133
- "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
134
- },
135
- "dist": {
136
- "type": "zip",
137
- "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
138
- "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
139
- "shasum": ""
140
- },
141
- "require": {
142
- "php": ">=7.0"
143
- },
144
- "require-dev": {
145
- "phpunit/phpunit": "^9 || ^6"
146
- },
147
- "type": "library",
148
- "autoload": {
149
- "psr-4": {
150
- "Evenement\\": "src/"
151
- }
152
- },
153
- "notification-url": "https://packagist.org/downloads/",
154
- "license": [
155
- "MIT"
156
- ],
157
- "authors": [
158
- {
159
- "name": "Igor Wiedler",
160
- "email": "igor@wiedler.ch"
161
- }
162
- ],
163
- "description": "Événement is a very simple event dispatching library for PHP",
164
- "keywords": [
165
- "event-dispatcher",
166
- "event-emitter"
167
- ],
168
- "support": {
169
- "issues": "https://github.com/igorw/evenement/issues",
170
- "source": "https://github.com/igorw/evenement/tree/v3.0.2"
171
- },
172
- "time": "2023-08-08T05:53:35+00:00"
173
- },
174
- {
175
- "name": "firebase/php-jwt",
176
- "version": "dev-main",
177
- "source": {
178
- "type": "git",
179
- "url": "https://github.com/firebase/php-jwt.git",
180
- "reference": "1b9e87184745595ef70540613c0cb9de09bebab3"
181
- },
182
- "dist": {
183
- "type": "zip",
184
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/1b9e87184745595ef70540613c0cb9de09bebab3",
185
- "reference": "1b9e87184745595ef70540613c0cb9de09bebab3",
186
- "shasum": ""
187
- },
188
- "require": {
189
- "php": "^7.4||^8.0"
190
- },
191
- "require-dev": {
192
- "guzzlehttp/guzzle": "^6.5||^7.4",
193
- "phpspec/prophecy-phpunit": "^2.0",
194
- "phpunit/phpunit": "^9.5",
195
- "psr/cache": "^1.0||^2.0",
196
- "psr/http-client": "^1.0",
197
- "psr/http-factory": "^1.0"
198
- },
199
- "suggest": {
200
- "ext-sodium": "Support EdDSA (Ed25519) signatures",
201
- "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
202
- },
203
- "default-branch": true,
204
- "type": "library",
205
- "autoload": {
206
- "psr-4": {
207
- "Firebase\\JWT\\": "src"
208
- }
209
- },
210
- "notification-url": "https://packagist.org/downloads/",
211
- "license": [
212
- "BSD-3-Clause"
213
- ],
214
- "authors": [
215
- {
216
- "name": "Neuman Vong",
217
- "email": "neuman+pear@twilio.com",
218
- "role": "Developer"
219
- },
220
- {
221
- "name": "Anant Narayanan",
222
- "email": "anant@php.net",
223
- "role": "Developer"
224
- }
225
- ],
226
- "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
227
- "homepage": "https://github.com/firebase/php-jwt",
228
- "keywords": [
229
- "jwt",
230
- "php"
231
- ],
232
- "support": {
233
- "issues": "https://github.com/firebase/php-jwt/issues",
234
- "source": "https://github.com/firebase/php-jwt/tree/main"
235
- },
236
- "time": "2023-12-21T20:02:08+00:00"
237
- },
238
- {
239
- "name": "graham-campbell/result-type",
240
- "version": "v1.1.2",
241
- "source": {
242
- "type": "git",
243
- "url": "https://github.com/GrahamCampbell/Result-Type.git",
244
- "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
245
- },
246
- "dist": {
247
- "type": "zip",
248
- "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
249
- "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
250
- "shasum": ""
251
- },
252
- "require": {
253
- "php": "^7.2.5 || ^8.0",
254
- "phpoption/phpoption": "^1.9.2"
255
- },
256
- "require-dev": {
257
- "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
258
- },
259
- "type": "library",
260
- "autoload": {
261
- "psr-4": {
262
- "GrahamCampbell\\ResultType\\": "src/"
263
- }
264
- },
265
- "notification-url": "https://packagist.org/downloads/",
266
- "license": [
267
- "MIT"
268
- ],
269
- "authors": [
270
- {
271
- "name": "Graham Campbell",
272
- "email": "hello@gjcampbell.co.uk",
273
- "homepage": "https://github.com/GrahamCampbell"
274
- }
275
- ],
276
- "description": "An Implementation Of The Result Type",
277
- "keywords": [
278
- "Graham Campbell",
279
- "GrahamCampbell",
280
- "Result Type",
281
- "Result-Type",
282
- "result"
283
- ],
284
- "support": {
285
- "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
286
- "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
287
- },
288
- "funding": [
289
- {
290
- "url": "https://github.com/GrahamCampbell",
291
- "type": "github"
292
- },
293
- {
294
- "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
295
- "type": "tidelift"
296
- }
297
- ],
298
- "time": "2023-11-12T22:16:48+00:00"
299
- },
300
- {
301
- "name": "guzzlehttp/psr7",
302
- "version": "2.6.2",
303
- "source": {
304
- "type": "git",
305
- "url": "https://github.com/guzzle/psr7.git",
306
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
307
- },
308
- "dist": {
309
- "type": "zip",
310
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
311
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
312
- "shasum": ""
313
- },
314
- "require": {
315
- "php": "^7.2.5 || ^8.0",
316
- "psr/http-factory": "^1.0",
317
- "psr/http-message": "^1.1 || ^2.0",
318
- "ralouphie/getallheaders": "^3.0"
319
- },
320
- "provide": {
321
- "psr/http-factory-implementation": "1.0",
322
- "psr/http-message-implementation": "1.0"
323
- },
324
- "require-dev": {
325
- "bamarni/composer-bin-plugin": "^1.8.2",
326
- "http-interop/http-factory-tests": "^0.9",
327
- "phpunit/phpunit": "^8.5.36 || ^9.6.15"
328
- },
329
- "suggest": {
330
- "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
331
- },
332
- "type": "library",
333
- "extra": {
334
- "bamarni-bin": {
335
- "bin-links": true,
336
- "forward-command": false
337
- }
338
- },
339
- "autoload": {
340
- "psr-4": {
341
- "GuzzleHttp\\Psr7\\": "src/"
342
- }
343
- },
344
- "notification-url": "https://packagist.org/downloads/",
345
- "license": [
346
- "MIT"
347
- ],
348
- "authors": [
349
- {
350
- "name": "Graham Campbell",
351
- "email": "hello@gjcampbell.co.uk",
352
- "homepage": "https://github.com/GrahamCampbell"
353
- },
354
- {
355
- "name": "Michael Dowling",
356
- "email": "mtdowling@gmail.com",
357
- "homepage": "https://github.com/mtdowling"
358
- },
359
- {
360
- "name": "George Mponos",
361
- "email": "gmponos@gmail.com",
362
- "homepage": "https://github.com/gmponos"
363
- },
364
- {
365
- "name": "Tobias Nyholm",
366
- "email": "tobias.nyholm@gmail.com",
367
- "homepage": "https://github.com/Nyholm"
368
- },
369
- {
370
- "name": "Márk Sági-Kazár",
371
- "email": "mark.sagikazar@gmail.com",
372
- "homepage": "https://github.com/sagikazarmark"
373
- },
374
- {
375
- "name": "Tobias Schultze",
376
- "email": "webmaster@tubo-world.de",
377
- "homepage": "https://github.com/Tobion"
378
- },
379
- {
380
- "name": "Márk Sági-Kazár",
381
- "email": "mark.sagikazar@gmail.com",
382
- "homepage": "https://sagikazarmark.hu"
383
- }
384
- ],
385
- "description": "PSR-7 message implementation that also provides common utility methods",
386
- "keywords": [
387
- "http",
388
- "message",
389
- "psr-7",
390
- "request",
391
- "response",
392
- "stream",
393
- "uri",
394
- "url"
395
- ],
396
- "support": {
397
- "issues": "https://github.com/guzzle/psr7/issues",
398
- "source": "https://github.com/guzzle/psr7/tree/2.6.2"
399
- },
400
- "funding": [
401
- {
402
- "url": "https://github.com/GrahamCampbell",
403
- "type": "github"
404
- },
405
- {
406
- "url": "https://github.com/Nyholm",
407
- "type": "github"
408
- },
409
- {
410
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
411
- "type": "tidelift"
412
- }
413
- ],
414
- "time": "2023-12-03T20:05:35+00:00"
415
- },
416
- {
417
- "name": "hidehalo/nanoid-php",
418
- "version": "1.x-dev",
419
- "source": {
420
- "type": "git",
421
- "url": "https://github.com/hidehalo/nanoid-php.git",
422
- "reference": "3fc7c949f4e655939cc30e7110d658af3dbb0e30"
423
- },
424
- "dist": {
425
- "type": "zip",
426
- "url": "https://api.github.com/repos/hidehalo/nanoid-php/zipball/3fc7c949f4e655939cc30e7110d658af3dbb0e30",
427
- "reference": "3fc7c949f4e655939cc30e7110d658af3dbb0e30",
428
- "shasum": ""
429
- },
430
- "require": {
431
- "paragonie/random_compat": ">=2.0",
432
- "php": "~5.6|~7.0|~8.0"
433
- },
434
- "require-dev": {
435
- "phpunit/phpunit": ">=5.6",
436
- "squizlabs/php_codesniffer": "^2.3"
437
- },
438
- "type": "library",
439
- "extra": {
440
- "branch-alias": {
441
- "dev-master": "1.0-dev"
442
- }
443
- },
444
- "autoload": {
445
- "psr-4": {
446
- "Hidehalo\\Nanoid\\": "src"
447
- }
448
- },
449
- "notification-url": "https://packagist.org/downloads/",
450
- "license": [
451
- "MIT"
452
- ],
453
- "authors": [
454
- {
455
- "name": "hidehalo",
456
- "email": "tianchen_cc@yeah.net",
457
- "homepage": "https://github.com/hidehalo",
458
- "role": "Owner"
459
- }
460
- ],
461
- "description": "A copy of nanoid in PHP",
462
- "homepage": "https://github.com/hidehalo/nanoid-php",
463
- "keywords": [
464
- "hidehalo",
465
- "nanoid-php"
466
- ],
467
- "support": {
468
- "issues": "https://github.com/hidehalo/nanoid-php/issues",
469
- "source": "https://github.com/hidehalo/nanoid-php/tree/master"
470
- },
471
- "time": "2022-08-04T12:07:12+00:00"
472
- },
473
- {
474
- "name": "paragonie/random_compat",
475
- "version": "v9.99.100",
476
- "source": {
477
- "type": "git",
478
- "url": "https://github.com/paragonie/random_compat.git",
479
- "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
480
- },
481
- "dist": {
482
- "type": "zip",
483
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
484
- "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
485
- "shasum": ""
486
- },
487
- "require": {
488
- "php": ">= 7"
489
- },
490
- "require-dev": {
491
- "phpunit/phpunit": "4.*|5.*",
492
- "vimeo/psalm": "^1"
493
- },
494
- "suggest": {
495
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
496
- },
497
- "type": "library",
498
- "notification-url": "https://packagist.org/downloads/",
499
- "license": [
500
- "MIT"
501
- ],
502
- "authors": [
503
- {
504
- "name": "Paragon Initiative Enterprises",
505
- "email": "security@paragonie.com",
506
- "homepage": "https://paragonie.com"
507
- }
508
- ],
509
- "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
510
- "keywords": [
511
- "csprng",
512
- "polyfill",
513
- "pseudorandom",
514
- "random"
515
- ],
516
- "support": {
517
- "email": "info@paragonie.com",
518
- "issues": "https://github.com/paragonie/random_compat/issues",
519
- "source": "https://github.com/paragonie/random_compat"
520
- },
521
- "time": "2020-10-15T08:29:30+00:00"
522
- },
523
- {
524
- "name": "phpoption/phpoption",
525
- "version": "1.9.2",
526
- "source": {
527
- "type": "git",
528
- "url": "https://github.com/schmittjoh/php-option.git",
529
- "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
530
- },
531
- "dist": {
532
- "type": "zip",
533
- "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
534
- "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
535
- "shasum": ""
536
- },
537
- "require": {
538
- "php": "^7.2.5 || ^8.0"
539
- },
540
- "require-dev": {
541
- "bamarni/composer-bin-plugin": "^1.8.2",
542
- "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
543
- },
544
- "type": "library",
545
- "extra": {
546
- "bamarni-bin": {
547
- "bin-links": true,
548
- "forward-command": true
549
- },
550
- "branch-alias": {
551
- "dev-master": "1.9-dev"
552
- }
553
- },
554
- "autoload": {
555
- "psr-4": {
556
- "PhpOption\\": "src/PhpOption/"
557
- }
558
- },
559
- "notification-url": "https://packagist.org/downloads/",
560
- "license": [
561
- "Apache-2.0"
562
- ],
563
- "authors": [
564
- {
565
- "name": "Johannes M. Schmitt",
566
- "email": "schmittjoh@gmail.com",
567
- "homepage": "https://github.com/schmittjoh"
568
- },
569
- {
570
- "name": "Graham Campbell",
571
- "email": "hello@gjcampbell.co.uk",
572
- "homepage": "https://github.com/GrahamCampbell"
573
- }
574
- ],
575
- "description": "Option Type for PHP",
576
- "keywords": [
577
- "language",
578
- "option",
579
- "php",
580
- "type"
581
- ],
582
- "support": {
583
- "issues": "https://github.com/schmittjoh/php-option/issues",
584
- "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
585
- },
586
- "funding": [
587
- {
588
- "url": "https://github.com/GrahamCampbell",
589
- "type": "github"
590
- },
591
- {
592
- "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
593
- "type": "tidelift"
594
- }
595
- ],
596
- "time": "2023-11-12T21:59:55+00:00"
597
- },
598
- {
599
- "name": "psr/http-factory",
600
- "version": "1.0.2",
601
- "source": {
602
- "type": "git",
603
- "url": "https://github.com/php-fig/http-factory.git",
604
- "reference": "e616d01114759c4c489f93b099585439f795fe35"
605
- },
606
- "dist": {
607
- "type": "zip",
608
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
609
- "reference": "e616d01114759c4c489f93b099585439f795fe35",
610
- "shasum": ""
611
- },
612
- "require": {
613
- "php": ">=7.0.0",
614
- "psr/http-message": "^1.0 || ^2.0"
615
- },
616
- "type": "library",
617
- "extra": {
618
- "branch-alias": {
619
- "dev-master": "1.0.x-dev"
620
- }
621
- },
622
- "autoload": {
623
- "psr-4": {
624
- "Psr\\Http\\Message\\": "src/"
625
- }
626
- },
627
- "notification-url": "https://packagist.org/downloads/",
628
- "license": [
629
- "MIT"
630
- ],
631
- "authors": [
632
- {
633
- "name": "PHP-FIG",
634
- "homepage": "https://www.php-fig.org/"
635
- }
636
- ],
637
- "description": "Common interfaces for PSR-7 HTTP message factories",
638
- "keywords": [
639
- "factory",
640
- "http",
641
- "message",
642
- "psr",
643
- "psr-17",
644
- "psr-7",
645
- "request",
646
- "response"
647
- ],
648
- "support": {
649
- "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
650
- },
651
- "time": "2023-04-10T20:10:41+00:00"
652
- },
653
- {
654
- "name": "psr/http-message",
655
- "version": "2.0",
656
- "source": {
657
- "type": "git",
658
- "url": "https://github.com/php-fig/http-message.git",
659
- "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
660
- },
661
- "dist": {
662
- "type": "zip",
663
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
664
- "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
665
- "shasum": ""
666
- },
667
- "require": {
668
- "php": "^7.2 || ^8.0"
669
- },
670
- "type": "library",
671
- "extra": {
672
- "branch-alias": {
673
- "dev-master": "2.0.x-dev"
674
- }
675
- },
676
- "autoload": {
677
- "psr-4": {
678
- "Psr\\Http\\Message\\": "src/"
679
- }
680
- },
681
- "notification-url": "https://packagist.org/downloads/",
682
- "license": [
683
- "MIT"
684
- ],
685
- "authors": [
686
- {
687
- "name": "PHP-FIG",
688
- "homepage": "https://www.php-fig.org/"
689
- }
690
- ],
691
- "description": "Common interface for HTTP messages",
692
- "homepage": "https://github.com/php-fig/http-message",
693
- "keywords": [
694
- "http",
695
- "http-message",
696
- "psr",
697
- "psr-7",
698
- "request",
699
- "response"
700
- ],
701
- "support": {
702
- "source": "https://github.com/php-fig/http-message/tree/2.0"
703
- },
704
- "time": "2023-04-04T09:54:51+00:00"
705
- },
706
- {
707
- "name": "ralouphie/getallheaders",
708
- "version": "3.0.3",
709
- "source": {
710
- "type": "git",
711
- "url": "https://github.com/ralouphie/getallheaders.git",
712
- "reference": "120b605dfeb996808c31b6477290a714d356e822"
713
- },
714
- "dist": {
715
- "type": "zip",
716
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
717
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
718
- "shasum": ""
719
- },
720
- "require": {
721
- "php": ">=5.6"
722
- },
723
- "require-dev": {
724
- "php-coveralls/php-coveralls": "^2.1",
725
- "phpunit/phpunit": "^5 || ^6.5"
726
- },
727
- "type": "library",
728
- "autoload": {
729
- "files": [
730
- "src/getallheaders.php"
731
- ]
732
- },
733
- "notification-url": "https://packagist.org/downloads/",
734
- "license": [
735
- "MIT"
736
- ],
737
- "authors": [
738
- {
739
- "name": "Ralph Khattar",
740
- "email": "ralph.khattar@gmail.com"
741
- }
742
- ],
743
- "description": "A polyfill for getallheaders.",
744
- "support": {
745
- "issues": "https://github.com/ralouphie/getallheaders/issues",
746
- "source": "https://github.com/ralouphie/getallheaders/tree/develop"
747
- },
748
- "time": "2019-03-08T08:55:37+00:00"
749
- },
750
- {
751
- "name": "ramsey/uuid",
752
- "version": "5.x-dev",
753
- "source": {
754
- "type": "git",
755
- "url": "https://github.com/ramsey/uuid.git",
756
- "reference": "d04a1b479e9b9e9fc51fc81e3ac2fda83d41c1e9"
757
- },
758
- "dist": {
759
- "type": "zip",
760
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/d04a1b479e9b9e9fc51fc81e3ac2fda83d41c1e9",
761
- "reference": "d04a1b479e9b9e9fc51fc81e3ac2fda83d41c1e9",
762
- "shasum": ""
763
- },
764
- "require": {
765
- "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
766
- "ext-json": "*",
767
- "php": "^8.1"
768
- },
769
- "replace": {
770
- "rhumsaa/uuid": "self.version"
771
- },
772
- "require-dev": {
773
- "captainhook/captainhook": "^5.10",
774
- "captainhook/plugin-composer": "^5.3",
775
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
776
- "doctrine/annotations": "^1.8",
777
- "ergebnis/composer-normalize": "^2.15",
778
- "mockery/mockery": "^1.3",
779
- "php-mock/php-mock": "^2.2",
780
- "php-mock/php-mock-mockery": "^1.3",
781
- "php-parallel-lint/php-parallel-lint": "^1.1",
782
- "phpbench/phpbench": "^1.0",
783
- "phpstan/extension-installer": "^1.1",
784
- "phpstan/phpstan": "^1.8",
785
- "phpstan/phpstan-mockery": "^1.1",
786
- "phpstan/phpstan-phpunit": "^1.1",
787
- "phpunit/phpunit": "^9.5",
788
- "psalm/plugin-phpunit": "^0.16.1",
789
- "ramsey/composer-repl": "^1.4",
790
- "slevomat/coding-standard": "^8.4",
791
- "squizlabs/php_codesniffer": "^3.5",
792
- "vimeo/psalm": "^4.22"
793
- },
794
- "suggest": {
795
- "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
796
- "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
797
- "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
798
- "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
799
- },
800
- "type": "library",
801
- "extra": {
802
- "captainhook": {
803
- "force-install": true
804
- }
805
- },
806
- "autoload": {
807
- "files": [
808
- "src/functions.php"
809
- ],
810
- "psr-4": {
811
- "Ramsey\\Uuid\\": "src/"
812
- }
813
- },
814
- "notification-url": "https://packagist.org/downloads/",
815
- "license": [
816
- "MIT"
817
- ],
818
- "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
819
- "keywords": [
820
- "guid",
821
- "identifier",
822
- "uuid"
823
- ],
824
- "support": {
825
- "issues": "https://github.com/ramsey/uuid/issues",
826
- "source": "https://github.com/ramsey/uuid/tree/5.x"
827
- },
828
- "funding": [
829
- {
830
- "url": "https://github.com/ramsey",
831
- "type": "github"
832
- },
833
- {
834
- "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
835
- "type": "tidelift"
836
- }
837
- ],
838
- "time": "2023-04-15T23:38:51+00:00"
839
- },
840
- {
841
- "name": "ratchet/rfc6455",
842
- "version": "v0.3.1",
843
- "source": {
844
- "type": "git",
845
- "url": "https://github.com/ratchetphp/RFC6455.git",
846
- "reference": "7c964514e93456a52a99a20fcfa0de242a43ccdb"
847
- },
848
- "dist": {
849
- "type": "zip",
850
- "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/7c964514e93456a52a99a20fcfa0de242a43ccdb",
851
- "reference": "7c964514e93456a52a99a20fcfa0de242a43ccdb",
852
- "shasum": ""
853
- },
854
- "require": {
855
- "guzzlehttp/psr7": "^2 || ^1.7",
856
- "php": ">=5.4.2"
857
- },
858
- "require-dev": {
859
- "phpunit/phpunit": "^5.7",
860
- "react/socket": "^1.3"
861
- },
862
- "type": "library",
863
- "autoload": {
864
- "psr-4": {
865
- "Ratchet\\RFC6455\\": "src"
866
- }
867
- },
868
- "notification-url": "https://packagist.org/downloads/",
869
- "license": [
870
- "MIT"
871
- ],
872
- "authors": [
873
- {
874
- "name": "Chris Boden",
875
- "email": "cboden@gmail.com",
876
- "role": "Developer"
877
- },
878
- {
879
- "name": "Matt Bonneau",
880
- "role": "Developer"
881
- }
882
- ],
883
- "description": "RFC6455 WebSocket protocol handler",
884
- "homepage": "http://socketo.me",
885
- "keywords": [
886
- "WebSockets",
887
- "rfc6455",
888
- "websocket"
889
- ],
890
- "support": {
891
- "chat": "https://gitter.im/reactphp/reactphp",
892
- "issues": "https://github.com/ratchetphp/RFC6455/issues",
893
- "source": "https://github.com/ratchetphp/RFC6455/tree/v0.3.1"
894
- },
895
- "time": "2021-12-09T23:20:49+00:00"
896
- },
897
- {
898
- "name": "react/cache",
899
- "version": "v1.2.0",
900
- "source": {
901
- "type": "git",
902
- "url": "https://github.com/reactphp/cache.git",
903
- "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
904
- },
905
- "dist": {
906
- "type": "zip",
907
- "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
908
- "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
909
- "shasum": ""
910
- },
911
- "require": {
912
- "php": ">=5.3.0",
913
- "react/promise": "^3.0 || ^2.0 || ^1.1"
914
- },
915
- "require-dev": {
916
- "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
917
- },
918
- "type": "library",
919
- "autoload": {
920
- "psr-4": {
921
- "React\\Cache\\": "src/"
922
- }
923
- },
924
- "notification-url": "https://packagist.org/downloads/",
925
- "license": [
926
- "MIT"
927
- ],
928
- "authors": [
929
- {
930
- "name": "Christian Lück",
931
- "email": "christian@clue.engineering",
932
- "homepage": "https://clue.engineering/"
933
- },
934
- {
935
- "name": "Cees-Jan Kiewiet",
936
- "email": "reactphp@ceesjankiewiet.nl",
937
- "homepage": "https://wyrihaximus.net/"
938
- },
939
- {
940
- "name": "Jan Sorgalla",
941
- "email": "jsorgalla@gmail.com",
942
- "homepage": "https://sorgalla.com/"
943
- },
944
- {
945
- "name": "Chris Boden",
946
- "email": "cboden@gmail.com",
947
- "homepage": "https://cboden.dev/"
948
- }
949
- ],
950
- "description": "Async, Promise-based cache interface for ReactPHP",
951
- "keywords": [
952
- "cache",
953
- "caching",
954
- "promise",
955
- "reactphp"
956
- ],
957
- "support": {
958
- "issues": "https://github.com/reactphp/cache/issues",
959
- "source": "https://github.com/reactphp/cache/tree/v1.2.0"
960
- },
961
- "funding": [
962
- {
963
- "url": "https://opencollective.com/reactphp",
964
- "type": "open_collective"
965
- }
966
- ],
967
- "time": "2022-11-30T15:59:55+00:00"
968
- },
969
- {
970
- "name": "react/dns",
971
- "version": "v1.12.0",
972
- "source": {
973
- "type": "git",
974
- "url": "https://github.com/reactphp/dns.git",
975
- "reference": "c134600642fa615b46b41237ef243daa65bb64ec"
976
- },
977
- "dist": {
978
- "type": "zip",
979
- "url": "https://api.github.com/repos/reactphp/dns/zipball/c134600642fa615b46b41237ef243daa65bb64ec",
980
- "reference": "c134600642fa615b46b41237ef243daa65bb64ec",
981
- "shasum": ""
982
- },
983
- "require": {
984
- "php": ">=5.3.0",
985
- "react/cache": "^1.0 || ^0.6 || ^0.5",
986
- "react/event-loop": "^1.2",
987
- "react/promise": "^3.0 || ^2.7 || ^1.2.1"
988
- },
989
- "require-dev": {
990
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
991
- "react/async": "^4 || ^3 || ^2",
992
- "react/promise-timer": "^1.9"
993
- },
994
- "type": "library",
995
- "autoload": {
996
- "psr-4": {
997
- "React\\Dns\\": "src/"
998
- }
999
- },
1000
- "notification-url": "https://packagist.org/downloads/",
1001
- "license": [
1002
- "MIT"
1003
- ],
1004
- "authors": [
1005
- {
1006
- "name": "Christian Lück",
1007
- "email": "christian@clue.engineering",
1008
- "homepage": "https://clue.engineering/"
1009
- },
1010
- {
1011
- "name": "Cees-Jan Kiewiet",
1012
- "email": "reactphp@ceesjankiewiet.nl",
1013
- "homepage": "https://wyrihaximus.net/"
1014
- },
1015
- {
1016
- "name": "Jan Sorgalla",
1017
- "email": "jsorgalla@gmail.com",
1018
- "homepage": "https://sorgalla.com/"
1019
- },
1020
- {
1021
- "name": "Chris Boden",
1022
- "email": "cboden@gmail.com",
1023
- "homepage": "https://cboden.dev/"
1024
- }
1025
- ],
1026
- "description": "Async DNS resolver for ReactPHP",
1027
- "keywords": [
1028
- "async",
1029
- "dns",
1030
- "dns-resolver",
1031
- "reactphp"
1032
- ],
1033
- "support": {
1034
- "issues": "https://github.com/reactphp/dns/issues",
1035
- "source": "https://github.com/reactphp/dns/tree/v1.12.0"
1036
- },
1037
- "funding": [
1038
- {
1039
- "url": "https://opencollective.com/reactphp",
1040
- "type": "open_collective"
1041
- }
1042
- ],
1043
- "time": "2023-11-29T12:41:06+00:00"
1044
- },
1045
- {
1046
- "name": "react/event-loop",
1047
- "version": "v1.5.0",
1048
- "source": {
1049
- "type": "git",
1050
- "url": "https://github.com/reactphp/event-loop.git",
1051
- "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
1052
- },
1053
- "dist": {
1054
- "type": "zip",
1055
- "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
1056
- "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
1057
- "shasum": ""
1058
- },
1059
- "require": {
1060
- "php": ">=5.3.0"
1061
- },
1062
- "require-dev": {
1063
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
1064
- },
1065
- "suggest": {
1066
- "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
1067
- },
1068
- "type": "library",
1069
- "autoload": {
1070
- "psr-4": {
1071
- "React\\EventLoop\\": "src/"
1072
- }
1073
- },
1074
- "notification-url": "https://packagist.org/downloads/",
1075
- "license": [
1076
- "MIT"
1077
- ],
1078
- "authors": [
1079
- {
1080
- "name": "Christian Lück",
1081
- "email": "christian@clue.engineering",
1082
- "homepage": "https://clue.engineering/"
1083
- },
1084
- {
1085
- "name": "Cees-Jan Kiewiet",
1086
- "email": "reactphp@ceesjankiewiet.nl",
1087
- "homepage": "https://wyrihaximus.net/"
1088
- },
1089
- {
1090
- "name": "Jan Sorgalla",
1091
- "email": "jsorgalla@gmail.com",
1092
- "homepage": "https://sorgalla.com/"
1093
- },
1094
- {
1095
- "name": "Chris Boden",
1096
- "email": "cboden@gmail.com",
1097
- "homepage": "https://cboden.dev/"
1098
- }
1099
- ],
1100
- "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
1101
- "keywords": [
1102
- "asynchronous",
1103
- "event-loop"
1104
- ],
1105
- "support": {
1106
- "issues": "https://github.com/reactphp/event-loop/issues",
1107
- "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
1108
- },
1109
- "funding": [
1110
- {
1111
- "url": "https://opencollective.com/reactphp",
1112
- "type": "open_collective"
1113
- }
1114
- ],
1115
- "time": "2023-11-13T13:48:05+00:00"
1116
- },
1117
- {
1118
- "name": "react/promise",
1119
- "version": "v3.1.0",
1120
- "source": {
1121
- "type": "git",
1122
- "url": "https://github.com/reactphp/promise.git",
1123
- "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c"
1124
- },
1125
- "dist": {
1126
- "type": "zip",
1127
- "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
1128
- "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
1129
- "shasum": ""
1130
- },
1131
- "require": {
1132
- "php": ">=7.1.0"
1133
- },
1134
- "require-dev": {
1135
- "phpstan/phpstan": "1.10.39 || 1.4.10",
1136
- "phpunit/phpunit": "^9.6 || ^7.5"
1137
- },
1138
- "type": "library",
1139
- "autoload": {
1140
- "files": [
1141
- "src/functions_include.php"
1142
- ],
1143
- "psr-4": {
1144
- "React\\Promise\\": "src/"
1145
- }
1146
- },
1147
- "notification-url": "https://packagist.org/downloads/",
1148
- "license": [
1149
- "MIT"
1150
- ],
1151
- "authors": [
1152
- {
1153
- "name": "Jan Sorgalla",
1154
- "email": "jsorgalla@gmail.com",
1155
- "homepage": "https://sorgalla.com/"
1156
- },
1157
- {
1158
- "name": "Christian Lück",
1159
- "email": "christian@clue.engineering",
1160
- "homepage": "https://clue.engineering/"
1161
- },
1162
- {
1163
- "name": "Cees-Jan Kiewiet",
1164
- "email": "reactphp@ceesjankiewiet.nl",
1165
- "homepage": "https://wyrihaximus.net/"
1166
- },
1167
- {
1168
- "name": "Chris Boden",
1169
- "email": "cboden@gmail.com",
1170
- "homepage": "https://cboden.dev/"
1171
- }
1172
- ],
1173
- "description": "A lightweight implementation of CommonJS Promises/A for PHP",
1174
- "keywords": [
1175
- "promise",
1176
- "promises"
1177
- ],
1178
- "support": {
1179
- "issues": "https://github.com/reactphp/promise/issues",
1180
- "source": "https://github.com/reactphp/promise/tree/v3.1.0"
1181
- },
1182
- "funding": [
1183
- {
1184
- "url": "https://opencollective.com/reactphp",
1185
- "type": "open_collective"
1186
- }
1187
- ],
1188
- "time": "2023-11-16T16:21:57+00:00"
1189
- },
1190
- {
1191
- "name": "react/socket",
1192
- "version": "v1.15.0",
1193
- "source": {
1194
- "type": "git",
1195
- "url": "https://github.com/reactphp/socket.git",
1196
- "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038"
1197
- },
1198
- "dist": {
1199
- "type": "zip",
1200
- "url": "https://api.github.com/repos/reactphp/socket/zipball/216d3aec0b87f04a40ca04f481e6af01bdd1d038",
1201
- "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038",
1202
- "shasum": ""
1203
- },
1204
- "require": {
1205
- "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1206
- "php": ">=5.3.0",
1207
- "react/dns": "^1.11",
1208
- "react/event-loop": "^1.2",
1209
- "react/promise": "^3 || ^2.6 || ^1.2.1",
1210
- "react/stream": "^1.2"
1211
- },
1212
- "require-dev": {
1213
- "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
1214
- "react/async": "^4 || ^3 || ^2",
1215
- "react/promise-stream": "^1.4",
1216
- "react/promise-timer": "^1.10"
1217
- },
1218
- "type": "library",
1219
- "autoload": {
1220
- "psr-4": {
1221
- "React\\Socket\\": "src/"
1222
- }
1223
- },
1224
- "notification-url": "https://packagist.org/downloads/",
1225
- "license": [
1226
- "MIT"
1227
- ],
1228
- "authors": [
1229
- {
1230
- "name": "Christian Lück",
1231
- "email": "christian@clue.engineering",
1232
- "homepage": "https://clue.engineering/"
1233
- },
1234
- {
1235
- "name": "Cees-Jan Kiewiet",
1236
- "email": "reactphp@ceesjankiewiet.nl",
1237
- "homepage": "https://wyrihaximus.net/"
1238
- },
1239
- {
1240
- "name": "Jan Sorgalla",
1241
- "email": "jsorgalla@gmail.com",
1242
- "homepage": "https://sorgalla.com/"
1243
- },
1244
- {
1245
- "name": "Chris Boden",
1246
- "email": "cboden@gmail.com",
1247
- "homepage": "https://cboden.dev/"
1248
- }
1249
- ],
1250
- "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
1251
- "keywords": [
1252
- "Connection",
1253
- "Socket",
1254
- "async",
1255
- "reactphp",
1256
- "stream"
1257
- ],
1258
- "support": {
1259
- "issues": "https://github.com/reactphp/socket/issues",
1260
- "source": "https://github.com/reactphp/socket/tree/v1.15.0"
1261
- },
1262
- "funding": [
1263
- {
1264
- "url": "https://opencollective.com/reactphp",
1265
- "type": "open_collective"
1266
- }
1267
- ],
1268
- "time": "2023-12-15T11:02:10+00:00"
1269
- },
1270
- {
1271
- "name": "react/stream",
1272
- "version": "v1.3.0",
1273
- "source": {
1274
- "type": "git",
1275
- "url": "https://github.com/reactphp/stream.git",
1276
- "reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66"
1277
- },
1278
- "dist": {
1279
- "type": "zip",
1280
- "url": "https://api.github.com/repos/reactphp/stream/zipball/6fbc9672905c7d5a885f2da2fc696f65840f4a66",
1281
- "reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66",
1282
- "shasum": ""
1283
- },
1284
- "require": {
1285
- "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
1286
- "php": ">=5.3.8",
1287
- "react/event-loop": "^1.2"
1288
- },
1289
- "require-dev": {
1290
- "clue/stream-filter": "~1.2",
1291
- "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
1292
- },
1293
- "type": "library",
1294
- "autoload": {
1295
- "psr-4": {
1296
- "React\\Stream\\": "src/"
1297
- }
1298
- },
1299
- "notification-url": "https://packagist.org/downloads/",
1300
- "license": [
1301
- "MIT"
1302
- ],
1303
- "authors": [
1304
- {
1305
- "name": "Christian Lück",
1306
- "email": "christian@clue.engineering",
1307
- "homepage": "https://clue.engineering/"
1308
- },
1309
- {
1310
- "name": "Cees-Jan Kiewiet",
1311
- "email": "reactphp@ceesjankiewiet.nl",
1312
- "homepage": "https://wyrihaximus.net/"
1313
- },
1314
- {
1315
- "name": "Jan Sorgalla",
1316
- "email": "jsorgalla@gmail.com",
1317
- "homepage": "https://sorgalla.com/"
1318
- },
1319
- {
1320
- "name": "Chris Boden",
1321
- "email": "cboden@gmail.com",
1322
- "homepage": "https://cboden.dev/"
1323
- }
1324
- ],
1325
- "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
1326
- "keywords": [
1327
- "event-driven",
1328
- "io",
1329
- "non-blocking",
1330
- "pipe",
1331
- "reactphp",
1332
- "readable",
1333
- "stream",
1334
- "writable"
1335
- ],
1336
- "support": {
1337
- "issues": "https://github.com/reactphp/stream/issues",
1338
- "source": "https://github.com/reactphp/stream/tree/v1.3.0"
1339
- },
1340
- "funding": [
1341
- {
1342
- "url": "https://opencollective.com/reactphp",
1343
- "type": "open_collective"
1344
- }
1345
- ],
1346
- "time": "2023-06-16T10:52:11+00:00"
1347
- },
1348
- {
1349
- "name": "symfony/deprecation-contracts",
1350
- "version": "v3.4.0",
1351
- "source": {
1352
- "type": "git",
1353
- "url": "https://github.com/symfony/deprecation-contracts.git",
1354
- "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
1355
- },
1356
- "dist": {
1357
- "type": "zip",
1358
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
1359
- "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
1360
- "shasum": ""
1361
- },
1362
- "require": {
1363
- "php": ">=8.1"
1364
- },
1365
- "type": "library",
1366
- "extra": {
1367
- "branch-alias": {
1368
- "dev-main": "3.4-dev"
1369
- },
1370
- "thanks": {
1371
- "name": "symfony/contracts",
1372
- "url": "https://github.com/symfony/contracts"
1373
- }
1374
- },
1375
- "autoload": {
1376
- "files": [
1377
- "function.php"
1378
- ]
1379
- },
1380
- "notification-url": "https://packagist.org/downloads/",
1381
- "license": [
1382
- "MIT"
1383
- ],
1384
- "authors": [
1385
- {
1386
- "name": "Nicolas Grekas",
1387
- "email": "p@tchwork.com"
1388
- },
1389
- {
1390
- "name": "Symfony Community",
1391
- "homepage": "https://symfony.com/contributors"
1392
- }
1393
- ],
1394
- "description": "A generic function and convention to trigger deprecation notices",
1395
- "homepage": "https://symfony.com",
1396
- "support": {
1397
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
1398
- },
1399
- "funding": [
1400
- {
1401
- "url": "https://symfony.com/sponsor",
1402
- "type": "custom"
1403
- },
1404
- {
1405
- "url": "https://github.com/fabpot",
1406
- "type": "github"
1407
- },
1408
- {
1409
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1410
- "type": "tidelift"
1411
- }
1412
- ],
1413
- "time": "2023-05-23T14:45:45+00:00"
1414
- },
1415
- {
1416
- "name": "symfony/http-foundation",
1417
- "version": "v6.4.3",
1418
- "source": {
1419
- "type": "git",
1420
- "url": "https://github.com/symfony/http-foundation.git",
1421
- "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9"
1422
- },
1423
- "dist": {
1424
- "type": "zip",
1425
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5677bdf7cade4619cb17fc9e1e7b31ec392244a9",
1426
- "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9",
1427
- "shasum": ""
1428
- },
1429
- "require": {
1430
- "php": ">=8.1",
1431
- "symfony/deprecation-contracts": "^2.5|^3",
1432
- "symfony/polyfill-mbstring": "~1.1",
1433
- "symfony/polyfill-php83": "^1.27"
1434
- },
1435
- "conflict": {
1436
- "symfony/cache": "<6.3"
1437
- },
1438
- "require-dev": {
1439
- "doctrine/dbal": "^2.13.1|^3|^4",
1440
- "predis/predis": "^1.1|^2.0",
1441
- "symfony/cache": "^6.3|^7.0",
1442
- "symfony/dependency-injection": "^5.4|^6.0|^7.0",
1443
- "symfony/expression-language": "^5.4|^6.0|^7.0",
1444
- "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
1445
- "symfony/mime": "^5.4|^6.0|^7.0",
1446
- "symfony/rate-limiter": "^5.4|^6.0|^7.0"
1447
- },
1448
- "type": "library",
1449
- "autoload": {
1450
- "psr-4": {
1451
- "Symfony\\Component\\HttpFoundation\\": ""
1452
- },
1453
- "exclude-from-classmap": [
1454
- "/Tests/"
1455
- ]
1456
- },
1457
- "notification-url": "https://packagist.org/downloads/",
1458
- "license": [
1459
- "MIT"
1460
- ],
1461
- "authors": [
1462
- {
1463
- "name": "Fabien Potencier",
1464
- "email": "fabien@symfony.com"
1465
- },
1466
- {
1467
- "name": "Symfony Community",
1468
- "homepage": "https://symfony.com/contributors"
1469
- }
1470
- ],
1471
- "description": "Defines an object-oriented layer for the HTTP specification",
1472
- "homepage": "https://symfony.com",
1473
- "support": {
1474
- "source": "https://github.com/symfony/http-foundation/tree/v6.4.3"
1475
- },
1476
- "funding": [
1477
- {
1478
- "url": "https://symfony.com/sponsor",
1479
- "type": "custom"
1480
- },
1481
- {
1482
- "url": "https://github.com/fabpot",
1483
- "type": "github"
1484
- },
1485
- {
1486
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1487
- "type": "tidelift"
1488
- }
1489
- ],
1490
- "time": "2024-01-23T14:51:35+00:00"
1491
- },
1492
- {
1493
- "name": "symfony/polyfill-ctype",
1494
- "version": "v1.29.0",
1495
- "source": {
1496
- "type": "git",
1497
- "url": "https://github.com/symfony/polyfill-ctype.git",
1498
- "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
1499
- },
1500
- "dist": {
1501
- "type": "zip",
1502
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
1503
- "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
1504
- "shasum": ""
1505
- },
1506
- "require": {
1507
- "php": ">=7.1"
1508
- },
1509
- "provide": {
1510
- "ext-ctype": "*"
1511
- },
1512
- "suggest": {
1513
- "ext-ctype": "For best performance"
1514
- },
1515
- "type": "library",
1516
- "extra": {
1517
- "thanks": {
1518
- "name": "symfony/polyfill",
1519
- "url": "https://github.com/symfony/polyfill"
1520
- }
1521
- },
1522
- "autoload": {
1523
- "files": [
1524
- "bootstrap.php"
1525
- ],
1526
- "psr-4": {
1527
- "Symfony\\Polyfill\\Ctype\\": ""
1528
- }
1529
- },
1530
- "notification-url": "https://packagist.org/downloads/",
1531
- "license": [
1532
- "MIT"
1533
- ],
1534
- "authors": [
1535
- {
1536
- "name": "Gert de Pagter",
1537
- "email": "BackEndTea@gmail.com"
1538
- },
1539
- {
1540
- "name": "Symfony Community",
1541
- "homepage": "https://symfony.com/contributors"
1542
- }
1543
- ],
1544
- "description": "Symfony polyfill for ctype functions",
1545
- "homepage": "https://symfony.com",
1546
- "keywords": [
1547
- "compatibility",
1548
- "ctype",
1549
- "polyfill",
1550
- "portable"
1551
- ],
1552
- "support": {
1553
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
1554
- },
1555
- "funding": [
1556
- {
1557
- "url": "https://symfony.com/sponsor",
1558
- "type": "custom"
1559
- },
1560
- {
1561
- "url": "https://github.com/fabpot",
1562
- "type": "github"
1563
- },
1564
- {
1565
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1566
- "type": "tidelift"
1567
- }
1568
- ],
1569
- "time": "2024-01-29T20:11:03+00:00"
1570
- },
1571
- {
1572
- "name": "symfony/polyfill-mbstring",
1573
- "version": "v1.29.0",
1574
- "source": {
1575
- "type": "git",
1576
- "url": "https://github.com/symfony/polyfill-mbstring.git",
1577
- "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
1578
- },
1579
- "dist": {
1580
- "type": "zip",
1581
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
1582
- "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
1583
- "shasum": ""
1584
- },
1585
- "require": {
1586
- "php": ">=7.1"
1587
- },
1588
- "provide": {
1589
- "ext-mbstring": "*"
1590
- },
1591
- "suggest": {
1592
- "ext-mbstring": "For best performance"
1593
- },
1594
- "type": "library",
1595
- "extra": {
1596
- "thanks": {
1597
- "name": "symfony/polyfill",
1598
- "url": "https://github.com/symfony/polyfill"
1599
- }
1600
- },
1601
- "autoload": {
1602
- "files": [
1603
- "bootstrap.php"
1604
- ],
1605
- "psr-4": {
1606
- "Symfony\\Polyfill\\Mbstring\\": ""
1607
- }
1608
- },
1609
- "notification-url": "https://packagist.org/downloads/",
1610
- "license": [
1611
- "MIT"
1612
- ],
1613
- "authors": [
1614
- {
1615
- "name": "Nicolas Grekas",
1616
- "email": "p@tchwork.com"
1617
- },
1618
- {
1619
- "name": "Symfony Community",
1620
- "homepage": "https://symfony.com/contributors"
1621
- }
1622
- ],
1623
- "description": "Symfony polyfill for the Mbstring extension",
1624
- "homepage": "https://symfony.com",
1625
- "keywords": [
1626
- "compatibility",
1627
- "mbstring",
1628
- "polyfill",
1629
- "portable",
1630
- "shim"
1631
- ],
1632
- "support": {
1633
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
1634
- },
1635
- "funding": [
1636
- {
1637
- "url": "https://symfony.com/sponsor",
1638
- "type": "custom"
1639
- },
1640
- {
1641
- "url": "https://github.com/fabpot",
1642
- "type": "github"
1643
- },
1644
- {
1645
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1646
- "type": "tidelift"
1647
- }
1648
- ],
1649
- "time": "2024-01-29T20:11:03+00:00"
1650
- },
1651
- {
1652
- "name": "symfony/polyfill-php80",
1653
- "version": "v1.29.0",
1654
- "source": {
1655
- "type": "git",
1656
- "url": "https://github.com/symfony/polyfill-php80.git",
1657
- "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
1658
- },
1659
- "dist": {
1660
- "type": "zip",
1661
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
1662
- "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
1663
- "shasum": ""
1664
- },
1665
- "require": {
1666
- "php": ">=7.1"
1667
- },
1668
- "type": "library",
1669
- "extra": {
1670
- "thanks": {
1671
- "name": "symfony/polyfill",
1672
- "url": "https://github.com/symfony/polyfill"
1673
- }
1674
- },
1675
- "autoload": {
1676
- "files": [
1677
- "bootstrap.php"
1678
- ],
1679
- "psr-4": {
1680
- "Symfony\\Polyfill\\Php80\\": ""
1681
- },
1682
- "classmap": [
1683
- "Resources/stubs"
1684
- ]
1685
- },
1686
- "notification-url": "https://packagist.org/downloads/",
1687
- "license": [
1688
- "MIT"
1689
- ],
1690
- "authors": [
1691
- {
1692
- "name": "Ion Bazan",
1693
- "email": "ion.bazan@gmail.com"
1694
- },
1695
- {
1696
- "name": "Nicolas Grekas",
1697
- "email": "p@tchwork.com"
1698
- },
1699
- {
1700
- "name": "Symfony Community",
1701
- "homepage": "https://symfony.com/contributors"
1702
- }
1703
- ],
1704
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1705
- "homepage": "https://symfony.com",
1706
- "keywords": [
1707
- "compatibility",
1708
- "polyfill",
1709
- "portable",
1710
- "shim"
1711
- ],
1712
- "support": {
1713
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
1714
- },
1715
- "funding": [
1716
- {
1717
- "url": "https://symfony.com/sponsor",
1718
- "type": "custom"
1719
- },
1720
- {
1721
- "url": "https://github.com/fabpot",
1722
- "type": "github"
1723
- },
1724
- {
1725
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1726
- "type": "tidelift"
1727
- }
1728
- ],
1729
- "time": "2024-01-29T20:11:03+00:00"
1730
- },
1731
- {
1732
- "name": "symfony/polyfill-php83",
1733
- "version": "v1.29.0",
1734
- "source": {
1735
- "type": "git",
1736
- "url": "https://github.com/symfony/polyfill-php83.git",
1737
- "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
1738
- },
1739
- "dist": {
1740
- "type": "zip",
1741
- "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
1742
- "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
1743
- "shasum": ""
1744
- },
1745
- "require": {
1746
- "php": ">=7.1",
1747
- "symfony/polyfill-php80": "^1.14"
1748
- },
1749
- "type": "library",
1750
- "extra": {
1751
- "thanks": {
1752
- "name": "symfony/polyfill",
1753
- "url": "https://github.com/symfony/polyfill"
1754
- }
1755
- },
1756
- "autoload": {
1757
- "files": [
1758
- "bootstrap.php"
1759
- ],
1760
- "psr-4": {
1761
- "Symfony\\Polyfill\\Php83\\": ""
1762
- },
1763
- "classmap": [
1764
- "Resources/stubs"
1765
- ]
1766
- },
1767
- "notification-url": "https://packagist.org/downloads/",
1768
- "license": [
1769
- "MIT"
1770
- ],
1771
- "authors": [
1772
- {
1773
- "name": "Nicolas Grekas",
1774
- "email": "p@tchwork.com"
1775
- },
1776
- {
1777
- "name": "Symfony Community",
1778
- "homepage": "https://symfony.com/contributors"
1779
- }
1780
- ],
1781
- "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
1782
- "homepage": "https://symfony.com",
1783
- "keywords": [
1784
- "compatibility",
1785
- "polyfill",
1786
- "portable",
1787
- "shim"
1788
- ],
1789
- "support": {
1790
- "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
1791
- },
1792
- "funding": [
1793
- {
1794
- "url": "https://symfony.com/sponsor",
1795
- "type": "custom"
1796
- },
1797
- {
1798
- "url": "https://github.com/fabpot",
1799
- "type": "github"
1800
- },
1801
- {
1802
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1803
- "type": "tidelift"
1804
- }
1805
- ],
1806
- "time": "2024-01-29T20:11:03+00:00"
1807
- },
1808
- {
1809
- "name": "symfony/routing",
1810
- "version": "v6.4.3",
1811
- "source": {
1812
- "type": "git",
1813
- "url": "https://github.com/symfony/routing.git",
1814
- "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842"
1815
- },
1816
- "dist": {
1817
- "type": "zip",
1818
- "url": "https://api.github.com/repos/symfony/routing/zipball/3b2957ad54902f0f544df83e3d58b38d7e8e5842",
1819
- "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842",
1820
- "shasum": ""
1821
- },
1822
- "require": {
1823
- "php": ">=8.1",
1824
- "symfony/deprecation-contracts": "^2.5|^3"
1825
- },
1826
- "conflict": {
1827
- "doctrine/annotations": "<1.12",
1828
- "symfony/config": "<6.2",
1829
- "symfony/dependency-injection": "<5.4",
1830
- "symfony/yaml": "<5.4"
1831
- },
1832
- "require-dev": {
1833
- "doctrine/annotations": "^1.12|^2",
1834
- "psr/log": "^1|^2|^3",
1835
- "symfony/config": "^6.2|^7.0",
1836
- "symfony/dependency-injection": "^5.4|^6.0|^7.0",
1837
- "symfony/expression-language": "^5.4|^6.0|^7.0",
1838
- "symfony/http-foundation": "^5.4|^6.0|^7.0",
1839
- "symfony/yaml": "^5.4|^6.0|^7.0"
1840
- },
1841
- "type": "library",
1842
- "autoload": {
1843
- "psr-4": {
1844
- "Symfony\\Component\\Routing\\": ""
1845
- },
1846
- "exclude-from-classmap": [
1847
- "/Tests/"
1848
- ]
1849
- },
1850
- "notification-url": "https://packagist.org/downloads/",
1851
- "license": [
1852
- "MIT"
1853
- ],
1854
- "authors": [
1855
- {
1856
- "name": "Fabien Potencier",
1857
- "email": "fabien@symfony.com"
1858
- },
1859
- {
1860
- "name": "Symfony Community",
1861
- "homepage": "https://symfony.com/contributors"
1862
- }
1863
- ],
1864
- "description": "Maps an HTTP request to a set of configuration variables",
1865
- "homepage": "https://symfony.com",
1866
- "keywords": [
1867
- "router",
1868
- "routing",
1869
- "uri",
1870
- "url"
1871
- ],
1872
- "support": {
1873
- "source": "https://github.com/symfony/routing/tree/v6.4.3"
1874
- },
1875
- "funding": [
1876
- {
1877
- "url": "https://symfony.com/sponsor",
1878
- "type": "custom"
1879
- },
1880
- {
1881
- "url": "https://github.com/fabpot",
1882
- "type": "github"
1883
- },
1884
- {
1885
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1886
- "type": "tidelift"
1887
- }
1888
- ],
1889
- "time": "2024-01-30T13:55:02+00:00"
1890
- },
1891
- {
1892
- "name": "vlucas/phpdotenv",
1893
- "version": "dev-master",
1894
- "source": {
1895
- "type": "git",
1896
- "url": "https://github.com/vlucas/phpdotenv.git",
1897
- "reference": "334f4952967f3ee6cdb2004e05e0bd01b525d56b"
1898
- },
1899
- "dist": {
1900
- "type": "zip",
1901
- "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/334f4952967f3ee6cdb2004e05e0bd01b525d56b",
1902
- "reference": "334f4952967f3ee6cdb2004e05e0bd01b525d56b",
1903
- "shasum": ""
1904
- },
1905
- "require": {
1906
- "ext-pcre": "*",
1907
- "graham-campbell/result-type": "^1.1.2",
1908
- "php": "^7.2.5 || ^8.0",
1909
- "phpoption/phpoption": "^1.9.2",
1910
- "symfony/polyfill-ctype": "^1.24",
1911
- "symfony/polyfill-mbstring": "^1.24",
1912
- "symfony/polyfill-php80": "^1.24"
1913
- },
1914
- "require-dev": {
1915
- "bamarni/composer-bin-plugin": "^1.8.2",
1916
- "ext-filter": "*",
1917
- "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
1918
- },
1919
- "suggest": {
1920
- "ext-filter": "Required to use the boolean validator."
1921
- },
1922
- "default-branch": true,
1923
- "type": "library",
1924
- "extra": {
1925
- "bamarni-bin": {
1926
- "bin-links": true,
1927
- "forward-command": false
1928
- },
1929
- "branch-alias": {
1930
- "dev-master": "5.6-dev"
1931
- }
1932
- },
1933
- "autoload": {
1934
- "psr-4": {
1935
- "Dotenv\\": "src/"
1936
- }
1937
- },
1938
- "notification-url": "https://packagist.org/downloads/",
1939
- "license": [
1940
- "BSD-3-Clause"
1941
- ],
1942
- "authors": [
1943
- {
1944
- "name": "Graham Campbell",
1945
- "email": "hello@gjcampbell.co.uk",
1946
- "homepage": "https://github.com/GrahamCampbell"
1947
- },
1948
- {
1949
- "name": "Vance Lucas",
1950
- "email": "vance@vancelucas.com",
1951
- "homepage": "https://github.com/vlucas"
1952
- }
1953
- ],
1954
- "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1955
- "keywords": [
1956
- "dotenv",
1957
- "env",
1958
- "environment"
1959
- ],
1960
- "support": {
1961
- "issues": "https://github.com/vlucas/phpdotenv/issues",
1962
- "source": "https://github.com/vlucas/phpdotenv/tree/master"
1963
- },
1964
- "funding": [
1965
- {
1966
- "url": "https://github.com/GrahamCampbell",
1967
- "type": "github"
1968
- },
1969
- {
1970
- "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
1971
- "type": "tidelift"
1972
- }
1973
- ],
1974
- "time": "2023-11-12T22:52:03+00:00"
1975
- }
1976
- ],
1977
- "packages-dev": [],
1978
- "aliases": [],
1979
- "minimum-stability": "stable",
1980
- "stability-flags": {
1981
- "vlucas/phpdotenv": 20,
1982
- "ramsey/uuid": 20,
1983
- "hidehalo/nanoid-php": 20,
1984
- "firebase/php-jwt": 20
1985
- },
1986
- "prefer-stable": false,
1987
- "prefer-lowest": false,
1988
- "platform": {
1989
- "php": "^8.1"
1990
- },
1991
- "platform-dev": [],
1992
- "plugin-api-version": "2.6.0"
1993
- }