Newer
Older
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
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
"packages": [
{
"name": "albertofem/rsync-lib",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/albertofem/rsync-lib.git",
"reference": "6f7e31a15d5a2fe712136c367a35d2599bb5dbe5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/albertofem/rsync-lib/zipball/6f7e31a15d5a2fe712136c367a35d2599bb5dbe5",
"reference": "6f7e31a15d5a2fe712136c367a35d2599bb5dbe5",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": ">=4.0,<6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"AFM": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alberto Fernandez",
"email": "albertofem@gmail.com"
}
],
"description": "A simple PHP rsync wrapper library",
"homepage": "http://albertofem.com",
"keywords": [
"rsync library"
],
"support": {
"issues": "https://github.com/albertofem/rsync-lib/issues",
"source": "https://github.com/albertofem/rsync-lib/tree/master"
},
"time": "2018-01-13T20:13:12+00:00"
},
{
"name": "asm89/stack-cors",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10",
"squizlabs/php_codesniffer": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Asm89\\Stack\\": "src/Asm89/Stack/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
}
],
"description": "Cross-origin resource sharing library and stack middleware",
"homepage": "https://github.com/asm89/stack-cors",
"keywords": [
"cors",
"stack"
],
"support": {
"issues": "https://github.com/asm89/stack-cors/issues",
"source": "https://github.com/asm89/stack-cors/tree/1.3.0"
},
"time": "2019-12-24T22:41:47+00:00"
},
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
{
"name": "bacon/bacon-qr-code",
"version": "2.0.7",
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
"reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
"reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
"shasum": ""
},
"require": {
"dasprid/enum": "^1.0.3",
"ext-iconv": "*",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"phly/keep-a-changelog": "^2.1",
"phpunit/phpunit": "^7 | ^8 | ^9",
"spatie/phpunit-snapshot-assertions": "^4.2.9",
"squizlabs/php_codesniffer": "^3.4"
},
"suggest": {
"ext-imagick": "to generate QR code images"
},
"type": "library",
"autoload": {
"psr-4": {
"BaconQrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "https://dasprids.de/",
"role": "Developer"
}
],
"description": "BaconQrCode is a QR code generator for PHP.",
"homepage": "https://github.com/Bacon/BaconQrCode",
"support": {
"issues": "https://github.com/Bacon/BaconQrCode/issues",
"source": "https://github.com/Bacon/BaconQrCode/tree/2.0.7"
},
"time": "2022-03-14T02:02:36+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/Chi-teck/drupal-code-generator.git",
"url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/3bffb204d29bd6136167f9f03b59f31cf5d5e6d2",
"reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.4",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/console": "^4.4.15 || ^5.1 || ^6.0",
"symfony/filesystem": "^4.4 || ^5.1 || ^6",
"symfony/polyfill-php80": "^1.23",
"symfony/string": "^5.1 || ^6",
"twig/twig": "^2.14.11 || ^3.1"
},
"conflict": {
"squizlabs/php_codesniffer": "<3.6"
},
"require-dev": {
"chi-teck/drupal-coder-extension": "^1.2",
"drupal/coder": "^8.3.14",
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
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4",
"squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "^5.2 || ^6.0",
"symfony/yaml": "^5.2 || ^6.0"
},
"bin": [
"bin/dcg"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"DrupalCodeGenerator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Drupal code generator",
"support": {
"issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
"source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.6.1"
},
{
"name": "ckeditor/templates",
"version": "4.11.1",
"dist": {
"type": "zip",
"url": "https://download.ckeditor.com/templates/releases/templates_4.11.1.zip",
"reference": "master"
},
"type": "drupal-library"
},
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
{
"name": "clue/stream-filter",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/clue/stream-filter.git",
"reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
"reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
},
"type": "library",
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"Clue\\StreamFilter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering"
}
],
"description": "A simple and modern approach to stream filtering in PHP",
"homepage": "https://github.com/clue/php-stream-filter",
"keywords": [
"bucket brigade",
"callback",
"filter",
"php_user_filter",
"stream",
"stream_filter_append",
"stream_filter_register"
],
"support": {
"issues": "https://github.com/clue/stream-filter/issues",
"source": "https://github.com/clue/stream-filter/tree/v1.6.0"
},
"funding": [
{
"url": "https://clue.engineering/support",
"type": "custom"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2022-02-21T13:15:14+00:00"
},
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
{
"name": "cocur/slugify",
"version": "v3.2",
"source": {
"type": "git",
"url": "https://github.com/cocur/slugify.git",
"reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e",
"reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.5.9"
},
"require-dev": {
"laravel/framework": "~5.1",
"latte/latte": "~2.2",
"league/container": "^2.2.0",
"mikey179/vfsstream": "~1.6",
"mockery/mockery": "~0.9",
"nette/di": "~2.2",
"phpunit/phpunit": "~4.8.36|~5.2",
"pimple/pimple": "~1.1",
"plumphp/plum": "~0.1",
"silex/silex": "~1.3",
"symfony/config": "~2.4|~3.0|~4.0",
"symfony/dependency-injection": "~2.4|~3.0|~4.0",
"symfony/http-kernel": "~2.4|~3.0|~4.0",
"twig/twig": "~1.26|~2.0",
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"zendframework/zend-view": "~2.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Cocur\\Slugify\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ivo Bathke",
"email": "ivo.bathke@gmail.com"
},
{
"name": "Florian Eckerstorfer",
"email": "florian@eckerstorfer.co",
"homepage": "https://florian.ec"
}
],
"description": "Converts a string into a slug.",
"keywords": [
"slug",
"slugify"
],
"support": {
"issues": "https://github.com/cocur/slugify/issues",
"source": "https://github.com/cocur/slugify/tree/master"
},
"time": "2019-01-31T20:38:55+00:00"
},
{
"name": "commerceguys/addressing",
"source": {
"type": "git",
"url": "https://github.com/commerceguys/addressing.git",
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/8b1bcd45971733e8f4224e539cb92838f18c4d06",
"reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06",
"php": ">=7.3"
},
"require-dev": {
"ext-json": "*",
"squizlabs/php_codesniffer": "^3.6",
"symfony/validator": "^4.4 || ^5.4 || ^6.0"
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
},
"suggest": {
"symfony/validator": "to validate addresses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"CommerceGuys\\Addressing\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bojan Zivanovic"
},
{
"name": "Damien Tournoud"
}
],
"description": "Addressing library powered by CLDR and Google's address data.",
"keywords": [
"address",
"internationalization",
"localization",
"postal"
],
"support": {
"issues": "https://github.com/commerceguys/addressing/issues",
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
},
{
"name": "commerceguys/intl",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/commerceguys/intl.git",
"reference": "cab3b55dbf8c1753fe54457404082c777a8c154f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/commerceguys/intl/zipball/cab3b55dbf8c1753fe54457404082c777a8c154f",
"reference": "cab3b55dbf8c1753fe54457404082c777a8c154f",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"require-dev": {
"mikey179/vfsstream": "1.*",
"phpunit/phpunit": "^7.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"CommerceGuys\\Intl\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bojan Zivanovic"
}
],
"description": "Internationalization library powered by CLDR data.",
"support": {
"issues": "https://github.com/commerceguys/intl/issues",
"source": "https://github.com/commerceguys/intl/tree/v1.1.1"
},
"time": "2021-10-30T18:07:14+00:00"
},
{
"name": "composer/installers",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.3"
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Eliasis",
"Hurad",
"ImageCMS",
"Kanboard",
"Lan Management System",
"MODX Evo",
"MantisBT",
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
"Starbug",
"Thelia",
"Whmcs",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"attogram",
"bitrix",
"cakephp",
"chef",
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
"known",
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
"miaoxing",
"modulework",
"modx",
"moodle",
"osclass",
"pantheon",
"phpbb",
"piwik",
"ppi",
"processwire",
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
"sylius",
"symfony",
"tastyigniter",
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
"support": {
"issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v1.12.0"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-09-13T08:19:44+00:00"
},
{
"name": "composer/semver",
"version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.3.2"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-04-01T19:23:25+00:00"
},
{
"name": "consolidation/annotated-command",
"source": {
"type": "git",
"url": "https://github.com/consolidation/annotated-command.git",
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/3785525bfc40d8230452f4c07db8a7bf0530d8f3",
"reference": "3785525bfc40d8230452f4c07db8a7bf0530d8f3",
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
"shasum": ""
},
"require": {
"consolidation/output-formatters": "^4.1.1",
"php": ">=7.1.3",
"psr/log": "^1|^2|^3",
"symfony/console": "^4.4.8|^5|^6",
"symfony/event-dispatcher": "^4.4.8|^5|^6",
"symfony/finder": "^4.4.8|^5|^6"
},
"require-dev": {
"composer-runtime-api": "^2.0",
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\AnnotatedCommand\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Initialize Symfony Console commands from annotated command class methods.",
"support": {
"issues": "https://github.com/consolidation/annotated-command/issues",
"source": "https://github.com/consolidation/annotated-command/tree/4.5.7"
"source": {
"type": "git",
"url": "https://github.com/consolidation/config.git",
"url": "https://api.github.com/repos/consolidation/config/zipball/597f8d7fbeef801736250ec10c3e190569b1b0ae",
"reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
"php": ">=7.1.3",
"symfony/event-dispatcher": "^4 || ^5 || ^6"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": ">=7.5.20",
"squizlabs/php_codesniffer": "^3",
"symfony/console": "^4 || ^5 || ^6",
"symfony/yaml": "^4 || ^5 || ^6",
"yoast/phpunit-polyfills": "^1"
},
"suggest": {
"symfony/event-dispatcher": "Required to inject configuration into Command options",
"symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\Config\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Provide configuration services for a commandline tool.",
"support": {
"issues": "https://github.com/consolidation/config/issues",
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
},
{
"name": "consolidation/filter-via-dot-access-data",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/consolidation/filter-via-dot-access-data.git",
"reference": "cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b",
"reference": "cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0 || ^2.0.0 || ^3.0.0",
"php": ">=7.1.3"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\Filter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.",
"support": {
"source": "https://github.com/consolidation/filter-via-dot-access-data/tree/2.0.2"
},
"time": "2021-12-30T03:56:08+00:00"
},
{
"name": "consolidation/log",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/consolidation/log.git",
"reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/log/zipball/3ad08dc57e8aff9400111bad36beb0ed387fe6a9",
"reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/log": "^1 || ^2",
"symfony/console": "^4 || ^5 || ^6"
},
"require-dev": {
"phpunit/phpunit": ">=7.5.20",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
"support": {
"issues": "https://github.com/consolidation/log/issues",
"source": "https://github.com/consolidation/log/tree/2.1.1"
},
"time": "2022-02-24T04:27:32+00:00"
},
{
"name": "consolidation/output-formatters",
"source": {
"type": "git",
"url": "https://github.com/consolidation/output-formatters.git",
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/cbb50cc86775f14972003f797b61e232788bee1f",
"reference": "cbb50cc86775f14972003f797b61e232788bee1f",
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"php": ">=7.1.3",
"symfony/console": "^4|^5|^6",
"symfony/finder": "^4|^5|^6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
"phpunit/phpunit": ">=7",
"squizlabs/php_codesniffer": "^3",
"symfony/var-dumper": "^4|^5|^6",
"symfony/yaml": "^4|^5|^6",
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
"symfony/var-dumper": "For using the var_dump formatter"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\OutputFormatters\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Format text by applying transformations provided by plug-in formatters.",
"support": {
"issues": "https://github.com/consolidation/output-formatters/issues",
"source": "https://github.com/consolidation/output-formatters/tree/4.2.3"
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
},
{
"name": "consolidation/robo",
"version": "3.0.10",
"source": {
"type": "git",
"url": "https://github.com/consolidation/robo.git",
"reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/robo/zipball/206bbe23b34081a36bfefc4de2abbc1abcd29ef4",
"reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4",
"shasum": ""
},
"require": {
"consolidation/annotated-command": "^4.3",
"consolidation/config": "^1.2.1 || ^2.0.1",
"consolidation/log": "^1.1.1 || ^2.0.2",
"consolidation/output-formatters": "^4.1.2",
"consolidation/self-update": "^2.0",
"league/container": "^3.3.1 || ^4.0",
"php": ">=7.1.3",
"symfony/console": "^4.4.19 || ^5 || ^6",
"symfony/event-dispatcher": "^4.4.19 || ^5 || ^6",
"symfony/filesystem": "^4.4.9 || ^5 || ^6",
"symfony/finder": "^4.4.9 || ^5 || ^6",
"symfony/process": "^4.4.9 || ^5 || ^6",
"symfony/yaml": "^4.4 || ^5 || ^6"
},
"conflict": {
"codegyre/robo": "*"
},
"require-dev": {
"natxet/cssmin": "3.0.4",
"patchwork/jsqueeze": "^2",
"pear/archive_tar": "^1.4.4",
"phpunit/phpunit": "^7.5.20 || ^8",
"squizlabs/php_codesniffer": "^3.6",
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
"natxet/cssmin": "For minifying CSS files in taskMinify",
"patchwork/jsqueeze": "For minifying JS files in taskMinify",
"pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.",
"totten/lurkerlite": "For monitoring filesystem changes in taskWatch"
},
"bin": [
"robo"
],
"type": "library",
"extra": {
"scenarios": {
"symfony4": {
"require": {
"symfony/console": "^4.4.11",
"symfony/event-dispatcher": "^4.4.11",
"symfony/filesystem": "^4.4.11",
"symfony/finder": "^4.4.11",
"symfony/process": "^4.4.11",
"phpunit/phpunit": "^6",
"nikic/php-parser": "^2"
},
"remove": [
"codeception/phpunit-wrapper"
],
"config": {
"platform": {
"php": "7.1.3"
}
}
}
},
"branch-alias": {
"dev-master": "2.x-dev",
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Robo\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Davert",
"email": "davert.php@resend.cc"
}
],
"description": "Modern task runner",
"support": {
"issues": "https://github.com/consolidation/robo/issues",
"source": "https://github.com/consolidation/robo/tree/3.0.10"
},
"time": "2022-02-21T17:19:14+00:00"
},
{
"name": "consolidation/self-update",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/consolidation/self-update.git",
"reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/self-update/zipball/8a64bdd8daf5faa8e85f56534dd99caf928164b3",
"reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3",
"shasum": ""
},
"require": {
"composer/semver": "^3.2",
"php": ">=5.5.0",
"symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6",
"symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6"
},
"bin": [
"scripts/release"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"SelfUpdate\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander Menk",
"email": "menk@mestrona.net"
},
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Provides a self:update command for Symfony Console applications.",
"support": {
"issues": "https://github.com/consolidation/self-update/issues",
"source": "https://github.com/consolidation/self-update/tree/2.0.5"
},
"time": "2022-02-09T22:44:24+00:00"
},
{
"name": "consolidation/site-alias",
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-alias.git",
"url": "https://api.github.com/repos/consolidation/site-alias/zipball/103fbc9bad6bbadb1f7533454a8f070ddce18e13",
"reference": "103fbc9bad6bbadb1f7533454a8f070ddce18e13",
"shasum": ""
},
"require": {
"consolidation/config": "^1.2.1 || ^2",
"php": ">=7.4",
"symfony/filesystem": "^5.4 || ^6",
"symfony/finder": "^5 || ^6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
"phpunit/phpunit": ">=7",
"squizlabs/php_codesniffer": "^3",
"symfony/var-dumper": "^4",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
}
},
"autoload": {
"psr-4": {
"Consolidation\\SiteAlias\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
},
{
"name": "Moshe Weitzman",
"email": "weitzman@tejasa.com"
}
],
"description": "Manage alias records for local and remote sites.",
"support": {
"issues": "https://github.com/consolidation/site-alias/issues",
"source": "https://github.com/consolidation/site-alias/tree/4.0.0"
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-process.git",
"url": "https://api.github.com/repos/consolidation/site-process/zipball/ee3bf69001694b2117cc2f96c2ef70d8d45f1234",
"reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234",
"consolidation/config": "^1.2.1 || ^2",
"consolidation/site-alias": "^3 || ^4",
"symfony/console": "^2.8.52 || ^3 || ^4.4 || ^5",
"symfony/process": "^4.3.4 || ^5"
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\SiteProcess\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
},
{
"name": "Moshe Weitzman",
"email": "weitzman@tejasa.com"
}
],
"description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
"support": {
"issues": "https://github.com/consolidation/site-process/issues",
"source": "https://github.com/consolidation/site-process/tree/4.2.1"
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
},
{
"name": "cweagans/composer-patches",
"version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/cweagans/composer-patches.git",
"reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e9969cfc0796e6dea9b4e52f77f18e1065212871",
"reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3.0"
},
"require-dev": {
"composer/composer": "~1.0 || ~2.0",
"phpunit/phpunit": "~4.6"
},
"type": "composer-plugin",
"extra": {
"class": "cweagans\\Composer\\Patches"
},
"autoload": {
"psr-4": {
"cweagans\\Composer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Cameron Eagans",
"email": "me@cweagans.net"
}
],
"description": "Provides a way to patch Composer packages.",
"support": {
"issues": "https://github.com/cweagans/composer-patches/issues",
"source": "https://github.com/cweagans/composer-patches/tree/1.7.2"
},
"time": "2022-01-25T19:21:20+00:00"
},
{
"name": "cypresslab/gitelephant",
"source": {
"type": "git",
"url": "https://github.com/matteosister/GitElephant.git",
"url": "https://api.github.com/repos/matteosister/GitElephant/zipball/6f396bdb41fa0b2e5e414e16188f6eb107021947",
"reference": "6f396bdb41fa0b2e5e414e16188f6eb107021947",
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
"shasum": ""
},
"require": {
"php": ">=7.2.0",
"phpcollection/phpcollection": "~0.4|~0.5",
"symfony/filesystem": ">=3.4",
"symfony/finder": ">=3.4",
"symfony/process": ">=3.4"
},
"require-dev": {
"mockery/mockery": "~1.1",
"php": ">=7.2.0",
"phpstan/phpstan": "*",
"phpstan/phpstan-phpunit": "*",
"phpunit/phpunit": "~8.0|~9.0",
"rector/rector": "*",
"symplify/easy-coding-standard": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"GitElephant": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0+"
],
"authors": [
{
"name": "Matteo Giachino",
"email": "matteog@gmail.com"
}
],
"description": "An abstraction layer for git written in PHP",
"homepage": "http://gitelephant.cypresslab.net/",
"keywords": [
"git"
],
"support": {
"issues": "https://github.com/matteosister/GitElephant/issues",
"source": "https://github.com/matteosister/GitElephant/tree/v4.5.0"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/cypresslab/gitelephant",
"type": "tidelift"
}
],
{
"name": "d3/d3",
"version": "v3.5.17",
"source": {
"type": "git",
"url": "https://github.com/d3/d3.git",
"reference": "tags/v3.5.17"
},
"type": "drupal-library"
},
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
{
"name": "dasprid/enum",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^7 | ^8 | ^9",
"squizlabs/php_codesniffer": "^3.4"
},
"type": "library",
"autoload": {
"psr-4": {
"DASPRiD\\Enum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "https://dasprids.de/",
"role": "Developer"
}
],
"description": "PHP 7.1 enum implementation",
"keywords": [
"enum",
"map"
],
"support": {
"issues": "https://github.com/DASPRiD/Enum/issues",
"source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
},
"time": "2020-10-02T16:03:48+00:00"
},
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
{
"name": "defuse/php-encryption",
"version": "v2.3.1",
"source": {
"type": "git",
"url": "https://github.com/defuse/php-encryption.git",
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"paragonie/random_compat": ">= 2",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
},
"bin": [
"bin/generate-defuse-key"
],
"type": "library",
"autoload": {
"psr-4": {
"Defuse\\Crypto\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Hornby",
"email": "taylor@defuse.ca",
"homepage": "https://defuse.ca/"
},
{
"name": "Scott Arciszewski",
"email": "info@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "Secure PHP Encryption Library",
"keywords": [
"aes",
"authenticated encryption",
"cipher",
"crypto",
"cryptography",
"encrypt",
"encryption",
"openssl",
"security",
"symmetric key cryptography"
],
"support": {
"issues": "https://github.com/defuse/php-encryption/issues",
"source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
},
"time": "2021-04-09T23:57:26+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
"reference": "f41715465d65213d644d3141a6a93081be5d3549",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.42",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
"scrutinizer/ocular": "1.6.0",
"squizlabs/php_codesniffer": "^3.5",
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Dflydev\\DotAccessData\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
},
{
"name": "Carlos Frutos",
"email": "carlos@kiwing.it",
"homepage": "https://github.com/cfrutos"
},
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com"
}
],
"description": "Given a deep data structure, access data by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
"keywords": [
"access",
"data",
"dot",
"notation"
],
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
"reference": "648b0343343565c4a056bfc8392201385e8d89f0",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^6.0 || ^8.1",
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
"keywords": [
"annotations",
"docblock",
"parser"
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
{
"name": "doctrine/cache",
"version": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "56cd022adb5514472cb144c087393c1821911d09"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/56cd022adb5514472cb144c087393c1821911d09",
"reference": "56cd022adb5514472cb144c087393c1821911d09",
"shasum": ""
},
"require": {
"php": "~7.1 || ^8.0"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"cache/integration-tests": "dev-master",
"doctrine/coding-standard": "^9",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"predis/predis": "~1.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^4.4 || ^5.4 || ^6",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
"keywords": [
"abstraction",
"apcu",
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/1.13.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
"type": "tidelift"
}
],
"time": "2022-05-20T20:06:54+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
"doctrine/coding-standard": "^9.0 || ^10.0",
"phpstan/phpstan": "^1.4.8",
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
"keywords": [
"array",
"collections",
"iterators",
"php"
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
{
"name": "doctrine/common",
"version": "2.13.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
"reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/inflector": "^1.0",
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^1.3.3",
"doctrine/reflection": "^1.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^1.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
"homepage": "https://www.doctrine-project.org/projects/common.html",
"keywords": [
"common",
"doctrine",
"php"
],
"support": {
"issues": "https://github.com/doctrine/common/issues",
"source": "https://github.com/doctrine/common/tree/2.13.x"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
"type": "tidelift"
}
],
"time": "2020-06-05T16:46:05+00:00"
},
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
{
"name": "doctrine/deprecations",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
},
"time": "2022-05-02T15:47:09+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
"reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.8",
},
"type": "library",
"autoload": {
"psr-4": {
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"event dispatcher",
"event manager",
"event system",
"events"
],
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
"type": "tidelift"
}
],
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
},
{
"name": "doctrine/inflector",
"version": "1.4.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
"reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
"keywords": [
"inflection",
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/1.4.4"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
],
"time": "2021-04-16T17:34:40+00:00"
},
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
{
"name": "doctrine/lexer",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2022-02-28T11:07:21+00:00"
},
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
{
"name": "doctrine/persistence",
"version": "1.3.8",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
"reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/reflection": "^1.2",
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.10@dev"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"vimeo/psalm": "^3.11"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common",
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
"homepage": "https://doctrine-project.org/projects/persistence.html",
"keywords": [
"mapper",
"object",
"odm",
"orm",
"persistence"
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/1.3.x"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
"type": "tidelift"
}
],
"time": "2020-06-20T12:56:16+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/doctrine/reflection.git",
"url": "https://api.github.com/repos/doctrine/reflection/zipball/1034e5e71f89978b80f9c1570e7226f6c3b9b6fb",
"reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.9"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"doctrine/common": "^3.3",
"phpstan/phpstan": "^1.4.10",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
"keywords": [
"reflection",
"static"
],
"support": {
"issues": "https://github.com/doctrine/reflection/issues",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
"reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"webmozart/assert": "^1.0"
},
"replace": {
"mtdowling/cron-expression": "^1.0"
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
},
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/address.git",
"url": "https://ftp.drupal.org/files/projects/address-8.x-1.11.zip",
"reference": "8.x-1.11",
"shasum": "1cb40fb1a43e88041b888ac8fb6aa77a45ac85fb"
"drupal/core": "^9.2 || ^10",
"php": "^7.3 || ^8.0"
},
"require-dev": {
"drupal/token": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
{
"name": "dww",
"homepage": "https://www.drupal.org/user/46549"
},
{
"name": "googletorp",
"homepage": "https://www.drupal.org/user/386230"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "rszrama",
"homepage": "https://www.drupal.org/user/49344"
}
],
"description": "Provides functionality for storing, validating and displaying international postal addresses.",
"homepage": "http://drupal.org/project/address",
"support": {
"source": "https://git.drupalcode.org/project/address"
}
},
{
"name": "drupal/admin_toolbar",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.2.1.zip",
"reference": "3.2.1",
"shasum": "7a4bfb716e269be4ca03b7f04e29e4439ec6cf93"
},
"require-dev": {
"drupal/admin_toolbar_tools": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Wilfrid Roze (eme)",
"homepage": "https://www.drupal.org/u/eme",
"role": "Maintainer"
},
{
"name": "Romain Jarraud (romainj)",
"homepage": "https://www.drupal.org/u/romainj",
"role": "Maintainer"
},
{
"name": "Adrian Cid Almaguer (adriancid)",
"homepage": "https://www.drupal.org/u/adriancid",
"email": "adriancid@gmail.com",
"role": "Maintainer"
},
{
"name": "Mohamed Anis Taktak (matio89)",
"homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer"
},
{
"name": "matio89",
"homepage": "https://www.drupal.org/user/2320090"
},
{
"name": "Musa.thomas",
"homepage": "https://www.drupal.org/user/1213824"
},
{
"name": "romainj",
"homepage": "https://www.drupal.org/user/370706"
}
],
"description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
"homepage": "http://drupal.org/project/admin_toolbar",
"keywords": [
"Drupal",
"Toolbar"
],
"support": {
"source": "https://git.drupalcode.org/project/admin_toolbar",
"issues": "https://www.drupal.org/project/issues/admin_toolbar"
}
},
{
"name": "drupal/advancedqueue",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/advancedqueue.git",
"url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc4.zip",
"reference": "8.x-1.0-rc4",
"shasum": "f812b9c7cf1991b7ead56c425dd1c1ee140f9c8b"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "amitaibu",
"homepage": "https://www.drupal.org/user/57511"
},
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "Damien Tournoud",
"homepage": "https://www.drupal.org/user/22211"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "Kazanir",
"homepage": "https://www.drupal.org/user/2279698"
},
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
{
"name": "laurentchardin",
"homepage": "https://www.drupal.org/user/87775"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "pjcdawkins",
"homepage": "https://www.drupal.org/user/1025236"
},
{
"name": "rszrama",
"homepage": "https://www.drupal.org/user/49344"
},
{
"name": "skipyT",
"homepage": "https://www.drupal.org/user/350126"
}
],
"description": "Provides a better Queue API.",
"homepage": "https://www.drupal.org/project/advancedqueue",
"support": {
"source": "https://git.drupalcode.org/project/advancedqueue"
}
},
{
"name": "drupal/antibot",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/antibot.git",
"reference": "8.x-1.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/antibot-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "f3597cde2903c979042bf8c1b25a9d3694159e43"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.5",
"datestamp": "1637670654",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "gaurav.kapoor",
"homepage": "https://www.drupal.org/user/3495331"
},
{
"name": "mstef",
"homepage": "https://www.drupal.org/user/107190"
}
],
"description": "Prevent forms from being submitted without JavaScript enabled.",
"homepage": "https://www.drupal.org/project/antibot",
"support": {
"source": "https://git.drupalcode.org/project/antibot"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/avatars.git",
"url": "https://ftp.drupal.org/files/projects/avatars-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "093e01cbf3dc0d365760baad8ff18fd9dbc6c769"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/unlimited_number": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1656484955",
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Daniel Phin",
"homepage": "http://danielph.in",
"email": "pro@danielph.in",
"role": "Maintainer"
}
],
"description": "Provides a selection of generated avatars for users.",
"homepage": "http://drupal.org/project/avatars",
"support": {
"source": "https://git.drupalcode.org/project/avatars"
}
},
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
{
"name": "drupal/block_class",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/block_class.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "29cfdb646ef83210f0eced30b38243339158fe3f"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1615217722",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Todd Nienkerk",
"homepage": "https://www.drupal.org/u/todd-nienkerk",
"role": "Maintainer"
},
{
"name": "Renato Gonçalves (RenatoG)",
"homepage": "https://www.drupal.org/u/RenatoG",
"email": "renatog@ciandt.com",
"role": "Maintainer"
},
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
},
{
"name": "Aaron Stanush",
"homepage": "https://www.drupal.org/u/aaron-stanush",
"role": "Maintainer"
},
{
"name": "David Suissa (DYdave)",
"homepage": "https://www.drupal.org/u/DYdave",
"role": "Maintainer"
},
{
"name": "Four Kitchens",
"homepage": "https://www.drupal.org/user/358502",
"role": "Maintainer"
},
{
"name": "berenddeboer",
"homepage": "https://www.drupal.org/u/berenddeboer",
"role": "Maintainer"
},
{
"name": "elliotttf",
"homepage": "https://www.drupal.org/u/elliotttf",
"role": "Maintainer"
},
{
"name": "Michal Minecki (mirzu)",
"homepage": "https://www.drupal.org/u/mirzu",
"role": "Maintainer"
},
{
"name": "Patrick Coffey (pcoffey)",
"homepage": "https://www.drupal.org/u/pcoffey",
"role": "Maintainer"
},
{
"name": "Taylor Smith (tsmith512)",
"homepage": "https://www.drupal.org/u/tsmith512",
"role": "Maintainer"
}
],
"description": "Allows assigning classes to Blocks.",
"homepage": "https://www.drupal.org/project/block_class",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/block_class",
"issues": "https://www.drupal.org/project/issues/block_class",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/block_renderer",
"version": "1.0.0-alpha4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/block_renderer.git",
"reference": "8.x-1.0-alpha4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/block_renderer-8.x-1.0-alpha4.zip",
"reference": "8.x-1.0-alpha4",
"shasum": "3e8bafe65e3cad7433ac8a1932f11d4914017d0c"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha4",
"datestamp": "1598437271",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Rodlangh",
"homepage": "https://www.drupal.org/user/1508036"
}
],
"description": "Block Renderer",
"homepage": "https://www.drupal.org/project/block_renderer",
"support": {
"source": "https://git.drupalcode.org/project/block_renderer"
}
},
{
"name": "drupal/bpmn_io",
"version": "dev-1.0.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/bpmn_io.git",
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/eca": "^1.0",
"drupal/eca_modeller_bpmn": "*",
"php": ">=7.4"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.0.x": "1.0.x-dev"
},
"drupal": {
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "boromino",
"homepage": "https://www.drupal.org/user/859722"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "BPMN modeller for ECA, integrated into Drupal's admin UI.",
"homepage": "https://www.drupal.org/project/bpmn_io",
"support": {
"source": "https://drupal.org/project/bpmn_io",
"issues": "https://drupal.org/project/issues/bpmn_io"
}
},
{
"name": "drupal/camunda",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/camunda.git",
"url": "https://ftp.drupal.org/files/projects/camunda-1.0.0.zip",
"reference": "1.0.0",
"shasum": "04f9fd96225e9249e0279272f4aca40af4e96a5b"
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/eca": "^1.0",
"drupal/eca_modeller_bpmn": "*",
"php": ">=7.4"
},
"type": "drupal-module",
"extra": {
"drupal": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "boromino",
"homepage": "https://www.drupal.org/user/859722"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "BPMN modeller for ECA, standalone desktop application with import and export from and to this Drupal site.",
"homepage": "https://www.drupal.org/project/camunda",
"support": {
"source": "https://drupal.org/project/camunda",
"issues": "https://drupal.org/project/issues/camunda"
}
},
{
"name": "drupal/captcha",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/captcha.git",
"url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "36284ece721d3534d0c3bd6ae01cdb549920a024"
},
"type": "drupal-module",
"extra": {
"drupal": {
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "elachlan",
"homepage": "https://www.drupal.org/user/1021502"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "naveenvalecha",
"homepage": "https://www.drupal.org/user/2665733"
},
{
"name": "podarok",
"homepage": "https://www.drupal.org/user/116002"
},
{
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
},
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
{
"name": "soxofaan",
"homepage": "https://www.drupal.org/user/41478"
},
{
"name": "wundo",
"homepage": "https://www.drupal.org/user/25523"
}
],
"description": "The CAPTCHA module provides this feature to virtually any user facing web form on a Drupal site.",
"homepage": "https://www.drupal.org/project/captcha",
"support": {
"source": "https://git.drupalcode.org/project/captcha",
"issues": "https://www.drupal.org/project/issues/captcha"
}
},
{
"name": "drupal/coffee",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/coffee.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/coffee-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "3c3f251004ec0d0995a86407592f7f54872ebe87"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1617351412",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-8.x-1.x": "8.1.x-dev"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Michael Mol",
"homepage": "https://www.drupal.org/u/michaelmol",
"role": "Maintainer"
},
{
"name": "Marco",
"homepage": "https://www.drupal.org/u/willzyx",
"role": "Maintainer"
},
{
"name": "Oliver Köhler",
"homepage": "https://www.drupal.org/u/nebel54",
"role": "Maintainer"
},
{
"name": "Alli Price",
"homepage": "https://www.drupal.org/u/heylookalive",
"role": "Maintainer"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/1356930/committers",
"role": "contributor"
}
],
"description": "Provides an Alfred like search box to navigate within your site.",
"homepage": "https://drupal.org/project/coffee",
"support": {
"source": "https://git.drupalcode.org/project/coffee",
"issues": "https://drupal.org/project/issues/coffee",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/colorbox",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/colorbox.git",
"url": "https://ftp.drupal.org/files/projects/colorbox-2.0.0.zip",
"reference": "2.0.0",
"shasum": "8cdbf92db81ce30225c3ff1c1e4c283c84ec9e03"
},
"suggest": {
"jackmoore/colorbox": "The Colorbox library is required to use the drupal/colorbox module."
},
"type": "drupal-module",
"extra": {
"drupal": {
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
},
{
"name": "Fredrik Jonsson",
"homepage": "https://www.drupal.org/u/frjo",
"role": "Maintainer"
},
{
"name": "RenatoG",
"homepage": "https://www.drupal.org/user/3326031"
"name": "Unsupported Projects",
"homepage": "https://www.drupal.org/user/291168"
}
],
"description": "A light-weight, customizable lightbox plugin for jQuery.",
"homepage": "https://www.drupal.org/project/colorbox",
"support": {
"source": "https://git.drupalcode.org/project/colorbox",
"issues": "https://www.drupal.org/project/issues/colorbox"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/colorbox_field_formatter.git",
"drupal/colorbox": "^1.4 | ^2.0",
"drupal/core": "^8.8 || ^9 || ^10"
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
},
{
"name": "RenatoG",
"homepage": "https://www.drupal.org/user/3326031"
}
],
"description": "Colorbox Field Formatter",
"homepage": "https://www.drupal.org/project/colorbox_field_formatter",
"keywords": [
"Colorbox",
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/colorbox_field_formatter",
"issues": "http://drupal.org/project/issues/colorbox_field_formatter"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/commerce.git",
"url": "https://ftp.drupal.org/files/projects/commerce-8.x-2.32.zip",
"reference": "8.x-2.32",
"shasum": "21e19c8751ed65447468cf72ff8401e3e461e954"
},
"require": {
"commerceguys/intl": "^1.0.0",
"drupal/address": "^1.7",
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
"drupal/entity": "^1.0",
"drupal/entity_reference_revisions": "~1.0",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/profile": "^1.2",
"drupal/state_machine": "^1.5",
"drupal/token": "^1.7",
"ext-bcmath": "*",
"php": "^7.3 || ^8.0"
},
"conflict": {
"drupal/commerce_shipping": "<2.1"
},
"require-dev": {
"drupal/commerce_cart": "*",
"drupal/commerce_number_pattern": "*",
"drupal/commerce_order": "*",
"drupal/commerce_payment": "*",
"drupal/commerce_price": "*",
"drupal/commerce_product": "*",
"drupal/commerce_store": "*",
"drupal/entity_print": "^2.2",
"drupal/entity_reference_revisions": "*",
"drupal/mailsystem": "^4.3",
"drupal/profile": "*",
"drupal/state_machine": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
],
"authors": [
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "rszrama",
"homepage": "https://www.drupal.org/user/49344"
}
],
"description": "Drupal Commerce is a flexible eCommerce solution.",
"support": {
"source": "https://git.drupalcode.org/project/commerce"
}
},
{
"name": "drupal/config_auto_export",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_auto_export.git",
"url": "https://ftp.drupal.org/files/projects/config_auto_export-2.1.4.zip",
"reference": "2.1.4",
"shasum": "0492caccae149b31420ae20e441956412c52f029"
"drupal/yaml_editor": "^1.0",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 | ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
],
"authors": [
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Auto detects config changes and exports those to a configurable directory and optionally triggers a web hook.",
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
"homepage": "https://www.drupal.org/project/config_auto_export",
"support": {
"source": "https://git.drupalcode.org/project/config_auto_export"
}
},
{
"name": "drupal/config_devel",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_devel.git",
"reference": "8.x-1.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_devel-8.x-1.8.zip",
"reference": "8.x-1.8",
"shasum": "325caa6c6d0ee39e938807892f9ec509e71b5fb7"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.8",
"datestamp": "1609324318",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "alexpott",
"homepage": "https://www.drupal.org/user/157725"
},
{
"name": "benjy",
"homepage": "https://www.drupal.org/user/1852732"
},
{
"name": "chx",
"homepage": "https://www.drupal.org/user/9446"
},
{
"name": "joachim",
"homepage": "https://www.drupal.org/user/107701"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "tim.plunkett",
"homepage": "https://www.drupal.org/user/241634"
},
{
"name": "vijaycs85",
"homepage": "https://www.drupal.org/user/93488"
}
],
"description": "Helps developers work with configuration.",
"homepage": "https://www.drupal.org/project/config_devel",
"support": {
"source": "https://git.drupalcode.org/project/config_devel"
}
},
{
"name": "drupal/config_filter",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_filter.git",
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.4.zip",
"reference": "8.x-2.4",
"shasum": "dcf442f228dafd6bbac8948db1d51e3f1ca1d0c7"
},
"conflict": {
"drush/drush": "<10"
},
"suggest": {
"drupal/config_split": "Split site configuration for different environments."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.4",
"datestamp": "1656936801",
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Fabian Bircher",
"homepage": "https://www.drupal.org/u/bircher",
"email": "opensource@fabianbircher.com",
"role": "Maintainer"
},
{
"name": "Nuvole Web",
"homepage": "http://nuvole.org",
"email": "info@nuvole.org",
"role": "Maintainer"
},
{
"name": "pescetti",
"homepage": "https://www.drupal.org/user/436244"
}
],
"description": "Config Filter allows other modules to interact with a ConfigStorage through filter plugins.",
"homepage": "https://www.drupal.org/project/config_filter",
"keywords": [
"Drupal",
"configuration",
"configuration management"
],
"support": {
"source": "https://git.drupalcode.org/project/config_filter",
"issues": "https://www.drupal.org/project/issues/config_filter",
"slack": "https://drupal.slack.com/archives/C45342CDD"
}
},
{
"name": "drupal/config_split",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_split.git",
"url": "https://ftp.drupal.org/files/projects/config_split-2.0.0-rc4.zip",
"reference": "2.0.0-rc4",
"shasum": "d4c06efbadd34793b0c9b71772162057afa58111"
},
"conflict": {
"drush/drush": "<10"
},
"require-dev": {
"drupal/config_filter": "^1||^2"
},
"suggest": {
"drupal/chosen": "Chosen uses the Chosen jQuery plugin to make the <select> elements more user-friendly.",
"drupal/select2_all": "Applies the Select2 library to all select fields on the site similar to the Chosen module."
},
"type": "drupal-module",
"extra": {
"drupal": {
"message": "RC releases are not covered by Drupal security advisories."
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Fabian Bircher",
"homepage": "https://www.drupal.org/u/bircher",
"email": "opensource@fabianbircher.com",
"role": "Maintainer"
},
{
"name": "Nuvole Web",
"homepage": "http://nuvole.org",
"email": "info@nuvole.org",
"role": "Maintainer"
},
{
"name": "pescetti",
"homepage": "https://www.drupal.org/user/436244"
}
],
"description": "Configuration filter for importing and exporting extra config",
"homepage": "https://www.drupal.org/project/config_split",
"keywords": [
"Drupal",
"configuration",
"configuration management"
],
"support": {
"source": "https://git.drupalcode.org/project/config_split",
"issues": "https://www.drupal.org/project/issues/config_split",
"slack": "https://drupal.slack.com/archives/C45342CDD"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/consumers.git",
"url": "https://ftp.drupal.org/files/projects/consumers-8.x-1.14.zip",
"reference": "8.x-1.14",
"shasum": "9ca9d992bef53463168055fff611b0cc3b649098"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "e0ipso",
"homepage": "https://www.drupal.org/user/550110"
},
{
"name": "eojthebrave",
"homepage": "https://www.drupal.org/user/79230"
}
],
"description": "Declare all the consumers of your API",
"homepage": "https://www.drupal.org/project/consumers",
"support": {
"source": "https://git.drupalcode.org/project/consumers"
}
},
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
{
"name": "drupal/content_access",
"version": "1.0.0-alpha4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/content_access.git",
"reference": "8.x-1.0-alpha4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/content_access-8.x-1.0-alpha4.zip",
"reference": "8.x-1.0-alpha4",
"shasum": "4ccaeb432d39de2649ea5602b15429633b6385cc"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"require-dev": {
"drupal/acl": "~1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha4",
"datestamp": "1654070349",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "gisle",
"homepage": "https://www.drupal.org/user/409554"
}
],
"description": "Provides flexible content access control.",
"homepage": "https://drupal.org/project/content_access",
"support": {
"source": "https://git.drupalcode.org/project/content_access"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/context_stack.git",
"url": "https://ftp.drupal.org/files/projects/context_stack-1.0.3.zip",
"reference": "1.0.3",
"shasum": "3fd1e30815dd52bcea2148597cd631e131fa5e42"
},
"require": {
"drupal/core": "^9 || ^10",
"php": ">=7.4"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.3",
"datestamp": "1656509849",
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mxh",
"homepage": "https://www.drupal.org/user/1124384"
}
],
"description": "Context Stack is a module for Drupal, which provides a distinct place for holding context values.",
"homepage": "https://www.drupal.org/project/context_stack",
"support": {
"source": "https://drupal.org/project/context_stack",
"issues": "https://drupal.org/project/issues/context_stack"
}
},
{
"name": "drupal/core",
"source": {
"type": "git",
"url": "https://github.com/drupal/core.git",
"url": "https://api.github.com/repos/drupal/core/zipball/a627d1b2a00f2cef0572e37b94dea298800541f4",
"reference": "a627d1b2a00f2cef0572e37b94dea298800541f4",
"asm89/stack-cors": "^1.3",
"composer/semver": "^3.3",
"doctrine/annotations": "^1.13",
"doctrine/reflection": "^1.2",
"egulias/email-validator": "^2.1.22|^3.2",
"ext-date": "*",
"ext-dom": "*",
"ext-filter": "*",
"ext-gd": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-session": "*",
"ext-simplexml": "*",
"ext-spl": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"laminas/laminas-diactoros": "^2.11",
"laminas/laminas-feed": "^2.17",
"masterminds/html5": "^2.7",
"symfony/console": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-foundation": "^4.4.7",
"symfony/http-kernel": "^4.4",
"symfony/mime": "^5.4",
"symfony/polyfill-iconv": "^1.25",
"symfony/polyfill-php80": "^1.25",
"symfony/routing": "^4.4",
"symfony/serializer": "^4.4",
"symfony/translation": "^4.4",
"symfony/validator": "^4.4",
"symfony/yaml": "^4.4.19",
"typo3/phar-stream-wrapper": "^3.1.3"
},
"conflict": {
"drush/drush": "<8.1.10",
"symfony/http-foundation": "4.4.42"
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
},
"replace": {
"drupal/core-annotation": "self.version",
"drupal/core-assertion": "self.version",
"drupal/core-bridge": "self.version",
"drupal/core-class-finder": "self.version",
"drupal/core-datetime": "self.version",
"drupal/core-dependency-injection": "self.version",
"drupal/core-diff": "self.version",
"drupal/core-discovery": "self.version",
"drupal/core-event-dispatcher": "self.version",
"drupal/core-file-cache": "self.version",
"drupal/core-file-security": "self.version",
"drupal/core-filesystem": "self.version",
"drupal/core-front-matter": "self.version",
"drupal/core-gettext": "self.version",
"drupal/core-graph": "self.version",
"drupal/core-http-foundation": "self.version",
"drupal/core-php-storage": "self.version",
"drupal/core-plugin": "self.version",
"drupal/core-proxy-builder": "self.version",
"drupal/core-render": "self.version",
"drupal/core-serialization": "self.version",
"drupal/core-transliteration": "self.version",
"drupal/core-utility": "self.version",
"drupal/core-uuid": "self.version",
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
},
"type": "drupal-core",
"extra": {
"drupal-scaffold": {
"file-mapping": {
"[project-root]/.editorconfig": "assets/scaffold/files/editorconfig",
"[project-root]/.gitattributes": "assets/scaffold/files/gitattributes",
"[web-root]/.csslintrc": "assets/scaffold/files/csslintrc",
"[web-root]/.eslintignore": "assets/scaffold/files/eslintignore",
"[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json",
"[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php",
"[web-root]/.htaccess": "assets/scaffold/files/htaccess",
"[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore",
"[web-root]/index.php": "assets/scaffold/files/index.php",
"[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt",
"[web-root]/README.md": "assets/scaffold/files/drupal.README.md",
"[web-root]/robots.txt": "assets/scaffold/files/robots.txt",
"[web-root]/update.php": "assets/scaffold/files/update.php",
"[web-root]/web.config": "assets/scaffold/files/web.config",
"[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt",
"[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml",
"[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php",
"[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php",
"[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml",
"[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php",
"[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt",
"[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt",
"[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt"
}
}
},
"autoload": {
"files": [
"includes/bootstrap.inc",
"includes/guzzle_php81_shim.php"
],
"psr-4": {
"Drupal\\Core\\": "lib/Drupal/Core",
"Drupal\\Driver\\": "../drivers/lib/Drupal/Driver",
"Drupal\\Component\\": "lib/Drupal/Component"
},
"classmap": [
"lib/Drupal.php",
"lib/Drupal/Component/DependencyInjection/Container.php",
"lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php",
"lib/Drupal/Component/FileCache/FileCacheFactory.php",
"lib/Drupal/Component/Utility/Timer.php",
"lib/Drupal/Component/Utility/Unicode.php",
"lib/Drupal/Core/Cache/Cache.php",
"lib/Drupal/Core/Cache/CacheBackendInterface.php",
"lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php",
"lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php",
"lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php",
"lib/Drupal/Core/Cache/DatabaseBackend.php",
"lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php",
"lib/Drupal/Core/Database/Connection.php",
"lib/Drupal/Core/Database/Database.php",
"lib/Drupal/Core/Database/Statement.php",
"lib/Drupal/Core/Database/StatementInterface.php",
"lib/Drupal/Core/DependencyInjection/Container.php",
"lib/Drupal/Core/DrupalKernel.php",
"lib/Drupal/Core/DrupalKernelInterface.php",
"lib/Drupal/Core/Http/InputBag.php",
"lib/Drupal/Core/Installer/InstallerRedirectTrait.php",
"lib/Drupal/Core/Site/Settings.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"support": {
"source": {
"type": "git",
"url": "https://github.com/drupal/core-composer-scaffold.git",
"url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f",
"reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f",
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
"shasum": ""
},
"require": {
"composer-plugin-api": "^1 || ^2",
"php": ">=7.3.0"
},
"conflict": {
"drupal-composer/drupal-scaffold": "*"
},
"require-dev": {
"composer/composer": "^1.8@stable"
},
"type": "composer-plugin",
"extra": {
"class": "Drupal\\Composer\\Plugin\\Scaffold\\Plugin",
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Drupal\\Composer\\Plugin\\Scaffold\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "A flexible Composer project scaffold builder.",
"homepage": "https://www.drupal.org/project/drupal",
"keywords": [
"drupal"
],
"support": {
"source": "https://github.com/drupal/core-composer-scaffold/tree/9.4.8"
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ctools.git",
"url": "https://ftp.drupal.org/files/projects/ctools-4.0.1.zip",
"reference": "4.0.1",
"shasum": "ac2373c13efd7d95da7230bd5a6627f16a6a5b6e"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Kris Vanderwater (EclipseGc)",
"homepage": "https://www.drupal.org/u/eclipsegc",
"role": "Maintainer"
},
{
"name": "Jakob Perry (japerry)",
"homepage": "https://www.drupal.org/u/japerry",
"role": "Maintainer"
},
{
"name": "Tim Plunkett (tim.plunkett)",
"homepage": "https://www.drupal.org/u/timplunkett",
"role": "Maintainer"
},
{
"name": "James Gilliland (neclimdul)",
"homepage": "https://www.drupal.org/u/neclimdul",
"role": "Maintainer"
},
{
"name": "Daniel Wehner (dawehner)",
"homepage": "https://www.drupal.org/u/dawehner",
"role": "Maintainer"
},
{
"name": "Joël (joelpittet)",
"homepage": "https://www.drupal.org/u/joelpittet",
"role": "Maintainer"
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
},
{
"name": "merlinofchaos",
"homepage": "https://www.drupal.org/user/26979"
},
{
"name": "neclimdul",
"homepage": "https://www.drupal.org/user/48673"
},
{
"name": "sdboyer",
"homepage": "https://www.drupal.org/user/146719"
},
{
"name": "sun",
"homepage": "https://www.drupal.org/user/54136"
},
{
"name": "tim.plunkett",
"homepage": "https://www.drupal.org/user/241634"
}
],
"description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
"homepage": "https://www.drupal.org/project/ctools",
"support": {
"source": "https://git.drupalcode.org/project/ctools",
"issues": "https://www.drupal.org/project/issues/ctools"
}
},
{
"name": "drupal/danse",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/danse.git",
"url": "https://ftp.drupal.org/files/projects/danse-2.2.7.zip",
"reference": "2.2.7",
"shasum": "8ff84ced7645f7722812421d8f53b5b5b28a1c6d"
},
"require": {
"drupal/core": "^8.8 || ^9",
"php": ">=7.4"
},
"type": "drupal-module",
"extra": {
"drupal": {
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 | ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Event driven framework to audit system activity, create notifications from them and allow users to subscribe to them.",
"homepage": "https://www.drupal.org/project/danse",
"keywords": [
"Drupal",
"Notification",
"Subscription"
],
"support": {
"source": "https://drupal.org/project/danse",
"issues": "https://drupal.org/project/issues/danse"
}
},
{
"name": "drupal/danse_content",
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/danse": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Handles all content entity events.",
"homepage": "https://www.drupal.org/project/danse",
"support": {
"source": "https://git.drupalcode.org/project/danse"
}
},
{
"name": "drupal/danse_label_override",
"version": "1.0.0-alpha2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/danse_label_override.git",
"reference": "1.0.0-alpha2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/danse_label_override-1.0.0-alpha2.zip",
"reference": "1.0.0-alpha2",
"shasum": "f9fbd765440e8e4af0108659b1b19af352fc5ebf"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/danse": "*",
"drupal/danse_content": "*",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0-alpha2",
"datestamp": "1623122036",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 | ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Rex Barkdoll (rexbarkdoll)",
"homepage": "https://www.drupal.org/u/rexbarkdoll",
"role": "Maintainer"
}
],
"description": "Modifies the default DANSE Labels so that they can be customized through the code in the .module file of this module.",
"homepage": "https://drupal.org/project/danse_label_override",
"keywords": [
"Drupal",
"Label",
"Notification",
"Subscription"
],
"support": {
"source": "https://drupal.org/project/danse_label_override",
"issues": "https://drupal.org/project/issues/danse_label_override"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/default_content.git",
"url": "https://ftp.drupal.org/files/projects/default_content-2.0.0-alpha2.zip",
"reference": "2.0.0-alpha2",
"shasum": "5c365ea21b0be63dc00ec2db50179291d6fb3d89"
"drupal/paragraphs": "^1"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "andypost",
"homepage": "https://www.drupal.org/user/118908"
},
{
"name": "benjy",
"homepage": "https://www.drupal.org/user/1852732"
},
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "jibran",
"homepage": "https://www.drupal.org/user/1198144"
},
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
},
{
"name": "Sam152",
"homepage": "https://www.drupal.org/user/1485048"
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
}
],
"description": "Imports default content when a module is enabled",
"homepage": "https://www.drupal.org/project/default_content",
"support": {
"source": "https://git.drupalcode.org/project/default_content"
}
},
{
"name": "drupal/default_content_access",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/default_content_access.git",
"reference": "2.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/default_content_access-2.0.0.zip",
"reference": "2.0.0",
"shasum": "49dac2cd40f331f54da022f0d1a56506b83ca5c4"
},
"require": {
"drupal/content_access": "*",
"drupal/core": "^8.8 || ^9",
"drupal/default_content": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0",
"datestamp": "1590141390",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Add on module to default_content to export/import content_access settings",
"homepage": "https://www.drupal.org/project/default_content_access",
"support": {
"source": "https://git.drupalcode.org/project/default_content_access"
}
},
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
{
"name": "drupal/dev_modules",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/dev_modules.git",
"reference": "2.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/dev_modules-2.0.2.zip",
"reference": "2.0.2",
"shasum": "4a69fff014aac1a064d7b7ffc64b73f929f8d047"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-drush",
"extra": {
"drupal": {
"version": "2.0.2",
"datestamp": "1599217838",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Enable/disable development/production modules all at once.",
"homepage": "https://www.drupal.org/project/dev_modules",
"support": {
"source": "https://git.drupalcode.org/project/dev_modules"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/devel.git",
"url": "https://ftp.drupal.org/files/projects/devel-4.2.1.zip",
"reference": "4.2.1",
"shasum": "aa08379bad81cb2e604ee9a0b9e2aabd86fae13f"
},
"require": {
"doctrine/common": "^2.7",
"drupal/core": "^8.8 || ^9",
"symfony/var-dumper": "^4 || ^5"
},
"conflict": {
"kint-php/kint": "<3"
},
"require-dev": {
"drush/drush": "^10"
},
"suggest": {
"kint-php/kint": "Kint provides an informative display of arrays/objects. Useful for debugging and developing."
},
"type": "drupal-module",
"extra": {
"drupal": {
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "drupalspoons",
"homepage": "https://www.drupal.org/user/3647684"
},
{
"name": "moshe weitzman",
"homepage": "https://www.drupal.org/user/23"
}
],
"description": "Various blocks, pages, and functions for developers.",
"homepage": "https://www.drupal.org/project/devel",
"support": {
"source": "https://gitlab.com/drupalspoons/devel",
"issues": "https://gitlab.com/drupalspoons/devel/-/issues",
"slack": "https://drupal.slack.com/archives/C012WAW1MH6"
}
},
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
{
"name": "drupal/digest",
"version": "1.0.0-rc2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/digest.git",
"reference": "1.0.0-rc2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/digest-1.0.0-rc2.zip",
"reference": "1.0.0-rc2",
"shasum": "24c9d09a33f8862beb51477b497330dc6077c932"
},
"require": {
"dragonmantank/cron-expression": "^3.0",
"drupal/block_renderer": "^1.0@alpha",
"drupal/core": "^8.8 || ^9",
"lorisleiva/cron-translator": "^0.1.1"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0-rc2",
"datestamp": "1620690243",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "DerekCresswell",
"homepage": "https://www.drupal.org/user/3617358"
}
],
"description": "Send out notification digests about new content.",
"homepage": "https://www.drupal.org/project/digest",
"support": {
"source": "https://git.drupalcode.org/project/digest"
}
},
{
"name": "drupal/digital_signage_framework",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/digital_signage_framework.git",
"url": "https://ftp.drupal.org/files/projects/digital_signage_framework-2.4.10.zip",
"reference": "2.4.10",
"shasum": "a1acfbfd47d90cf1735c79b5776107010b1f03f6"
"drupal/dimension": "^2.0",
"drupal/dynamic_entity_reference": "^1.11",
"drupal/expose_actions": "^2.0",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/yaml_editor": "^1.1",
"ext-fileinfo": "*",
"ext-json": "*",
"jawira/plantuml-encoding": "^1.0",
"php": ">=7.2"
},
"require-dev": {
"drupal/yaml_editor": "*"
},
"suggest": {
"drupal/analog_digital_clock": "Add a block for date and time on all your slides.",
"drupal/endroid_qr_code": "Add a QR code to slides pointing to themselves."
},
"type": "drupal-module",
"extra": {
"drupal": {
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Generic framework to integrate with any digital signage platform to publish content entities.",
"homepage": "https://www.drupal.org/project/digital_signage_framework",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/digital_signage_framework"
}
},
{
"name": "drupal/dimension",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/dimension.git",
"reference": "2.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/dimension-2.0.0.zip",
"reference": "2.0.0",
"shasum": "7d1a7769a52a3c4cd8e4b139263b425fdf2a5c5e"
},
"require": {
"drupal/core": "^8.8 || ^9",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0",
"datestamp": "1607352547",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Defines dimension field type.",
"homepage": "https://www.drupal.org/project/dimension",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/dimension",
"issues": "http://drupal.org/project/issues/dimension"
}
},
{
"url": "https://git.drupalcode.org/project/discourse_sso.git",
"reference": "2.0.0-rc6"
"url": "https://ftp.drupal.org/files/projects/discourse_sso-2.0.0-rc6.zip",
"reference": "2.0.0-rc6",
"shasum": "dbef9ffe3d830b318cb17baaaf278641b0e69692"
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0-rc6",
"datestamp": "1639128180",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "boromino",
"homepage": "https://www.drupal.org/user/859722"
},
{
"name": "dabbor",
"homepage": "https://www.drupal.org/user/2214664"
},
{
"name": "jackpelorus",
"homepage": "https://www.drupal.org/user/2349920"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
},
{
"name": "murrayw",
"homepage": "https://www.drupal.org/user/595658"
}
],
"description": "Provides a Single Sign On integration for a Discourse forum.",
"homepage": "https://www.drupal.org/project/discourse_sso",
"support": {
"source": "https://git.drupalcode.org/project/discourse_sso"
}
},
{
"name": "drupal/drd",
"version": "4.0.8",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drd.git",
"reference": "4.0.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drd-4.0.8.zip",
"reference": "4.0.8",
"shasum": "f964297fda1bc40d1da09fdbb732c3032a3d401d"
},
"require": {
"albertofem/rsync-lib": "^1.0",
"cypresslab/gitelephant": "^2.0|^4.0",
"drupal/advancedqueue": "^1.0@RC",
"drupal/core": "^8.8 || ^9",
"drupal/drd_agent": "^4.0",
"drupal/encrypt": "^3.0@RC",
"drupal/eva": "^2.1",
"drupal/key_value_field": "^1.2",
"mikehaertl/php-shellcommand": "^1.6",
"php": ">=7.2",
"phpseclib/phpseclib": "^2.0",
"platformsh/client": "^2.0",
"symfony/filesystem": "^2.8|^3|^4|^5|^6"
},
"require-dev": {
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
"drupal/drd_pi": "*",
"drupal/gitlab_api": "*",
"drupal/webform": "*"
},
"suggest": {
"drupal/console": "CLI to use and optionally automate DRD actions.",
"drupal/extlink": "Allows to open external links in new tabs/windows.",
"drupal/hacked": "Validate each project if it got changed compared to the original code from drupal.org.",
"drupal/monitoring": "Site monitoring module with sensors.",
"drupal/real_aes": "Encryption method for the encrypt module.",
"drupal/security_review": "Site security and configuration review module.",
"drush/drush": "Another CLI to use and optionally automate DRD actions."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.0.8",
"datestamp": "1648793838",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Jürgen Haas",
"homepage": "https://www.drupal.org/u/jurgenhaas"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Dashboard to monitor and manage any number of remote Drupal 6, 7 or 8 sites",
"homepage": "https://www.drupal.org/project/drd",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupal.org/project/drd",
"issues": "https://www.drupal.org/project/issues/drd"
}
},
{
"name": "drupal/drd_agent",
"version": "4.0.3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drd_agent.git",
"reference": "4.0.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drd_agent-4.0.3.zip",
"reference": "4.0.3",
"shasum": "d19400753f0fcf03748f91504d3ee46c13e7cdf9"
},
"require": {
"drupal/core": "^8.8 || ^9",
"php": ">=7.2"
},
"suggest": {
"drupal/hacked": "Validate each project if it got changed compared to the original code from drupal.org.",
"drupal/monitoring": "Site monitoring module with sensors.",
"drupal/security_review": "Site security and configuration review module."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.0.3",
"datestamp": "1644339477",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Jürgen Haas",
"homepage": "https://www.drupal.org/u/jurgenhaas"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "TODO",
"homepage": "https://www.drupal.org/project/drd_agent",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupal.org/project/drd_agent",
"issues": "https://www.drupal.org/project/issues/drd"
}
},
{
"name": "drupal/ds",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ds.git",
"url": "https://ftp.drupal.org/files/projects/ds-8.x-3.15.zip",
"reference": "8.x-3.15",
"shasum": "cf7ee6bde717dc2d7f10d5f834ca29fb80285d0d"
},
"type": "drupal-module",
"extra": {
"drupal": {
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Bram Goffings",
"homepage": "https://www.drupal.org/user/172527",
"role": "Maintainer"
},
{
"name": "Kristof De Jaeger",
"homepage": "http://realize.be/",
"role": "Maintainer"
},
{
"name": "Brecht Ceyssens",
"homepage": "https://www.drupal.org/user/591438",
"role": "Maintainer"
},
{
"name": "swentel",
"homepage": "https://www.drupal.org/user/107403"
}
],
"description": "Extend the display options for every entity type.",
"homepage": "https://www.drupal.org/project/ds",
"keywords": [
"drupal",
"layout",
"php"
],
"support": {
"source": "http://git.drupal.org/project/ds.git",
"issues": "https://www.drupal.org/project/issues/ds",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/dynamic_entity_reference",
"version": "1.16.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/dynamic_entity_reference.git",
"reference": "8.x-1.16"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.16.zip",
"reference": "8.x-1.16",
"shasum": "4155c11eac17ccd485888e6e5c52858358726415"
},
"require": {
"drupal/core": "^9.3",
"php": ">=7.4"
},
"require-dev": {
"drupal/diff": "1.x-dev",
"mglaman/phpstan-drupal": "^1.1",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.16",
"datestamp": "1644273068",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Lee Rowlands",
"homepage": "https://www.drupal.org/u/larowlan",
"role": "Maintainer"
},
{
"name": "Jibran Ijaz",
"homepage": "https://www.drupal.org/u/jibran",
"role": "Maintainer"
},
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
}
],
"description": "Provides a field that allows an entity-reference field to reference more than one entity type.",
"homepage": "http://drupal.org/project/dynamic_entity_reference",
"support": {
"source": "http://cgit.drupalcode.org/dynamic_entity_reference",
"issues": "http://drupal.org/project/dynamic_entity_reference",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/eca",
"version": "dev-1.0.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eca.git",
},
"require": {
"dragonmantank/cron-expression": "^3.1",
"ext-dom": "*",
"ext-json": "*",
"mtownsend/xml-to-array": "^2.0",
"php": ">=7.4"
},
"require-dev": {
"drupal/token": "^1.10"
},
"suggest": {
"drupal/context_stack": "Integrates ECA with Context Stacks for more fine-grained control",
"drupal/eca_state_machine": "Integrates ECA with State Machine functionality",
"drupal/eca_tamper": "Integrates ECA with the Tamper API",
"drupal/entity_share": "Integrates ECA with Entity Share functionality",
"drupal/group_action": "Integrates ECA with Group Actions if you're using groups",
"drupal/token": "Provides the token browser in the UI and offers more token values"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.0.x": "1.0.x-dev"
},
"drupal": {
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10 || ^11"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "boromino",
"homepage": "https://www.drupal.org/user/859722"
},
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Event, Conditions, Actions - powerful, versatile, and user-friendly rules engine for Drupal",
"homepage": "https://www.drupal.org/project/eca",
"support": {
"source": "https://drupal.org/project/eca",
"issues": "https://drupal.org/project/issues/eca"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eca_cm.git",
"url": "https://ftp.drupal.org/files/projects/eca_cm-1.0.2.zip",
"reference": "1.0.2",
"shasum": "48330950150ffd50f5628347e411ec820af1ab7c"
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/eca": "^1",
"drupal/eca_ui": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mxh",
"homepage": "https://www.drupal.org/user/1124384"
},
{
"name": "qichanghai",
"homepage": "https://www.drupal.org/user/3092355"
}
],
"description": "A Drupal module that provides a modeller for ECA solely built on top of Drupal core and ECA core.",
"homepage": "https://www.drupal.org/project/eca_cm",
"support": {
"source": "https://drupal.org/project/eca_cm",
"issues": "https://drupal.org/project/issues/eca_cm"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eca_context.git",
"url": "https://ftp.drupal.org/files/projects/eca_context-1.0.0.zip",
"reference": "1.0.0",
"shasum": "5f5efd8c389b013cec26a476fad89cceb8f42f17"
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mxh",
"homepage": "https://www.drupal.org/user/1124384"
"description": "A Drupal module which provides a context stack for ECA.",
"homepage": "https://www.drupal.org/project/eca_context",
"source": "https://drupal.org/project/eca_context",
"issues": "https://drupal.org/project/issues/eca_context"
{
"name": "drupal/eca_entity_share",
"version": "dev-1.0.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eca_entity_share.git",
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/eca": "^1.0",
"drupal/entity_share": "^3.0",
"php": ">=7.4"
},
"require-dev": {
"drupal/eca": "*",
"drupal/entity_share_client": "*",
"drupal/entity_share_server": "*"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.0.x": "1.0.x-dev"
},
"drupal": {
"message": "Dev releases are not covered by Drupal security advisories."
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Integrate ECA with the Entity Share module and its plugins.",
"homepage": "https://www.drupal.org/project/eca_entity_share",
"support": {
"source": "https://drupal.org/project/eca_entity_share",
"issues": "https://drupal.org/project/issues/eca_entity_share"
}
},
{
"name": "drupal/eca_modeller_bpmn",
},
"type": "metapackage",
"extra": {
"drupal": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "boromino",
"homepage": "https://www.drupal.org/user/859722"
},
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Common functionality for all BPMN based modeller implementations.",
"homepage": "https://www.drupal.org/project/eca",
"support": {
"source": "https://git.drupalcode.org/project/eca"
}
},
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
{
"name": "drupal/eca_parameters",
"version": "1.0.0-alpha2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eca_parameters.git",
"reference": "1.0.0-alpha2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/eca_parameters-1.0.0-alpha2.zip",
"reference": "1.0.0-alpha2",
"shasum": "6f4272902f3646bbcb5c64d60976d96dd9361838"
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/eca": "^1.0",
"drupal/parameters": "^1.0"
},
"require-dev": {
"drupal/eca_ui": "*",
"drupal/parameters_ui": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0-alpha2",
"datestamp": "1657568634",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mxh",
"homepage": "https://www.drupal.org/user/1124384"
}
],
"description": "Integrates ECA: Event - Condition - Action with Parameters.",
"homepage": "https://www.drupal.org/project/eca_parameters",
"support": {
"source": "https://drupal.org/project/eca_parameters",
"issues": "https://drupal.org/project/issues/eca_parameters"
}
},
{
"name": "drupal/eca_state_machine",
"version": "dev-1.0.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eca_state_machine.git",
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/eca": "^1.0",
"drupal/state_machine": "^1.6",
"php": ">=7.4"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.0.x": "1.0.x-dev"
},
"drupal": {
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Integrate ECA with the State Machine module and its plugins.",
"homepage": "https://www.drupal.org/project/eca_state_machine",
"support": {
"source": "https://drupal.org/project/eca_state_machine",
"issues": "https://drupal.org/project/issues/eca_state_machine"
}
},
{
"name": "drupal/eca_tamper",
"version": "dev-1.0.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eca_tamper.git",
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/eca": "^1.0",
"drupal/tamper": "^1.0",
"php": ">=7.4"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.0.x": "1.0.x-dev"
},
"drupal": {
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Integrate ECA with the tamper module and its plugins available as actions.",
"homepage": "https://www.drupal.org/project/eca_tamper",
"support": {
"source": "https://drupal.org/project/eca_tamper",
"issues": "https://drupal.org/project/issues/eca_tamper"
}
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/eca": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "boromino",
"homepage": "https://www.drupal.org/user/859722"
},
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Provides a user interface for managing ECA models.",
"homepage": "https://www.drupal.org/project/eca",
"support": {
"source": "https://git.drupalcode.org/project/eca"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eca_vbo.git",
"url": "https://ftp.drupal.org/files/projects/eca_vbo-1.0.0-rc2.zip",
"reference": "1.0.0-rc2",
"shasum": "2f5406a61450ea91b7fee282e34110f512db9a91"
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/eca": "^1.0",
"drupal/views_bulk_operations": "^4.1"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mxh",
"homepage": "https://www.drupal.org/user/1124384"
},
{
"name": "qichanghai",
"homepage": "https://www.drupal.org/user/3092355"
}
],
"description": "Integrates ECA: Event - Condition - Action with Views Bulk Operations (VBO).",
"homepage": "https://www.drupal.org/project/eca_vbo",
"support": {
"source": "https://drupal.org/project/eca_vbo",
"issues": "https://drupal.org/project/issues/eca_vbo"
}
},
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
{
"name": "drupal/encrypt",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/encrypt.git",
"reference": "8.x-3.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/encrypt-8.x-3.0.zip",
"reference": "8.x-3.0",
"shasum": "6916583be6d08c9684582358d7b7722fdeea8487"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/key": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.0",
"datestamp": "1602354427",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "alexpott",
"homepage": "https://www.drupal.org/user/157725"
},
{
"name": "gisle",
"homepage": "https://www.drupal.org/user/409554"
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
},
{
"name": "nerdstein",
"homepage": "https://www.drupal.org/user/1557710"
},
{
"name": "rlhawk",
"homepage": "https://www.drupal.org/user/352283"
},
{
"name": "theunraveler",
"homepage": "https://www.drupal.org/user/71548"
},
{
"name": "zzolo",
"homepage": "https://www.drupal.org/user/147331"
}
],
"description": "Provides an API for two-way encryption.",
"homepage": "https://www.drupal.org/project/encrypt",
"support": {
"source": "https://git.drupalcode.org/project/encrypt"
}
},
{
"name": "drupal/entity",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity.git",
"url": "https://ftp.drupal.org/files/projects/entity-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "1cf7712318fad144eab106a8fcfcd396aeb5676f"
},
"type": "drupal-module",
"extra": {
"drupal": {
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "dixon_",
"homepage": "https://www.drupal.org/user/239911"
},
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "TR",
"homepage": "https://www.drupal.org/user/202830"
}
],
"description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
"homepage": "https://www.drupal.org/project/entity",
"support": {
"source": "https://git.drupalcode.org/project/entity",
"issues": "https://www.drupal.org/project/issues/entity"
}
},
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
{
"name": "drupal/entity_redirect",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_redirect.git",
"reference": "8.x-2.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_redirect-8.x-2.1.zip",
"reference": "8.x-2.1",
"shasum": "842766fbba6801cda1abd7873159124f7ec9d155"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.1",
"datestamp": "1650375574",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "NickDickinsonWilde",
"homepage": "https://www.drupal.org/user/3094661"
},
{
"name": "hmendes",
"homepage": "https://www.drupal.org/user/3673677"
}
],
"description": "Redirect after entity creation or edit - per content.",
"homepage": "https://www.drupal.org/project/entity_redirect",
"support": {
"source": "https://git.drupalcode.org/project/entity_redirect"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
"url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.10.zip",
"reference": "8.x-1.10",
"shasum": "edd23b91c4a34db65ea22c4db54b7458edc7513b"
},
"require-dev": {
"drupal/diff": "1.x-dev"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10 || ^11"
}
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Frans",
"homepage": "https://www.drupal.org/user/514222"
},
{
"name": "jeroen.b",
"homepage": "https://www.drupal.org/user/1853532"
},
{
"name": "miro_dietiker",
"homepage": "https://www.drupal.org/user/227761"
}
],
"description": "Entity Reference Revisions",
"homepage": "https://www.drupal.org/project/entity_reference_revisions",
"support": {
"source": "https://git.drupalcode.org/project/entity_reference_revisions"
}
},
{
"name": "drupal/entity_share",
"version": "3.0.0-rc4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_share.git",
"reference": "8.x-3.0-rc4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_share-8.x-3.0-rc4.zip",
"reference": "8.x-3.0-rc4",
"shasum": "7233bd364baae32bc19eb89816116dda9872d22f"
},
"require": {
"drupal/core": "^8.8 || ^9",
"league/oauth2-client": "^2.4"
},
"conflict": {
"drupal/jsonapi": "1.*"
},
"require-dev": {
"drupal/block_field": "~1.0",
"drupal/dynamic_entity_reference": "~2.0",
"drupal/entity_share_client": "*",
"drupal/field_group": "~3.0",
"drupal/jsonapi_extras": "~3.14",
"drupal/key": "~1.14",
"drupal/metatag": "~1.0",
"drupal/paragraphs": "~1.0",
"drupal/pathauto": "~1.0",
"drupal/simple_oauth": "~4.5"
},
"suggest": {
"drupal/key": "Provides ability to manage keys for Authentication plugins.",
"drupal/simple_oauth": "Allows to setup server for OAuth plugin."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.0-rc4",
"datestamp": "1650308107",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Grimreaper",
"homepage": "https://www.drupal.org/user/2388214"
},
{
"name": "ithom",
"homepage": "https://www.drupal.org/user/3175403"
},
{
"name": "ivan.vujovic",
"homepage": "https://www.drupal.org/user/382945"
},
{
"name": "yarik.lutsiuk",
"homepage": "https://www.drupal.org/user/3212333"
}
],
"description": "Provides an UI to share entities.",
"homepage": "https://www.drupal.org/project/entity_share",
"support": {
"source": "https://git.drupalcode.org/project/entity_share"
}
},
{
"name": "drupal/eva",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eva.git",
"reference": "8.x-2.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/eva-8.x-2.1.zip",
"reference": "8.x-2.1",
"shasum": "9fd3bed40ad1c05c05d32a90965ad45c30d2fb41"
},
"require": {
"drupal/core": "^8 || ^9"
},
"suggest": {
"drupal/token": "Enable the argument token browser"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.1",
"datestamp": "1591701896",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Crell",
"homepage": "https://www.drupal.org/user/26398"
},
{
"name": "ahebrank",
"homepage": "https://www.drupal.org/user/3190515"
},
{
"name": "eaton",
"homepage": "https://www.drupal.org/user/16496"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "mkadin",
"homepage": "https://www.drupal.org/user/1093166"
}
],
"description": "Attach a view to an entity",
"homepage": "https://www.drupal.org/project/eva",
"support": {
"source": "https://git.drupalcode.org/project/eva"
}
},
{
"name": "drupal/expose_actions",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/expose_actions.git",
"reference": "2.0.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/expose_actions-2.0.3.zip",
"reference": "2.0.3",
"shasum": "4bdc5dda8b51a65f364493bd730831427ee8ddeb"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.3",
"datestamp": "1613471556",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Expose Drupal core action entities as local actions for the menu router.",
"homepage": "https://www.drupal.org/project/expose_actions",
"support": {
"source": "https://git.drupalcode.org/project/expose_actions"
}
},
{
"name": "drupal/extlink",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/extlink.git",
"url": "https://ftp.drupal.org/files/projects/extlink-8.x-1.7.zip",
"reference": "8.x-1.7",
"shasum": "38650688b5a58496db59f40b2a7f36c4bedcbfb4"
},
"type": "drupal-module",
"extra": {
"drupal": {
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Nate Lampton",
"homepage": "https://www.drupal.org/u/quicksketch",
"role": "Maintainer"
},
{
"name": "Lachlan Ennis",
"homepage": "https://www.drupal.org/u/elachlan",
"role": "Maintainer"
},
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
}
],
"description": "Modify behavior and appearance of external links.",
"homepage": "https://www.drupal.org/project/extlink",
"keywords": [
"Drupal",
"External Links"
],
"support": {
"source": "https://git.drupalcode.org/project/extlink",
"issues": "https://www.drupal.org/project/issues/extlink"
}
},
{
"name": "drupal/feeds",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/feeds.git",
"url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0-beta2.zip",
"reference": "8.x-3.0-beta2",
"shasum": "7b18b24bfebdce90a62606b36dd8975d6eb862c8"
},
"require": {
"drupal/core": "^8.9 || ^9"
},
"require-dev": {
"drupal/pathauto": "^1.8",
"drush/drush": "^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10 || ^11"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "alex_b",
"homepage": "https://www.drupal.org/user/53995"
},
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "e2thex",
"homepage": "https://www.drupal.org/user/189123"
},
{
"name": "febbraro",
"homepage": "https://www.drupal.org/user/43670"
},
{
"name": "franz",
"homepage": "https://www.drupal.org/user/581844"
},
{
"name": "Ian Ward",
"homepage": "https://www.drupal.org/user/4736"
},
{
"name": "jmiccolis",
"homepage": "https://www.drupal.org/user/31731"
},
{
"name": "joelpittet",
"homepage": "https://www.drupal.org/user/160302"
},
{
"name": "kking",
"homepage": "https://www.drupal.org/user/24399"
},
{
"name": "MegaChriz",
"homepage": "https://www.drupal.org/user/654114"
},
{
"name": "tobby",
"homepage": "https://www.drupal.org/user/154797"
},
{
"name": "tristanoneil",
"homepage": "https://www.drupal.org/user/340659"
},
{
"name": "twistor",
"homepage": "https://www.drupal.org/user/473738"
},
{
"name": "Will White",
"homepage": "https://www.drupal.org/user/32237"
},
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
{
"name": "yhahn",
"homepage": "https://www.drupal.org/user/264833"
}
],
"description": "Aggregates RSS/Atom/RDF feeds, imports CSV files and more.",
"homepage": "https://www.drupal.org/project/feeds",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/feeds",
"issues": "https://www.drupal.org/project/issues/feeds"
}
},
{
"name": "drupal/feeds_tamper",
"version": "2.0.0-beta2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/feeds_tamper.git",
"reference": "8.x-2.0-beta2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/feeds_tamper-8.x-2.0-beta2.zip",
"reference": "8.x-2.0-beta2",
"shasum": "969075b8a3fd702dfbfd219fd507d3aa166f919d"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/feeds": "~3.0",
"drupal/tamper": "~1.0"
},
"require-dev": {
"drupal/feeds": "3.x-dev"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.0-beta2",
"datestamp": "1591295714",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "franz",
"homepage": "https://www.drupal.org/user/581844"
},
{
"name": "Honza Pobořil",
"homepage": "https://www.drupal.org/user/123612"
},
{
"name": "mausolos",
"homepage": "https://www.drupal.org/user/642118"
},
{
"name": "MegaChriz",
"homepage": "https://www.drupal.org/user/654114"
},
{
"name": "twistor",
"homepage": "https://www.drupal.org/user/473738"
}
],
"description": "Modify feeds data before it gets saved.",
"homepage": "http://drupal.org/project/feeds_tamper",
"keywords": [
"Drupal",
"feeds",
"tamper"
],
"support": {
"source": "http://cgit.drupalcode.org/feeds_tamper",
"issues": "http://drupal.org/project/issues/feeds_tamper"
}
},
{
"name": "drupal/field_group",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/field_group.git",
"url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.3.zip",
"reference": "8.x-3.3",
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"require-dev": {
"drupal/jquery_ui_accordion": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Hydra",
"homepage": "https://www.drupal.org/user/647364"
},
{
"name": "jyve",
"homepage": "https://www.drupal.org/user/591438"
},
{
"name": "nils.destoop",
"homepage": "https://www.drupal.org/user/361625"
},
{
"name": "Stalski",
"homepage": "https://www.drupal.org/user/322618"
},
{
"name": "swentel",
"homepage": "https://www.drupal.org/user/107403"
}
],
"description": "Provides the field_group module.",
"homepage": "https://www.drupal.org/project/field_group",
"support": {
"source": "https://git.drupalcode.org/project/field_group",
"issues": "https://www.drupal.org/project/issues/field_group"
}
},
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
{
"name": "drupal/field_permissions",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/field_permissions.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/field_permissions-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "0b1a5edfac518fe6005d015b3781774b41cdec76"
},
"require": {
"drupal/core": ">=8.9 <11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1658941749",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "jhedstrom",
"homepage": "https://www.drupal.org/user/208732"
},
{
"name": "mariacha1",
"homepage": "https://www.drupal.org/user/2210776"
},
{
"name": "markus_petrux",
"homepage": "https://www.drupal.org/user/39593"
},
{
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
}
],
"description": "The Field Permissions module allows site administrators to set field-level permissions to edit, view and create fields on any entity.",
"homepage": "https://www.drupal.org/project/field_permissions",
"support": {
"source": "https://git.drupalcode.org/project/field_permissions",
"issues": "https://www.drupal.org/project/issues/field_permissions"
}
},
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
{
"name": "drupal/flag",
"version": "4.0.0-beta3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/flag.git",
"reference": "8.x-4.0-beta3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/flag-8.x-4.0-beta3.zip",
"reference": "8.x-4.0-beta3",
"shasum": "856a4871034955406e111aee2227e716cc8064d6"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-4.0-beta3",
"datestamp": "1638201553",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "fubhy",
"homepage": "https://www.drupal.org/user/761344"
},
{
"name": "joachim",
"homepage": "https://www.drupal.org/user/107701"
},
{
"name": "merlinofchaos",
"homepage": "https://www.drupal.org/user/26979"
},
{
"name": "mooffie",
"homepage": "https://www.drupal.org/user/78454"
},
{
"name": "quicksketch",
"homepage": "https://www.drupal.org/user/35821"
},
{
"name": "shabana.navas",
"homepage": "https://www.drupal.org/user/1311398"
},
{
"name": "socketwench",
"homepage": "https://www.drupal.org/user/65793"
}
],
"description": "Create customized flags that users can set on entities.",
"homepage": "https://www.drupal.org/project/flag",
"support": {
"source": "https://git.drupalcode.org/project/flag"
}
},
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441
6442
6443
6444
6445
6446
{
"name": "drupal/friendlycaptcha",
"version": "1.0.0-rc0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/friendlycaptcha.git",
"reference": "1.0.0-rc0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/friendlycaptcha-1.0.0-rc0.zip",
"reference": "1.0.0-rc0",
"shasum": "9149882598505c92cb381446e07cf0b80d1345a7"
},
"require": {
"drupal/captcha": "^1.0.0-alpha1",
"drupal/core": "^8.9 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0-rc0",
"datestamp": "1664959476",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Anybody",
"homepage": "https://www.drupal.org/user/291091"
},
{
"name": "Grevil",
"homepage": "https://www.drupal.org/user/3668491"
},
{
"name": "webflo",
"homepage": "https://www.drupal.org/user/254778"
}
],
"description": "Protect your website from spam and abuse while letting real people pass through with ease.",
"homepage": "https://www.drupal.org/project/friendlycaptcha",
"support": {
"source": "https://git.drupal.org/project/friendlycaptcha.git",
"issues": "https://www.drupal.org/project/issues/friendlycaptcha"
}
},
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
{
"name": "drupal/geolocation",
"version": "3.10.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/geolocation.git",
"reference": "8.x-3.10"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.10.zip",
"reference": "8.x-3.10",
"shasum": "686868c7a1bbccc24662e71a69efc9b6c90b18cf"
},
"require": {
"drupal/core": "^9.2",
"php": "^7.3 || ^8.0"
},
"require-dev": {
"drupal/address": "*",
"drupal/geofield": "*",
"drupal/geolocation_demo": "*",
"drupal/geolocation_geometry": "*",
"drupal/geolocation_geometry_data": "*",
"drupal/geolocation_google_maps": "*",
"drupal/geolocation_google_maps_demo": "*",
"drupal/geolocation_google_static_maps": "*",
"drupal/geolocation_leaflet": "*",
"drupal/search_api": "*",
"drupal/search_api_location": "*",
"drupal/search_api_location_views": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.10",
"datestamp": "1652946354",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "derjochenmeyer",
"homepage": "https://www.drupal.org/u/derjochenmeyer"
},
{
"name": "cadamski",
"homepage": "https://www.drupal.org/u/cadamski"
}
],
"description": "Provides a simple geolocation Drupal field type to store and display location data (lat, lng).",
"homepage": "https://www.drupal.org/project/geolocation",
"support": {
"source": "https://git.drupal.org/project/geolocation.git",
"issues": "https://www.drupal.org/project/issues/geolocation"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/gin.git",
"reference": "8.x-3.0-beta5"
"url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-beta5.zip",
"reference": "8.x-3.0-beta5",
"shasum": "651b2047990067e26158368e3aab7f27366a81e9"
},
"require": {
"drupal/core": "^8.9 || ^9 || ^10",
"drupal/gin_toolbar": "^1.0@beta"
},
"type": "drupal-theme",
"extra": {
"drupal": {
"version": "8.x-3.0-beta5",
"datestamp": "1656071885",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"scripts": {
"phpcs": [
"phpcs -s --runtime-set ignore_warnings_on_exit 1 --runtime-set ignore_errors_on_exit 0 'web/modules/custom'"
]
},
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Sascha Eggenberger (saschaeggi)",
"homepage": "https://www.drupal.org/u/saschaeggi",
"role": "Maintainer"
}
],
"description": "For a better Admin and Content Editor Experience.",
"homepage": "https://www.drupal.org/project/gin",
"support": {
"source": "https://git.drupalcode.org/project/gin",
"issues": "https://www.drupal.org/project/issues/gin"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/saschaeggi"
},
{
"type": "other",
"url": "https://paypal.me/saschaeggi"
}
]
},
{
"name": "drupal/gin_toolbar",
"version": "1.0.0-beta22",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/gin_toolbar.git",
"reference": "8.x-1.0-beta22"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta22.zip",
"reference": "8.x-1.0-beta22",
"shasum": "630b4acb208411b78c61d83c9a27741c546202de"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-beta22",
"datestamp": "1649709351",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Sascha Eggenberger (saschaeggi)",
"homepage": "https://www.drupal.org/u/saschaeggi",
"role": "Maintainer"
}
],
"description": "Gin Toolbar for Frontend use",
"homepage": "https://www.drupal.org/project/gin_toolbar",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/gin_toolbar",
"issues": "https://www.drupal.org/project/issues/gin_toolbar"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/saschaeggi"
},
{
"type": "other",
"url": "https://paypal.me/saschaeggi"
}
]
},
{
"url": "https://git.drupalcode.org/project/gitlab_api.git",
"reference": "c353aa29118d3738ee95d150e1120629b6cbc516"
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
"require": {
"drupal/core": "^8.8 || ^9 || ^10",
"nyholm/psr7": "^1.4",
"php": ">=7.4",
"symfony/http-client": "^5.4",
"zeichen32/gitlabapibundle": "^6.0"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.1.x": "2.1.x-dev"
},
"drupal": {
"version": "2.1.x-dev",
"datestamp": "1667049307",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Jürgen Haas",
"homepage": "https://www.drupal.org/u/jurgenhaas"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Integrates your Drupal site into GitLab using the GitLab API.",
"homepage": "https://www.drupal.org/project/gitlab_api",
"keywords": [
"API",
"Drupal",
"GitLab"
],
"support": {
"source": "https://git.drupal.org/project/gitlab_api",
"issues": "https://www.drupal.org/project/issues/gitlab_api"
}
},
{
"name": "drupal/group",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/group.git",
"reference": "8.x-1.5"
},
"dist": {
"url": "https://ftp.drupal.org/files/projects/group-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "4b890350749ff1d388425da8343b8835847492d8"
},
"type": "drupal-module",
"extra": {
"drupal": {
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Kristiaan Van den Eynde",
"homepage": "https://www.drupal.org/u/kristiaanvandeneynde",
"role": "Maintainer"
}
],
"description": "This module allows you to group users, content and other entities",
"homepage": "http://drupal.org/project/group",
"support": {
"source": "https://git.drupalcode.org/project/group",
"issues": "https://drupal.org/project/issues/group"
}
},
{
"name": "drupal/group_action",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/group_action.git",
"url": "https://ftp.drupal.org/files/projects/group_action-1.0.1.zip",
"reference": "1.0.1",
"shasum": "986f595846eddd54bb192cd19277ac88feca4cf3"
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/group": "^1.4"
},
"type": "drupal-module",
"extra": {
"drupal": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mxh",
"homepage": "https://www.drupal.org/user/1124384"
},
{
"name": "qichanghai",
"homepage": "https://www.drupal.org/user/3092355"
}
],
"description": "A Drupal module that provides actions for the Group module.",
"homepage": "https://www.drupal.org/project/group_action",
"support": {
"source": "https://drupal.org/project/group_action",
"issues": "https://drupal.org/project/issues/group_action"
}
},
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
6833
6834
6835
6836
6837
6838
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
{
"name": "drupal/group_forum",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/group_forum.git",
"reference": "2.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/group_forum-2.0.0.zip",
"reference": "2.0.0",
"shasum": "c52e144c7a3df374a7e9fe3085de4f5eee5fa3db"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/group": "^1.0@RC",
"php": ">=7.1"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0",
"datestamp": "1590149020",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Jürgen Haas",
"homepage": "https://www.drupal.org/u/jurgenhaas"
}
],
"description": "Enables group functionality for the forum module.",
"homepage": "https://www.drupal.org/project/group_forum",
"keywords": [
"Drupal",
"Forum",
"Group"
],
"support": {
"source": "https://git.drupal.org/project/group_forum",
"issues": "https://www.drupal.org/project/issues/group_forum"
}
},
{
"name": "drupal/helpdesk_integration",
"version": "1.1.5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/helpdesk_integration.git",
"reference": "1.1.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/helpdesk_integration-1.1.5.zip",
"reference": "1.1.5",
"shasum": "93d692b16cfc3cbb1d225adfea6811373d00ca6f"
},
"require": {
"drupal/core": "^8.8 || ^9",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.1.5",
"datestamp": "1636647177",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Helpdesk integration base module for several platform providers.",
"homepage": "https://www.drupal.org/project/helpdesk_integration",
"keywords": [
"Drupal",
"Helpdesk",
"Issue"
],
"support": {
"source": "https://git.drupalcode.org/project/helpdesk_integration"
}
},
{
"name": "drupal/helpdesk_zendesk",
"version": "1.0.14",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/helpdesk_zendesk.git",
"reference": "1.0.14"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/helpdesk_zendesk-1.0.14.zip",
"reference": "1.0.14",
"shasum": "6eebd66072159499f1f743b4ff5e49fa490eba7e"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/helpdesk_integration": "^1.1",
"zendesk/zendesk_api_client_php": "^v2.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.14",
"datestamp": "1652970084",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Helpdesk integration module for platform provider Zendesk.",
"homepage": "https://www.drupal.org/project/helpdesk_zendesk",
"keywords": [
"Drupal",
"Helpdesk",
"Issue",
"Zendesk"
],
"support": {
"source": "https://git.drupalcode.org/project/helpdesk_zendesk"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/honeypot.git",
"url": "https://ftp.drupal.org/files/projects/honeypot-2.1.2.zip",
"reference": "2.1.2",
"shasum": "9511fd6db37c153f2290950bf79611b27510cede"
"drupal/core": "^9.2 || ^10"
},
"require-dev": {
"drupal/rules": "^3.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Jeff Geerling",
"name": "Manuel Garcia",
"homepage": "https://www.drupal.org/user/213194"
"name": "TR",
"homepage": "https://www.drupal.org/user/202830"
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
},
{
"name": "vijaycs85",
"homepage": "https://www.drupal.org/user/93488"
}
],
"description": "Mitigates spam form submissions using the honeypot method.",
"homepage": "https://www.drupal.org/project/honeypot",
"keywords": [
"deterrent",
"form",
"honeypot",
"honeytrap",
"php",
"spam"
],
"support": {
"source": "https://git.drupalcode.org/project/honeypot",
"issues": "https://www.drupal.org/project/issues/honeypot"
}
},
7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
{
"name": "drupal/http_client_manager",
"version": "9.3.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/http_client_manager.git",
"reference": "9.3.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/http_client_manager-9.3.1.zip",
"reference": "9.3.1",
"shasum": "2d7575ebb40bc9024f54e871c826fe2f324dc569"
},
"require": {
"drupal/core": ">=8.5",
"guzzlehttp/guzzle-services": "^1.1",
"kezor/guzzle-description-loader": "^0.0.6"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "9.3.1",
"datestamp": "1658821565",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Adriano Cori",
"homepage": "https://www.drupal.org/user/805228",
"email": "adriano.cori@bmeme.com"
},
{
"name": "bmeme",
"homepage": "https://www.drupal.org/user/1396682"
},
{
"name": "g0blin79",
"homepage": "https://www.drupal.org/user/831030"
}
],
"description": "Manage Guzzle based HTTP Clients instances and configurations.",
"homepage": "https://www.drupal.org/project/http_client_manager",
"support": {
"source": "https://git.drupalcode.org/project/http_client_manager",
"issues": "https://www.drupal.org/project/issues/http_client_manager"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/inline_entity_form.git",
"url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc14.zip",
"reference": "8.x-1.0-rc14",
"shasum": "2c9efd73332acfba43fe9b29e78e508ddc9d3664"
"php": ">=7.1"
},
"require-dev": {
"drupal/entity_reference_revisions": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "joachim",
"homepage": "https://www.drupal.org/user/107701"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "kaythay",
"homepage": "https://www.drupal.org/user/2182186"
},
{
"name": "oknate",
"homepage": "https://www.drupal.org/user/471638"
},
{
"name": "ram4nd",
"homepage": "https://www.drupal.org/user/601534"
},
{
"name": "rszrama",
"homepage": "https://www.drupal.org/user/49344"
},
{
"name": "slashrsm",
"homepage": "https://www.drupal.org/user/744628"
},
{
"name": "webflo",
"homepage": "https://www.drupal.org/user/254778"
}
],
"description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
"homepage": "https://www.drupal.org/project/inline_entity_form",
"support": {
"source": "https://git.drupalcode.org/project/inline_entity_form"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/jfu.git",
"url": "https://ftp.drupal.org/files/projects/jfu-1.0.0-alpha15.zip",
"reference": "1.0.0-alpha15",
"shasum": "656d7e96355d3a306bc8e4a3acc30dbad871af55"
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/json_field": "*",
"drupal/twig_tweak": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "victor-chavez-ku",
"homepage": "https://www.drupal.org/user/3302809"
}
],
"description": "Provides JSON field utils.",
"homepage": "https://www.drupal.org/project/jfu",
"support": {
"source": "https://git.drupalcode.org/project/jfu"
}
},
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
7254
7255
{
"name": "drupal/json_api_book",
"version": "dev-1.0.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/json_api_book.git",
"reference": "932515d32261262475800adb1fc9e6d6865f4c40"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.0.x": "1.0.x-dev"
},
"drupal": {
"version": "1.0.x-dev",
"datestamp": "1655387843",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Add book support to JSON:API.",
"homepage": "https://www.drupal.org/project/json_api_book",
"support": {
"source": "https://git.drupalcode.org/project/json_api_book"
}
},
"url": "https://ftp.drupal.org/files/projects/json_field-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "f6053798e14e05ec53caab1069c912b66248e5e4"
},
"type": "drupal-module",
"extra": {
"drupal": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"name": "See contributors",
"homepage": "https://www.drupal.org/node/2653746/committers",
"role": "Developer"
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "Jaesin",
"homepage": "https://www.drupal.org/user/841054"
"description": "Provides a JSON field, formatter and views integration",
"homepage": "https://www.drupal.org/project/json_field",
"source": "http://cgit.drupalcode.org/json_field",
"issues": "https://www.drupal.org/project/issues/json_field"
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
"url": "https://git.drupalcode.org/project/key.git",
"reference": "8.x-1.16"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/key-8.x-1.16.zip",
"reference": "8.x-1.16",
"shasum": "35a4476d7d52563bb26bd4dcc5fbf5fdd7c9391b"
},
"require": {
"drupal/core": ">=8.9 <11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.16",
"datestamp": "1661968490",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": ">=9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Cellar Door",
"homepage": "https://www.drupal.org/user/658076"
},
{
"name": "crashtest_",
"homepage": "https://www.drupal.org/user/261457"
},
{
"name": "nerdstein",
"homepage": "https://www.drupal.org/user/1557710"
},
{
"name": "rlhawk",
"homepage": "https://www.drupal.org/user/352283"
}
],
"description": "Provides the ability to manage site-wide keys",
"homepage": "http://drupal.org/project/key",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/key",
"issues": "http://drupal.org/project/key"
}
},
{
"name": "drupal/key_value_field",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/key_value_field.git",
"reference": "8.x-1.3"
"url": "https://ftp.drupal.org/files/projects/key_value_field-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "f76d97da2f4a2a3b4f3ee0b35cf5b1f9e77dc767"
},
"type": "drupal-module",
"extra": {
"drupal": {
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
}
],
"description": "Provides a field with a key, value pair along with a description.",
"homepage": "https://www.drupal.org/project/key_value_field",
"support": {
"source": "https://git.drupalcode.org/project/key_value_field",
"issues": "https://www.drupal.org/project/issues/key_value_field"
}
},
{
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
"name": "drupal/libravatar",
"version": "1.0.0-rc1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/libravatar.git",
"reference": "1.0.0-rc1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/libravatar-1.0.0-rc1.zip",
"reference": "1.0.0-rc1",
"shasum": "f17f164ba9bc3965cd8ea7367b18e960191cde3b"
},
"require": {
"drupal/avatars": "^1.1",
"drupal/core": "^8.8 || ^9",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0-rc1",
"datestamp": "1597653463",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Jürgen Haas",
"homepage": "https://www.drupal.org/u/jurgenhaas"
}
],
"description": "Integration with Libravatar",
"homepage": "http://drupal.org/project/libravatar",
"keywords": [
"Drupal",
"Libravatar"
],
"support": {
"source": "https://git.drupal.org/project/libravatar",
"issues": "https://www.drupal.org/project/issues/libravatar"
}
},
{
"name": "drupal/linkit",
"version": "6.0.0-beta3",
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
7534
7535
7536
7537
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/linkit.git",
"reference": "6.0.0-beta3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-beta3.zip",
"reference": "6.0.0-beta3",
"shasum": "39a5bf54cbc88324d788a573df7b3fecf7622065"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"require-dev": {
"drupal/imce": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "6.0.0-beta3",
"datestamp": "1632946984",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Emil Stjerneman",
"homepage": "https://stjerneman.com",
"email": "emil@stjerneman.com",
"role": "Maintainer"
},
{
"name": "johnwebdev",
"homepage": "https://www.drupal.org/user/3331569"
}
],
"description": "Linkit - Enriched linking experience",
"homepage": "http://drupal.org/project/linkit",
"support": {
"source": "http://cgit.drupalcode.org/linkit",
"issues": "http://drupal.org/project/linkit"
}
},
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
{
"name": "drupal/message",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/message.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/message-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "f1494d8c482840b01f8d1dcc4ed572d5844a3873"
},
"require": {
"drupal/core": "^8 || ^9"
},
"require-dev": {
"drupal/token": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1607017386",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Grayside",
"homepage": "https://www.drupal.org/user/346868"
},
{
"name": "RoySegall",
"homepage": "https://www.drupal.org/user/1812910"
},
{
"name": "amitaibu",
"homepage": "https://www.drupal.org/user/57511"
},
{
"name": "itamar",
"homepage": "https://www.drupal.org/user/1757910"
},
{
"name": "jhedstrom",
"homepage": "https://www.drupal.org/user/208732"
}
],
"description": "Message",
"homepage": "https://www.drupal.org/project/message",
"support": {
"source": "https://git.drupalcode.org/project/message"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/metatag.git",
"url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.22.zip",
"reference": "8.x-1.22",
"shasum": "045cd6a4aa5048bfd6d47584eae1210eab9ba1fa"
"drupal/devel": "^4.0 || ^5.0",
"drupal/hal": "^9 || ^1 || ^2",
"drupal/metatag_dc": "*",
"drupal/metatag_open_graph": "*",
"drupal/page_manager": "^4.0",
"drupal/panelizer": "^4.0",
"drupal/redirect": "^1.0",
"drupal/webprofiler": "^9 || ^10",
"mpyw/phpunit-patch-serializable-comparison": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/640498/committers",
"role": "Developer"
},
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
}
],
"description": "Manage meta tags for all entities.",
"homepage": "https://www.drupal.org/project/metatag",
"keywords": [
"Drupal",
"seo"
],
"support": {
"source": "https://git.drupalcode.org/project/metatag",
"issues": "https://www.drupal.org/project/issues/metatag",
"docs": "https://www.drupal.org/docs/8/modules/metatag"
}
},
"url": "https://git.drupalcode.org/project/openid_connect.git",
"reference": "8.x-1.2"
"url": "https://ftp.drupal.org/files/projects/openid_connect-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "b00290161d7dc54fe1dccca1b0ab91bed920f051"
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
},
{
"name": "pfrilling",
"homepage": "https://www.drupal.org/user/169695"
},
{
"name": "pjcdawkins",
"homepage": "https://www.drupal.org/user/1025236"
},
{
"name": "sanduhrs",
"homepage": "https://www.drupal.org/user/28074"
"description": "A pluggable client implementation for the OpenID Connect protocol.",
"homepage": "https://www.drupal.org/project/openid_connect",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/openid_connect",
"issues": "https://www.drupal.org/project/issues/openid_connect"
}
},
{
"name": "drupal/parameters",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/parameters.git",
"url": "https://ftp.drupal.org/files/projects/parameters-1.0.0-alpha13.zip",
"reference": "1.0.0-alpha13",
"shasum": "1f7d8aecaa4493c5c16e9a07b84d63c6265ce02c"
},
"require": {
"drupal/core": "^9 || ^10",
"php": ">=7.4"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mxh",
"homepage": "https://www.drupal.org/user/1124384"
},
{
"name": "qichanghai",
"homepage": "https://www.drupal.org/user/3092355"
}
],
"description": "A Drupal module for configuring arbitrary parameters.",
"homepage": "https://www.drupal.org/project/parameters",
"support": {
"source": "https://drupal.org/project/parameters",
"issues": "https://drupal.org/project/issues/parameters"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/pathauto.git",
"url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.11.zip",
"reference": "8.x-1.11",
"shasum": "a006fe9e6046a9833711a1ae56aa4752e65bcdc8"
"drupal/ctools": "*",
"drupal/token": "*"
},
"suggest": {
"drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
},
"type": "drupal-module",
"extra": {
"drupal": {
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "Freso",
"homepage": "https://www.drupal.org/user/27504"
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
}
],
"description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
"homepage": "https://www.drupal.org/project/pathauto",
"support": {
"source": "https://cgit.drupalcode.org/pathauto",
"issues": "https://www.drupal.org/project/issues/pathauto",
"documentation": "https://www.drupal.org/docs/8/modules/pathauto"
}
},
{
"name": "drupal/pf_alerta",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/pf_alerta.git",
"reference": "2.1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/pf_alerta-2.1.0.zip",
"reference": "2.1.0",
"shasum": "8248d102339c37dcd61e3125651a7ff7c1910be7"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/push_framework": "^2.0",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.1.0",
"datestamp": "1601450549",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Alerta is push notification channel for the Push Framework.",
"homepage": "https://www.drupal.org/project/pf_alerta",
"keywords": [
"Alerta",
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/pf_alerta"
}
},
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
{
"name": "drupal/pf_email",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/pf_email.git",
"reference": "2.1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/pf_email-2.1.0.zip",
"reference": "2.1.0",
"shasum": "610fa66e0f08b62e31a6f5bb9a2e9bb3fe85fadf"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/push_framework": "^2.0",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.1.0",
"datestamp": "1601450767",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Email push notification channel for the Push Framework.",
"homepage": "https://www.drupal.org/project/pf_email",
"keywords": [
"Drupal",
"Email"
],
"support": {
"source": "https://git.drupalcode.org/project/pf_email"
}
},
{
"name": "drupal/pf_onesignal",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/pf_onesignal.git",
"reference": "2.1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/pf_onesignal-2.1.0.zip",
"reference": "2.1.0",
"shasum": "be9500bca4f1c870b601c9482f19767278c26533"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/push_framework": "^2.0",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.1.0",
"datestamp": "1601451155",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "OneSignal is a mobile push notification channel for the Push Framework.",
"homepage": "https://www.drupal.org/project/pf_onesignal",
"keywords": [
"Drupal",
"oneSignal"
],
"support": {
"source": "https://git.drupalcode.org/project/pf_onesignal"
}
},
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
8056
8057
8058
{
"name": "drupal/piwik_noscript",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/piwik_noscript.git",
"reference": "8.x-1.7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/piwik_noscript-8.x-1.7.zip",
"reference": "8.x-1.7",
"shasum": "f6837b66a0911bc5f4b04cda305d440be7e975c8"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.7",
"datestamp": "1644055628",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mfb",
"homepage": "https://www.drupal.org/user/12302"
}
],
"description": "Adds Matomo noscript tracking code to all your site's pages.",
"homepage": "https://www.drupal.org/project/piwik_noscript",
"support": {
"source": "https://git.drupalcode.org/project/piwik_noscript"
}
},
{
"name": "drupal/profile",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/profile.git",
"url": "https://ftp.drupal.org/files/projects/profile-8.x-1.7.zip",
"reference": "8.x-1.7",
"shasum": "f0236acff507aff2a1e2e11cb9c873a0b608ec1c"
},
"require-dev": {
"drupal/token": "^1.7"
},
"type": "drupal-module",
"extra": {
"drupal": {
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "daggerhart",
"homepage": "https://www.drupal.org/user/167806"
},
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "pcambra",
"homepage": "https://www.drupal.org/user/122101"
}
],
"description": "Provides configurable user profiles.",
"support": {
"source": "https://git.drupalcode.org/project/profile"
}
},
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
{
"name": "drupal/project_browser",
"version": "1.0.0-beta1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/project_browser.git",
"reference": "1.0.0-beta1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/project_browser-1.0.0-beta1.zip",
"reference": "1.0.0-beta1",
"shasum": "0c4ad8384a6e91c100abda1d87754b772119a923"
},
"require": {
"composer/semver": "^3.2",
"drupal/core": "^9 || ^10",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^6 || ^7",
"php": ">=7.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0-beta1",
"datestamp": "1657917124",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
},
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"scripts": {
"cs": [
"phpcs -n --standard=PSR2 src --exclude=Generic.Files.LineLength"
],
"cbf": [
"phpcbf -n --standard=PSR2 src --exclude=Generic.Files.LineLength"
],
"unit": [
"phpunit"
],
"lint": [
"find src -name '*.php' -print0 | xargs -0 -n1 php -l"
],
"test": [
"@lint",
"@cs"
]
},
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Matthew Grasmick",
"homepage": "https://www.drupal.org/user/0",
"email": "matt.grasmick@gmail.com"
},
{
"name": "bnjmnm",
"homepage": "https://www.drupal.org/user/2369194"
},
{
"name": "chrisfromredfin",
"homepage": "https://www.drupal.org/user/74392"
},
{
"name": "dmitrig01",
"homepage": "https://www.drupal.org/user/47566"
},
"name": "fjgarlin",
"homepage": "https://www.drupal.org/user/2495842"
},
{
"name": "grasmash",
"homepage": "https://www.drupal.org/user/455714"
},
{
"name": "leslieg",
"homepage": "https://www.drupal.org/user/1746792"
},
{
"name": "narendraR",
"homepage": "https://www.drupal.org/user/1730192"
},
{
"name": "rlnorthcutt",
"homepage": "https://www.drupal.org/user/116893"
},
{
"name": "srishtiiee",
"homepage": "https://www.drupal.org/user/3685162"
},
{
"name": "sun",
"homepage": "https://www.drupal.org/user/54136"
},
{
"name": "tim.plunkett",
"homepage": "https://www.drupal.org/user/241634"
}
],
"description": "A project browser embedded in the Drupal UI.",
"homepage": "https://www.drupal.org/project/project_browser",
"support": {
"source": "https://git.drupalcode.org/project/project_browser"
}
},
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
8249
8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
8264
8265
8266
8267
8268
8269
8270
8271
8272
8273
8274
8275
8276
8277
8278
8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
8295
8296
8297
8298
8299
8300
8301
{
"name": "drupal/push_framework",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/push_framework.git",
"reference": "2.1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/push_framework-2.1.1.zip",
"reference": "2.1.1",
"shasum": "201cdfef49453705def9a5f93d599b35bbb87825"
},
"require": {
"drupal/advancedqueue": "^1.0@beta",
"drupal/core": "^8.8 || ^9",
"drupal/token": "^1.7",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.1.1",
"datestamp": "1629470095",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "danielspeicher",
"homepage": "https://www.drupal.org/user/3621778"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Base Module for Push Framework to deliver messages",
"homepage": "https://www.drupal.org/project/push_framework",
"keywords": [
"Delivery",
"Drupal",
"Push"
],
"support": {
"source": "https://git.drupalcode.org/project/push_framework"
}
},
{
"name": "drupal/recaptcha",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/recaptcha.git",
"url": "https://ftp.drupal.org/files/projects/recaptcha-8.x-3.1.zip",
"reference": "8.x-3.1",
"shasum": "8d0b8567b7f42d3d735ad5f4cb484aa7a49cf4d9"
"drupal/captcha": "^1.4",
"drupal/core": "^8.9 || ^9 || ^10",
"google/recaptcha": "^1.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
8324
8325
8326
8327
8328
8329
8330
8331
8332
8333
8334
8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
8353
8354
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "hass",
"homepage": "https://www.drupal.org/u/hass"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/147903/committers"
},
{
"name": "hass",
"homepage": "https://www.drupal.org/user/85918"
},
{
"name": "id.medion",
"homepage": "https://www.drupal.org/user/2542592"
},
{
"name": "kim.pepper",
"homepage": "https://www.drupal.org/user/370574"
},
{
"name": "Liam Morland",
"homepage": "https://www.drupal.org/user/493050"
},
{
"name": "rfay",
"homepage": "https://www.drupal.org/user/30906"
},
{
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
},
{
"name": "soxofaan",
"homepage": "https://www.drupal.org/user/41478"
},
{
"name": "wundo",
"homepage": "https://www.drupal.org/user/25523"
}
],
"description": "Protect your website from spam and abuse while letting real people pass through with ease.",
"homepage": "https://www.drupal.org/project/recaptcha",
"support": {
"source": "https://git.drupal.org/project/recaptcha.git",
"issues": "https://www.drupal.org/project/issues/recaptcha"
}
},
{
"name": "drupal/redirect",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/redirect.git",
"url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.8.zip",
"reference": "8.x-1.8",
"shasum": "a7a440423434472ff7115ae69df01553f763f839"
},
"type": "drupal-module",
"extra": {
"drupal": {
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
8423
8424
8425
8426
8427
8428
8429
8430
8431
8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "pifagor",
"homepage": "https://www.drupal.org/user/2375692"
}
],
"description": "Allows users to redirect from old URLs to new URLs.",
"homepage": "https://www.drupal.org/project/redirect",
"support": {
"source": "https://git.drupalcode.org/project/redirect"
}
},
{
"name": "drupal/redis",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/redis.git",
"reference": "8.x-1.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/redis-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "4283333dc2bf405045765b83ca662acc409a6543"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"suggest": {
"predis/predis": "^1.1.1"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.5",
"datestamp": "1609972488",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"autoload": {
"psr-4": {
"Drupal\\redis\\": "src"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "greg.1.anderson",
"homepage": "https://www.drupal.org/user/438598"
},
{
"name": "kporras07",
"homepage": "https://www.drupal.org/user/1349780"
},
8488
8489
8490
8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
8508
8509
8510
8511
8512
8513
8514
8515
8516
8517
8518
8519
8520
8521
8522
8523
8524
8525
8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
8540
8541
8542
8543
8544
{
"name": "pounard",
"homepage": "https://www.drupal.org/user/240164"
}
],
"description": "Integration of Drupal with the Redis key-value store.",
"homepage": "https://www.drupal.org/project/redis",
"support": {
"source": "https://git.drupalcode.org/project/redis"
}
},
{
"name": "drupal/rules",
"version": "3.0.0-alpha7",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/rules.git",
"reference": "8.x-3.0-alpha7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/rules-8.x-3.0-alpha7.zip",
"reference": "8.x-3.0-alpha7",
"shasum": "6803aeaecea21cd64301a72b209d5db2f57f92b4"
},
"require": {
"drupal/core": "^8.8.2 || ^9",
"drupal/typed_data": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.0-alpha7",
"datestamp": "1638768619",
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "klausi",
"homepage": "https://www.drupal.org/user/262198"
},
{
"name": "TR",
"homepage": "https://www.drupal.org/user/202830"
8549
8550
8551
8552
8553
8554
8555
8556
8557
8558
8559
8560
8561
8562
8563
8564
8565
8566
8567
8568
8569
8570
8571
8572
8573
8574
8575
8576
8577
8578
8579
8580
8581
8582
8583
8584
8585
8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
8597
8598
8599
8600
8601
8602
8603
8604
8605
8606
8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
8617
8618
8619
8620
8621
8622
8623
8624
8625
8626
8627
8628
8629
8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
8644
8645
8646
8647
8648
8649
8650
8651
8652
8653
8654
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
8672
8673
}
],
"description": "React on events and conditionally evaluate actions.",
"homepage": "https://www.drupal.org/project/rules",
"support": {
"source": "https://git.drupalcode.org/project/rules",
"issues": "https://www.drupal.org/project/issues/rules"
}
},
{
"name": "drupal/security_review",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/security_review.git",
"reference": "468341341beacc5d1e6d39fcf011f965094c1498"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.0-alpha1+4-dev",
"datestamp": "1601390947",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "banviktor",
"homepage": "https://www.drupal.org/user/3176333"
},
{
"name": "coltrane",
"homepage": "https://www.drupal.org/user/91990"
},
{
"name": "dsnopek",
"homepage": "https://www.drupal.org/user/266527"
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
}
],
"description": "Site security and configuration review module.",
"homepage": "https://www.drupal.org/project/security_review",
"support": {
"source": "https://git.drupalcode.org/project/security_review"
}
},
{
"name": "drupal/services",
"version": "4.0.0-beta6",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/services.git",
"reference": "8.x-4.0-beta6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/services-8.x-4.0-beta6.zip",
"reference": "8.x-4.0-beta6",
"shasum": "eb7c0809d50c87819a23d80f3c66e9318a98effc"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/ctools": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-4.0-beta6",
"datestamp": "1622398043",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/109640/committers",
"role": "Developer"
},
{
"name": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
},
{
"name": "kylebrowning",
"homepage": "https://www.drupal.org/user/211387"
},
{
"name": "marcingy",
"homepage": "https://www.drupal.org/user/77320"
},
{
"name": "tyler.frankenstein",
"homepage": "https://www.drupal.org/user/150680"
}
],
"description": "A standardized solution of integrating external applications with Drupal.",
"homepage": "https://www.drupal.org/project/services",
"support": {
"source": "https://git.drupalcode.org/project/services",
"issues": "https://www.drupal.org/project/issues/services"
}
},
8674
8675
8676
8677
8678
8679
8680
8681
8682
8683
8684
8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
8705
8706
8707
8708
8709
8710
8711
8712
8713
8714
8715
8716
8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
8737
8738
8739
8740
8741
8742
8743
{
"name": "drupal/simple_oauth",
"version": "5.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/simple_oauth.git",
"reference": "5.2.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/simple_oauth-5.2.0.zip",
"reference": "5.2.0",
"shasum": "3d2b0f38284190a59e4ac99d6f5d4af424c4d19f"
},
"require": {
"drupal/consumers": "^1.2",
"drupal/core": "^8 || ^9",
"lcobucci/jwt": "^4",
"league/oauth2-server": "^8.3",
"php": ">=7.4",
"steverhoades/oauth2-openid-connect-server": "^2.4"
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "5.2.0",
"datestamp": "1641403293",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Mateu Aguiló Bosch",
"homepage": "https://www.drupal.org/user/2801849",
"email": "mateu.aguilo.bosch@gmail.com"
},
{
"name": "bradjones1",
"homepage": "https://www.drupal.org/user/405824"
},
{
"name": "e0ipso",
"homepage": "https://www.drupal.org/user/550110"
},
{
"name": "pcambra",
"homepage": "https://www.drupal.org/user/122101"
}
],
"description": "The Simple OAuth module for Drupal",
"homepage": "https://www.drupal.org/project/simple_oauth",
"support": {
"source": "https://git.drupalcode.org/project/simple_oauth"
}
},
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
8757
8758
8759
8760
8761
8762
8763
8764
8765
{
"name": "drupal/simple_sitemap",
"version": "3.11.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/simple_sitemap.git",
"reference": "8.x-3.11"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.11.zip",
"reference": "8.x-3.11",
"shasum": "5fdd4ed5af5e37e3c707e401d094a179f52e7711"
},
"require": {
"drupal/core": "^8 || ^9",
"ext-xmlwriter": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.11",
8767
8768
8769
8770
8771
8772
8773
8774
8775
8776
8777
8778
8779
8780
8781
8782
8783
8784
8785
8786
8787
8788
8789
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Pawel Ginalski (gbyte)",
"homepage": "https://www.drupal.org/u/gbyte",
"email": "contact@gbyte.dev",
"role": "Maintainer"
},
{
"name": "WalkingDexter",
"homepage": "https://www.drupal.org/user/3251330"
8792
8793
8794
8795
8796
8797
8798
8799
8800
8801
8802
8803
8804
8805
8806
8807
8808
8809
8810
8811
8812
8813
8814
8815
8816
8817
8818
8819
8820
8821
8822
8823
8824
8825
8826
8827
8828
8829
8830
8831
8832
8833
8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
8855
8856
8857
8858
8859
8860
8861
8862
8863
8864
8865
}
],
"description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.",
"homepage": "https://drupal.org/project/simple_sitemap",
"support": {
"source": "https://cgit.drupalcode.org/simple_sitemap",
"issues": "https://drupal.org/project/issues/simple_sitemap",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/sitemap",
"version": "2.0.0-beta3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/sitemap.git",
"reference": "8.x-2.0-beta3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-beta3.zip",
"reference": "8.x-2.0-beta3",
"shasum": "06df1e03058c4e42336a726edacfd53bca00a28d"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.0-beta3",
"datestamp": "1646936820",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Nik Alexandrov",
"homepage": "https://www.drupal.org/u/nafes",
"role": "Maintainer"
},
{
"name": "Anna Kalata",
"homepage": "https://www.drupal.org/u/akalata",
"role": "Co-maintainer"
},
{
"name": "killes@www.drop.org",
"homepage": "https://www.drupal.org/u/killeswww.drop.org",
"role": "Co-maintainer"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/3295/committers",
"role": "contributor"
}
],
"description": "Display a sitemap.",
"homepage": "http://drupal.org/project/sitemap",
"support": {
"source": "http://cgit.drupalcode.org/sitemap",
"issues": "http://drupal.org/project/issues/sitemap",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/smart_date",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/smart_date.git",
"url": "https://ftp.drupal.org/files/projects/smart_date-3.6.1.zip",
"reference": "3.6.1",
"shasum": "a2ce55f5e38d046143881839f5ba0e6dcb49e823"
"php": ">=7.1",
"simshaun/recurr": "^4"
},
"suggest": {
"drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows."
},
"type": "drupal-module",
"extra": {
"drupal": {
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
8923
8924
8925
8926
8927
8928
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mandclu",
"homepage": "https://www.drupal.org/user/52136"
},
{
"name": "stefan.korn",
"homepage": "https://www.drupal.org/user/1942204"
}
],
"description": "Adds app-like date and recurring date functionality.",
"homepage": "https://www.drupal.org/project/smart_date",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/smart_date",
"issues": "https://www.drupal.org/project/issues/smart_date",
"documentation": "https://www.drupal.org/docs/contributed-modules/smart-date"
}
},
{
"name": "drupal/smtp",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/smtp.git",
"url": "https://ftp.drupal.org/files/projects/smtp-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "775de92ad19b531691b7e79c6f832416ae6ae892"
},
"require": {
"drupal/core": "^8.8 || ^9",
"phpmailer/phpmailer": "^6.1.7"
},
"suggest": {
"drupal/mailsystem": "Allows using SMTP alongside other mail modules."
},
"type": "drupal-module",
"extra": {
"drupal": {
8953
8954
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "josesanmartin",
"homepage": "https://www.drupal.org/user/72012"
},
{
"name": "LukeLast",
"homepage": "https://www.drupal.org/user/30151"
},
8979
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
9089
9090
9091
9092
9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
9107
9108
9109
9110
9111
9112
9113
9114
9115
9116
9117
9118
9119
9120
9121
9122
9123
9124
9125
9126
9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
9151
9152
9153
9154
9155
9156
9157
9158
9159
9160
9161
9162
9163
9164
9165
9166
9167
9168
9169
9170
9171
9172
9173
9174
9175
9176
9177
9178
9179
9180
9181
9182
9183
9184
9185
9186
9187
9188
9189
9190
9191
9192
9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
9205
9206
9207
9208
9209
9210
9211
9212
9213
9214
9215
9216
9217
9218
9219
9220
9221
9222
9223
9224
{
"name": "oadaeh",
"homepage": "https://www.drupal.org/user/4649"
},
{
"name": "sadashiv",
"homepage": "https://www.drupal.org/user/1773304"
},
{
"name": "wundo",
"homepage": "https://www.drupal.org/user/25523"
},
{
"name": "yettyn",
"homepage": "https://www.drupal.org/user/93281"
}
],
"description": "Allow for site emails to be sent through an SMTP server of your choice.",
"homepage": "https://www.drupal.org/project/smtp",
"support": {
"source": "https://git.drupalcode.org/project/smtp",
"issues": "https://www.drupal.org/project/issues/smtp"
}
},
{
"name": "drupal/stage_file_proxy",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/stage_file_proxy.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/stage_file_proxy-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "a0bea520c139a4b0b67738b0c54e7ee21af081da"
},
"require": {
"drupal/core": ">=8.7.7"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1637007759",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"stage_file_proxy.drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "BarisW",
"homepage": "https://www.drupal.org/user/107229"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
},
{
"name": "markdorison",
"homepage": "https://www.drupal.org/user/346106"
},
{
"name": "moshe weitzman",
"homepage": "https://www.drupal.org/user/23"
},
{
"name": "msonnabaum",
"homepage": "https://www.drupal.org/user/75278"
},
{
"name": "netaustin",
"homepage": "https://www.drupal.org/user/199298"
},
{
"name": "robwilmshurst",
"homepage": "https://www.drupal.org/user/144488"
}
],
"description": "Provides stage_file_proxy module.",
"homepage": "https://www.drupal.org/project/stage_file_proxy",
"support": {
"source": "https://git.drupalcode.org/project/stage_file_proxy"
}
},
{
"name": "drupal/state_machine",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/state_machine.git",
"reference": "8.x-1.6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/state_machine-8.x-1.6.zip",
"reference": "8.x-1.6",
"shasum": "9a29e00e4c47202fd4b27be792d18d2026f733b2"
},
"require": {
"drupal/core": "^9.2 || ^10",
"php": ">=7.0.8"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.6",
"datestamp": "1644836575",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Brandonian",
"homepage": "https://www.drupal.org/user/77766"
},
{
"name": "Elijah Lynn",
"homepage": "https://www.drupal.org/user/353190"
},
{
"name": "arithmetric",
"homepage": "https://www.drupal.org/user/162305"
},
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "das-peter",
"homepage": "https://www.drupal.org/user/762870"
},
{
"name": "e2thex",
"homepage": "https://www.drupal.org/user/189123"
},
{
"name": "ericduran",
"homepage": "https://www.drupal.org/user/244460"
},
{
"name": "fmitchell",
"homepage": "https://www.drupal.org/user/213574"
},
{
"name": "indytechcook",
"homepage": "https://www.drupal.org/user/245817"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "robeano",
"homepage": "https://www.drupal.org/user/67660"
},
{
"name": "stevector",
"homepage": "https://www.drupal.org/user/179805"
},
{
"name": "timcosgrove",
"homepage": "https://www.drupal.org/user/118452"
},
{
"name": "zroger",
"homepage": "https://www.drupal.org/user/67977"
}
],
"description": "Provides code-driven workflow functionality.",
"homepage": "http://drupal.org/project/state_machine",
"support": {
"source": "https://git.drupalcode.org/project/state_machine"
}
},
{
"name": "drupal/subpathauto",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/subpathauto.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "58d9107beffe5d4c43a4c6dd6cbb2e043d5b4d1e"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1637313101",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
}
],
"description": "Provides support for extending sub-paths of URL aliases.",
"homepage": "https://www.drupal.org/project/subpathauto",
"support": {
"source": "https://git.drupalcode.org/project/subpathauto"
}
},
9225
9226
9227
9228
9229
9230
9231
9232
9233
9234
9235
9236
9237
9238
9239
9240
9241
9242
9243
9244
9245
9246
9247
9248
9249
9250
9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
9300
9301
9302
9303
9304
9305
9306
9307
9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
9334
9335
9336
9337
9338
9339
9340
9341
{
"name": "drupal/svg_embed",
"version": "2.0.0-beta1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/svg_embed.git",
"reference": "2.0.0-beta1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/svg_embed-2.0.0-beta1.zip",
"reference": "2.0.0-beta1",
"shasum": "6409e24c1ce80249211e3df59ffb9c3702135ba6"
},
"require": {
"drupal/core": "^8.8 || ^9",
"ext-dom": "*",
"ext-simplexml": "*",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0-beta1",
"datestamp": "1590235556",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Allows to embed SVG graphics into text like with images and even translates text strings in the SVG file to the language of the node.",
"homepage": "https://www.drupal.org/project/svg_embed",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/svg_embed",
"issues": "http://drupal.org/project/issues/svg_embed"
}
},
{
"name": "drupal/svg_image_field",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/svg_image_field.git",
"reference": "2.1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/svg_image_field-2.1.1.zip",
"reference": "2.1.1",
"shasum": "72fb90cb6eadffab35a32b9b14e2ae22dd48c218"
},
"require": {
"drupal/core": "^8 || ^9",
"enshrined/svg-sanitize": "~0.15"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.1.1",
"datestamp": "1646078279",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/2863622/committers"
},
{
"name": "dunot",
"homepage": "https://www.drupal.org/user/3562626"
},
{
"name": "jwilson3",
"homepage": "https://www.drupal.org/user/220177"
},
{
"name": "mandclu",
"homepage": "https://www.drupal.org/user/52136"
},
{
"name": "romychvk",
"homepage": "https://www.drupal.org/user/361734"
},
{
"name": "shmel210",
"homepage": "https://www.drupal.org/user/2600028"
}
],
"description": "Provides SVG Image field.",
"homepage": "https://www.drupal.org/project/svg_image_field",
"support": {
"source": "https://git.drupalcode.org/project/svg_image_field",
"issues": "https://www.drupal.org/project/issues/svg_image_field"
}
},
9342
9343
9344
9345
9346
9347
9348
9349
9350
9351
9352
9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
9386
9387
9388
{
"name": "drupal/symfony_mailer",
"version": "1.1.0-beta2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/symfony_mailer.git",
"reference": "1.1.0-beta2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/symfony_mailer-1.1.0-beta2.zip",
"reference": "1.1.0-beta2",
"shasum": "67fc7026877119b79068c0dafba63dd2cd31e18c"
},
"require": {
"drupal/core": "^9.1",
"html2text/html2text": "^4.0.1",
"symfony/mailer": "^5.3.0",
"tijsverkoyen/css-to-inline-styles": "^2.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.1.0-beta2",
"datestamp": "1666550275",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "AdamPS",
"homepage": "https://www.drupal.org/user/2650563"
}
],
"description": "Symfony Mailer",
"homepage": "https://www.drupal.org/project/symfony_mailer",
"support": {
"source": "https://git.drupalcode.org/project/symfony_mailer"
}
},
9389
9390
9391
9392
9393
9394
9395
9396
9397
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
{
"name": "drupal/tamper",
"version": "1.0.0-alpha2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/tamper.git",
"reference": "8.x-1.0-alpha2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/tamper-8.x-1.0-alpha2.zip",
"reference": "8.x-1.0-alpha2",
"shasum": "69a7f488e42fa96b098f40c88567176d3a7ae9ef"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha2",
"datestamp": "1591295430",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "ericgsmith",
"homepage": "https://www.drupal.org/user/1649952"
},
{
"name": "jamesdixon",
"homepage": "https://www.drupal.org/user/762570"
},
{
"name": "MegaChriz",
"homepage": "https://www.drupal.org/user/654114"
},
{
"name": "twistor",
"homepage": "https://www.drupal.org/user/473738"
}
],
"description": "Generic plugin to modify data.",
"homepage": "https://www.drupal.org/project/tamper",
"keywords": [
"Drupal",
"tamper"
],
"support": {
"source": "http://cgit.drupalcode.org/tamper",
"issues": "http://drupal.org/project/issues/tamper"
}
},
9450
9451
9452
9453
9454
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
{
"name": "drupal/taxonomy_machine_name",
"version": "1.0.0-beta6",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/taxonomy_machine_name.git",
"reference": "8.x-1.0-beta6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/taxonomy_machine_name-8.x-1.0-beta6.zip",
"reference": "8.x-1.0-beta6",
"shasum": "9db0bec9ba448143ad3d81af0bb7a0c1fc965743"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-beta6",
"datestamp": "1625685248",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Sébastien MALOT (Sebastien @Actualys)",
"homepage": "https://www.drupal.org/u/sebastien-actualys",
"role": "Maintainer"
},
{
"name": "Sorin Dediu (sdstyles)",
"homepage": "https://www.drupal.org/u/sdstyles",
"role": "Co-Maintainer"
},
{
"name": "sdstyles",
"homepage": "https://www.drupal.org/user/1420228"
}
],
"description": "This module create a new property named machine_name.",
"homepage": "https://www.drupal.org/project/taxonomy_machine_name",
"keywords": [
"Drupal",
"taxonomy_machine_name"
],
"support": {
"source": "https://git.drupalcode.org/project/taxonomy_machine_name",
"issues": "https://drupal.org/project/issues/taxonomy_machine_name"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/token.git",
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.11.zip",
"reference": "8.x-1.11",
"shasum": "da264b36d1f88eb0c74bf84e18e8789854f98400"
},
"type": "drupal-module",
"extra": {
"drupal": {
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "eaton",
"homepage": "https://www.drupal.org/user/16496"
},
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
},
{
"name": "mikeryan",
"homepage": "https://www.drupal.org/user/4420"
}
],
"description": "Provides a user interface for the Token API, some missing core tokens.",
"homepage": "https://www.drupal.org/project/token",
"support": {
"source": "https://git.drupalcode.org/project/token"
}
},
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
{
"name": "drupal/twig_tweak",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/twig_tweak.git",
"reference": "3.2.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/twig_tweak-3.2.0.zip",
"reference": "3.2.0",
"shasum": "2e5944a0705929f9db21a8684fdca0d1a0b001e4"
},
"require": {
"drupal/core": "^9.3 || ^10.0",
"ext-json": "*",
"php": ">=7.3",
"symfony/polyfill-php80": "^1.17",
"twig/twig": "^2.12 || ^3.3.8"
},
"suggest": {
"symfony/var-dumper": "Better dump() function for debugging Twig variables"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.2.0",
"datestamp": "1664084754",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10 || ^11"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Chi",
"homepage": "https://www.drupal.org/user/556138"
}
],
"description": "A Twig extension with some useful functions and filters for Drupal development.",
"homepage": "https://www.drupal.org/project/twig_tweak",
"keywords": [
"Drupal",
"Twig"
],
"support": {
"source": "https://git.drupalcode.org/project/twig_tweak",
"issues": "https://www.drupal.org/project/issues/twig_tweak"
}
},
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
{
"name": "drupal/typed_data",
"version": "1.0.0-beta1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/typed_data.git",
"reference": "8.x-1.0-beta1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/typed_data-8.x-1.0-beta1.zip",
"reference": "8.x-1.0-beta1",
"shasum": "73d079f29c7a5679e0db3e28ae888e8cce2f1335"
},
"require": {
"drupal/core": "^8.8.2 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-beta1",
"datestamp": "1635839873",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "TR",
"homepage": "https://www.drupal.org/user/202830"
}
],
"description": "Extends the core Typed Data API with new APIs and features.",
"homepage": "https://www.drupal.org/project/typed_data",
"support": {
"source": "https://git.drupalcode.org/project/typed_data",
"issues": "https://www.drupal.org/project/issues/typed_data"
}
},
9693
9694
9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
9722
9723
9724
9725
9726
9727
9728
9729
9730
9731
9732
9733
9734
9735
9736
{
"name": "drupal/unique_entity_title",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/unique_entity_title.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/unique_entity_title-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "cf4c3d840ea8c72627f270029c0e8ab7dfb796c4"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1587197593",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "imalabya",
"homepage": "https://www.drupal.org/user/2641255"
}
],
"description": "Check the uniqueness of the titles of entities within bundles.",
"homepage": "https://www.drupal.org/project/unique_entity_title",
"support": {
"source": "https://git.drupalcode.org/project/unique_entity_title"
}
},
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/unlimited_number.git",
"url": "https://ftp.drupal.org/files/projects/unlimited_number-2.0.4.zip",
"reference": "2.0.4",
"shasum": "fe9ff5b40478d8c379f6e3ab31945d0afb983edb"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.4",
"datestamp": "1656650316",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "dpi",
"homepage": "https://www.drupal.org/user/81431",
"email": "pro@danielph.in"
}
],
"description": "Provides a render element and a widget for number fields.",
"homepage": "http://drupal.org/project/unlimited_number",
"keywords": [
"Drupal"
],
"source": "https://git.drupalcode.org/project/unlimited_number",
"issues": "https://www.drupal.org/project/issues/unlimited_number"
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/variationcache.git",
"url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "7c54508549454ec60fee430205953ed8e9e4bc2e"
},
"type": "drupal-module",
"extra": {
"drupal": {
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Kristiaan Van den Eynde",
"homepage": "https://www.drupal.org/u/kristiaanvandeneynde",
"role": "Maintainer"
},
{
"name": "Brad Jones",
"homepage": "https://www.drupal.org/u/bradjones1",
"role": "Maintainer"
}
],
"description": "This project provides VariationCache, a redirect-aware caching implementation.",
"homepage": "http://drupal.org/project/variationcache",
"support": {
"source": "https://git.drupalcode.org/project/variationcache",
"issues": "https://drupal.org/project/issues/variationcache"
}
},
{
"name": "drupal/views_bulk_operations",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/views_bulk_operations.git",
"url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.2.1.zip",
"reference": "4.2.1",
"shasum": "3bce967e24c0ce19fc7e0de031594729e22c38ef"
},
"type": "drupal-module",
"extra": {
"drupal": {
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Marcin Grabias",
"homepage": "https://www.drupal.org/u/graber"
},
{
"name": "Graber",
"homepage": "https://www.drupal.org/user/1599440"
},
{
"name": "joelpittet",
"homepage": "https://www.drupal.org/user/160302"
}
],
"description": "Adds an ability to perform bulk operations on selected entities from view results. Provides an API to create such operations.",
"homepage": "https://www.drupal.org/project/views_bulk_operations",
"support": {
"source": "https://git.drupalcode.org/project/views_bulk_operations/-/tree/8.x-3.x",
"issues": "https://www.drupal.org/project/issues/views_bulk_operations?version=8.x",
"docs": "https://www.drupal.org/docs/8/modules/views-bulk-operations-vbo"
}
},
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
{
"name": "drupal/views_evi",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/views_evi.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/views_evi-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "02604a1d3dbddeca00f8c79a86205079640ff829"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1604613990",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "anruether",
"homepage": "https://www.drupal.org/user/894458"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "heliogabal",
"homepage": "https://www.drupal.org/user/998658"
}
],
"description": "Provides the ability to use arguments in exposed filters. A first step to abstract value providers from filters.",
"homepage": "https://www.drupal.org/project/views_evi",
"support": {
"source": "https://git.drupalcode.org/project/views_evi"
}
},
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
{
"name": "drupal/wayfinding",
"version": "2.1.7",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/wayfinding.git",
"reference": "2.1.7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/wayfinding-2.1.7.zip",
"reference": "2.1.7",
"shasum": "d0aae7e67b3d580bf5f0b8df7ff8c99600683b3d"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/dynamic_entity_reference": "^1.11",
"drupal/geolocation": "^3.2",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/svg_image_field": "^2.0",
"endroid/qr-code-bundle": "^3.4"
},
"require-dev": {
"drupal/digital_signage_computed_content": "*",
"drupal/digital_signage_framework": "*",
"drupal/geolocation": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.1.7",
"datestamp": "1630918571",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "Provides a way finding widget as an addon to digital signage.",
"homepage": "https://www.drupal.org/project/wayfinding",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/wayfinding"
}
},
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
{
"name": "drupal/webform",
"version": "6.1.3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/webform.git",
"reference": "6.1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/webform-6.1.3.zip",
"reference": "6.1.3",
"shasum": "efd032eadc10a4752b9b0203152a5d20eefac175"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"require-dev": {
"drupal/address": "~1.0",
"drupal/bootstrap": "~3.0",
"drupal/captcha": "~1.0",
"drupal/chosen": "~3.0",
"drupal/clientside_validation": "~3.0",
"drupal/clientside_validation_jquery": "*",
"drupal/devel": "~3.0",
"drupal/entity": "~1.0",
"drupal/entity_print": "~2.0",
"drupal/gnode": "*",
"drupal/group": "1.0",
"drupal/jquery_ui": "~1.0",
"drupal/jquery_ui_checkboxradio": "~1.0",
"drupal/jquery_ui_datepicker": "~1.0",
"drupal/lingotek": "~3.0",
"drupal/mailsystem": "~4.0",
"drupal/paragraphs": "~1.0",
"drupal/select2": "~1.0",
"drupal/smtp": "~1.0",
"drupal/styleguide": "~1.0",
"drupal/telephone_validation": "~2.0",
"drupal/token": "~1.0",
"drupal/variationcache": "~1.0",
"drupal/webform_access": "*",
"drupal/webform_attachment": "*",
"drupal/webform_clientside_validation": "*",
"drupal/webform_devel": "*",
"drupal/webform_entity_print": "*",
"drupal/webform_group": "*",
"drupal/webform_node": "*",
"drupal/webform_options_limit": "*",
"drupal/webform_scheduled_email": "*",
"drupal/webform_share": "*",
"drupal/webform_ui": "*"
},
"suggest": {
"drupal/jquery_ui_checkboxradio": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.",
"drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "6.1.3",
"datestamp": "1644940723",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Jacob Rockowitz (jrockowitz)",
"homepage": "https://www.drupal.org/u/jrockowitz",
"role": "Maintainer"
},
{
"name": "Alexander Trotsenko (bucefal91)",
"homepage": "https://www.drupal.org/u/bucefal91",
"role": "Co-maintainer"
},
{
"name": "Contributors",
"homepage": "https://www.drupal.org/node/7404/committers",
"role": "Contributor"
},
{
"name": "quicksketch",
"homepage": "https://www.drupal.org/user/35821"
},
{
"name": "torotil",
"homepage": "https://www.drupal.org/user/865256"
}
],
"description": "Enables the creation of webforms and questionnaires.",
"homepage": "https://drupal.org/project/webform",
"support": {
"source": "https://git.drupalcode.org/project/webform",
"issues": "https://www.drupal.org/project/issues/webform?version=8.x",
"docs": "https://www.drupal.org/docs/8/modules/webform",
"forum": "https://drupal.stackexchange.com/questions/tagged/webform"
}
},
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
{
"name": "drupal/workflow",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/workflow.git",
"reference": "8.x-1.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/workflow-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "03d5038b2a5229c4ad467bae4fe2b474367ad9eb"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.5",
"datestamp": "1623829274",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Bastlynn",
"homepage": "https://www.drupal.org/user/275249"
},
{
"name": "Heine",
"homepage": "https://www.drupal.org/user/17943"
},
{
"name": "JacobSingh",
"homepage": "https://www.drupal.org/user/68912"
},
{
"name": "NancyDru",
"homepage": "https://www.drupal.org/user/101412"
},
{
"name": "eaton",
"homepage": "https://www.drupal.org/user/16496"
},
{
"name": "johnv",
"homepage": "https://www.drupal.org/user/591042"
},
{
"name": "jvandyk",
"homepage": "https://www.drupal.org/user/2375"
},
{
"name": "mfredrickson",
"homepage": "https://www.drupal.org/user/31994"
},
{
"name": "q0rban",
"homepage": "https://www.drupal.org/user/31022"
}
],
"description": "Defines a field type with Workflows, containing customizable state transitions.",
"homepage": "https://www.drupal.org/project/workflow",
"support": {
"source": "https://git.drupalcode.org/project/workflow"
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
}
},
{
"name": "drupal/wysiwyg_template",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/wysiwyg_template.git",
"reference": "8.x-2.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/wysiwyg_template-8.x-2.3.zip",
"reference": "8.x-2.3",
"shasum": "4047b13834c1478b67b9ea61727431a07f38220f"
},
"require": {
"ckeditor/templates": "4.11.1",
"drupal/core": "^8 || ^9",
"drupal/wysiwyg_template_core": "*",
"php": ">=7.1"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.3",
"datestamp": "1575907980",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"autoload": {
"psr-4": {
"Drupal\\wysiwyg_template\\": "src/"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "guybedford",
"homepage": "https://www.drupal.org/user/746802"
},
{
"name": "jenlampton",
"homepage": "https://www.drupal.org/user/85586"
},
{
"name": "jhedstrom",
"homepage": "https://www.drupal.org/user/208732"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
},
{
"name": "recidive",
"homepage": "https://www.drupal.org/user/12564"
},
{
"name": "sebas5384",
"homepage": "https://www.drupal.org/user/567694"
},
{
"name": "snipebin",
"homepage": "https://www.drupal.org/user/858710"
}
],
"description": "Manage templates for use in a WYSIWYG.",
"homepage": "https://www.drupal.org/project/wysiwyg_template",
"keywords": [
"Drupal",
"Templates",
"WYSIWYG"
],
"support": {
"source": "https://drupal.org/project/wysiwyg_template",
"issues": "https://drupal.org/project/issues/wysiwyg_template"
}
},
{
"name": "drupal/wysiwyg_template_core",
"version": "2.3.0",
"require": {
"drupal/core": "^8 || ^9",
"drupal/wysiwyg_template": "^2"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-2.3",
"datestamp": "1575907980",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "guybedford",
"homepage": "https://www.drupal.org/user/746802"
},
{
"name": "jenlampton",
"homepage": "https://www.drupal.org/user/85586"
},
{
"name": "jhedstrom",
"homepage": "https://www.drupal.org/user/208732"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
},
{
"name": "recidive",
"homepage": "https://www.drupal.org/user/12564"
},
{
"name": "sebas5384",
"homepage": "https://www.drupal.org/user/567694"
},
{
"name": "snipebin",
"homepage": "https://www.drupal.org/user/858710"
}
],
"description": "Core functionality for the Wysiwyg Template module",
"homepage": "https://www.drupal.org/project/wysiwyg_template",
"support": {
"source": "https://git.drupalcode.org/project/wysiwyg_template"
}
},
{
"name": "drupal/yaml_editor",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/yaml_editor.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/yaml_editor-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "eb01f577316529808e73360e17b1798c6d5b297d"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1592902686",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "yannickoo",
"homepage": "https://www.drupal.org/user/531118"
}
],
"description": "Adds an editor for YAML configuration textareas.",
"homepage": "https://www.drupal.org/project/yaml_editor",
"support": {
"source": "https://git.drupalcode.org/project/yaml_editor"
}
},
{
"name": "drush/drush",
"source": {
"type": "git",
"url": "https://github.com/drush-ops/drush.git",
"url": "https://api.github.com/repos/drush-ops/drush/zipball/57cd12235f0a8b3aaabc841fd6c82b64f3dffc02",
"reference": "57cd12235f0a8b3aaabc841fd6c82b64f3dffc02",
"shasum": ""
},
"require": {
"chi-teck/drupal-code-generator": "^2.4",
"composer/semver": "^1.4 || ^3",
"consolidation/annotated-command": "^4.5.3",
"consolidation/config": "^2",
"consolidation/filter-via-dot-access-data": "^2",
"consolidation/site-process": "^4.1.3 || ^5",
"enlightn/security-checker": "^1",
"ext-dom": "*",
"league/container": "^3.4 || ^4",
"php": ">=7.4",
"psy/psysh": "~0.11",
"symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0",
"symfony/finder": "^4.0 || ^5 || ^6",
"symfony/polyfill-php80": "^1.23",
"symfony/var-dumper": "^4.0 || ^5.0 || ^6.0",
"symfony/yaml": "^4.0 || ^5.0 || ^6.0",
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
10510
10511
10512
10513
10514
10515
10516
10517
10518
10519
10520
10521
},
"conflict": {
"drupal/core": "< 9.2",
"drupal/migrate_run": "*",
"drupal/migrate_tools": "<= 5"
},
"require-dev": {
"composer/installers": "^1.7",
"cweagans/composer-patches": "~1.0",
"david-garcia/phpwhois": "4.3.0",
"drupal/core-recommended": "^9 || ^10",
"drupal/semver_example": "2.3.0",
"phpunit/phpunit": ">=7.5.20",
"rector/rector": "^0.12",
"squizlabs/php_codesniffer": "^3.6",
"vlucas/phpdotenv": "^2.4",
"yoast/phpunit-polyfills": "^0.2.0"
},
"bin": [
"drush"
],
"type": "library",
"extra": {
"installer-paths": {
"sut/core": [
"type:drupal-core"
],
"sut/libraries/{$name}": [
"type:drupal-library"
],
"sut/modules/unish/{$name}": [
"drupal/devel"
],
"sut/themes/unish/{$name}": [
"drupal/empty_theme"
],
"sut/modules/contrib/{$name}": [
"type:drupal-module"
],
"sut/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"sut/themes/contrib/{$name}": [
"type:drupal-theme"
],
"sut/drush/contrib/{$name}": [
"type:drupal-drush"
]
}
},
"autoload": {
"psr-4": {
"Drush\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Moshe Weitzman",
"email": "weitzman@tejasa.com"
},
{
"name": "Owen Barton",
"email": "drupal@owenbarton.com"
},
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
},
{
"name": "Jonathan Araña Cruz",
"email": "jonhattan@faita.net"
},
{
"name": "Jonathan Hedstrom",
"email": "jhedstrom@gmail.com"
},
{
"name": "Christopher Gervais",
"email": "chris@ergonlogic.com"
},
{
"name": "Dave Reid",
"email": "dave@davereid.net"
},
{
"name": "Damian Lee",
"email": "damiankloip@googlemail.com"
}
],
"description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
"homepage": "http://www.drush.org",
"support": {
"forum": "http://drupal.stackexchange.com/questions/tagged/drush",
"issues": "https://github.com/drush-ops/drush/issues",
"slack": "https://drupal.slack.com/messages/C62H9CWQM",
},
"funding": [
{
"url": "https://github.com/weitzman",
"type": "github"
}
],
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
10544
10545
10546
10547
10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.2",
"php": ">=7.2",
"symfony/polyfill-intl-idn": "^1.15"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"vimeo/psalm": "^4"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
10662
10663
10664
10665
10666
10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
10701
10702
10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
"name": "endroid/installer",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/endroid/installer.git",
"reference": "7af9f7fdbe6dcbf65b1d3439932ac45a98d229b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/endroid/installer/zipball/7af9f7fdbe6dcbf65b1d3439932ac45a98d229b4",
"reference": "7af9f7fdbe6dcbf65b1d3439932ac45a98d229b4",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1||^2.0",
"php": "^7.4||^8.0"
},
"require-dev": {
"composer/composer": "^2.0",
"endroid/quality": "dev-master"
},
"suggest": {
"roave/security-advisories": "Avoids installation of package versions with vulnerabilities"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"class": "Endroid\\Installer\\Installer"
},
"autoload": {
"psr-4": {
"Endroid\\Installer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeroen van den Enden",
"email": "info@endroid.nl"
}
],
"description": "Composer plugin for installing configuration files",
"support": {
"issues": "https://github.com/endroid/installer/issues",
"source": "https://github.com/endroid/installer/tree/1.4.0"
},
"funding": [
{
"url": "https://github.com/endroid",
"type": "github"
}
],
"time": "2021-10-30T23:14:36+00:00"
},
{
"name": "endroid/qr-code",
"version": "3.9.7",
"source": {
"type": "git",
"url": "https://github.com/endroid/qr-code.git",
"reference": "94563d7b3105288e6ac53a67ae720e3669fac1f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/endroid/qr-code/zipball/94563d7b3105288e6ac53a67ae720e3669fac1f6",
"reference": "94563d7b3105288e6ac53a67ae720e3669fac1f6",
"shasum": ""
},
"require": {
"bacon/bacon-qr-code": "^2.0",
"khanamiryan/qrcode-detector-decoder": "^1.0.5",
"myclabs/php-enum": "^1.5",
"php": "^7.3||^8.0",
"symfony/options-resolver": "^3.4||^4.4||^5.0",
"symfony/property-access": "^3.4||^4.4||^5.0"
},
"require-dev": {
"endroid/quality": "^1.5.2",
"setasign/fpdf": "^1.8"
},
"suggest": {
"ext-gd": "Required for generating PNG images",
"roave/security-advisories": "Avoids installation of package versions with vulnerabilities",
"setasign/fpdf": "Required to use the FPDF writer.",
"symfony/security-checker": "Checks your composer.lock for vulnerabilities"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Endroid\\QrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeroen van den Enden",
"email": "info@endroid.nl"
}
],
"description": "Endroid QR Code",
"homepage": "https://github.com/endroid/qr-code",
"keywords": [
"bundle",
"code",
"endroid",
"php",
"qr",
"qrcode"
],
"support": {
"issues": "https://github.com/endroid/qr-code/issues",
"source": "https://github.com/endroid/qr-code/tree/3.9.7"
},
"funding": [
{
"url": "https://github.com/endroid",
"type": "github"
}
],
"time": "2021-04-20T19:10:54+00:00"
},
{
"name": "endroid/qr-code-bundle",
"version": "3.4.3",
"source": {
"type": "git",
"url": "https://github.com/endroid/qr-code-bundle.git",
"reference": "36d7e61e02d84c92702138cc1c6dac5a0565a5ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/endroid/qr-code-bundle/zipball/36d7e61e02d84c92702138cc1c6dac5a0565a5ff",
"reference": "36d7e61e02d84c92702138cc1c6dac5a0565a5ff",
"shasum": ""
},
"require": {
"endroid/installer": "^1.2.2",
"endroid/qr-code": "^3.7.8",
"php": ">=7.2",
"symfony/framework-bundle": "^3.4||^4.4||^5.0",
"symfony/twig-bundle": "^3.4||^4.4||^5.0",
"symfony/yaml": "^3.4||^4.4||^5.0"
},
"require-dev": {
"endroid/quality": "dev-master"
},
"suggest": {
"roave/security-advisories": "Avoids installation of package versions with vulnerabilities",
"symfony/security-checker": "Checks your composer.lock for vulnerabilities"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Endroid\\QrCodeBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeroen van den Enden",
"email": "info@endroid.nl"
}
],
"description": "Endroid QR Code Bundle",
"homepage": "https://github.com/endroid/qr-code-bundle",
"keywords": [
"bundle",
"code",
"endroid",
"php",
"qr",
"symfony"
],
"support": {
"issues": "https://github.com/endroid/qr-code-bundle/issues",
"source": "https://github.com/endroid/qr-code-bundle/tree/3.4.3"
},
"funding": [
{
"url": "https://github.com/endroid",
"type": "github"
}
],
"time": "2020-04-25T13:48:19+00:00"
},
{
"name": "enlightn/security-checker",
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/enlightn/security-checker.git",
"reference": "196bacc76e7a72a63d0e1220926dbb190272db97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/enlightn/security-checker/zipball/196bacc76e7a72a63d0e1220926dbb190272db97",
"reference": "196bacc76e7a72a63d0e1220926dbb190272db97",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3|^7.0",
"php": ">=5.6",
"symfony/console": "^3.4|^4|^5|^6",
"symfony/finder": "^3|^4|^5|^6",
"symfony/process": "^3.4|^4|^5|^6",
"symfony/yaml": "^3.4|^4|^5|^6"
},
"require-dev": {
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^2.18|^3.0",
"phpunit/phpunit": "^5.5|^6|^7|^8|^9"
},
"bin": [
"security-checker"
],
"type": "library",
"autoload": {
"psr-4": {
"Enlightn\\SecurityChecker\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paras Malhotra",
"email": "paras@laravel-enlightn.com"
},
{
"name": "Miguel Piedrafita",
"email": "soy@miguelpiedrafita.com"
}
],
"description": "A PHP dependency vulnerabilities scanner based on the Security Advisories Database.",
"keywords": [
"package",
"php",
"scanner",
"security",
"security advisories",
"vulnerability scanner"
],
"support": {
"issues": "https://github.com/enlightn/security-checker/issues",
"source": "https://github.com/enlightn/security-checker/tree/v1.10.0"
},
"time": "2022-02-21T22:40:16+00:00"
},
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892
10893
10894
10895
10896
10897
10898
10899
10900
10901
10902
10903
10904
10905
10906
10907
10908
10909
10910
10911
10912
10913
10914
10915
10916
10917
{
"name": "enshrined/svg-sanitize",
"version": "0.15.4",
"source": {
"type": "git",
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
"reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
"reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"php": "^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"enshrined\\svgSanitize\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Daryll Doyle",
"email": "daryll@enshrined.co.uk"
}
],
"description": "An SVG sanitizer for PHP",
"support": {
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.15.4"
},
"time": "2022-02-21T09:13:59+00:00"
},
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
10946
10947
10948
10949
10950
10951
10952
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
10968
10969
10970
10971
{
"name": "google/recaptcha",
"version": "1.2.4",
"source": {
"type": "git",
"url": "https://github.com/google/recaptcha.git",
"reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
"reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"ReCaptcha\\": "src/ReCaptcha"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
"homepage": "https://www.google.com/recaptcha/",
"keywords": [
"Abuse",
"captcha",
"recaptcha",
"spam"
],
"support": {
"forum": "https://groups.google.com/forum/#!forum/recaptcha",
"issues": "https://github.com/google/recaptcha/issues",
"source": "https://github.com/google/recaptcha"
},
"time": "2020-03-31T17:50:54+00:00"
},
{
"name": "grasmash/expander",
"source": {
"type": "git",
"url": "https://github.com/grasmash/expander.git",
"url": "https://api.github.com/repos/grasmash/expander/zipball/b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e",
"reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^3.0.0",
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
},
"require-dev": {
"greg-1-anderson/composer-test-scenarios": "^1",
"phpunit/phpunit": "^6.0 || ^8.0 || ^9",
"squizlabs/php_codesniffer": "^2.7 || ^3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Grasmash\\Expander\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthew Grasmick"
}
],
"description": "Expands internal property references in PHP arrays file.",
"support": {
"issues": "https://github.com/grasmash/expander/issues",
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
{
"name": "guzzlehttp/command",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/command.git",
"reference": "2aaa2521a8f8269d6f5dfc13fe2af12c76921034"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/command/zipball/2aaa2521a8f8269d6f5dfc13fe2af12c76921034",
"reference": "2aaa2521a8f8269d6f5dfc13fe2af12c76921034",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.2",
"guzzlehttp/promises": "~1.3",
"guzzlehttp/psr7": "~1.0",
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.9-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Command\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
}
],
"description": "Provides the foundation for building command-based web service clients",
"support": {
"issues": "https://github.com/guzzle/command/issues",
"source": "https://github.com/guzzle/command/tree/1.0.0"
},
"time": "2016-11-24T13:34:15+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.0",
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.1"
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.5-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
"url": "https://github.com/guzzle/guzzle-services.git",
"reference": "9e3abf20161cbf662d616cbb995f2811771759f7"
"url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/9e3abf20161cbf662d616cbb995f2811771759f7",
"reference": "9e3abf20161cbf662d616cbb995f2811771759f7",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"gimler/guzzle-description-loader": "^0.0.4"
},
"type": "library",
"extra": {
"branch-alias": {
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
11255
11256
11257
11258
11259
11260
11261
11262
11263
11264
11265
11266
11267
11268
11269
11270
11271
11272
11273
11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
11284
11285
11286
11287
11288
11289
11290
11291
11292
11293
11294
11295
11296
11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
11308
11309
11310
11311
11312
11313
"name": "Stefano Kowalke",
"email": "blueduck@mail.org",
"homepage": "https://github.com/konafets"
}
],
"description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.",
"support": {
"issues": "https://github.com/guzzle/guzzle-services/issues",
"source": "https://github.com/guzzle/guzzle-services/tree/1.1.3"
},
"time": "2017-10-06T14:32:02+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "1.5.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
"reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429
11430
11431
11432
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
{
"name": "highlightjs/highlightjs",
"version": "11.2.0",
"source": {
"type": "git",
"url": "https://github.com/highlightjs/highlight.js.git",
"reference": "tags/11.2.0"
},
"type": "drupal-library"
},
11461
11462
11463
11464
11465
11466
11467
11468
11469
11470
11471
11472
11473
11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499
11500
11501
{
"name": "html2text/html2text",
"version": "4.3.1",
"source": {
"type": "git",
"url": "https://github.com/mtibben/html2text.git",
"reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
"reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "~4"
},
"suggest": {
"ext-mbstring": "For best performance",
"symfony/polyfill-mbstring": "If you can't install ext-mbstring"
},
"type": "library",
"autoload": {
"psr-4": {
"Html2Text\\": [
"src/",
"test/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Converts HTML to formatted plain text",
"support": {
"issues": "https://github.com/mtibben/html2text/issues",
"source": "https://github.com/mtibben/html2text/tree/4.3.1"
},
"time": "2020-04-16T23:44:31+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/jawira/plantuml-encoding.git",
"url": "https://api.github.com/repos/jawira/plantuml-encoding/zipball/cec097dfc062e7e13655d9594eacce5f9df639ad",
"reference": "cec097dfc062e7e13655d9594eacce5f9df639ad",
"shasum": ""
},
"require": {
"ext-zlib": "*",
"phpstan/phpstan": "^1.0",
"vimeo/psalm": "^4.0"
},
"type": "library",
"autoload": {
"files": [
"src/plantuml_functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jawira Portugal",
"homepage": "https://jawira.com"
}
],
"description": "PlantUML encoding functions",
"keywords": [
"encodep",
"encoding",
"functions",
"plantuml",
"uml"
],
"support": {
"issues": "https://github.com/jawira/plantuml-encoding/issues",
"source": "https://github.com/jawira/plantuml-encoding/tree/v1.1.0"
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
11567
11568
11569
11570
11571
11572
11573
11574
11575
11576
11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
11599
{
"name": "kezor/guzzle-description-loader",
"version": "v0.0.6",
"source": {
"type": "git",
"url": "https://github.com/kezor/guzzle-description-loader.git",
"reference": "d576cb1e2c896d6850585f5e9ee58d5b88495c6a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kezor/guzzle-description-loader/zipball/d576cb1e2c896d6850585f5e9ee58d5b88495c6a",
"reference": "d576cb1e2c896d6850585f5e9ee58d5b88495c6a",
"shasum": ""
},
"require": {
"php": ">=5.5.0",
"symfony/config": "~3.0|^4.0",
"symfony/yaml": "~3.0|^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Guzzle\\Service\\Loader\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gordon Franke",
"email": "info@nevalon.de"
},
{
"name": "Community",
"homepage": "https://github.com/gimler/guzzle-description-loader/contributors"
}
],
"description": "Load guzzle service description from various file formats",
"support": {
"source": "https://github.com/kezor/guzzle-description-loader/tree/v0.0.6"
},
"time": "2019-03-12T12:02:50+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
"url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/45326fb83a2a375065dbb3a134b5b8a5872da569",
"reference": "45326fb83a2a375065dbb3a134b5b8a5872da569",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0",
"rector/rector": "^0.13.6",
"symplify/easy-coding-standard": "^11.0"
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
},
"type": "library",
"autoload": {
"files": [
"lib/Common/customFunctions.php"
],
"psr-4": {
"Zxing\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"Apache-2.0"
],
"authors": [
{
"name": "Ashot Khanamiryan",
"email": "a.khanamiryan@gmail.com",
"homepage": "https://github.com/khanamiryan",
"role": "Developer"
}
],
"description": "QR code decoder / reader",
"homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder/",
"keywords": [
"barcode",
"qr",
"zxing"
],
"support": {
"issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues",
"source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1.0.6"
"source": {
"type": "git",
"url": "https://gitlab.lakedrops.com/composer/plugin/ahoy.git",
},
"require": {
"composer-plugin-api": "^1||^2",
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
"php": ">=7.2",
"symfony/yaml": "^3.4||^4.4||^5.0"
},
"require-dev": {
"composer/composer": "^1||^2",
"phpunit/phpunit": "^8.4"
},
"type": "composer-plugin",
"extra": {
"class": "LakeDrops\\Ahoy\\Plugin"
},
"autoload": {
"psr-4": {
"LakeDrops\\Ahoy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Jürgen Haas",
"email": "juergen@paragon-es.de",
"homepage": "https://www.paragon-es.de",
"role": "Drupal Expert"
},
{
"name": "Richard Papp",
"email": "richard.papp@boromino.com",
"homepage": "http://www.boromino.com",
"role": "Drupal Expert"
}
],
"description": "This plugin collects available ahoy scripts from installed LakeDrops plugins and configures ahy in the project root.",
"homepage": "https://gitlab.lakedrops.com/composer/plugin/ahoy",
"keywords": [
"Ahoy",
"development",
"drupal",
"install",
"update"
],
"support": {
"docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/ahoy/",
"issues": "https://gitlab.lakedrops.com/composer/plugin/ahoy/issues",
"source": "https://gitlab.lakedrops.com/composer/plugin/ahoy/tree/main"
"source": {
"type": "git",
"url": "https://gitlab.lakedrops.com/composer/library/composer-json-utils",
"symfony/dotenv": "^3.4||^4.4||^5.0",
"symfony/yaml": "^3.4||^4.4||^5.0",
},
"require-dev": {
"composer/composer": "^1||^2",
"phpunit/phpunit": "^8.4"
},
"type": "library",
"autoload": {
"psr-4": {
"LakeDrops\\Component\\Composer\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Jürgen Haas",
"email": "juergen.haas@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
{
"name": "Daniel Speicher",
"email": "daniel.speicher@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
{
"name": "Richard Papp",
"email": "richard.papp@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
}
],
"description": "Composer Library to provide utilities to work with project's own composer.json file",
"homepage": "https://gitlab.lakedrops.com/composer/library/composer-json-utils",
"keywords": [
"composer",
"development",
"drupal"
],
"support": {
"docs": "https://devops-tools.docs.lakedrops.com/composer/library/composer-json-utils/",
"issues": "https://gitlab.lakedrops.com/composer/library/composer-json-utils/issues",
"source": "https://gitlab.lakedrops.com/composer/library/composer-json-utils/tree/main"
"source": {
"type": "git",
"url": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold",
},
"require": {
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.6",
"drupal/address": "^1.8",
"drupal/admin_toolbar": "^3.0",
"drupal/antibot": "^1.4",
"drupal/block_class": "^1.2",
"drupal/coffee": "^1.0",
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
11828
"drupal/config_auto_export": "^2.0",
"drupal/config_filter": "^2.0",
"drupal/config_split": "^2.0",
"drupal/core": "^9.0",
"drupal/core-composer-scaffold": "^9.0",
"drupal/dev_modules": "^2.0",
"drupal/drd_agent": "^4.0",
"drupal/ds": "^3.7",
"drupal/entity": "^1.0",
"drupal/extlink": "^1.3",
"drupal/field_group": "^3.0",
"drupal/gin": "^3.0@alpha",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/honeypot": "^2.0",
"drupal/linkit": "^6.0",
"drupal/metatag": "^1.13",
"drupal/pathauto": "^1.8",
"drupal/piwik_noscript": "^1.4",
"drupal/recaptcha": "^3.0",
"drupal/redis": "^1.4",
"drupal/security_review": "1.x-dev",
"drupal/simple_sitemap": "^3.6",
"drupal/sitemap": "^2.0",
"drupal/smart_date": "^3.1",
"drupal/smtp": "^1.0",
"drupal/stage_file_proxy": "^1.1",
"drupal/subpathauto": "^1.1",
"drupal/token": "^1.7",
"drupal/unlimited_number": "^2.0",
"drush/drush": "^11",
"lakedrops/ahoy": "^1.5||dev-main",
"lakedrops/composer-json-utils": "^2.0||dev-main",
"php": ">=7.3"
},
"type": "metapackage",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Jürgen Haas",
"email": "juergen.haas@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
{
"name": "Daniel Speicher",
"email": "daniel.speicher@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
{
"name": "Richard Papp",
"email": "richard.papp@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
}
],
"description": "Composer Plugin for Drupal 9 Project Template",
"homepage": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold",
"keywords": [
"development",
"drupal",
"install",
"update"
],
"support": {
"docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/d9-scaffold/",
"issues": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold/issues",
"source": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold/tree/main"
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-diactoros.git",
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/10696c809866bebd9d71dca14de6c0d6c1cac2f8",
"reference": "10696c809866bebd9d71dca14de6c0d6c1cac2f8",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"conflict": {
"zendframework/zend-diactoros": "*"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-libxml": "*",
11910
11911
11912
11913
11914
11915
11916
11917
11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
11932
11933
11934
11935
11936
11937
11938
11939
11940
11941
11942
11943
11944
11945
11946
11947
11948
11949
11950
11951
11952
11953
11954
11955
11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
},
"type": "library",
"extra": {
"laminas": {
"config-provider": "Laminas\\Diactoros\\ConfigProvider",
"module": "Laminas\\Diactoros"
}
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php",
"src/functions/create_uploaded_file.legacy.php",
"src/functions/marshal_headers_from_sapi.legacy.php",
"src/functions/marshal_method_from_sapi.legacy.php",
"src/functions/marshal_protocol_version_from_sapi.legacy.php",
"src/functions/marshal_uri_from_sapi.legacy.php",
"src/functions/normalize_server.legacy.php",
"src/functions/normalize_uploaded_files.legacy.php",
"src/functions/parse_cookie_header.legacy.php"
],
"psr-4": {
"Laminas\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://laminas.dev",
"keywords": [
"http",
"laminas",
"psr",
"psr-17",
"psr-7"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-diactoros/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-diactoros/issues",
"rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
"source": "https://github.com/laminas/laminas-diactoros"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-escaper.git",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
"reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-mbstring": "*",
},
"conflict": {
"zendframework/zend-escaper": "*"
},
"require-dev": {
"infection/infection": "^0.26.6",
"maglnet/composer-require-checker": "^3.8.0",
"phpunit/phpunit": "^9.5.18",
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
12024
12025
12026
12027
12028
12029
"vimeo/psalm": "^4.22.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Escaper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
"homepage": "https://laminas.dev",
"keywords": [
"escaper",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-escaper/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-escaper/issues",
"rss": "https://github.com/laminas/laminas-escaper/releases.atom",
"source": "https://github.com/laminas/laminas-escaper"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-feed.git",
"url": "https://api.github.com/repos/laminas/laminas-feed/zipball/4d0a7a536b48f698914156ca6633104b3aef2f3b",
"reference": "4d0a7a536b48f698914156ca6633104b3aef2f3b",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"laminas/laminas-escaper": "^2.9",
},
"conflict": {
"laminas/laminas-servicemanager": "<3.3",
"zendframework/zend-feed": "*"
},
"require-dev": {
"laminas/laminas-cache": "^2.13.2 || ^3.6",
"laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.1",
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-db": "^2.15",
"laminas/laminas-http": "^2.16",
"laminas/laminas-validator": "^2.26",
"phpunit/phpunit": "^9.5.25",
12069
12070
12071
12072
12073
12074
12075
12076
12077
12078
12079
12080
12081
12082
12083
12084
12085
12086
12087
},
"suggest": {
"laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
"laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
"laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
"laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
"psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Feed\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides functionality for creating and consuming RSS and Atom feeds",
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-feed/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-feed/issues",
"rss": "https://github.com/laminas/laminas-feed/releases.atom",
"source": "https://github.com/laminas/laminas-feed"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-servicemanager.git",
"url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/ed160729bb8721127efdaac799f9a298963345b1",
"reference": "ed160729bb8721127efdaac799f9a298963345b1",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.2.1",
"psr/container": "^1.0"
},
"conflict": {
"ext-psr": "*",
"laminas/laminas-code": "<3.3.1",
"zendframework/zend-code": "<3.3.1",
"zendframework/zend-servicemanager": "*"
},
"provide": {
"psr/container-implementation": "^1.0"
},
"replace": {
"container-interop/container-interop": "^1.2.0"
},
"require-dev": {
"laminas/laminas-dependency-plugin": "^2.2",
"mikey179/vfsstream": "^1.6.11@alpha",
"ocramius/proxy-manager": "^2.14.1",
"phpbench/phpbench": "^1.2.6",
"phpunit/phpunit": "^9.5.25",
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
12169
12170
12171
12172
12173
12174
12175
12176
12177
12178
12179
12180
12181
12182
12183
12184
12185
12186
12187
12188
12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
},
"suggest": {
"ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
},
"bin": [
"bin/generate-deps-for-config-factory",
"bin/generate-factory-for-class"
],
"type": "library",
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ServiceManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Factory-Driven Dependency Injection Container",
"homepage": "https://laminas.dev",
"keywords": [
"PSR-11",
"dependency-injection",
"di",
"dic",
"laminas",
"service-manager",
"servicemanager"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-servicemanager/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-servicemanager/issues",
"rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
"source": "https://github.com/laminas/laminas-servicemanager"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git",
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/63b66bd4b696f024f42616b9d95cdb10e5109c27",
"reference": "63b66bd4b696f024f42616b9d95cdb10e5109c27",
},
"conflict": {
"zendframework/zend-stdlib": "*"
},
"require-dev": {
12228
12229
12230
12231
12232
12233
12234
12235
12236
12237
12238
12239
12240
12241
12242
12243
12244
12245
12246
12247
12248
12249
12250
12251
12252
12253
12254
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Stdlib\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "SPL extensions, array utilities, error handlers, and more",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"stdlib"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-stdlib/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-stdlib/issues",
"rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
"source": "https://github.com/laminas/laminas-stdlib"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"source": {
"type": "git",
"url": "https://github.com/lcobucci/clock.git",
"url": "https://api.github.com/repos/lcobucci/clock/zipball/fb533e093fd61321bfcbac08b131ce805fe183d3",
"reference": "fb533e093fd61321bfcbac08b131ce805fe183d3",
"infection/infection": "^0.26",
"lcobucci/coding-standard": "^8.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
12288
12289
12290
12291
12292
12293
12294
12295
12296
12297
12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com"
}
],
"description": "Yet another clock abstraction",
"support": {
"issues": "https://github.com/lcobucci/clock/issues",
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
12321
12322
12323
12324
12325
12326
12327
12328
12329
12330
12331
12332
12333
12334
12335
12336
12337
12338
12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
12354
12355
12356
12357
12358
12359
12360
12361
12362
12363
12364
12365
12366
12367
12368
12369
12370
12371
12372
12373
12374
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384
12385
12386
12387
12388
12389
12390
12391
},
{
"name": "lcobucci/jwt",
"version": "4.1.5",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582",
"reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582",
"shasum": ""
},
"require": {
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-sodium": "*",
"lcobucci/clock": "^2.0",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"infection/infection": "^0.21",
"lcobucci/coding-standard": "^6.0",
"mikey179/vfsstream": "^1.6.7",
"phpbench/phpbench": "^1.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/php-invoker": "^3.1",
"phpunit/phpunit": "^9.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
"source": "https://github.com/lcobucci/jwt/tree/4.1.5"
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
12395
12396
12397
12398
12399
12400
12401
12402
12403
12404
12405
12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430
12431
12432
12433
12434
12435
12436
12437
12438
12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
},
{
"name": "league/container",
"version": "4.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/container.git",
"reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/container/zipball/375d13cb828649599ef5d48a339c4af7a26cd0ab",
"reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"psr/container": "^1.1 || ^2.0"
},
"provide": {
"psr/container-implementation": "^1.0"
},
"replace": {
"orno/di": "~2.0"
},
"require-dev": {
"nette/php-generator": "^3.4",
"nikic/php-parser": "^4.10",
"phpstan/phpstan": "^0.12.47",
"phpunit/phpunit": "^8.5.17",
"roave/security-advisories": "dev-latest",
"scrutinizer/ocular": "^1.8",
"squizlabs/php_codesniffer": "^3.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev",
"dev-4.x": "4.x-dev",
"dev-3.x": "3.x-dev",
"dev-2.x": "2.x-dev",
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Container\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Phil Bennett",
"email": "mail@philbennett.co.uk",
"role": "Developer"
}
],
"description": "A fast and intuitive dependency injection container.",
"homepage": "https://github.com/thephpleague/container",
"keywords": [
"container",
"dependency",
"di",
"injection",
"league",
"provider",
"service"
],
"support": {
"issues": "https://github.com/thephpleague/container/issues",
"source": "https://github.com/thephpleague/container/tree/4.2.0"
},
"funding": [
{
"url": "https://github.com/philipobenito",
"type": "github"
}
],
"time": "2021-11-16T10:29:06+00:00"
},
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
{
"name": "league/event",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/event.git",
"reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
"reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "~1.0.1",
"phpspec/phpspec": "^2.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-4": {
"League\\Event\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Event package",
"keywords": [
"emitter",
"event",
"listener"
],
"support": {
"issues": "https://github.com/thephpleague/event/issues",
"source": "https://github.com/thephpleague/event/tree/master"
},
"time": "2018-11-26T11:52:41+00:00"
},
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
12553
12554
12555
12556
12557
12558
12559
12560
12561
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
12572
12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
12583
12584
12585
12586
12587
12588
12589
12590
12591
12592
12593
12594
12595
12596
12597
12598
12599
12600
12601
{
"name": "league/oauth2-client",
"version": "2.6.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-client.git",
"reference": "2334c249907190c132364f5dae0287ab8666aa19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19",
"reference": "2334c249907190c132364f5dae0287ab8666aa19",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"paragonie/random_compat": "^1 || ^2 || ^9.99",
"php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
"mockery/mockery": "^1.3.5",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
"squizlabs/php_codesniffer": "^2.3 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
},
{
"name": "Woody Gilk",
"homepage": "https://github.com/shadowhand",
"role": "Contributor"
}
],
"description": "OAuth 2.0 Client Library",
"keywords": [
"Authentication",
"SSO",
"authorization",
"identity",
"idp",
"oauth",
"oauth2",
"single sign on"
],
"support": {
"issues": "https://github.com/thephpleague/oauth2-client/issues",
"source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1"
},
"time": "2021-12-22T16:42:49+00:00"
},
12602
12603
12604
12605
12606
12607
12608
12609
12610
12611
12612
12613
12614
12615
12616
12617
12618
12619
12620
12621
12622
12623
12624
12625
12626
12627
12628
12629
12630
12631
12632
12633
12634
12635
12636
12637
12638
12639
12640
12641
12642
12643
12644
12645
12646
12647
12648
12649
12650
12651
12652
12653
12654
12655
12656
12657
12658
12659
12660
12661
12662
12663
12664
12665
12666
12667
12668
12669
12670
12671
12672
12673
12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
{
"name": "league/oauth2-server",
"version": "8.3.5",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git",
"reference": "7aeb7c42b463b1a6fe4d084d3145e2fa22436876"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/7aeb7c42b463b1a6fe4d084d3145e2fa22436876",
"reference": "7aeb7c42b463b1a6fe4d084d3145e2fa22436876",
"shasum": ""
},
"require": {
"defuse/php-encryption": "^2.2.1",
"ext-json": "*",
"ext-openssl": "*",
"lcobucci/jwt": "^3.4.6 || ^4.0.4",
"league/event": "^2.2",
"league/uri": "^6.4",
"php": "^7.2 || ^8.0",
"psr/http-message": "^1.0.1"
},
"replace": {
"league/oauth2server": "*",
"lncd/oauth2": "*"
},
"require-dev": {
"laminas/laminas-diactoros": "^2.4.1",
"phpstan/phpstan": "^0.12.57",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpunit/phpunit": "^8.5.13",
"roave/security-advisories": "dev-master"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\OAuth2\\Server\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
},
{
"name": "Andy Millington",
"email": "andrew@noexceptions.io",
"homepage": "https://www.noexceptions.io",
"role": "Developer"
}
],
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
"homepage": "https://oauth2.thephpleague.com/",
"keywords": [
"Authentication",
"api",
"auth",
"authorisation",
"authorization",
"oauth",
"oauth 2",
"oauth 2.0",
"oauth2",
"protect",
"resource",
"secure",
"server"
],
"support": {
"issues": "https://github.com/thephpleague/oauth2-server/issues",
"source": "https://github.com/thephpleague/oauth2-server/tree/8.3.5"
},
"funding": [
{
"url": "https://github.com/sephster",
"type": "github"
}
],
"time": "2022-05-03T21:21:28+00:00"
},
{
"name": "league/uri",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/a700b4656e4c54371b799ac61e300ab25a2d1d39",
"reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39",
"shasum": ""
},
"require": {
"ext-json": "*",
"league/uri-interfaces": "^2.3",
},
"conflict": {
"league/uri-schemes": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.9.5",
"nyholm/psr7": "^1.5.1",
"php-http/psr7-integration-tests": "^1.1.1",
"phpbench/phpbench": "^1.2.6",
"phpstan/phpstan": "^1.8.5",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-strict-rules": "^1.4.3",
"phpunit/phpunit": "^9.5.24",
"psr/http-factory": "^1.0.1"
12724
12725
12726
12727
12728
12729
12730
12731
12732
12733
12734
12735
12736
12737
12738
12739
12740
12741
12742
12743
12744
12745
12746
12747
12748
12749
12750
12751
12752
12753
12754
12755
12756
12757
12758
12759
12760
12761
12762
12763
12764
12765
12766
12767
12768
12769
12770
12771
12772
12773
12774
12775
12776
12777
12778
12779
},
"suggest": {
"ext-fileinfo": "Needed to create Data URI from a filepath",
"ext-intl": "Needed to improve host validation",
"league/uri-components": "Needed to easily manipulate URI objects",
"psr/http-factory": "Needed to use the URI factory"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI manipulation library",
"homepage": "https://uri.thephpleague.com",
"keywords": [
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"middleware",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
"rfc3986",
"rfc3987",
"rfc6570",
"uri",
"uri-template",
"url",
"ws"
],
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri/issues",
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
12789
12790
12791
12792
12793
12794
12795
12796
12797
12798
12799
12800
12801
12802
12803
12804
12805
12806
12807
12808
12809
12810
12811
12812
12813
12814
12815
12816
12817
12818
12819
12820
12821
12822
12823
12824
12825
12826
12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
12842
12843
12844
12845
12846
12847
12848
12849
12850
12851
12852
12853
12854
12855
12856
12857
12858
12859
12860
},
{
"name": "league/uri-interfaces",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
"reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.19",
"phpstan/phpstan": "^0.12.90",
"phpstan/phpstan-phpunit": "^0.12.19",
"phpstan/phpstan-strict-rules": "^0.12.9",
"phpunit/phpunit": "^8.5.15 || ^9.5"
},
"suggest": {
"ext-intl": "to use the IDNA feature",
"symfony/intl": "to use the IDNA feature via Symfony Polyfill"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "Common interface for URI representation",
"homepage": "http://github.com/thephpleague/uri-interfaces",
"keywords": [
"rfc3986",
"rfc3987",
"uri",
"url"
],
"support": {
"issues": "https://github.com/thephpleague/uri-interfaces/issues",
"source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2021-06-28T04:27:21+00:00"
},
12861
12862
12863
12864
12865
12866
12867
12868
12869
12870
12871
12872
12873
12874
12875
12876
12877
12878
12879
12880
12881
12882
12883
12884
12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
12901
12902
12903
12904
12905
12906
12907
{
"name": "lorisleiva/cron-translator",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/lorisleiva/cron-translator.git",
"reference": "784a6f6255a4b5f45da5d89dc6ec631a14d7b011"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lorisleiva/cron-translator/zipball/784a6f6255a4b5f45da5d89dc6ec631a14d7b011",
"reference": "784a6f6255a4b5f45da5d89dc6ec631a14d7b011",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Lorisleiva\\CronTranslator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Loris LEIVA",
"email": "loris.leiva@gmail.com",
"homepage": "https://lorisleiva.com"
}
],
"description": "Makes CRON expressions human-readable",
"homepage": "https://github.com/lorisleiva/cron-translator",
"keywords": [
"cron",
"expression",
"human"
],
"support": {
"issues": "https://github.com/lorisleiva/cron-translator/issues",
"source": "https://github.com/lorisleiva/cron-translator/tree/v0.1.1"
},
"time": "2020-03-01T14:44:47+00:00"
},
12908
12909
12910
12911
12912
12913
12914
12915
12916
12917
12918
12919
12920
12921
12922
12923
12924
12925
12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
12943
12944
12945
12946
12947
12948
12949
12950
12951
12952
12953
12954
12955
12956
12957
12958
12959
12960
12961
12962
12963
12964
12965
12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
12983
12984
12985
12986
12987
12988
12989
12990
12991
{
"name": "m4tthumphrey/php-gitlab-api",
"version": "11.8.0",
"source": {
"type": "git",
"url": "https://github.com/GitLabPHP/Client.git",
"reference": "38380c933ada8fd2099bc611f0de23c339cdb04a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GitLabPHP/Client/zipball/38380c933ada8fd2099bc611f0de23c339cdb04a",
"reference": "38380c933ada8fd2099bc611f0de23c339cdb04a",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-xml": "*",
"php": "^7.4.15 || ^8.0.2",
"php-http/cache-plugin": "^1.7.5",
"php-http/client-common": "^2.5",
"php-http/discovery": "^1.14",
"php-http/httplug": "^2.2",
"php-http/multipart-stream-builder": "^1.2",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/http-client-implementation": "^1.0",
"psr/http-factory-implementation": "^1.0",
"psr/http-message": "^1.0",
"symfony/options-resolver": "^4.4 || ^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.17"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"guzzlehttp/guzzle": "^7.4",
"http-interop/http-factory-guzzle": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Gitlab\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Bourigault",
"email": "bourigaultfabien@gmail.com",
"homepage": "https://github.com/fbourigault"
},
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Matt Humphrey",
"email": "matth@windsor-telecom.co.uk",
"homepage": "https://github.com/m4tthumphrey"
},
{
"name": "Miguel Piedrafita",
"email": "github@miguelpiedrafita.com",
"homepage": "https://github.com/m1guelpf"
}
],
"description": "GitLab API v4 client for PHP",
"keywords": [
"api",
"gitlab"
],
"support": {
"issues": "https://github.com/GitLabPHP/Client/issues",
"source": "https://github.com/GitLabPHP/Client/tree/11.8.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
}
],
"time": "2022-04-24T19:04:02+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947",
"reference": "897eb517a343a2281f11bc5556d6548db7d93947",
13004
13005
13006
13007
13008
13009
13010
13011
13012
13013
13014
13015
13016
13017
13018
13019
13020
13021
13022
13023
13024
13025
13026
13027
13028
13029
13030
13031
13032
13033
13034
13035
13036
13037
13038
13039
13040
13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
13054
13055
13056
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Masterminds\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Butcher",
"email": "technosophos@gmail.com"
},
{
"name": "Matt Farina",
"email": "matt@mattfarina.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
],
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
13060
13061
13062
13063
13064
13065
13066
13067
13068
13069
13070
13071
13072
13073
13074
13075
13076
13077
13078
13079
13080
13081
13082
13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106
},
{
"name": "mikehaertl/php-shellcommand",
"version": "1.6.4",
"source": {
"type": "git",
"url": "https://github.com/mikehaertl/php-shellcommand.git",
"reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/3488d7803df1e8f1a343d3d0ca452d527ad8d5e5",
"reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5",
"shasum": ""
},
"require": {
"php": ">= 5.3.0"
},
"require-dev": {
"phpunit/phpunit": ">4.0 <=9.4"
},
"type": "library",
"autoload": {
"psr-4": {
"mikehaertl\\shellcommand\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Härtl",
"email": "haertl.mike@gmail.com"
}
],
"description": "An object oriented interface to shell commands",
"keywords": [
"shell"
],
"support": {
"issues": "https://github.com/mikehaertl/php-shellcommand/issues",
"source": "https://github.com/mikehaertl/php-shellcommand/tree/1.6.4"
},
"time": "2021-03-17T06:54:33+00:00"
},
13107
13108
13109
13110
13111
13112
13113
13114
13115
13116
13117
13118
13119
13120
13121
13122
13123
13124
13125
13126
13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
13153
13154
13155
13156
13157
13158
13159
13160
{
"name": "mmucklo/inflect",
"version": "v0.3.0",
"source": {
"type": "git",
"url": "https://github.com/mmucklo/inflect.git",
"reference": "b665bcd3d4c23b6aa1990b6405ff96dd437689e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mmucklo/inflect/zipball/b665bcd3d4c23b6aa1990b6405ff96dd437689e9",
"reference": "b665bcd3d4c23b6aa1990b6405ff96dd437689e9",
"shasum": ""
},
"require": {
"php": ">=5.3.17"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Inflect": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sho Kuwamoto",
"email": "sho@kuwamoto.org"
},
{
"name": "Matthew J. Mucklo",
"email": "mmucklo@gmail.com"
}
],
"description": "inflect - a memoizing inflector for php",
"keywords": [
"inflect",
"inflector",
"pluralize",
"singularize",
"urlify"
],
"support": {
"issues": "https://github.com/mmucklo/inflect/issues",
"source": "https://github.com/mmucklo/inflect/tree/v0.3.0"
},
"time": "2015-05-16T04:16:08+00:00"
},
13161
13162
13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
13187
13188
13189
13190
13191
13192
13193
13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
{
"name": "mtownsend/xml-to-array",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/mtownsend5512/xml-to-array.git",
"reference": "0734720a8462dba36d90fb8b2723bf46af0091f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mtownsend5512/xml-to-array/zipball/0734720a8462dba36d90fb8b2723bf46af0091f4",
"reference": "0734720a8462dba36d90fb8b2723bf46af0091f4",
"shasum": ""
},
"require": {
"php": "~7.0|~8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"type": "library",
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Mtownsend\\XmlToArray\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Townsend",
"email": "mtownsend5512@gmail.com",
"role": "Developer"
}
],
"description": "Easily convert valid xml to a php array.",
"keywords": [
"array",
"convert",
"laravel",
"xml"
],
"support": {
"issues": "https://github.com/mtownsend5512/xml-to-array/issues",
"source": "https://github.com/mtownsend5512/xml-to-array/tree/2.0.0"
},
"time": "2021-02-27T22:39:18+00:00"
},
{
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
"reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "1.*",
"vimeo/psalm": "^4.6.2"
},
"type": "library",
"autoload": {
"psr-4": {
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"name": "PHP Enum contributors",
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
"description": "PHP Enum implementation",
"homepage": "http://github.com/myclabs/php-enum",
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
"type": "tidelift"
}
],
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
"reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
13289
13290
13291
13292
13293
13294
13295
13296
13297
13298
13299
13300
13301
13302
13303
13304
13305
13306
13307
13308
13309
13310
13311
13312
13313
13314
13315
13316
13317
13318
13319
13320
13321
13322
13323
13324
13325
13326
13327
13328
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"name": "npm-asset/babel--runtime-corejs3",
"version": "7.19.6",
"type": "tar",
"url": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.19.6.tgz"
"npm-asset/core-js-pure": ">=3.25.1,<4.0.0",
"npm-asset/regenerator-runtime": ">=0.13.4,<0.14.0"
]
},
{
"name": "npm-asset/core-js",
"version": "3.26.0",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/core-js/-/core-js-3.26.0.tgz"
"name": "npm-asset/core-js-pure",
"version": "3.26.0",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.26.0.tgz"
"type": "npm-asset",
"license": [
"MIT"
]
},
{
"name": "npm-asset/friendly-challenge",
"version": "0.9.8",
"type": "tar",
"url": "https://registry.npmjs.org/friendly-challenge/-/friendly-challenge-0.9.8.tgz"
"npm-asset/babel--runtime-corejs3": ">=7.10.4,<8.0.0",
"npm-asset/core-js": ">=3.6.5,<4.0.0",
"npm-asset/friendly-pow": "0.2.1",
"npm-asset/object-assign-polyfill": ">=0.1.0,<0.2.0",
"npm-asset/promis": ">=1.1.4,<2.0.0",
"npm-asset/url-polyfill": ">=1.1.10,<2.0.0",
"npm-asset/whatwg-fetch": ">=3.4.1,<4.0.0"
13389
13390
13391
13392
13393
13394
13395
13396
13397
13398
13399
13400
13401
13402
13403
13404
13405
13406
13407
13408
13409
13410
13411
13412
13413
13414
13415
13416
13417
13418
13419
13420
13421
13422
13423
13424
13425
13426
13427
13428
13429
13430
13431
13432
13433
13434
13435
13436
13437
13438
13439
13440
13441
13442
13443
13444
13445
13446
13447
13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
13463
13464
13465
13466
13467
13468
13469
13470
13471
13472
13473
13474
13475
13476
13477
13478
13479
13480
13481
13482
13483
13484
13485
13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
13503
13504
13505
13506
13507
13508
13509
13510
13511
13512
13513
13514
13515
13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
13537
13538
13539
13540
13541
13542
13543
13544
13545
13546
13547
13548
13549
13550
13551
13552
13553
13554
13555
13556
13557
13558
13559
13560
13561
13562
13563
13564
13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
13578
13579
13580
13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
13593
13594
13595
13596
13597
13598
13599
13600
13601
13602
13603
13604
13605
13606
13607
13608
13609
13610
13611
13612
13613
13614
13615
13616
13617
13618
13619
13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
13633
13634
13635
13636
13637
13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
13660
13661
13662
13663
13664
13665
"type": "npm-asset",
"license": [
"MIT"
]
},
{
"name": "npm-asset/friendly-pow",
"version": "0.2.1",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/friendly-pow/-/friendly-pow-0.2.1.tgz"
},
"type": "npm-asset"
},
{
"name": "npm-asset/object-assign-polyfill",
"version": "0.1.0",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/object-assign-polyfill/-/object-assign-polyfill-0.1.0.tgz"
},
"type": "npm-asset",
"license": [
"MIT"
]
},
{
"name": "npm-asset/promis",
"version": "1.1.4",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/promis/-/promis-1.1.4.tgz"
},
"type": "npm-asset",
"license": [
"BSD"
]
},
{
"name": "npm-asset/regenerator-runtime",
"version": "0.13.9",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz"
},
"type": "npm-asset",
"license": [
"MIT"
]
},
{
"name": "npm-asset/url-polyfill",
"version": "1.1.12",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.12.tgz"
},
"type": "npm-asset",
"license": [
"MIT"
]
},
{
"name": "npm-asset/whatwg-fetch",
"version": "3.6.2",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz"
},
"type": "npm-asset",
"license": [
"MIT"
]
},
{
"name": "nyholm/psr7",
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
"reference": "f734364e38a876a23be4d906a2a089e1315be18a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a",
"reference": "f734364e38a876a23be4d906a2a089e1315be18a",
"shasum": ""
},
"require": {
"php": ">=7.1",
"php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"http-interop/http-factory-tests": "^0.9",
"php-http/psr7-integration-tests": "^1.0",
"phpunit/phpunit": "^7.5 || 8.5 || 9.4",
"symfony/error-handler": "^4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"Nyholm\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
"homepage": "https://tnyholm.se",
"keywords": [
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
"source": "https://github.com/Nyholm/psr7/tree/1.5.1"
},
"funding": [
{
"url": "https://github.com/Zegnat",
"type": "github"
},
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
"time": "2022-06-22T07:13:36+00:00"
},
{
"name": "oomphinc/composer-installers-extender",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/oomphinc/composer-installers-extender.git",
"reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
"reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
"composer/installers": "^1.0 || ^2.0",
"php": ">=7.1"
},
"require-dev": {
"composer/composer": "^2.0",
"phpunit/phpunit": "^7.2",
"squizlabs/php_codesniffer": "^3.3"
},
"type": "composer-plugin",
"extra": {
"class": "OomphInc\\ComposerInstallersExtender\\Plugin"
},
"autoload": {
"psr-4": {
"OomphInc\\ComposerInstallersExtender\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Stephen Beemsterboer",
"email": "stephen@oomphinc.com",
"homepage": "https://github.com/balbuf"
},
{
"name": "Nathan Dentzau",
"email": "nate@oomphinc.com",
"homepage": "http://oomph.is/ndentzau"
}
],
"description": "Extend the composer/installers plugin to accept any arbitrary package type.",
"homepage": "http://www.oomphinc.com/",
"support": {
"issues": "https://github.com/oomphinc/composer-installers-extender/issues",
"source": "https://github.com/oomphinc/composer-installers-extender/tree/2.0.1"
},
"time": "2021-12-15T12:32:42+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v9.99.100",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
"shasum": ""
},
"require": {
"php": ">= 7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"time": "2020-10-15T08:29:30+00:00"
},
{
"name": "pear/archive_tar",
"version": "1.4.14",
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
"shasum": ""
},
"require": {
"pear/pear-core-minimal": "^1.10.0alpha2",
"php": ">=5.2.0"
},
"require-dev": {
13666
13667
13668
13669
13670
13671
13672
13673
13674
13675
13676
13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
13688
13689
13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701
13702
13703
13704
13705
13706
13707
13708
13709
13710
13711
13712
13713
13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
13735
13736
13737
13738
13739
13740
13741
13742
13743
13744
13745
13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
13757
13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
"phpunit/phpunit": "*"
},
"suggest": {
"ext-bz2": "Bz2 compression support.",
"ext-xz": "Lzma2 compression support.",
"ext-zlib": "Gzip compression support."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Archive_Tar": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Vincent Blavet",
"email": "vincent@phpconcept.net"
},
{
"name": "Greg Beaver",
"email": "greg@chiaraquartet.net"
},
{
"name": "Michiel Rook",
"email": "mrook@php.net"
}
],
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
"homepage": "https://github.com/pear/Archive_Tar",
"keywords": [
"archive",
"tar"
],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
"source": "https://github.com/pear/Archive_Tar"
},
"funding": [
{
"url": "https://github.com/mrook",
"type": "github"
},
{
"url": "https://www.patreon.com/michielrook",
"type": "patreon"
}
],
"time": "2021-07-20T13:53:39+00:00"
},
{
"name": "pear/console_getopt",
"version": "v1.4.3",
"source": {
"type": "git",
"url": "https://github.com/pear/Console_Getopt.git",
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Console": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Andrei Zmievski",
"email": "andrei@php.net",
"role": "Lead"
},
{
"name": "Stig Bakken",
"email": "stig@php.net",
"role": "Developer"
},
{
"name": "Greg Beaver",
"email": "cellog@php.net",
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
"source": "https://github.com/pear/Console_Getopt"
"url": "https://github.com/pear/pear-core-minimal.git",
"reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d"
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d",
"reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d",
"pear/console_getopt": "~1.4",
"pear/pear_exception": "~1.0"
}
},
"notification-url": "https://packagist.org/downloads/",
"name": "Christian Weiske",
"email": "cweiske@php.net",
"role": "Lead"
"description": "Minimal set of PEAR core files to be used as composer dependency",
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/pear-core-minimal"
"url": "https://github.com/pear/PEAR_Exception.git",
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
13858
13859
13860
13861
13862
13863
13864
13865
13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
13883
13884
13885
13886
13887
13888
13889
13890
13891
13892
13893
13894
13895
13896
13897
13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
13912
13913
13914
13915
13916
13917
13918
13919
13920
13921
13922
13923
13924
13925
13926
13927
13928
13929
13930
13931
13932
13933
13934
13935
13936
13937
13938
13939
13940
13941
13942
13943
13944
13945
13946
13947
13948
13949
13950
13951
13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
13976
13977
13978
13979
13980
13981
13982
13983
13984
13985
13986
13987
13988
13989
13990
13991
13992
13993
13994
13995
13996
13997
13998
13999
14000
14001
14002
14003
14004
14005
14006
14007
14008
14009
14010
14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
14033
14034
14035
14036
14037
14038
14039
14040
14041
14042
14043
14044
14045
14046
14047
14048
14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
14064
14065
14066
14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
14082
14083
14084
14085
14086
14087
14088
14089
14090
14091
14092
14093
14094
14095
14096
14097
14098
14099
14100
14101
14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
14114
14115
14116
14117
14118
14119
14120
14121
14122
14123
14124
14125
14126
14127
14128
14129
14130
14131
14132
14133
14134
14135
14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
14156
14157
14158
14159
14160
14161
14162
14163
14164
14165
14166
14167
14168
14169
14170
14171
14172
14173
14174
14175
14176
14177
14178
14179
14180
14181
14182
14183
14184
14185
14186
14187
14188
14189
14190
14191
14192
14193
14194
14195
14196
14197
14198
14199
14200
"include-path": [
"."
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Helgi Thormar",
"email": "dufuz@php.net"
},
{
"name": "Greg Beaver",
"email": "cellog@php.net"
}
],
"description": "The PEAR Exception base class.",
"homepage": "https://github.com/pear/PEAR_Exception",
"keywords": [
"exception"
],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
"source": "https://github.com/pear/PEAR_Exception"
},
"time": "2021-03-21T15:43:46+00:00"
},
{
"name": "php-http/cache-plugin",
"version": "1.7.5",
"source": {
"type": "git",
"url": "https://github.com/php-http/cache-plugin.git",
"reference": "63bc3f7242825c9a817db8f78e4c9703b0c471e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/cache-plugin/zipball/63bc3f7242825c9a817db8f78e4c9703b0c471e2",
"reference": "63bc3f7242825c9a817db8f78e4c9703b0c471e2",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"php-http/client-common": "^1.9 || ^2.0",
"php-http/message-factory": "^1.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"phpspec/phpspec": "^5.1 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Client\\Common\\Plugin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "PSR-6 Cache plugin for HTTPlug",
"homepage": "http://httplug.io",
"keywords": [
"cache",
"http",
"httplug",
"plugin"
],
"support": {
"issues": "https://github.com/php-http/cache-plugin/issues",
"source": "https://github.com/php-http/cache-plugin/tree/1.7.5"
},
"time": "2022-01-18T12:24:56+00:00"
},
{
"name": "php-http/client-common",
"version": "2.6.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/client-common.git",
"reference": "45db684cd4e186dcdc2b9c06b22970fe123796c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/client-common/zipball/45db684cd4e186dcdc2b9c06b22970fe123796c0",
"reference": "45db684cd4e186dcdc2b9c06b22970fe123796c0",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"php-http/httplug": "^2.0",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.17"
},
"require-dev": {
"doctrine/instantiator": "^1.1",
"guzzlehttp/psr7": "^1.4",
"nyholm/psr7": "^1.2",
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
"phpspec/prophecy": "^1.10.2",
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
},
"suggest": {
"ext-json": "To detect JSON responses with the ContentTypePlugin",
"ext-libxml": "To detect XML responses with the ContentTypePlugin",
"php-http/cache-plugin": "PSR-6 Cache plugin",
"php-http/logger-plugin": "PSR-3 Logger plugin",
"php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Client\\Common\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Common HTTP Client implementations and tools for HTTPlug",
"homepage": "http://httplug.io",
"keywords": [
"client",
"common",
"http",
"httplug"
],
"support": {
"issues": "https://github.com/php-http/client-common/issues",
"source": "https://github.com/php-http/client-common/tree/2.6.0"
},
"time": "2022-09-29T09:59:43+00:00"
},
{
"name": "php-http/discovery",
"version": "1.14.3",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "31d8ee46d0215108df16a8527c7438e96a4d7735"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735",
"reference": "31d8ee46d0215108df16a8527c7438e96a4d7735",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"nyholm/psr7": "<1.0"
},
"require-dev": {
"graham-campbell/phpspec-skip-example-extension": "^5.0",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
"phpspec/phpspec": "^5.1 || ^6.1"
},
"suggest": {
"php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Discovery\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Finds installed HTTPlug implementations and PSR-7 message factories",
"homepage": "http://php-http.org",
"keywords": [
"adapter",
"client",
"discovery",
"factory",
"http",
"message",
"psr7"
],
"support": {
"issues": "https://github.com/php-http/discovery/issues",
"source": "https://github.com/php-http/discovery/tree/1.14.3"
},
"time": "2022-07-11T14:04:40+00:00"
},
{
"name": "php-http/httplug",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
"reference": "f640739f80dfa1152533976e3c112477f69274eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb",
"reference": "f640739f80dfa1152533976e3c112477f69274eb",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"php-http/promise": "^1.1",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"friends-of-phpspec/phpspec-code-coverage": "^4.1",
"phpspec/phpspec": "^5.1 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "HTTPlug, the HTTP client abstraction for PHP",
"homepage": "http://httplug.io",
"keywords": [
"client",
"http"
],
"support": {
"issues": "https://github.com/php-http/httplug/issues",
"source": "https://github.com/php-http/httplug/tree/2.3.0"
},
"time": "2022-02-21T09:52:22+00:00"
},
{
"name": "php-http/message",
"version": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/message.git",
"reference": "7886e647a30a966a1a8d1dad1845b71ca8678361"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361",
"reference": "7886e647a30a966a1a8d1dad1845b71ca8678361",
"shasum": ""
},
"require": {
"clue/stream-filter": "^1.5",
"php": "^7.1 || ^8.0",
"php-http/message-factory": "^1.0.2",
"psr/http-message": "^1.0"
},
"provide": {
"php-http/message-factory-implementation": "1.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.6",
"ext-zlib": "*",
"guzzlehttp/psr7": "^1.0",
"laminas/laminas-diactoros": "^2.0",
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
"slim/slim": "^3.0"
},
"suggest": {
"ext-zlib": "Used with compressor/decompressor streams",
"guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
"laminas/laminas-diactoros": "Used with Diactoros Factories",
"slim/slim": "Used with Slim Framework PSR-7 implementation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"files": [
"src/filters.php"
],
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
Loading
Loading full blame...