]> git.mxchange.org Git - friendica.git/blob - composer.lock
Update .gitignore for new php-cs-fixer filename
[friendica.git] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "356019e5d0c92aae938f5292dd0fd103",
8     "packages": [
9         {
10             "name": "asika/simple-console",
11             "version": "1.0.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/asika32764/php-simple-console.git",
15                 "reference": "0b624c1a999849dc6481a47182e58d593bf65068"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/asika32764/php-simple-console/zipball/0b624c1a999849dc6481a47182e58d593bf65068",
20                 "reference": "0b624c1a999849dc6481a47182e58d593bf65068",
21                 "shasum": ""
22             },
23             "type": "library",
24             "autoload": {
25                 "psr-4": {
26                     "Asika\\SimpleConsole\\": "src/"
27                 }
28             },
29             "notification-url": "https://packagist.org/downloads/",
30             "license": [
31                 "MIT"
32             ],
33             "authors": [
34                 {
35                     "name": "Simon Asika",
36                     "email": "asika32764@gmail.com"
37                 }
38             ],
39             "description": "One file console framework to help you write build scripts.",
40             "time": "2018-03-08T12:05:40+00:00"
41         },
42         {
43             "name": "bacon/bacon-qr-code",
44             "version": "2.0.8",
45             "source": {
46                 "type": "git",
47                 "url": "https://github.com/Bacon/BaconQrCode.git",
48                 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
49             },
50             "dist": {
51                 "type": "zip",
52                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
53                 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
54                 "shasum": ""
55             },
56             "require": {
57                 "dasprid/enum": "^1.0.3",
58                 "ext-iconv": "*",
59                 "php": "^7.1 || ^8.0"
60             },
61             "require-dev": {
62                 "phly/keep-a-changelog": "^2.1",
63                 "phpunit/phpunit": "^7 | ^8 | ^9",
64                 "spatie/phpunit-snapshot-assertions": "^4.2.9",
65                 "squizlabs/php_codesniffer": "^3.4"
66             },
67             "suggest": {
68                 "ext-imagick": "to generate QR code images"
69             },
70             "type": "library",
71             "autoload": {
72                 "psr-4": {
73                     "BaconQrCode\\": "src/"
74                 }
75             },
76             "notification-url": "https://packagist.org/downloads/",
77             "license": [
78                 "BSD-2-Clause"
79             ],
80             "authors": [
81                 {
82                     "name": "Ben Scholzen 'DASPRiD'",
83                     "email": "mail@dasprids.de",
84                     "homepage": "https://dasprids.de/",
85                     "role": "Developer"
86                 }
87             ],
88             "description": "BaconQrCode is a QR code generator for PHP.",
89             "homepage": "https://github.com/Bacon/BaconQrCode",
90             "time": "2022-12-07T17:46:57+00:00"
91         },
92         {
93             "name": "bower-asset/Chart-js",
94             "version": "v2.9.4",
95             "source": {
96                 "type": "git",
97                 "url": "https://github.com/chartjs/Chart.js.git",
98                 "reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278"
99             },
100             "dist": {
101                 "type": "zip",
102                 "url": "https://api.github.com/repos/chartjs/Chart.js/zipball/9bd4cf82fda9f50a5fb50b72843e06ab88124278",
103                 "reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278",
104                 "shasum": ""
105             },
106             "type": "bower-asset-library",
107             "extra": {
108                 "bower-asset-main": "./dist/Chart.js",
109                 "bower-asset-ignore": [
110                     ".github",
111                     ".codeclimate.yml",
112                     ".gitignore",
113                     ".npmignore",
114                     ".travis.yml",
115                     "scripts"
116                 ]
117             },
118             "license": [
119                 "MIT"
120             ],
121             "description": "Simple HTML5 charts using the canvas element.",
122             "time": "2020-10-19T12:22:11+00:00"
123         },
124         {
125             "name": "bower-asset/base64",
126             "version": "1.3.0",
127             "source": {
128                 "type": "git",
129                 "url": "https://github.com/davidchambers/Base64.js.git",
130                 "reference": "22192690552ba07bf035f95a5d2d1a0e2f0ced46"
131             },
132             "dist": {
133                 "type": "zip",
134                 "url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/22192690552ba07bf035f95a5d2d1a0e2f0ced46",
135                 "reference": "22192690552ba07bf035f95a5d2d1a0e2f0ced46",
136                 "shasum": ""
137             },
138             "type": "bower-asset-library",
139             "extra": {
140                 "bower-asset-main": "./base64.js",
141                 "bower-asset-ignore": [
142                     "**/.*",
143                     "Makefile",
144                     "coverage/",
145                     "scripts/",
146                     "test/"
147                 ]
148             },
149             "license": [
150                 "WTFPL"
151             ],
152             "description": "Base64 encoding and decoding",
153             "time": "2023-09-18T21:37:26+00:00"
154         },
155         {
156             "name": "bower-asset/dompurify",
157             "version": "1.0.11",
158             "source": {
159                 "type": "git",
160                 "url": "https://github.com/cure53/DOMPurify.git",
161                 "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38"
162             },
163             "dist": {
164                 "type": "zip",
165                 "url": "https://api.github.com/repos/cure53/DOMPurify/zipball/3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38",
166                 "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38",
167                 "shasum": ""
168             },
169             "type": "bower-asset-library",
170             "extra": {
171                 "bower-asset-main": "src/purify.js",
172                 "bower-asset-ignore": [
173                     "**/.*",
174                     "demos",
175                     "scripts",
176                     "test",
177                     "website"
178                 ]
179             },
180             "license": [
181                 "MPL-2.0",
182                 "Apache-2.0"
183             ],
184             "description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
185             "keywords": [
186                 "cross site scripting",
187                 "dom",
188                 "filter",
189                 "html",
190                 "mathml",
191                 "sanitize",
192                 "sanitizer",
193                 "secure",
194                 "security",
195                 "svg",
196                 "xss"
197             ],
198             "time": "2019-06-18T13:33:05+00:00"
199         },
200         {
201             "name": "bower-asset/fork-awesome",
202             "version": "1.2.0",
203             "source": {
204                 "type": "git",
205                 "url": "https://github.com/ForkAwesome/Fork-Awesome.git",
206                 "reference": "1e3849530d0266ece3a883649e1398414b92241d"
207             },
208             "dist": {
209                 "type": "zip",
210                 "url": "https://api.github.com/repos/ForkAwesome/Fork-Awesome/zipball/1e3849530d0266ece3a883649e1398414b92241d",
211                 "reference": "1e3849530d0266ece3a883649e1398414b92241d",
212                 "shasum": ""
213             },
214             "type": "bower-asset-library",
215             "extra": {
216                 "bower-asset-main": [
217                     "less/fork-awesome.less",
218                     "scss/fork-awesome.scss"
219                 ],
220                 "bower-asset-ignore": [
221                     "*/.*",
222                     "*.json",
223                     "src",
224                     "*.yml",
225                     "Gemfile",
226                     "Gemfile.lock",
227                     "*.md"
228                 ]
229             },
230             "license": [
231                 "OFL-1.1",
232                 "MIT",
233                 "CC-BY-3.0"
234             ],
235             "description": "Fork Awesome",
236             "keywords": [
237                 "awesome",
238                 "font",
239                 "fork",
240                 "icon"
241             ],
242             "time": "2021-08-26T18:46:39+00:00"
243         },
244         {
245             "name": "brick/math",
246             "version": "0.9.3",
247             "source": {
248                 "type": "git",
249                 "url": "https://github.com/brick/math.git",
250                 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
251             },
252             "dist": {
253                 "type": "zip",
254                 "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
255                 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
256                 "shasum": ""
257             },
258             "require": {
259                 "ext-json": "*",
260                 "php": "^7.1 || ^8.0"
261             },
262             "require-dev": {
263                 "php-coveralls/php-coveralls": "^2.2",
264                 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
265                 "vimeo/psalm": "4.9.2"
266             },
267             "type": "library",
268             "autoload": {
269                 "psr-4": {
270                     "Brick\\Math\\": "src/"
271                 }
272             },
273             "notification-url": "https://packagist.org/downloads/",
274             "license": [
275                 "MIT"
276             ],
277             "description": "Arbitrary-precision arithmetic library",
278             "keywords": [
279                 "Arbitrary-precision",
280                 "BigInteger",
281                 "BigRational",
282                 "arithmetic",
283                 "bigdecimal",
284                 "bignum",
285                 "brick",
286                 "math"
287             ],
288             "funding": [
289                 {
290                     "url": "https://github.com/BenMorel",
291                     "type": "github"
292                 },
293                 {
294                     "url": "https://tidelift.com/funding/github/packagist/brick/math",
295                     "type": "tidelift"
296                 }
297             ],
298             "time": "2021-08-15T20:50:18+00:00"
299         },
300         {
301             "name": "composer/ca-bundle",
302             "version": "1.4.0",
303             "source": {
304                 "type": "git",
305                 "url": "https://github.com/composer/ca-bundle.git",
306                 "reference": "b66d11b7479109ab547f9405b97205640b17d385"
307             },
308             "dist": {
309                 "type": "zip",
310                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385",
311                 "reference": "b66d11b7479109ab547f9405b97205640b17d385",
312                 "shasum": ""
313             },
314             "require": {
315                 "ext-openssl": "*",
316                 "ext-pcre": "*",
317                 "php": "^5.3.2 || ^7.0 || ^8.0"
318             },
319             "require-dev": {
320                 "phpstan/phpstan": "^0.12.55",
321                 "psr/log": "^1.0",
322                 "symfony/phpunit-bridge": "^4.2 || ^5",
323                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
324             },
325             "type": "library",
326             "extra": {
327                 "branch-alias": {
328                     "dev-main": "1.x-dev"
329                 }
330             },
331             "autoload": {
332                 "psr-4": {
333                     "Composer\\CaBundle\\": "src"
334                 }
335             },
336             "notification-url": "https://packagist.org/downloads/",
337             "license": [
338                 "MIT"
339             ],
340             "authors": [
341                 {
342                     "name": "Jordi Boggiano",
343                     "email": "j.boggiano@seld.be",
344                     "homepage": "http://seld.be"
345                 }
346             ],
347             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
348             "keywords": [
349                 "cabundle",
350                 "cacert",
351                 "certificate",
352                 "ssl",
353                 "tls"
354             ],
355             "funding": [
356                 {
357                     "url": "https://packagist.com",
358                     "type": "custom"
359                 },
360                 {
361                     "url": "https://github.com/composer",
362                     "type": "github"
363                 },
364                 {
365                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
366                     "type": "tidelift"
367                 }
368             ],
369             "time": "2023-12-18T12:05:55+00:00"
370         },
371         {
372             "name": "dasprid/enum",
373             "version": "1.0.5",
374             "source": {
375                 "type": "git",
376                 "url": "https://github.com/DASPRiD/Enum.git",
377                 "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
378             },
379             "dist": {
380                 "type": "zip",
381                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
382                 "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
383                 "shasum": ""
384             },
385             "require": {
386                 "php": ">=7.1 <9.0"
387             },
388             "require-dev": {
389                 "phpunit/phpunit": "^7 | ^8 | ^9",
390                 "squizlabs/php_codesniffer": "*"
391             },
392             "type": "library",
393             "autoload": {
394                 "psr-4": {
395                     "DASPRiD\\Enum\\": "src/"
396                 }
397             },
398             "notification-url": "https://packagist.org/downloads/",
399             "license": [
400                 "BSD-2-Clause"
401             ],
402             "authors": [
403                 {
404                     "name": "Ben Scholzen 'DASPRiD'",
405                     "email": "mail@dasprids.de",
406                     "homepage": "https://dasprids.de/",
407                     "role": "Developer"
408                 }
409             ],
410             "description": "PHP 7.1 enum implementation",
411             "keywords": [
412                 "enum",
413                 "map"
414             ],
415             "time": "2023-08-25T16:18:39+00:00"
416         },
417         {
418             "name": "divineomega/do-file-cache",
419             "version": "v2.0.6",
420             "source": {
421                 "type": "git",
422                 "url": "https://github.com/DivineOmega/DO-File-Cache.git",
423                 "reference": "23696a8a4c3ebe2ab3d68a35b2698fa103f69334"
424             },
425             "dist": {
426                 "type": "zip",
427                 "url": "https://api.github.com/repos/DivineOmega/DO-File-Cache/zipball/23696a8a4c3ebe2ab3d68a35b2698fa103f69334",
428                 "reference": "23696a8a4c3ebe2ab3d68a35b2698fa103f69334",
429                 "shasum": ""
430             },
431             "require": {
432                 "ext-json": "*",
433                 "ext-zlib": "*",
434                 "php": ">=5.6"
435             },
436             "require-dev": {
437                 "php-coveralls/php-coveralls": "^2.1",
438                 "phpunit/phpunit": "^6.5"
439             },
440             "type": "library",
441             "extra": {
442                 "branch-alias": {
443                     "dev-master": "1.0-dev"
444                 }
445             },
446             "autoload": {
447                 "psr-4": {
448                     "DivineOmega\\DOFileCache\\": "src/"
449                 }
450             },
451             "notification-url": "https://packagist.org/downloads/",
452             "license": [
453                 "LGPL-3.0-only"
454             ],
455             "description": "DO File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.",
456             "keywords": [
457                 "cache",
458                 "caching",
459                 "caching library",
460                 "file cache",
461                 "library",
462                 "php"
463             ],
464             "time": "2018-12-31T09:36:51+00:00"
465         },
466         {
467             "name": "divineomega/do-file-cache-psr-6",
468             "version": "v2.0.1",
469             "source": {
470                 "type": "git",
471                 "url": "https://github.com/DivineOmega/DO-File-Cache-PSR-6.git",
472                 "reference": "18f9807d0491d093e9a12741afb40257d92f017e"
473             },
474             "dist": {
475                 "type": "zip",
476                 "url": "https://api.github.com/repos/DivineOmega/DO-File-Cache-PSR-6/zipball/18f9807d0491d093e9a12741afb40257d92f017e",
477                 "reference": "18f9807d0491d093e9a12741afb40257d92f017e",
478                 "shasum": ""
479             },
480             "require": {
481                 "divineomega/do-file-cache": "^2.0.0",
482                 "psr/cache": "^1.0"
483             },
484             "require-dev": {
485                 "cache/integration-tests": "^0.16.0",
486                 "php-coveralls/php-coveralls": "^2.1",
487                 "phpunit/phpunit": "^5.7"
488             },
489             "type": "library",
490             "autoload": {
491                 "psr-4": {
492                     "DivineOmega\\DOFileCachePSR6\\": "src/"
493                 }
494             },
495             "notification-url": "https://packagist.org/downloads/",
496             "license": [
497                 "LGPL-3.0-only"
498             ],
499             "authors": [
500                 {
501                     "name": "Jordan Hall",
502                     "email": "jordan@hall05.co.uk"
503                 }
504             ],
505             "description": "PSR-6 adapter for DO File Cache",
506             "time": "2018-07-13T08:32:36+00:00"
507         },
508         {
509             "name": "divineomega/password_exposed",
510             "version": "v3.2.0",
511             "source": {
512                 "type": "git",
513                 "url": "https://github.com/DivineOmega/password_exposed.git",
514                 "reference": "327f93ee5cab54622077bcae721412b55be16720"
515             },
516             "dist": {
517                 "type": "zip",
518                 "url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/327f93ee5cab54622077bcae721412b55be16720",
519                 "reference": "327f93ee5cab54622077bcae721412b55be16720",
520                 "shasum": ""
521             },
522             "require": {
523                 "divineomega/do-file-cache-psr-6": "^2.0",
524                 "divineomega/psr-18-guzzle-adapter": "^1.0",
525                 "nyholm/psr7": "^1.0",
526                 "paragonie/certainty": "^2.4",
527                 "php": "^7.1||^8.0",
528                 "php-http/discovery": "^1.6",
529                 "psr/cache": "^1.0",
530                 "psr/http-client": "^1.0",
531                 "psr/http-factory-implementation": "^1.0",
532                 "psr/http-message": "^1.0",
533                 "psr/http-message-implementation": "^1.0"
534             },
535             "require-dev": {
536                 "fzaninotto/faker": "^1.7",
537                 "kriswallsmith/buzz": "^1.0",
538                 "php-coveralls/php-coveralls": "^2.1",
539                 "phpunit/phpunit": "^7.0||^8.0",
540                 "symfony/cache": "^4.2.12",
541                 "vimeo/psalm": "^4"
542             },
543             "type": "library",
544             "extra": {
545                 "branch-alias": {
546                     "dev-master": "3.0-dev"
547                 }
548             },
549             "autoload": {
550                 "files": [
551                     "src/PasswordExposedFunction.php"
552                 ],
553                 "psr-4": {
554                     "DivineOmega\\PasswordExposed\\": "src/"
555                 }
556             },
557             "notification-url": "https://packagist.org/downloads/",
558             "license": [
559                 "LGPL-3.0-only"
560             ],
561             "authors": [
562                 {
563                     "name": "Jordan Hall",
564                     "email": "jordan@hall05.co.uk"
565                 },
566                 {
567                     "name": "Contributors",
568                     "homepage": "https://github.com/DivineOmega/password_exposed/graphs/contributors"
569                 }
570             ],
571             "description": "This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.",
572             "homepage": "https://github.com/DivineOmega/password_exposed",
573             "funding": [
574                 {
575                     "url": "https://github.com/DivineOmega",
576                     "type": "github"
577                 }
578             ],
579             "time": "2021-04-20T09:34:23+00:00"
580         },
581         {
582             "name": "divineomega/psr-18-guzzle-adapter",
583             "version": "v1.2.0",
584             "source": {
585                 "type": "git",
586                 "url": "https://github.com/DivineOmega/psr-18-guzzle-adapter.git",
587                 "reference": "a2bdcddd4d4a17aac460e58d1e064e6bd2de5e57"
588             },
589             "dist": {
590                 "type": "zip",
591                 "url": "https://api.github.com/repos/DivineOmega/psr-18-guzzle-adapter/zipball/a2bdcddd4d4a17aac460e58d1e064e6bd2de5e57",
592                 "reference": "a2bdcddd4d4a17aac460e58d1e064e6bd2de5e57",
593                 "shasum": ""
594             },
595             "require": {
596                 "guzzlehttp/guzzle": "^6.3||^7.0",
597                 "php": "^7.1||^8.0",
598                 "psr/http-client": "^1.0"
599             },
600             "type": "library",
601             "autoload": {
602                 "psr-4": {
603                     "DivineOmega\\Psr18GuzzleAdapter\\": "src/"
604                 }
605             },
606             "notification-url": "https://packagist.org/downloads/",
607             "license": [
608                 "LGPL-3.0-only"
609             ],
610             "authors": [
611                 {
612                     "name": "Jordan Hall",
613                     "email": "jordan@hall05.co.uk"
614                 }
615             ],
616             "description": "PSR-18 adapter for the Guzzle HTTP client",
617             "funding": [
618                 {
619                     "url": "https://github.com/DivineOmega",
620                     "type": "github"
621                 }
622             ],
623             "time": "2021-04-20T08:50:57+00:00"
624         },
625         {
626             "name": "enyo/dropzone",
627             "version": "v5.9.3",
628             "source": {
629                 "type": "git",
630                 "url": "https://github.com/dropzone/dropzone-packagist.git",
631                 "reference": "286b2dc1f1195bd12169e4c9d5f91cfbe46e245f"
632             },
633             "dist": {
634                 "type": "zip",
635                 "url": "https://api.github.com/repos/dropzone/dropzone-packagist/zipball/286b2dc1f1195bd12169e4c9d5f91cfbe46e245f",
636                 "reference": "286b2dc1f1195bd12169e4c9d5f91cfbe46e245f",
637                 "shasum": ""
638             },
639             "type": "library",
640             "notification-url": "https://packagist.org/downloads/",
641             "license": [
642                 "MIT"
643             ],
644             "authors": [
645                 {
646                     "name": "Matias Meno",
647                     "email": "m@tias.me",
648                     "homepage": "http://www.yesmeno.com"
649                 }
650             ],
651             "description": "Handles drag and drop of files for you.",
652             "homepage": "http://www.dropzonejs.com",
653             "keywords": [
654                 "drag and drop",
655                 "dragndrop",
656                 "file upload",
657                 "upload"
658             ],
659             "time": "2021-09-21T17:03:36+00:00"
660         },
661         {
662             "name": "ezyang/htmlpurifier",
663             "version": "v4.17.0",
664             "source": {
665                 "type": "git",
666                 "url": "https://github.com/ezyang/htmlpurifier.git",
667                 "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
668             },
669             "dist": {
670                 "type": "zip",
671                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
672                 "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
673                 "shasum": ""
674             },
675             "require": {
676                 "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
677             },
678             "require-dev": {
679                 "cerdic/css-tidy": "^1.7 || ^2.0",
680                 "simpletest/simpletest": "dev-master"
681             },
682             "suggest": {
683                 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
684                 "ext-bcmath": "Used for unit conversion and imagecrash protection",
685                 "ext-iconv": "Converts text to and from non-UTF-8 encodings",
686                 "ext-tidy": "Used for pretty-printing HTML"
687             },
688             "type": "library",
689             "autoload": {
690                 "files": [
691                     "library/HTMLPurifier.composer.php"
692                 ],
693                 "psr-0": {
694                     "HTMLPurifier": "library/"
695                 },
696                 "exclude-from-classmap": [
697                     "/library/HTMLPurifier/Language/"
698                 ]
699             },
700             "notification-url": "https://packagist.org/downloads/",
701             "license": [
702                 "LGPL-2.1-or-later"
703             ],
704             "authors": [
705                 {
706                     "name": "Edward Z. Yang",
707                     "email": "admin@htmlpurifier.org",
708                     "homepage": "http://ezyang.com"
709                 }
710             ],
711             "description": "Standards compliant HTML filter written in PHP",
712             "homepage": "http://htmlpurifier.org/",
713             "keywords": [
714                 "html"
715             ],
716             "time": "2023-11-17T15:01:25+00:00"
717         },
718         {
719             "name": "fgrosse/phpasn1",
720             "version": "v2.5.0",
721             "source": {
722                 "type": "git",
723                 "url": "https://github.com/fgrosse/PHPASN1.git",
724                 "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b"
725             },
726             "dist": {
727                 "type": "zip",
728                 "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b",
729                 "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
730                 "shasum": ""
731             },
732             "require": {
733                 "php": "^7.1 || ^8.0"
734             },
735             "require-dev": {
736                 "php-coveralls/php-coveralls": "~2.0",
737                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
738             },
739             "suggest": {
740                 "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
741                 "ext-curl": "For loading OID information from the web if they have not bee defined statically",
742                 "ext-gmp": "GMP is the preferred extension for big integer calculations",
743                 "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
744             },
745             "type": "library",
746             "extra": {
747                 "branch-alias": {
748                     "dev-master": "2.0.x-dev"
749                 }
750             },
751             "autoload": {
752                 "psr-4": {
753                     "FG\\": "lib/"
754                 }
755             },
756             "notification-url": "https://packagist.org/downloads/",
757             "license": [
758                 "MIT"
759             ],
760             "authors": [
761                 {
762                     "name": "Friedrich Große",
763                     "email": "friedrich.grosse@gmail.com",
764                     "homepage": "https://github.com/FGrosse",
765                     "role": "Author"
766                 },
767                 {
768                     "name": "All contributors",
769                     "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
770                 }
771             ],
772             "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
773             "homepage": "https://github.com/FGrosse/PHPASN1",
774             "keywords": [
775                 "DER",
776                 "asn.1",
777                 "asn1",
778                 "ber",
779                 "binary",
780                 "decoding",
781                 "encoding",
782                 "x.509",
783                 "x.690",
784                 "x509",
785                 "x690"
786             ],
787             "abandoned": true,
788             "time": "2022-12-19T11:08:26+00:00"
789         },
790         {
791             "name": "friendica/json-ld",
792             "version": "1.1.4",
793             "source": {
794                 "type": "git",
795                 "url": "https://git.friendi.ca/friendica/php-json-ld",
796                 "reference": "1f33c8766b5cfbecfbc2122238873debeed35fb6"
797             },
798             "require": {
799                 "ext-json": "*",
800                 "php": ">=5.4.0"
801             },
802             "type": "library",
803             "autoload": {
804                 "files": [
805                     "jsonld.php"
806                 ]
807             },
808             "license": [
809                 "BSD-3-Clause"
810             ],
811             "authors": [
812                 {
813                     "name": "Digital Bazaar, Inc.",
814                     "email": "support@digitalbazaar.com",
815                     "homepage": "http://digitalbazaar.com/"
816                 },
817                 {
818                     "name": "Friendica Team",
819                     "homepage": "https://friendi.ca/"
820                 }
821             ],
822             "description": "A JSON-LD Processor and API implementation in PHP.",
823             "homepage": "https://git.friendi.ca/friendica/php-json-ld",
824             "keywords": [
825                 "JSON",
826                 "JSON-LD",
827                 "Linked Data",
828                 "RDF",
829                 "Semantic Web",
830                 "jsonld"
831             ],
832             "time": "2023-07-09T14:00:15+00:00"
833         },
834         {
835             "name": "fxp/composer-asset-plugin",
836             "version": "v1.4.6",
837             "source": {
838                 "type": "git",
839                 "url": "https://github.com/fxpio/composer-asset-plugin.git",
840                 "reference": "886ece037849d3935c5a34cdcd984e46f2de5fae"
841             },
842             "dist": {
843                 "type": "zip",
844                 "url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/886ece037849d3935c5a34cdcd984e46f2de5fae",
845                 "reference": "886ece037849d3935c5a34cdcd984e46f2de5fae",
846                 "shasum": ""
847             },
848             "require": {
849                 "composer-plugin-api": "^1.0",
850                 "php": ">=5.3.3"
851             },
852             "require-dev": {
853                 "composer/composer": "^1.6.0"
854             },
855             "type": "composer-plugin",
856             "extra": {
857                 "class": "Fxp\\Composer\\AssetPlugin\\FxpAssetPlugin",
858                 "branch-alias": {
859                     "dev-master": "1.4-dev"
860                 }
861             },
862             "autoload": {
863                 "psr-4": {
864                     "Fxp\\Composer\\AssetPlugin\\": ""
865                 },
866                 "exclude-from-classmap": [
867                     "/Tests/"
868                 ]
869             },
870             "notification-url": "https://packagist.org/downloads/",
871             "license": [
872                 "MIT"
873             ],
874             "authors": [
875                 {
876                     "name": "François Pluchino",
877                     "email": "francois.pluchino@gmail.com"
878                 }
879             ],
880             "description": "NPM/Bower Dependency Manager for Composer",
881             "homepage": "https://github.com/fxpio/composer-asset-plugin",
882             "keywords": [
883                 "asset",
884                 "bower",
885                 "composer",
886                 "dependency manager",
887                 "nodejs",
888                 "npm",
889                 "package"
890             ],
891             "time": "2019-08-08T18:36:07+00:00"
892         },
893         {
894             "name": "geekwright/po",
895             "version": "v2.0.2",
896             "source": {
897                 "type": "git",
898                 "url": "https://github.com/geekwright/Po.git",
899                 "reference": "f9222a901d38f2101d22f767099926d945c78db5"
900             },
901             "dist": {
902                 "type": "zip",
903                 "url": "https://api.github.com/repos/geekwright/Po/zipball/f9222a901d38f2101d22f767099926d945c78db5",
904                 "reference": "f9222a901d38f2101d22f767099926d945c78db5",
905                 "shasum": ""
906             },
907             "require": {
908                 "php": ">7.1"
909             },
910             "require-dev": {
911                 "phpunit/phpunit": "^7.0|^8.0",
912                 "smarty/smarty": "^3.1"
913             },
914             "type": "library",
915             "autoload": {
916                 "psr-4": {
917                     "Geekwright\\Po\\": "src/"
918                 }
919             },
920             "notification-url": "https://packagist.org/downloads/",
921             "license": [
922                 "GPL-2.0-or-later"
923             ],
924             "authors": [
925                 {
926                     "name": "Richard Griffith",
927                     "email": "richard@geekwright.com"
928                 }
929             ],
930             "description": "Objects to assist in reading, manipulating and creating GNU gettext style PO files",
931             "homepage": "https://github.com/geekwright/Po",
932             "keywords": [
933                 "gettext",
934                 "i18n",
935                 "l10n",
936                 "po",
937                 "pot"
938             ],
939             "time": "2020-12-30T23:34:48+00:00"
940         },
941         {
942             "name": "guzzlehttp/guzzle",
943             "version": "7.8.1",
944             "source": {
945                 "type": "git",
946                 "url": "https://github.com/guzzle/guzzle.git",
947                 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
948             },
949             "dist": {
950                 "type": "zip",
951                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
952                 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
953                 "shasum": ""
954             },
955             "require": {
956                 "ext-json": "*",
957                 "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
958                 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
959                 "php": "^7.2.5 || ^8.0",
960                 "psr/http-client": "^1.0",
961                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
962             },
963             "provide": {
964                 "psr/http-client-implementation": "1.0"
965             },
966             "require-dev": {
967                 "bamarni/composer-bin-plugin": "^1.8.2",
968                 "ext-curl": "*",
969                 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
970                 "php-http/message-factory": "^1.1",
971                 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
972                 "psr/log": "^1.1 || ^2.0 || ^3.0"
973             },
974             "suggest": {
975                 "ext-curl": "Required for CURL handler support",
976                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
977                 "psr/log": "Required for using the Log middleware"
978             },
979             "type": "library",
980             "extra": {
981                 "bamarni-bin": {
982                     "bin-links": true,
983                     "forward-command": false
984                 }
985             },
986             "autoload": {
987                 "files": [
988                     "src/functions_include.php"
989                 ],
990                 "psr-4": {
991                     "GuzzleHttp\\": "src/"
992                 }
993             },
994             "notification-url": "https://packagist.org/downloads/",
995             "license": [
996                 "MIT"
997             ],
998             "authors": [
999                 {
1000                     "name": "Graham Campbell",
1001                     "email": "hello@gjcampbell.co.uk",
1002                     "homepage": "https://github.com/GrahamCampbell"
1003                 },
1004                 {
1005                     "name": "Michael Dowling",
1006                     "email": "mtdowling@gmail.com",
1007                     "homepage": "https://github.com/mtdowling"
1008                 },
1009                 {
1010                     "name": "Jeremy Lindblom",
1011                     "email": "jeremeamia@gmail.com",
1012                     "homepage": "https://github.com/jeremeamia"
1013                 },
1014                 {
1015                     "name": "George Mponos",
1016                     "email": "gmponos@gmail.com",
1017                     "homepage": "https://github.com/gmponos"
1018                 },
1019                 {
1020                     "name": "Tobias Nyholm",
1021                     "email": "tobias.nyholm@gmail.com",
1022                     "homepage": "https://github.com/Nyholm"
1023                 },
1024                 {
1025                     "name": "Márk Sági-Kazár",
1026                     "email": "mark.sagikazar@gmail.com",
1027                     "homepage": "https://github.com/sagikazarmark"
1028                 },
1029                 {
1030                     "name": "Tobias Schultze",
1031                     "email": "webmaster@tubo-world.de",
1032                     "homepage": "https://github.com/Tobion"
1033                 }
1034             ],
1035             "description": "Guzzle is a PHP HTTP client library",
1036             "keywords": [
1037                 "client",
1038                 "curl",
1039                 "framework",
1040                 "http",
1041                 "http client",
1042                 "psr-18",
1043                 "psr-7",
1044                 "rest",
1045                 "web service"
1046             ],
1047             "funding": [
1048                 {
1049                     "url": "https://github.com/GrahamCampbell",
1050                     "type": "github"
1051                 },
1052                 {
1053                     "url": "https://github.com/Nyholm",
1054                     "type": "github"
1055                 },
1056                 {
1057                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1058                     "type": "tidelift"
1059                 }
1060             ],
1061             "time": "2023-12-03T20:35:24+00:00"
1062         },
1063         {
1064             "name": "guzzlehttp/oauth-subscriber",
1065             "version": "0.6.0",
1066             "source": {
1067                 "type": "git",
1068                 "url": "https://github.com/guzzle/oauth-subscriber.git",
1069                 "reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f"
1070             },
1071             "dist": {
1072                 "type": "zip",
1073                 "url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/8d6cab29f8397e5712d00a383eeead36108a3c1f",
1074                 "reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f",
1075                 "shasum": ""
1076             },
1077             "require": {
1078                 "guzzlehttp/guzzle": "^6.5|^7.2",
1079                 "guzzlehttp/psr7": "^1.7|^2.0",
1080                 "php": ">=5.5.0"
1081             },
1082             "require-dev": {
1083                 "phpunit/phpunit": "~4.0|^9.3.3"
1084             },
1085             "suggest": {
1086                 "ext-openssl": "Required to sign using RSA-SHA1"
1087             },
1088             "type": "library",
1089             "extra": {
1090                 "branch-alias": {
1091                     "dev-master": "0.6-dev"
1092                 }
1093             },
1094             "autoload": {
1095                 "psr-4": {
1096                     "GuzzleHttp\\Subscriber\\Oauth\\": "src"
1097                 }
1098             },
1099             "notification-url": "https://packagist.org/downloads/",
1100             "license": [
1101                 "MIT"
1102             ],
1103             "authors": [
1104                 {
1105                     "name": "Michael Dowling",
1106                     "email": "mtdowling@gmail.com",
1107                     "homepage": "https://github.com/mtdowling"
1108                 }
1109             ],
1110             "description": "Guzzle OAuth 1.0 subscriber",
1111             "homepage": "http://guzzlephp.org/",
1112             "keywords": [
1113                 "Guzzle",
1114                 "oauth"
1115             ],
1116             "time": "2021-07-13T12:01:32+00:00"
1117         },
1118         {
1119             "name": "guzzlehttp/promises",
1120             "version": "2.0.2",
1121             "source": {
1122                 "type": "git",
1123                 "url": "https://github.com/guzzle/promises.git",
1124                 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
1125             },
1126             "dist": {
1127                 "type": "zip",
1128                 "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
1129                 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
1130                 "shasum": ""
1131             },
1132             "require": {
1133                 "php": "^7.2.5 || ^8.0"
1134             },
1135             "require-dev": {
1136                 "bamarni/composer-bin-plugin": "^1.8.2",
1137                 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1138             },
1139             "type": "library",
1140             "extra": {
1141                 "bamarni-bin": {
1142                     "bin-links": true,
1143                     "forward-command": false
1144                 }
1145             },
1146             "autoload": {
1147                 "psr-4": {
1148                     "GuzzleHttp\\Promise\\": "src/"
1149                 }
1150             },
1151             "notification-url": "https://packagist.org/downloads/",
1152             "license": [
1153                 "MIT"
1154             ],
1155             "authors": [
1156                 {
1157                     "name": "Graham Campbell",
1158                     "email": "hello@gjcampbell.co.uk",
1159                     "homepage": "https://github.com/GrahamCampbell"
1160                 },
1161                 {
1162                     "name": "Michael Dowling",
1163                     "email": "mtdowling@gmail.com",
1164                     "homepage": "https://github.com/mtdowling"
1165                 },
1166                 {
1167                     "name": "Tobias Nyholm",
1168                     "email": "tobias.nyholm@gmail.com",
1169                     "homepage": "https://github.com/Nyholm"
1170                 },
1171                 {
1172                     "name": "Tobias Schultze",
1173                     "email": "webmaster@tubo-world.de",
1174                     "homepage": "https://github.com/Tobion"
1175                 }
1176             ],
1177             "description": "Guzzle promises library",
1178             "keywords": [
1179                 "promise"
1180             ],
1181             "funding": [
1182                 {
1183                     "url": "https://github.com/GrahamCampbell",
1184                     "type": "github"
1185                 },
1186                 {
1187                     "url": "https://github.com/Nyholm",
1188                     "type": "github"
1189                 },
1190                 {
1191                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1192                     "type": "tidelift"
1193                 }
1194             ],
1195             "time": "2023-12-03T20:19:20+00:00"
1196         },
1197         {
1198             "name": "guzzlehttp/psr7",
1199             "version": "2.6.2",
1200             "source": {
1201                 "type": "git",
1202                 "url": "https://github.com/guzzle/psr7.git",
1203                 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
1204             },
1205             "dist": {
1206                 "type": "zip",
1207                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
1208                 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
1209                 "shasum": ""
1210             },
1211             "require": {
1212                 "php": "^7.2.5 || ^8.0",
1213                 "psr/http-factory": "^1.0",
1214                 "psr/http-message": "^1.1 || ^2.0",
1215                 "ralouphie/getallheaders": "^3.0"
1216             },
1217             "provide": {
1218                 "psr/http-factory-implementation": "1.0",
1219                 "psr/http-message-implementation": "1.0"
1220             },
1221             "require-dev": {
1222                 "bamarni/composer-bin-plugin": "^1.8.2",
1223                 "http-interop/http-factory-tests": "^0.9",
1224                 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1225             },
1226             "suggest": {
1227                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1228             },
1229             "type": "library",
1230             "extra": {
1231                 "bamarni-bin": {
1232                     "bin-links": true,
1233                     "forward-command": false
1234                 }
1235             },
1236             "autoload": {
1237                 "psr-4": {
1238                     "GuzzleHttp\\Psr7\\": "src/"
1239                 }
1240             },
1241             "notification-url": "https://packagist.org/downloads/",
1242             "license": [
1243                 "MIT"
1244             ],
1245             "authors": [
1246                 {
1247                     "name": "Graham Campbell",
1248                     "email": "hello@gjcampbell.co.uk",
1249                     "homepage": "https://github.com/GrahamCampbell"
1250                 },
1251                 {
1252                     "name": "Michael Dowling",
1253                     "email": "mtdowling@gmail.com",
1254                     "homepage": "https://github.com/mtdowling"
1255                 },
1256                 {
1257                     "name": "George Mponos",
1258                     "email": "gmponos@gmail.com",
1259                     "homepage": "https://github.com/gmponos"
1260                 },
1261                 {
1262                     "name": "Tobias Nyholm",
1263                     "email": "tobias.nyholm@gmail.com",
1264                     "homepage": "https://github.com/Nyholm"
1265                 },
1266                 {
1267                     "name": "Márk Sági-Kazár",
1268                     "email": "mark.sagikazar@gmail.com",
1269                     "homepage": "https://github.com/sagikazarmark"
1270                 },
1271                 {
1272                     "name": "Tobias Schultze",
1273                     "email": "webmaster@tubo-world.de",
1274                     "homepage": "https://github.com/Tobion"
1275                 },
1276                 {
1277                     "name": "Márk Sági-Kazár",
1278                     "email": "mark.sagikazar@gmail.com",
1279                     "homepage": "https://sagikazarmark.hu"
1280                 }
1281             ],
1282             "description": "PSR-7 message implementation that also provides common utility methods",
1283             "keywords": [
1284                 "http",
1285                 "message",
1286                 "psr-7",
1287                 "request",
1288                 "response",
1289                 "stream",
1290                 "uri",
1291                 "url"
1292             ],
1293             "funding": [
1294                 {
1295                     "url": "https://github.com/GrahamCampbell",
1296                     "type": "github"
1297                 },
1298                 {
1299                     "url": "https://github.com/Nyholm",
1300                     "type": "github"
1301                 },
1302                 {
1303                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1304                     "type": "tidelift"
1305                 }
1306             ],
1307             "time": "2023-12-03T20:05:35+00:00"
1308         },
1309         {
1310             "name": "kornrunner/blurhash",
1311             "version": "v1.2.2",
1312             "source": {
1313                 "type": "git",
1314                 "url": "https://github.com/kornrunner/php-blurhash.git",
1315                 "reference": "bc8a4596cb0a49874f0158696a382ab3933fefe4"
1316             },
1317             "dist": {
1318                 "type": "zip",
1319                 "url": "https://api.github.com/repos/kornrunner/php-blurhash/zipball/bc8a4596cb0a49874f0158696a382ab3933fefe4",
1320                 "reference": "bc8a4596cb0a49874f0158696a382ab3933fefe4",
1321                 "shasum": ""
1322             },
1323             "require": {
1324                 "php": "^7.3|^8.0"
1325             },
1326             "require-dev": {
1327                 "ext-gd": "*",
1328                 "ocramius/package-versions": "^1.4|^2.0",
1329                 "phpstan/phpstan": "^0.12",
1330                 "phpunit/phpunit": "^9",
1331                 "vimeo/psalm": "^4.3"
1332             },
1333             "type": "library",
1334             "autoload": {
1335                 "psr-4": {
1336                     "kornrunner\\Blurhash\\": "src"
1337                 }
1338             },
1339             "notification-url": "https://packagist.org/downloads/",
1340             "license": [
1341                 "MIT"
1342             ],
1343             "authors": [
1344                 {
1345                     "name": "Boris Momčilović",
1346                     "email": "boris.momcilovic@gmail.com"
1347                 }
1348             ],
1349             "description": "Pure PHP implementation of Blurhash",
1350             "homepage": "https://github.com/kornrunner/php-blurhash",
1351             "time": "2022-07-13T19:38:39+00:00"
1352         },
1353         {
1354             "name": "league/html-to-markdown",
1355             "version": "4.10.0",
1356             "source": {
1357                 "type": "git",
1358                 "url": "https://github.com/thephpleague/html-to-markdown.git",
1359                 "reference": "0868ae7a552e809e5cd8f93ba022071640408e88"
1360             },
1361             "dist": {
1362                 "type": "zip",
1363                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0868ae7a552e809e5cd8f93ba022071640408e88",
1364                 "reference": "0868ae7a552e809e5cd8f93ba022071640408e88",
1365                 "shasum": ""
1366             },
1367             "require": {
1368                 "ext-dom": "*",
1369                 "ext-xml": "*",
1370                 "php": ">=5.3.3"
1371             },
1372             "require-dev": {
1373                 "mikehaertl/php-shellcommand": "~1.1.0",
1374                 "phpunit/phpunit": "^4.8|^5.7",
1375                 "scrutinizer/ocular": "~1.1"
1376             },
1377             "bin": [
1378                 "bin/html-to-markdown"
1379             ],
1380             "type": "library",
1381             "extra": {
1382                 "branch-alias": {
1383                     "dev-master": "4.10-dev"
1384                 }
1385             },
1386             "autoload": {
1387                 "psr-4": {
1388                     "League\\HTMLToMarkdown\\": "src/"
1389                 }
1390             },
1391             "notification-url": "https://packagist.org/downloads/",
1392             "license": [
1393                 "MIT"
1394             ],
1395             "authors": [
1396                 {
1397                     "name": "Colin O'Dell",
1398                     "email": "colinodell@gmail.com",
1399                     "homepage": "https://www.colinodell.com",
1400                     "role": "Lead Developer"
1401                 },
1402                 {
1403                     "name": "Nick Cernis",
1404                     "email": "nick@cern.is",
1405                     "homepage": "http://modernnerd.net",
1406                     "role": "Original Author"
1407                 }
1408             ],
1409             "description": "An HTML-to-markdown conversion helper for PHP",
1410             "homepage": "https://github.com/thephpleague/html-to-markdown",
1411             "keywords": [
1412                 "html",
1413                 "markdown"
1414             ],
1415             "time": "2020-07-01T00:34:03+00:00"
1416         },
1417         {
1418             "name": "level-2/dice",
1419             "version": "4.0.4",
1420             "source": {
1421                 "type": "git",
1422                 "url": "https://github.com/Level-2/Dice.git",
1423                 "reference": "e04c98d96bcc932a917b2b7e7944887e4839056a"
1424             },
1425             "dist": {
1426                 "type": "zip",
1427                 "url": "https://api.github.com/repos/Level-2/Dice/zipball/e04c98d96bcc932a917b2b7e7944887e4839056a",
1428                 "reference": "e04c98d96bcc932a917b2b7e7944887e4839056a",
1429                 "shasum": ""
1430             },
1431             "require": {
1432                 "php": ">=7.0.0"
1433             },
1434             "require-dev": {
1435                 "phpunit/phpunit": "^6.5"
1436             },
1437             "type": "library",
1438             "extra": {
1439                 "patches_applied": []
1440             },
1441             "autoload": {
1442                 "psr-4": {
1443                     "Dice\\": "./"
1444                 }
1445             },
1446             "notification-url": "https://packagist.org/downloads/",
1447             "license": [
1448                 "BSD-2-Clause"
1449             ],
1450             "authors": [
1451                 {
1452                     "name": "Tom Butler",
1453                     "email": "tom@r.je"
1454                 }
1455             ],
1456             "description": "A minimalist Dependency injection container (DIC) for PHP. Please note: 3.0+ is only compatible with PHP 7.0. The 2.0 branch is compatbile with PHP 5.6.",
1457             "homepage": "http://r.je/dice.html",
1458             "keywords": [
1459                 "dependency injection",
1460                 "dependency injection container",
1461                 "di",
1462                 "ioc"
1463             ],
1464             "time": "2022-03-28T21:20:23+00:00"
1465         },
1466         {
1467             "name": "lightopenid/lightopenid",
1468             "version": "dev-master",
1469             "source": {
1470                 "type": "git",
1471                 "url": "https://github.com/Mewp/lightopenid.git",
1472                 "reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19"
1473             },
1474             "dist": {
1475                 "type": "zip",
1476                 "url": "https://api.github.com/repos/Mewp/lightopenid/zipball/9d42dc24e4dd34121c98a6491bc3ef7933a68a19",
1477                 "reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19",
1478                 "shasum": ""
1479             },
1480             "require": {
1481                 "php": ">=5.2.3"
1482             },
1483             "type": "library",
1484             "autoload": {
1485                 "classmap": [
1486                     "./"
1487                 ]
1488             },
1489             "notification-url": "https://packagist.org/downloads/",
1490             "license": [
1491                 "MIT"
1492             ],
1493             "homepage": "http://code.google.com/p/lightopenid/",
1494             "keywords": [
1495                 "OpenId"
1496             ],
1497             "time": "2013-10-27T16:25:49+00:00"
1498         },
1499         {
1500             "name": "matriphe/iso-639",
1501             "version": "1.2",
1502             "source": {
1503                 "type": "git",
1504                 "url": "https://github.com/matriphe/php-iso-639.git",
1505                 "reference": "0245d844daeefdd22a54b47103ffdb0e03c323e1"
1506             },
1507             "dist": {
1508                 "type": "zip",
1509                 "url": "https://api.github.com/repos/matriphe/php-iso-639/zipball/0245d844daeefdd22a54b47103ffdb0e03c323e1",
1510                 "reference": "0245d844daeefdd22a54b47103ffdb0e03c323e1",
1511                 "shasum": ""
1512             },
1513             "require-dev": {
1514                 "phpunit/phpunit": "^4.7"
1515             },
1516             "type": "library",
1517             "autoload": {
1518                 "psr-4": {
1519                     "Matriphe\\ISO639\\": "src/"
1520                 }
1521             },
1522             "notification-url": "https://packagist.org/downloads/",
1523             "license": [
1524                 "MIT"
1525             ],
1526             "authors": [
1527                 {
1528                     "name": "Muhammad Zamroni",
1529                     "email": "halo@matriphe.com"
1530                 }
1531             ],
1532             "description": "PHP library to convert ISO-639-1 code to language name.",
1533             "keywords": [
1534                 "639",
1535                 "iso",
1536                 "iso-639",
1537                 "lang",
1538                 "language",
1539                 "laravel"
1540             ],
1541             "time": "2017-07-19T15:11:19+00:00"
1542         },
1543         {
1544             "name": "mattwright/urlresolver",
1545             "version": "2.0",
1546             "source": {
1547                 "type": "git",
1548                 "url": "https://github.com/mattwright/URLResolver.php.git",
1549                 "reference": "416039192cb6d9158bdacd68349bceff8739b857"
1550             },
1551             "dist": {
1552                 "type": "zip",
1553                 "url": "https://api.github.com/repos/mattwright/URLResolver.php/zipball/416039192cb6d9158bdacd68349bceff8739b857",
1554                 "reference": "416039192cb6d9158bdacd68349bceff8739b857",
1555                 "shasum": ""
1556             },
1557             "require": {
1558                 "ext-curl": "*",
1559                 "ext-mbstring": "*",
1560                 "php": ">=5.3"
1561             },
1562             "type": "library",
1563             "autoload": {
1564                 "psr-4": {
1565                     "mattwright\\": "."
1566                 }
1567             },
1568             "notification-url": "https://packagist.org/downloads/",
1569             "license": [
1570                 "MIT"
1571             ],
1572             "authors": [
1573                 {
1574                     "name": "Matt Wright",
1575                     "email": "mw@mattwright.com"
1576                 }
1577             ],
1578             "description": "PHP class that attempts to resolve URLs to a final, canonical link.",
1579             "homepage": "https://github.com/mattwright/URLResolver.php",
1580             "keywords": [
1581                 "canonical",
1582                 "link",
1583                 "redirect",
1584                 "resolve",
1585                 "url"
1586             ],
1587             "time": "2019-01-18T00:59:34+00:00"
1588         },
1589         {
1590             "name": "michelf/php-markdown",
1591             "version": "1.9.1",
1592             "source": {
1593                 "type": "git",
1594                 "url": "https://github.com/michelf/php-markdown.git",
1595                 "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3"
1596             },
1597             "dist": {
1598                 "type": "zip",
1599                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
1600                 "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
1601                 "shasum": ""
1602             },
1603             "require": {
1604                 "php": ">=5.3.0"
1605             },
1606             "require-dev": {
1607                 "phpunit/phpunit": ">=4.3 <5.8"
1608             },
1609             "type": "library",
1610             "autoload": {
1611                 "psr-4": {
1612                     "Michelf\\": "Michelf/"
1613                 }
1614             },
1615             "notification-url": "https://packagist.org/downloads/",
1616             "license": [
1617                 "BSD-3-Clause"
1618             ],
1619             "authors": [
1620                 {
1621                     "name": "Michel Fortin",
1622                     "email": "michel.fortin@michelf.ca",
1623                     "homepage": "https://michelf.ca/",
1624                     "role": "Developer"
1625                 },
1626                 {
1627                     "name": "John Gruber",
1628                     "homepage": "https://daringfireball.net/"
1629                 }
1630             ],
1631             "description": "PHP Markdown",
1632             "homepage": "https://michelf.ca/projects/php-markdown/",
1633             "keywords": [
1634                 "markdown"
1635             ],
1636             "time": "2021-11-24T02:52:38+00:00"
1637         },
1638         {
1639             "name": "minishlink/web-push",
1640             "version": "v6.0.7",
1641             "source": {
1642                 "type": "git",
1643                 "url": "https://github.com/web-push-libs/web-push-php.git",
1644                 "reference": "23a78b8585bdcecaa323f1dd1acdc548e28892fe"
1645             },
1646             "dist": {
1647                 "type": "zip",
1648                 "url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/23a78b8585bdcecaa323f1dd1acdc548e28892fe",
1649                 "reference": "23a78b8585bdcecaa323f1dd1acdc548e28892fe",
1650                 "shasum": ""
1651             },
1652             "require": {
1653                 "ext-curl": "*",
1654                 "ext-json": "*",
1655                 "ext-mbstring": "*",
1656                 "ext-openssl": "*",
1657                 "guzzlehttp/guzzle": "^7.0.1|^6.2",
1658                 "php": ">=7.2",
1659                 "web-token/jwt-key-mgmt": "^2.0",
1660                 "web-token/jwt-signature": "^2.0",
1661                 "web-token/jwt-signature-algorithm-ecdsa": "^2.0",
1662                 "web-token/jwt-util-ecc": "^2.0"
1663             },
1664             "require-dev": {
1665                 "friendsofphp/php-cs-fixer": "^2.14",
1666                 "phpstan/phpstan": "^0.11|^0.12",
1667                 "phpunit/phpunit": "^8.0|^9.0"
1668             },
1669             "type": "library",
1670             "autoload": {
1671                 "psr-4": {
1672                     "Minishlink\\WebPush\\": "src"
1673                 }
1674             },
1675             "notification-url": "https://packagist.org/downloads/",
1676             "license": [
1677                 "MIT"
1678             ],
1679             "authors": [
1680                 {
1681                     "name": "Louis Lagrange",
1682                     "email": "lagrange.louis@gmail.com",
1683                     "homepage": "https://github.com/Minishlink"
1684                 }
1685             ],
1686             "description": "Web Push library for PHP",
1687             "homepage": "https://github.com/web-push-libs/web-push-php",
1688             "keywords": [
1689                 "Push API",
1690                 "WebPush",
1691                 "notifications",
1692                 "push",
1693                 "web"
1694             ],
1695             "time": "2021-11-22T17:36:01+00:00"
1696         },
1697         {
1698             "name": "mobiledetect/mobiledetectlib",
1699             "version": "3.74.3",
1700             "source": {
1701                 "type": "git",
1702                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
1703                 "reference": "39582ab62f86b40e4edb698159f895929a29c346"
1704             },
1705             "dist": {
1706                 "type": "zip",
1707                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/39582ab62f86b40e4edb698159f895929a29c346",
1708                 "reference": "39582ab62f86b40e4edb698159f895929a29c346",
1709                 "shasum": ""
1710             },
1711             "require": {
1712                 "php": ">=7.4"
1713             },
1714             "require-dev": {
1715                 "friendsofphp/php-cs-fixer": "^3.14",
1716                 "phpunit/phpunit": "^9.6",
1717                 "squizlabs/php_codesniffer": "^3.7"
1718             },
1719             "type": "library",
1720             "autoload": {
1721                 "psr-4": {
1722                     "Detection\\": "src/"
1723                 },
1724                 "classmap": [
1725                     "src/MobileDetect.php"
1726                 ]
1727             },
1728             "notification-url": "https://packagist.org/downloads/",
1729             "license": [
1730                 "MIT"
1731             ],
1732             "authors": [
1733                 {
1734                     "name": "Serban Ghita",
1735                     "email": "serbanghita@gmail.com",
1736                     "homepage": "https://mobiledetect.net",
1737                     "role": "Developer"
1738                 }
1739             ],
1740             "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
1741             "homepage": "https://github.com/serbanghita/Mobile-Detect",
1742             "keywords": [
1743                 "detect mobile devices",
1744                 "mobile",
1745                 "mobile detect",
1746                 "mobile detector",
1747                 "php mobile detect"
1748             ],
1749             "funding": [
1750                 {
1751                     "url": "https://github.com/serbanghita",
1752                     "type": "github"
1753                 }
1754             ],
1755             "time": "2023-10-27T16:28:04+00:00"
1756         },
1757         {
1758             "name": "nikic/fast-route",
1759             "version": "v1.3.0",
1760             "source": {
1761                 "type": "git",
1762                 "url": "https://github.com/nikic/FastRoute.git",
1763                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
1764             },
1765             "dist": {
1766                 "type": "zip",
1767                 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
1768                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
1769                 "shasum": ""
1770             },
1771             "require": {
1772                 "php": ">=5.4.0"
1773             },
1774             "require-dev": {
1775                 "phpunit/phpunit": "^4.8.35|~5.7"
1776             },
1777             "type": "library",
1778             "autoload": {
1779                 "psr-4": {
1780                     "FastRoute\\": "src/"
1781                 },
1782                 "files": [
1783                     "src/functions.php"
1784                 ]
1785             },
1786             "notification-url": "https://packagist.org/downloads/",
1787             "license": [
1788                 "BSD-3-Clause"
1789             ],
1790             "authors": [
1791                 {
1792                     "name": "Nikita Popov",
1793                     "email": "nikic@php.net"
1794                 }
1795             ],
1796             "description": "Fast request router for PHP",
1797             "keywords": [
1798                 "router",
1799                 "routing"
1800             ],
1801             "time": "2018-02-13T20:26:39+00:00"
1802         },
1803         {
1804             "name": "npm-asset/cropperjs",
1805             "version": "1.2.2",
1806             "dist": {
1807                 "type": "tar",
1808                 "url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz",
1809                 "shasum": "30dc7a7ce872155b23a33bd10ad4c76c0d613f55"
1810             },
1811             "require-dev": {
1812                 "npm-asset/babel-core": ">=6.26.0,<7.0.0",
1813                 "npm-asset/babel-plugin-external-helpers": ">=6.22.0,<7.0.0",
1814                 "npm-asset/babel-preset-env": ">=1.6.1,<2.0.0",
1815                 "npm-asset/cpy-cli": ">=1.0.1,<2.0.0",
1816                 "npm-asset/cssnano": ">=3.10.0,<4.0.0",
1817                 "npm-asset/del-cli": ">=1.1.0,<2.0.0",
1818                 "npm-asset/eslint": ">=4.14.0,<5.0.0",
1819                 "npm-asset/eslint-config-airbnb-base": ">=12.1.0,<13.0.0",
1820                 "npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0",
1821                 "npm-asset/node-qunit-phantomjs": ">=2.0.0,<3.0.0",
1822                 "npm-asset/npm-run-all": ">=4.1.2,<5.0.0",
1823                 "npm-asset/postcss-cli": ">=4.1.1,<5.0.0",
1824                 "npm-asset/postcss-cssnext": ">=3.0.2,<4.0.0",
1825                 "npm-asset/postcss-header": ">=1.0.0,<2.0.0",
1826                 "npm-asset/postcss-url": ">=7.3.0,<8.0.0",
1827                 "npm-asset/rollup": ">=0.53.3,<0.54.0",
1828                 "npm-asset/rollup-plugin-babel": ">=3.0.3,<4.0.0",
1829                 "npm-asset/rollup-watch": ">=4.3.1,<5.0.0",
1830                 "npm-asset/stylefmt": ">=6.0.0,<7.0.0",
1831                 "npm-asset/uglify-js": ">=3.3.4,<4.0.0"
1832             },
1833             "type": "npm-asset-library",
1834             "extra": {
1835                 "npm-asset-bugs": {
1836                     "url": "https://github.com/fengyuanchen/cropperjs/issues"
1837                 },
1838                 "npm-asset-files": [
1839                     "src",
1840                     "dist"
1841                 ],
1842                 "npm-asset-main": "dist/cropper.common.js",
1843                 "npm-asset-directories": [],
1844                 "npm-asset-repository": {
1845                     "type": "git",
1846                     "url": "git+https://github.com/fengyuanchen/cropperjs.git"
1847                 },
1848                 "npm-asset-scripts": {
1849                     "build": "npm run build:css && npm run build:js",
1850                     "build:css": "postcss src/css/cropper.css -o dist/cropper.css --no-map",
1851                     "build:js": "rollup -c",
1852                     "clear": "del-cli dist",
1853                     "compress": "npm run compress:css && npm run compress:js",
1854                     "compress:css": "postcss dist/cropper.css -u cssnano -o dist/cropper.min.css --no-map",
1855                     "compress:js": "uglifyjs dist/cropper.js -o dist/cropper.min.js -c -m --comments /^!/",
1856                     "copy": "cpy dist/cropper.css docs/css",
1857                     "lint": "eslint src/js --fix",
1858                     "release": "npm run clear && npm run lint && npm run build && npm run compress && npm run copy && npm test",
1859                     "start": "npm-run-all --parallel watch:*",
1860                     "test": "node-qunit-phantomjs test/index.html --timeout 10",
1861                     "watch:css": "postcss src/css/cropper.css -o docs/css/cropper.css -m -w",
1862                     "watch:js": "rollup -c -m -w"
1863                 }
1864             },
1865             "license": [
1866                 "MIT"
1867             ],
1868             "authors": [
1869                 {
1870                     "name": "Chen Fengyuan",
1871                     "url": "http://chenfengyuan.com"
1872                 }
1873             ],
1874             "description": "JavaScript image cropper.",
1875             "homepage": "https://fengyuanchen.github.io/cropperjs",
1876             "keywords": [
1877                 "crop",
1878                 "cropper",
1879                 "cropper.js",
1880                 "cropperjs",
1881                 "cropping",
1882                 "css",
1883                 "development",
1884                 "front-end",
1885                 "html",
1886                 "image",
1887                 "javascript",
1888                 "move",
1889                 "rotate",
1890                 "scale",
1891                 "web",
1892                 "zoom"
1893             ],
1894             "time": "2018-01-03T13:39:39+00:00"
1895         },
1896         {
1897             "name": "npm-asset/es-jquery-sortable",
1898             "version": "0.9.13-patch2",
1899             "dist": {
1900                 "type": "tar",
1901                 "url": "https://registry.npmjs.org/es-jquery-sortable/-/es-jquery-sortable-0.9.13-patch2.tgz",
1902                 "shasum": "a4db16d133fbce1bcd1543c98279902a6b0812a3"
1903             },
1904             "require": {
1905                 "npm-asset/jquery": ">=2.1.2,<3.0.0"
1906             },
1907             "type": "npm-asset-library",
1908             "extra": {
1909                 "npm-asset-bugs": {
1910                     "url": "https://github.com/johnny/jquery-sortable/issues"
1911                 },
1912                 "npm-asset-main": "./source/js/jquery-sortable.js",
1913                 "npm-asset-directories": [],
1914                 "npm-asset-repository": {
1915                     "type": "git",
1916                     "url": "git+https://github.com/johnny/jquery-sortable.git"
1917                 },
1918                 "npm-asset-scripts": {
1919                     "test": "echo \"Error: no test specified\" && exit 1"
1920                 }
1921             },
1922             "license": [
1923                 "BSD-3"
1924             ],
1925             "authors": [
1926                 ""
1927             ],
1928             "description": "jquery plugin for sortable, nestable lists",
1929             "homepage": "https://github.com/johnny/jquery-sortable",
1930             "keywords": [
1931                 "drag",
1932                 "dragging",
1933                 "sort",
1934                 "sortable",
1935                 "sorting"
1936             ],
1937             "time": "2019-11-20T03:55:51+00:00"
1938         },
1939         {
1940             "name": "npm-asset/ev-emitter",
1941             "version": "1.1.1",
1942             "dist": {
1943                 "type": "tar",
1944                 "url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz",
1945                 "shasum": "8f18b0ce5c76a5d18017f71c0a795c65b9138f2a"
1946             },
1947             "type": "npm-asset-library",
1948             "extra": {
1949                 "npm-asset-bugs": {
1950                     "url": "https://github.com/metafizzy/ev-emitter/issues"
1951                 },
1952                 "npm-asset-main": "ev-emitter.js",
1953                 "npm-asset-directories": {
1954                     "test": "test"
1955                 },
1956                 "npm-asset-repository": {
1957                     "type": "git",
1958                     "url": "git+https://github.com/metafizzy/ev-emitter.git"
1959                 },
1960                 "npm-asset-scripts": {
1961                     "test": "mocha test/test"
1962                 }
1963             },
1964             "license": [
1965                 "MIT"
1966             ],
1967             "authors": [
1968                 {
1969                     "name": "David DeSandro"
1970                 }
1971             ],
1972             "description": "lil' event emitter",
1973             "homepage": "https://github.com/metafizzy/ev-emitter#readme",
1974             "keywords": [
1975                 "emitter",
1976                 "event",
1977                 "pubsub"
1978             ],
1979             "time": "2017-07-06T13:46:38+00:00"
1980         },
1981         {
1982             "name": "npm-asset/eventemitter3",
1983             "version": "2.0.3",
1984             "dist": {
1985                 "type": "tar",
1986                 "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz",
1987                 "shasum": "b5e1079b59fb5e1ba2771c0a993be060a58c99ba"
1988             },
1989             "type": "npm-asset-library",
1990             "extra": {
1991                 "npm-asset-bugs": {
1992                     "url": "https://github.com/primus/eventemitter3/issues"
1993                 },
1994                 "npm-asset-main": "index.js",
1995                 "npm-asset-directories": [],
1996                 "npm-asset-repository": {
1997                     "type": "git",
1998                     "url": "git://github.com/primus/eventemitter3.git"
1999                 },
2000                 "npm-asset-scripts": {
2001                     "build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js",
2002                     "benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
2003                     "test": "nyc --reporter=html --reporter=text mocha",
2004                     "test-browser": "zuul -- test.js",
2005                     "prepublish": "npm run build",
2006                     "sync": "node versions.js"
2007                 }
2008             },
2009             "license": [
2010                 "MIT"
2011             ],
2012             "authors": [
2013                 {
2014                     "name": "Arnout Kazemier"
2015                 }
2016             ],
2017             "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
2018             "homepage": "https://github.com/primus/eventemitter3#readme",
2019             "keywords": [
2020                 "EventEmitter",
2021                 "EventEmitter2",
2022                 "EventEmitter3",
2023                 "Events",
2024                 "addEventListener",
2025                 "addListener",
2026                 "emit",
2027                 "emits",
2028                 "emitter",
2029                 "event",
2030                 "once",
2031                 "pub/sub",
2032                 "publish",
2033                 "reactor",
2034                 "subscribe"
2035             ],
2036             "time": "2017-03-31T14:51:09+00:00"
2037         },
2038         {
2039             "name": "npm-asset/fullcalendar",
2040             "version": "3.10.5",
2041             "dist": {
2042                 "type": "tar",
2043                 "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.5.tgz",
2044                 "shasum": "57a3a64d7d744181582bb9e1be32d1846e1db53a"
2045             },
2046             "type": "npm-asset-library",
2047             "extra": {
2048                 "npm-asset-bugs": {
2049                     "url": "https://fullcalendar.io/wiki/Reporting-Bugs/"
2050                 },
2051                 "npm-asset-main": "dist/fullcalendar.js",
2052                 "npm-asset-directories": [],
2053                 "npm-asset-repository": {
2054                     "type": "git",
2055                     "url": "git+https://github.com/fullcalendar/fullcalendar.git"
2056                 },
2057                 "npm-asset-scripts": {
2058                     "clean": "gulp clean",
2059                     "dist": "npm run check-env && gulp dist",
2060                     "lint": "gulp lint-and-example-repos",
2061                     "test": "gulp test:single",
2062                     "check-env": "check-node-version --node 11"
2063                 }
2064             },
2065             "license": [
2066                 "MIT"
2067             ],
2068             "authors": [
2069                 {
2070                     "name": "Adam Shaw",
2071                     "email": "arshaw@arshaw.com",
2072                     "url": "http://arshaw.com/"
2073                 }
2074             ],
2075             "description": "Full-sized drag & drop event calendar",
2076             "homepage": "https://fullcalendar.io/",
2077             "keywords": [
2078                 "calendar",
2079                 "event",
2080                 "full-sized",
2081                 "jquery-plugin"
2082             ],
2083             "time": "2021-11-03T00:01:43+00:00"
2084         },
2085         {
2086             "name": "npm-asset/imagesloaded",
2087             "version": "4.1.4",
2088             "dist": {
2089                 "type": "tar",
2090                 "url": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz",
2091                 "shasum": "1376efcd162bb768c34c3727ac89cc04051f3cc7"
2092             },
2093             "require": {
2094                 "npm-asset/ev-emitter": ">=1.0.0,<2.0.0"
2095             },
2096             "require-dev": {
2097                 "npm-asset/chalk": ">=1.1.1,<2.0.0",
2098                 "npm-asset/cheerio": ">=0.19.0,<0.20.0",
2099                 "npm-asset/gulp": ">=3.9.0,<4.0.0",
2100                 "npm-asset/gulp-jshint": ">=1.11.2,<2.0.0",
2101                 "npm-asset/gulp-json-lint": ">=0.1.0,<0.2.0",
2102                 "npm-asset/gulp-rename": ">=1.2.2,<2.0.0",
2103                 "npm-asset/gulp-replace": ">=0.5.4,<0.6.0",
2104                 "npm-asset/gulp-requirejs-optimize": "dev-github:metafizzy/gulp-requirejs-optimize",
2105                 "npm-asset/gulp-uglify": ">=1.4.2,<2.0.0",
2106                 "npm-asset/gulp-util": ">=3.0.7,<4.0.0",
2107                 "npm-asset/highlight.js": ">=8.9.1,<9.0.0",
2108                 "npm-asset/marked": ">=0.3.5,<0.4.0",
2109                 "npm-asset/minimist": ">=1.2.0,<2.0.0",
2110                 "npm-asset/transfob": ">=1.0.0,<2.0.0"
2111             },
2112             "type": "npm-asset-library",
2113             "extra": {
2114                 "npm-asset-bugs": {
2115                     "url": "https://github.com/desandro/imagesloaded/issues"
2116                 },
2117                 "npm-asset-main": "imagesloaded.js",
2118                 "npm-asset-directories": {
2119                     "test": "test"
2120                 },
2121                 "npm-asset-repository": {
2122                     "type": "git",
2123                     "url": "git://github.com/desandro/imagesloaded.git"
2124                 },
2125                 "npm-asset-scripts": {
2126                     "test": "echo \"Error: no test specified\" && exit 1"
2127                 }
2128             },
2129             "license": [
2130                 "MIT"
2131             ],
2132             "authors": [
2133                 {
2134                     "name": "David DeSandro"
2135                 }
2136             ],
2137             "description": "JavaScript is all like _You images done yet or what?_",
2138             "homepage": "https://github.com/desandro/imagesloaded",
2139             "keywords": [
2140                 "dom",
2141                 "images",
2142                 "jquery-plugin",
2143                 "loaded",
2144                 "ui"
2145             ],
2146             "time": "2018-01-02T16:56:03+00:00"
2147         },
2148         {
2149             "name": "npm-asset/jgrowl",
2150             "version": "1.4.9",
2151             "dist": {
2152                 "type": "tar",
2153                 "url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.9.tgz",
2154                 "shasum": "f0259b74904f4cfc05ea1ad1188fe9b7b3384e2e"
2155             },
2156             "type": "npm-asset-library",
2157             "extra": {
2158                 "npm-asset-bugs": {
2159                     "url": "https://github.com/stanlemon/jGrowl/issues"
2160                 },
2161                 "npm-asset-main": "jquery.jgrowl.js",
2162                 "npm-asset-directories": [],
2163                 "npm-asset-repository": {
2164                     "type": "git",
2165                     "url": "git+ssh://git@github.com/stanlemon/jGrowl.git"
2166                 },
2167                 "npm-asset-scripts": {
2168                     "build": "grunt"
2169                 }
2170             },
2171             "license": [
2172                 "MIT"
2173             ],
2174             "authors": [
2175                 {
2176                     "name": "Stan Lemon",
2177                     "email": "stosh1985@gmail.com",
2178                     "url": "http://stanlemon.net"
2179                 }
2180             ],
2181             "description": "jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet ",
2182             "homepage": "https://github.com/stanlemon/jGrowl#readme",
2183             "time": "2023-02-22T23:58:06+00:00"
2184         },
2185         {
2186             "name": "npm-asset/jquery",
2187             "version": "2.2.4",
2188             "dist": {
2189                 "type": "tar",
2190                 "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
2191                 "shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02"
2192             },
2193             "require-dev": {
2194                 "npm-asset/commitplease": "2.0.0",
2195                 "npm-asset/core-js": "0.9.17",
2196                 "npm-asset/grunt": "0.4.5",
2197                 "npm-asset/grunt-babel": "5.0.1",
2198                 "npm-asset/grunt-cli": "0.1.13",
2199                 "npm-asset/grunt-compare-size": "0.4.0",
2200                 "npm-asset/grunt-contrib-jshint": "0.11.2",
2201                 "npm-asset/grunt-contrib-uglify": "0.9.2",
2202                 "npm-asset/grunt-contrib-watch": "0.6.1",
2203                 "npm-asset/grunt-git-authors": "2.0.1",
2204                 "npm-asset/grunt-jscs": "2.1.0",
2205                 "npm-asset/grunt-jsonlint": "1.0.4",
2206                 "npm-asset/grunt-npmcopy": "0.1.0",
2207                 "npm-asset/gzip-js": "0.3.2",
2208                 "npm-asset/jsdom": "5.6.1",
2209                 "npm-asset/load-grunt-tasks": "1.0.0",
2210                 "npm-asset/qunit-assert-step": "1.0.3",
2211                 "npm-asset/qunitjs": "1.17.1",
2212                 "npm-asset/requirejs": "2.1.17",
2213                 "npm-asset/sinon": "1.10.3",
2214                 "npm-asset/sizzle": "2.2.1",
2215                 "npm-asset/strip-json-comments": "1.0.3",
2216                 "npm-asset/testswarm": "1.1.0",
2217                 "npm-asset/win-spawn": "2.0.0"
2218             },
2219             "type": "npm-asset-library",
2220             "extra": {
2221                 "npm-asset-bugs": {
2222                     "url": "https://github.com/jquery/jquery/issues"
2223                 },
2224                 "npm-asset-main": "dist/jquery.js",
2225                 "npm-asset-directories": [],
2226                 "npm-asset-repository": {
2227                     "type": "git",
2228                     "url": "git+https://github.com/jquery/jquery.git"
2229                 },
2230                 "npm-asset-scripts": {
2231                     "build": "npm install && grunt",
2232                     "start": "grunt watch",
2233                     "test": "grunt && grunt test"
2234                 }
2235             },
2236             "license": [
2237                 "MIT"
2238             ],
2239             "authors": [
2240                 {
2241                     "name": "jQuery Foundation and other contributors",
2242                     "url": "https://github.com/jquery/jquery/blob/2.2.4/AUTHORS.txt"
2243                 }
2244             ],
2245             "description": "JavaScript library for DOM operations",
2246             "homepage": "http://jquery.com",
2247             "keywords": [
2248                 "browser",
2249                 "javascript",
2250                 "jquery",
2251                 "library"
2252             ],
2253             "time": "2016-05-20T17:26:07+00:00"
2254         },
2255         {
2256             "name": "npm-asset/jquery-colorbox",
2257             "version": "1.6.4",
2258             "dist": {
2259                 "type": "tar",
2260                 "url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz",
2261                 "shasum": "799452523a6c494839224ef702e807deb9c06cc5"
2262             },
2263             "require": {
2264                 "npm-asset/jquery": ">=1.3.2"
2265             },
2266             "type": "npm-asset-library",
2267             "extra": {
2268                 "npm-asset-bugs": {
2269                     "url": "https://github.com/jackmoore/colorbox/issues"
2270                 },
2271                 "npm-asset-main": "jquery.colorbox.js",
2272                 "npm-asset-directories": [],
2273                 "npm-asset-repository": {
2274                     "type": "git",
2275                     "url": "git+ssh://git@github.com/jackmoore/colorbox.git"
2276                 },
2277                 "npm-asset-scripts": []
2278             },
2279             "license": [
2280                 "MIT"
2281             ],
2282             "authors": [
2283                 {
2284                     "name": "Jack Moore",
2285                     "email": "hello@jacklmoore.com",
2286                     "url": "http://www.jacklmoore.com"
2287                 }
2288             ],
2289             "description": "jQuery lightbox and modal window plugin.",
2290             "homepage": "http://www.jacklmoore.com/colorbox",
2291             "keywords": [
2292                 "gallery",
2293                 "jquery-plugin",
2294                 "lightbox",
2295                 "modal",
2296                 "popup",
2297                 "ui"
2298             ],
2299             "time": "2016-05-10T22:22:39+00:00"
2300         },
2301         {
2302             "name": "npm-asset/jquery-datetimepicker",
2303             "version": "2.5.21",
2304             "dist": {
2305                 "type": "tar",
2306                 "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.21.tgz",
2307                 "shasum": "00c388a78df2732fedfdb5c6529b6e84d53e0235"
2308             },
2309             "require": {
2310                 "npm-asset/jquery": ">=1.7.2",
2311                 "npm-asset/jquery-mousewheel": ">=3.1.13",
2312                 "npm-asset/php-date-formatter": ">=1.3.4,<2.0.0"
2313             },
2314             "type": "npm-asset-library",
2315             "extra": {
2316                 "npm-asset-bugs": {
2317                     "url": "https://github.com/xdan/datetimepicker/issues"
2318                 },
2319                 "npm-asset-main": "build/jquery.datetimepicker.full.min.js",
2320                 "npm-asset-directories": [],
2321                 "npm-asset-repository": {
2322                     "type": "git",
2323                     "url": "git+https://github.com/xdan/datetimepicker.git"
2324                 },
2325                 "npm-asset-scripts": {
2326                     "test": "karma start --browsers Firefox karma.conf.js --single-run",
2327                     "concat": "concat-cli -f node_modules/php-date-formatter/js/php-date-formatter.min.js jquery.datetimepicker.js node_modules/jquery-mousewheel/jquery.mousewheel.js -o build/jquery.datetimepicker.full.js",
2328                     "minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css",
2329                     "minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js",
2330                     "github": "git add --all  && git commit -m \"New version %npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish",
2331                     "build": "npm run minify && npm run concat && npm run minifyconcat",
2332                     "public": "npm run test && npm version patch --no-git-tag-version && npm run build && npm run github"
2333                 }
2334             },
2335             "license": [
2336                 "MIT"
2337             ],
2338             "authors": [
2339                 {
2340                     "name": "Chupurnov",
2341                     "email": "chupurnov@gmail.com",
2342                     "url": "https://xdsoft.net/"
2343                 }
2344             ],
2345             "description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
2346             "homepage": "https://github.com/xdan/datetimepicker",
2347             "keywords": [
2348                 "calendar",
2349                 "date",
2350                 "datepicker",
2351                 "datetime",
2352                 "jquery-plugin",
2353                 "time",
2354                 "timepicker"
2355             ],
2356             "time": "2019-02-23T11:25:30+00:00"
2357         },
2358         {
2359             "name": "npm-asset/jquery-mousewheel",
2360             "version": "3.1.13",
2361             "dist": {
2362                 "type": "tar",
2363                 "url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz",
2364                 "shasum": "06f0335f16e353a695e7206bf50503cb523a6ee5"
2365             },
2366             "require-dev": {
2367                 "npm-asset/grunt": "~0.4.1",
2368                 "npm-asset/grunt-contrib-connect": "~0.5.0",
2369                 "npm-asset/grunt-contrib-jshint": "~0.7.1",
2370                 "npm-asset/grunt-contrib-uglify": "~0.2.7"
2371             },
2372             "type": "npm-asset-library",
2373             "extra": {
2374                 "npm-asset-bugs": {
2375                     "url": "https://github.com/jquery/jquery-mousewheel/issues"
2376                 },
2377                 "npm-asset-files": [
2378                     "ChangeLog.md",
2379                     "jquery.mousewheel.js",
2380                     "README.md",
2381                     "LICENSE.txt"
2382                 ],
2383                 "npm-asset-main": "./jquery.mousewheel.js",
2384                 "npm-asset-directories": {
2385                     "test": "test"
2386                 },
2387                 "npm-asset-repository": {
2388                     "type": "git",
2389                     "url": "https://github.com/jquery/jquery-mousewheel.git"
2390                 },
2391                 "npm-asset-scripts": []
2392             },
2393             "authors": [
2394                 {
2395                     "name": "jQuery Foundation and other contributors",
2396                     "url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
2397                 }
2398             ],
2399             "description": "A jQuery plugin that adds cross-browser mouse wheel support.",
2400             "homepage": "https://github.com/jquery/jquery-mousewheel",
2401             "keywords": [
2402                 "browser",
2403                 "event",
2404                 "jquery",
2405                 "jquery-plugin",
2406                 "mouse",
2407                 "mousewheel",
2408                 "wheel"
2409             ],
2410             "time": "2015-07-15T18:05:23+00:00"
2411         },
2412         {
2413             "name": "npm-asset/moment",
2414             "version": "2.30.1",
2415             "dist": {
2416                 "type": "tar",
2417                 "url": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
2418                 "shasum": "f8c91c07b7a786e30c59926df530b4eac96974ae"
2419             },
2420             "type": "npm-asset-library",
2421             "extra": {
2422                 "npm-asset-bugs": {
2423                     "url": "https://github.com/moment/moment/issues"
2424                 },
2425                 "npm-asset-main": "./moment.js",
2426                 "npm-asset-directories": [],
2427                 "npm-asset-repository": {
2428                     "type": "git",
2429                     "url": "git+https://github.com/moment/moment.git"
2430                 },
2431                 "npm-asset-scripts": {
2432                     "ts3.1-typescript-test": "cross-env node_modules/typescript3/bin/tsc --project ts3.1-typing-tests",
2433                     "typescript-test": "cross-env node_modules/typescript/bin/tsc --project typing-tests",
2434                     "test": "grunt test",
2435                     "eslint": "eslint Gruntfile.js tasks src",
2436                     "prettier-check": "prettier --check Gruntfile.js tasks src",
2437                     "prettier-fmt": "prettier --write Gruntfile.js tasks src",
2438                     "coverage": "nyc npm test && nyc report",
2439                     "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
2440                 },
2441                 "npm-asset-engines": {
2442                     "node": "*"
2443                 }
2444             },
2445             "license": [
2446                 "MIT"
2447             ],
2448             "authors": [
2449                 {
2450                     "name": "Iskren Ivov Chernev",
2451                     "email": "iskren.chernev@gmail.com",
2452                     "url": "https://github.com/ichernev"
2453                 },
2454                 {
2455                     "name": "Tim Wood",
2456                     "email": "washwithcare@gmail.com",
2457                     "url": "http://timwoodcreates.com/"
2458                 },
2459                 {
2460                     "name": "Rocky Meza",
2461                     "url": "http://rockymeza.com"
2462                 },
2463                 {
2464                     "name": "Matt Johnson",
2465                     "email": "mj1856@hotmail.com",
2466                     "url": "http://codeofmatt.com"
2467                 },
2468                 {
2469                     "name": "Isaac Cambron",
2470                     "email": "isaac@isaaccambron.com",
2471                     "url": "http://isaaccambron.com"
2472                 },
2473                 {
2474                     "name": "Andre Polykanine",
2475                     "email": "andre@oire.org",
2476                     "url": "https://github.com/oire"
2477                 }
2478             ],
2479             "description": "Parse, validate, manipulate, and display dates",
2480             "homepage": "https://momentjs.com",
2481             "keywords": [
2482                 "date",
2483                 "ender",
2484                 "format",
2485                 "i18n",
2486                 "l10n",
2487                 "moment",
2488                 "parse",
2489                 "time",
2490                 "validate"
2491             ],
2492             "time": "2023-12-27T10:38:43+00:00"
2493         },
2494         {
2495             "name": "npm-asset/perfect-scrollbar",
2496             "version": "0.6.16",
2497             "dist": {
2498                 "type": "tar",
2499                 "url": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-0.6.16.tgz",
2500                 "shasum": "b1d61a5245cf3962bb9a8407a3fc669d923212fc"
2501             },
2502             "type": "npm-asset-library",
2503             "extra": {
2504                 "npm-asset-bugs": {
2505                     "url": "https://github.com/noraesae/perfect-scrollbar/issues"
2506                 },
2507                 "npm-asset-files": [
2508                     "dist",
2509                     "src",
2510                     "index.js",
2511                     "jquery.js",
2512                     "perfect-scrollbar.d.ts"
2513                 ],
2514                 "npm-asset-main": "./index.js",
2515                 "npm-asset-directories": [],
2516                 "npm-asset-repository": {
2517                     "type": "git",
2518                     "url": "git+https://github.com/noraesae/perfect-scrollbar.git"
2519                 },
2520                 "npm-asset-scripts": {
2521                     "test": "gulp",
2522                     "before-deploy": "gulp && gulp compress",
2523                     "release": "rm -rf dist && gulp && npm publish"
2524                 },
2525                 "npm-asset-engines": {
2526                     "node": ">= 0.12.0"
2527                 }
2528             },
2529             "license": [
2530                 "MIT"
2531             ],
2532             "authors": [
2533                 {
2534                     "name": "Hyunje Jun",
2535                     "email": "me@noraesae.net"
2536                 },
2537                 {
2538                     "name": "Hyunje Jun",
2539                     "email": "me@noraesae.net"
2540                 }
2541             ],
2542             "description": "Minimalistic but perfect custom scrollbar plugin",
2543             "homepage": "https://github.com/noraesae/perfect-scrollbar#readme",
2544             "keywords": [
2545                 "frontend",
2546                 "jquery-plugin",
2547                 "scroll",
2548                 "scrollbar"
2549             ],
2550             "time": "2017-01-10T01:03:05+00:00"
2551         },
2552         {
2553             "name": "npm-asset/php-date-formatter",
2554             "version": "v1.3.6",
2555             "source": {
2556                 "type": "git",
2557                 "url": "https://github.com/kartik-v/php-date-formatter.git",
2558                 "reference": "514a53660b0d69439236fd3cbc3f41512adb00a0"
2559             },
2560             "dist": {
2561                 "type": "zip",
2562                 "url": "https://api.github.com/repos/kartik-v/php-date-formatter/zipball/514a53660b0d69439236fd3cbc3f41512adb00a0",
2563                 "reference": "514a53660b0d69439236fd3cbc3f41512adb00a0",
2564                 "shasum": ""
2565             },
2566             "type": "npm-asset-library",
2567             "extra": {
2568                 "npm-asset-bugs": {
2569                     "url": "https://github.com/kartik-v/php-date-formatter/issues"
2570                 },
2571                 "npm-asset-main": "js/php-date-formatter.js",
2572                 "npm-asset-directories": {
2573                     "example": "examples"
2574                 },
2575                 "npm-asset-repository": {
2576                     "type": "git",
2577                     "url": "https://github.com/kartik-v/php-date-formatter.git"
2578                 }
2579             },
2580             "license": [
2581                 "BSD-3-Clause"
2582             ],
2583             "authors": [
2584                 "Kartik Visweswaran <kartikv2@gmail.com>"
2585             ],
2586             "description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
2587             "homepage": "https://github.com/kartik-v/php-date-formatter",
2588             "time": "2020-04-14T10:16:32+00:00"
2589         },
2590         {
2591             "name": "npm-asset/textarea-caret",
2592             "version": "3.1.0",
2593             "dist": {
2594                 "type": "tar",
2595                 "url": "https://registry.npmjs.org/textarea-caret/-/textarea-caret-3.1.0.tgz",
2596                 "shasum": "5d5a35bb035fd06b2ff0e25d5359e97f2655087f"
2597             },
2598             "type": "npm-asset-library",
2599             "extra": {
2600                 "npm-asset-bugs": {
2601                     "url": "https://github.com/component/textarea-caret-position/issues"
2602                 },
2603                 "npm-asset-files": [
2604                     "index.js"
2605                 ],
2606                 "npm-asset-main": "index.js",
2607                 "npm-asset-directories": [],
2608                 "npm-asset-repository": {
2609                     "type": "git",
2610                     "url": "git+https://github.com/component/textarea-caret-position.git"
2611                 }
2612             },
2613             "license": [
2614                 "MIT"
2615             ],
2616             "description": "(x, y) coordinates of the caret in a textarea or input type='text'",
2617             "homepage": "https://github.com/component/textarea-caret-position#readme",
2618             "keywords": [
2619                 "caret",
2620                 "position",
2621                 "textarea"
2622             ],
2623             "time": "2018-02-20T06:11:03+00:00"
2624         },
2625         {
2626             "name": "npm-asset/textcomplete",
2627             "version": "0.18.2",
2628             "dist": {
2629                 "type": "tar",
2630                 "url": "https://registry.npmjs.org/textcomplete/-/textcomplete-0.18.2.tgz",
2631                 "shasum": "de0d806567102f7e32daffcbcc3db05af1515eb5"
2632             },
2633             "require": {
2634                 "npm-asset/eventemitter3": ">=2.0.3,<3.0.0",
2635                 "npm-asset/textarea-caret": ">=3.0.1,<4.0.0",
2636                 "npm-asset/undate": ">=0.2.3,<0.3.0"
2637             },
2638             "type": "npm-asset-library",
2639             "extra": {
2640                 "npm-asset-bugs": {
2641                     "url": "https://github.com/yuku-t/textcomplete/issues"
2642                 },
2643                 "npm-asset-main": "lib/index.js",
2644                 "npm-asset-directories": [],
2645                 "npm-asset-repository": {
2646                     "type": "git",
2647                     "url": "git+ssh://git@github.com/yuku-t/textcomplete.git"
2648                 },
2649                 "npm-asset-scripts": {
2650                     "build": "yarn run clean && run-p build:*",
2651                     "build:dist": "webpack && webpack --env=min && run-p print-dist-gz-size",
2652                     "build:docs": "run-p build:docs:*",
2653                     "build:docs:html": "webpack --config webpack.doc.config.js && pug -o docs src/doc/index.pug",
2654                     "build:docs:md": "documentation build src/*.js -f md -o doc/api.md",
2655                     "build:lib": "babel src -d lib -s && for js in src/*.js; do cp $js lib/${js##*/}.flow; done",
2656                     "clean": "rm -fr dist docs lib",
2657                     "format": "prettier --no-semi --trailing-comma all --write 'src/*.js' 'test/**/*.js'",
2658                     "gh-release": "npm pack textcomplete && gh-release -a textcomplete-$(cat package.json|jq -r .version).tgz",
2659                     "opener": "wait-on http://localhost:8082 && opener http://localhost:8082",
2660                     "print-dist-gz-size": "printf 'dist/textcomplete.min.js.gz: %d bytes\\n' \"$(gzip -9kc dist/textcomplete.min.js | wc -c)\"",
2661                     "start": "run-p watch opener",
2662                     "test": "run-p test:*",
2663                     "test:bundlesize": "yarn run build:dist && bundlesize",
2664                     "test:e2e": "NODE_ENV=test karma start --single-run",
2665                     "test:lint": "eslint src/*.js test/**/*.js",
2666                     "test:typecheck": "flow check",
2667                     "watch": "run-p watch:*",
2668                     "watch:webpack": "webpack-dev-server --config webpack.doc.config.js",
2669                     "watch:pug": "pug -o docs --watch src/doc/index.pug"
2670                 }
2671             },
2672             "license": [
2673                 "MIT"
2674             ],
2675             "authors": [
2676                 {
2677                     "name": "Yuku Takahashi"
2678                 }
2679             ],
2680             "description": "Autocomplete for textarea elements",
2681             "homepage": "https://github.com/yuku-t/textcomplete#readme",
2682             "time": "2020-06-10T06:11:00+00:00"
2683         },
2684         {
2685             "name": "npm-asset/typeahead.js",
2686             "version": "0.11.1",
2687             "dist": {
2688                 "type": "tar",
2689                 "url": "https://registry.npmjs.org/typeahead.js/-/typeahead.js-0.11.1.tgz",
2690                 "shasum": "4e64e671b22310a8606f4aec805924ba84b015b8"
2691             },
2692             "require": {
2693                 "npm-asset/jquery": ">=1.7"
2694             },
2695             "type": "npm-asset-library",
2696             "extra": {
2697                 "npm-asset-bugs": {
2698                     "url": "https://github.com/twitter/typeahead.js/issues"
2699                 },
2700                 "npm-asset-main": "dist/typeahead.bundle.js",
2701                 "npm-asset-directories": [],
2702                 "npm-asset-repository": {
2703                     "type": "git",
2704                     "url": "https://github.com/twitter/typeahead.js.git"
2705                 },
2706                 "npm-asset-scripts": {
2707                     "test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
2708                 }
2709             },
2710             "authors": [
2711                 {
2712                     "name": "Twitter, Inc.",
2713                     "url": "https://twitter.com/twitteross"
2714                 },
2715                 {
2716                     "name": "Jake Harding",
2717                     "url": "https://twitter.com/JakeHarding"
2718                 },
2719                 {
2720                     "name": "Tim Trueman",
2721                     "url": "https://twitter.com/timtrueman"
2722                 },
2723                 {
2724                     "name": "Veljko Skarich",
2725                     "url": "https://twitter.com/vskarich"
2726                 }
2727             ],
2728             "description": "fast and fully-featured autocomplete library",
2729             "homepage": "http://twitter.github.com/typeahead.js",
2730             "keywords": [
2731                 "autocomplete",
2732                 "typeahead"
2733             ],
2734             "time": "2015-04-27T04:03:42+00:00"
2735         },
2736         {
2737             "name": "npm-asset/undate",
2738             "version": "0.2.4",
2739             "dist": {
2740                 "type": "tar",
2741                 "url": "https://registry.npmjs.org/undate/-/undate-0.2.4.tgz",
2742                 "shasum": "ccb2a8cf38edc035d1006fcb2909c4c6024a8400"
2743             },
2744             "type": "npm-asset-library",
2745             "extra": {
2746                 "npm-asset-bugs": {
2747                     "url": "https://github.com/yuku-t/undate/issues"
2748                 },
2749                 "npm-asset-main": "lib/index.js",
2750                 "npm-asset-directories": [],
2751                 "npm-asset-repository": {
2752                     "type": "git",
2753                     "url": "git+https://github.com/yuku-t/undate.git"
2754                 },
2755                 "npm-asset-scripts": {
2756                     "build": "babel src -d lib && for js in src/*.js; do cp $js lib/${js##*/}.flow; done",
2757                     "test": "run-p test:*",
2758                     "test:eslint": "eslint src/*.js test/*.js",
2759                     "test:flow": "flow check",
2760                     "test:karma": "karma start --single-run"
2761                 }
2762             },
2763             "license": [
2764                 "MIT"
2765             ],
2766             "authors": [
2767                 {
2768                     "name": "Yuku Takahashi"
2769                 }
2770             ],
2771             "description": "Undoable update for HTMLTextAreaElement",
2772             "homepage": "https://github.com/yuku-t/undate#readme",
2773             "keywords": [
2774                 "textarea"
2775             ],
2776             "time": "2018-01-24T10:49:39+00:00"
2777         },
2778         {
2779             "name": "nyholm/psr7",
2780             "version": "1.8.1",
2781             "source": {
2782                 "type": "git",
2783                 "url": "https://github.com/Nyholm/psr7.git",
2784                 "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e"
2785             },
2786             "dist": {
2787                 "type": "zip",
2788                 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/aa5fc277a4f5508013d571341ade0c3886d4d00e",
2789                 "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e",
2790                 "shasum": ""
2791             },
2792             "require": {
2793                 "php": ">=7.2",
2794                 "psr/http-factory": "^1.0",
2795                 "psr/http-message": "^1.1 || ^2.0"
2796             },
2797             "provide": {
2798                 "php-http/message-factory-implementation": "1.0",
2799                 "psr/http-factory-implementation": "1.0",
2800                 "psr/http-message-implementation": "1.0"
2801             },
2802             "require-dev": {
2803                 "http-interop/http-factory-tests": "^0.9",
2804                 "php-http/message-factory": "^1.0",
2805                 "php-http/psr7-integration-tests": "^1.0",
2806                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
2807                 "symfony/error-handler": "^4.4"
2808             },
2809             "type": "library",
2810             "extra": {
2811                 "branch-alias": {
2812                     "dev-master": "1.8-dev"
2813                 }
2814             },
2815             "autoload": {
2816                 "psr-4": {
2817                     "Nyholm\\Psr7\\": "src/"
2818                 }
2819             },
2820             "notification-url": "https://packagist.org/downloads/",
2821             "license": [
2822                 "MIT"
2823             ],
2824             "authors": [
2825                 {
2826                     "name": "Tobias Nyholm",
2827                     "email": "tobias.nyholm@gmail.com"
2828                 },
2829                 {
2830                     "name": "Martijn van der Ven",
2831                     "email": "martijn@vanderven.se"
2832                 }
2833             ],
2834             "description": "A fast PHP7 implementation of PSR-7",
2835             "homepage": "https://tnyholm.se",
2836             "keywords": [
2837                 "psr-17",
2838                 "psr-7"
2839             ],
2840             "funding": [
2841                 {
2842                     "url": "https://github.com/Zegnat",
2843                     "type": "github"
2844                 },
2845                 {
2846                     "url": "https://github.com/nyholm",
2847                     "type": "github"
2848                 }
2849             ],
2850             "time": "2023-11-13T09:31:12+00:00"
2851         },
2852         {
2853             "name": "paragonie/certainty",
2854             "version": "v2.8.2",
2855             "source": {
2856                 "type": "git",
2857                 "url": "https://github.com/paragonie/certainty.git",
2858                 "reference": "5a9c240642cdb275991df268be6300cc410b6d07"
2859             },
2860             "dist": {
2861                 "type": "zip",
2862                 "url": "https://api.github.com/repos/paragonie/certainty/zipball/5a9c240642cdb275991df268be6300cc410b6d07",
2863                 "reference": "5a9c240642cdb275991df268be6300cc410b6d07",
2864                 "shasum": ""
2865             },
2866             "require": {
2867                 "ext-curl": "*",
2868                 "ext-json": "*",
2869                 "guzzlehttp/guzzle": "^6|^7",
2870                 "paragonie/constant_time_encoding": "^1|^2",
2871                 "paragonie/sodium_compat": "^1.13",
2872                 "php": "^5.5|^7|^8"
2873             },
2874             "require-dev": {
2875                 "composer/composer": "^1|>=2.0.14",
2876                 "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
2877             },
2878             "bin": [
2879                 "bin/certainty-cert-symlink"
2880             ],
2881             "type": "library",
2882             "autoload": {
2883                 "psr-4": {
2884                     "ParagonIE\\Certainty\\": "src/"
2885                 }
2886             },
2887             "notification-url": "https://packagist.org/downloads/",
2888             "license": [
2889                 "ISC"
2890             ],
2891             "authors": [
2892                 {
2893                     "name": "Paragon Initiative Enterprises",
2894                     "email": "security@paragonie.com",
2895                     "homepage": "https://paragonie.com"
2896                 }
2897             ],
2898             "description": "Up-to-date, verifiable repository for Certificate Authorities",
2899             "keywords": [
2900                 "CA-Cert",
2901                 "Ed25519",
2902                 "Public-Key Infractructure",
2903                 "ca",
2904                 "ca-cert.pem",
2905                 "cacert",
2906                 "cacert.pem",
2907                 "certificate authority",
2908                 "pki",
2909                 "ssl",
2910                 "tls"
2911             ],
2912             "time": "2021-10-04T08:25:35+00:00"
2913         },
2914         {
2915             "name": "paragonie/constant_time_encoding",
2916             "version": "v2.6.3",
2917             "source": {
2918                 "type": "git",
2919                 "url": "https://github.com/paragonie/constant_time_encoding.git",
2920                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
2921             },
2922             "dist": {
2923                 "type": "zip",
2924                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
2925                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
2926                 "shasum": ""
2927             },
2928             "require": {
2929                 "php": "^7|^8"
2930             },
2931             "require-dev": {
2932                 "phpunit/phpunit": "^6|^7|^8|^9",
2933                 "vimeo/psalm": "^1|^2|^3|^4"
2934             },
2935             "type": "library",
2936             "autoload": {
2937                 "psr-4": {
2938                     "ParagonIE\\ConstantTime\\": "src/"
2939                 }
2940             },
2941             "notification-url": "https://packagist.org/downloads/",
2942             "license": [
2943                 "MIT"
2944             ],
2945             "authors": [
2946                 {
2947                     "name": "Paragon Initiative Enterprises",
2948                     "email": "security@paragonie.com",
2949                     "homepage": "https://paragonie.com",
2950                     "role": "Maintainer"
2951                 },
2952                 {
2953                     "name": "Steve 'Sc00bz' Thomas",
2954                     "email": "steve@tobtu.com",
2955                     "homepage": "https://www.tobtu.com",
2956                     "role": "Original Developer"
2957                 }
2958             ],
2959             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
2960             "keywords": [
2961                 "base16",
2962                 "base32",
2963                 "base32_decode",
2964                 "base32_encode",
2965                 "base64",
2966                 "base64_decode",
2967                 "base64_encode",
2968                 "bin2hex",
2969                 "encoding",
2970                 "hex",
2971                 "hex2bin",
2972                 "rfc4648"
2973             ],
2974             "time": "2022-06-14T06:56:20+00:00"
2975         },
2976         {
2977             "name": "paragonie/hidden-string",
2978             "version": "v1.1.0",
2979             "source": {
2980                 "type": "git",
2981                 "url": "https://github.com/paragonie/hidden-string.git",
2982                 "reference": "1c30373ac2fce76fb57954010ef06e990f9a49b5"
2983             },
2984             "dist": {
2985                 "type": "zip",
2986                 "url": "https://api.github.com/repos/paragonie/hidden-string/zipball/1c30373ac2fce76fb57954010ef06e990f9a49b5",
2987                 "reference": "1c30373ac2fce76fb57954010ef06e990f9a49b5",
2988                 "shasum": ""
2989             },
2990             "require": {
2991                 "paragonie/constant_time_encoding": "^2",
2992                 "paragonie/sodium_compat": "^1.6",
2993                 "php": "^7|^8"
2994             },
2995             "require-dev": {
2996                 "phpunit/phpunit": "^6|^7|^8|^9",
2997                 "vimeo/psalm": "^3|^4"
2998             },
2999             "type": "library",
3000             "autoload": {
3001                 "psr-4": {
3002                     "ParagonIE\\HiddenString\\": "./src"
3003                 }
3004             },
3005             "notification-url": "https://packagist.org/downloads/",
3006             "license": [
3007                 "MPL-2.0"
3008             ],
3009             "authors": [
3010                 {
3011                     "name": "Paragon Initiative Enterprises",
3012                     "email": "info@paragonie.com",
3013                     "homepage": "https://paragonie.com"
3014                 }
3015             ],
3016             "description": "Encapsulate strings in an object to hide them from stack traces",
3017             "homepage": "https://github.com/paragonie/hidden-string",
3018             "keywords": [
3019                 "hidden",
3020                 "stack trace",
3021                 "string"
3022             ],
3023             "time": "2020-12-03T14:24:26+00:00"
3024         },
3025         {
3026             "name": "paragonie/random_compat",
3027             "version": "v9.99.100",
3028             "source": {
3029                 "type": "git",
3030                 "url": "https://github.com/paragonie/random_compat.git",
3031                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3032             },
3033             "dist": {
3034                 "type": "zip",
3035                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3036                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3037                 "shasum": ""
3038             },
3039             "require": {
3040                 "php": ">= 7"
3041             },
3042             "require-dev": {
3043                 "phpunit/phpunit": "4.*|5.*",
3044                 "vimeo/psalm": "^1"
3045             },
3046             "suggest": {
3047                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3048             },
3049             "type": "library",
3050             "notification-url": "https://packagist.org/downloads/",
3051             "license": [
3052                 "MIT"
3053             ],
3054             "authors": [
3055                 {
3056                     "name": "Paragon Initiative Enterprises",
3057                     "email": "security@paragonie.com",
3058                     "homepage": "https://paragonie.com"
3059                 }
3060             ],
3061             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3062             "keywords": [
3063                 "csprng",
3064                 "polyfill",
3065                 "pseudorandom",
3066                 "random"
3067             ],
3068             "time": "2020-10-15T08:29:30+00:00"
3069         },
3070         {
3071             "name": "paragonie/sodium_compat",
3072             "version": "v1.20.0",
3073             "source": {
3074                 "type": "git",
3075                 "url": "https://github.com/paragonie/sodium_compat.git",
3076                 "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6"
3077             },
3078             "dist": {
3079                 "type": "zip",
3080                 "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
3081                 "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
3082                 "shasum": ""
3083             },
3084             "require": {
3085                 "paragonie/random_compat": ">=1",
3086                 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
3087             },
3088             "require-dev": {
3089                 "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
3090             },
3091             "suggest": {
3092                 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
3093                 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
3094             },
3095             "type": "library",
3096             "autoload": {
3097                 "files": [
3098                     "autoload.php"
3099                 ]
3100             },
3101             "notification-url": "https://packagist.org/downloads/",
3102             "license": [
3103                 "ISC"
3104             ],
3105             "authors": [
3106                 {
3107                     "name": "Paragon Initiative Enterprises",
3108                     "email": "security@paragonie.com"
3109                 },
3110                 {
3111                     "name": "Frank Denis",
3112                     "email": "jedisct1@pureftpd.org"
3113                 }
3114             ],
3115             "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
3116             "keywords": [
3117                 "Authentication",
3118                 "BLAKE2b",
3119                 "ChaCha20",
3120                 "ChaCha20-Poly1305",
3121                 "Chapoly",
3122                 "Curve25519",
3123                 "Ed25519",
3124                 "EdDSA",
3125                 "Edwards-curve Digital Signature Algorithm",
3126                 "Elliptic Curve Diffie-Hellman",
3127                 "Poly1305",
3128                 "Pure-PHP cryptography",
3129                 "RFC 7748",
3130                 "RFC 8032",
3131                 "Salpoly",
3132                 "Salsa20",
3133                 "X25519",
3134                 "XChaCha20-Poly1305",
3135                 "XSalsa20-Poly1305",
3136                 "Xchacha20",
3137                 "Xsalsa20",
3138                 "aead",
3139                 "cryptography",
3140                 "ecdh",
3141                 "elliptic curve",
3142                 "elliptic curve cryptography",
3143                 "encryption",
3144                 "libsodium",
3145                 "php",
3146                 "public-key cryptography",
3147                 "secret-key cryptography",
3148                 "side-channel resistant"
3149             ],
3150             "time": "2023-04-30T00:54:53+00:00"
3151         },
3152         {
3153             "name": "patrickschur/language-detection",
3154             "version": "v5.3.0",
3155             "source": {
3156                 "type": "git",
3157                 "url": "https://github.com/patrickschur/language-detection.git",
3158                 "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9"
3159             },
3160             "dist": {
3161                 "type": "zip",
3162                 "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
3163                 "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
3164                 "shasum": ""
3165             },
3166             "require": {
3167                 "ext-json": "*",
3168                 "ext-mbstring": "*",
3169                 "php": "^7.4 || ^8.0"
3170             },
3171             "require-dev": {
3172                 "phpunit/phpunit": "^9.5.0"
3173             },
3174             "type": "library",
3175             "autoload": {
3176                 "psr-4": {
3177                     "LanguageDetection\\": "src/LanguageDetection"
3178                 }
3179             },
3180             "notification-url": "https://packagist.org/downloads/",
3181             "license": [
3182                 "MIT"
3183             ],
3184             "authors": [
3185                 {
3186                     "name": "Patrick Schur",
3187                     "email": "patrick_schur@outlook.de"
3188                 }
3189             ],
3190             "description": "A language detection library for PHP. Detects the language from a given text string.",
3191             "homepage": "https://github.com/patrickschur/language-detection",
3192             "keywords": [
3193                 "detect",
3194                 "detection",
3195                 "language"
3196             ],
3197             "time": "2023-08-18T22:46:39+00:00"
3198         },
3199         {
3200             "name": "pear/console_table",
3201             "version": "v1.3.1",
3202             "source": {
3203                 "type": "git",
3204                 "url": "https://github.com/pear/Console_Table.git",
3205                 "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
3206             },
3207             "dist": {
3208                 "type": "zip",
3209                 "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
3210                 "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
3211                 "shasum": ""
3212             },
3213             "require": {
3214                 "php": ">=5.2.0"
3215             },
3216             "suggest": {
3217                 "pear/Console_Color2": ">=0.1.2"
3218             },
3219             "type": "library",
3220             "autoload": {
3221                 "classmap": [
3222                     "Table.php"
3223                 ]
3224             },
3225             "notification-url": "https://packagist.org/downloads/",
3226             "license": [
3227                 "BSD-2-Clause"
3228             ],
3229             "authors": [
3230                 {
3231                     "name": "Jan Schneider",
3232                     "homepage": "http://pear.php.net/user/yunosh"
3233                 },
3234                 {
3235                     "name": "Tal Peer",
3236                     "homepage": "http://pear.php.net/user/tal"
3237                 },
3238                 {
3239                     "name": "Xavier Noguer",
3240                     "homepage": "http://pear.php.net/user/xnoguer"
3241                 },
3242                 {
3243                     "name": "Richard Heyes",
3244                     "homepage": "http://pear.php.net/user/richard"
3245                 }
3246             ],
3247             "description": "Library that makes it easy to build console style tables.",
3248             "homepage": "http://pear.php.net/package/Console_Table/",
3249             "keywords": [
3250                 "console"
3251             ],
3252             "time": "2018-01-25T20:47:17+00:00"
3253         },
3254         {
3255             "name": "php-http/discovery",
3256             "version": "1.19.2",
3257             "source": {
3258                 "type": "git",
3259                 "url": "https://github.com/php-http/discovery.git",
3260                 "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb"
3261             },
3262             "dist": {
3263                 "type": "zip",
3264                 "url": "https://api.github.com/repos/php-http/discovery/zipball/61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
3265                 "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
3266                 "shasum": ""
3267             },
3268             "require": {
3269                 "composer-plugin-api": "^1.0|^2.0",
3270                 "php": "^7.1 || ^8.0"
3271             },
3272             "conflict": {
3273                 "nyholm/psr7": "<1.0",
3274                 "zendframework/zend-diactoros": "*"
3275             },
3276             "provide": {
3277                 "php-http/async-client-implementation": "*",
3278                 "php-http/client-implementation": "*",
3279                 "psr/http-client-implementation": "*",
3280                 "psr/http-factory-implementation": "*",
3281                 "psr/http-message-implementation": "*"
3282             },
3283             "require-dev": {
3284                 "composer/composer": "^1.0.2|^2.0",
3285                 "graham-campbell/phpspec-skip-example-extension": "^5.0",
3286                 "php-http/httplug": "^1.0 || ^2.0",
3287                 "php-http/message-factory": "^1.0",
3288                 "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
3289                 "symfony/phpunit-bridge": "^6.2"
3290             },
3291             "type": "composer-plugin",
3292             "extra": {
3293                 "class": "Http\\Discovery\\Composer\\Plugin",
3294                 "plugin-optional": true
3295             },
3296             "autoload": {
3297                 "psr-4": {
3298                     "Http\\Discovery\\": "src/"
3299                 },
3300                 "exclude-from-classmap": [
3301                     "src/Composer/Plugin.php"
3302                 ]
3303             },
3304             "notification-url": "https://packagist.org/downloads/",
3305             "license": [
3306                 "MIT"
3307             ],
3308             "authors": [
3309                 {
3310                     "name": "Márk Sági-Kazár",
3311                     "email": "mark.sagikazar@gmail.com"
3312                 }
3313             ],
3314             "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
3315             "homepage": "http://php-http.org",
3316             "keywords": [
3317                 "adapter",
3318                 "client",
3319                 "discovery",
3320                 "factory",
3321                 "http",
3322                 "message",
3323                 "psr17",
3324                 "psr7"
3325             ],
3326             "time": "2023-11-30T16:49:05+00:00"
3327         },
3328         {
3329             "name": "phpseclib/phpseclib",
3330             "version": "3.0.35",
3331             "source": {
3332                 "type": "git",
3333                 "url": "https://github.com/phpseclib/phpseclib.git",
3334                 "reference": "4b1827beabce71953ca479485c0ae9c51287f2fe"
3335             },
3336             "dist": {
3337                 "type": "zip",
3338                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4b1827beabce71953ca479485c0ae9c51287f2fe",
3339                 "reference": "4b1827beabce71953ca479485c0ae9c51287f2fe",
3340                 "shasum": ""
3341             },
3342             "require": {
3343                 "paragonie/constant_time_encoding": "^1|^2",
3344                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
3345                 "php": ">=5.6.1"
3346             },
3347             "require-dev": {
3348                 "phpunit/phpunit": "*"
3349             },
3350             "suggest": {
3351                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
3352                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3353                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3354                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3355                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3356             },
3357             "type": "library",
3358             "autoload": {
3359                 "files": [
3360                     "phpseclib/bootstrap.php"
3361                 ],
3362                 "psr-4": {
3363                     "phpseclib3\\": "phpseclib/"
3364                 }
3365             },
3366             "notification-url": "https://packagist.org/downloads/",
3367             "license": [
3368                 "MIT"
3369             ],
3370             "authors": [
3371                 {
3372                     "name": "Jim Wigginton",
3373                     "email": "terrafrost@php.net",
3374                     "role": "Lead Developer"
3375                 },
3376                 {
3377                     "name": "Patrick Monnerat",
3378                     "email": "pm@datasphere.ch",
3379                     "role": "Developer"
3380                 },
3381                 {
3382                     "name": "Andreas Fischer",
3383                     "email": "bantu@phpbb.com",
3384                     "role": "Developer"
3385                 },
3386                 {
3387                     "name": "Hans-Jürgen Petrich",
3388                     "email": "petrich@tronic-media.com",
3389                     "role": "Developer"
3390                 },
3391                 {
3392                     "name": "Graham Campbell",
3393                     "email": "graham@alt-three.com",
3394                     "role": "Developer"
3395                 }
3396             ],
3397             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3398             "homepage": "http://phpseclib.sourceforge.net",
3399             "keywords": [
3400                 "BigInteger",
3401                 "aes",
3402                 "asn.1",
3403                 "asn1",
3404                 "blowfish",
3405                 "crypto",
3406                 "cryptography",
3407                 "encryption",
3408                 "rsa",
3409                 "security",
3410                 "sftp",
3411                 "signature",
3412                 "signing",
3413                 "ssh",
3414                 "twofish",
3415                 "x.509",
3416                 "x509"
3417             ],
3418             "funding": [
3419                 {
3420                     "url": "https://github.com/terrafrost",
3421                     "type": "github"
3422                 },
3423                 {
3424                     "url": "https://www.patreon.com/phpseclib",
3425                     "type": "patreon"
3426                 },
3427                 {
3428                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
3429                     "type": "tidelift"
3430                 }
3431             ],
3432             "time": "2023-12-29T01:59:53+00:00"
3433         },
3434         {
3435             "name": "pragmarx/google2fa",
3436             "version": "v5.0.0",
3437             "source": {
3438                 "type": "git",
3439                 "url": "https://github.com/antonioribeiro/google2fa.git",
3440                 "reference": "17c969c82f427dd916afe4be50bafc6299aef1b4"
3441             },
3442             "dist": {
3443                 "type": "zip",
3444                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/17c969c82f427dd916afe4be50bafc6299aef1b4",
3445                 "reference": "17c969c82f427dd916afe4be50bafc6299aef1b4",
3446                 "shasum": ""
3447             },
3448             "require": {
3449                 "paragonie/constant_time_encoding": "~1.0|~2.0",
3450                 "paragonie/random_compat": ">=1",
3451                 "php": ">=5.4",
3452                 "symfony/polyfill-php56": "~1.2"
3453             },
3454             "require-dev": {
3455                 "phpunit/phpunit": "~4|~5|~6"
3456             },
3457             "type": "library",
3458             "extra": {
3459                 "component": "package",
3460                 "branch-alias": {
3461                     "dev-master": "2.0-dev"
3462                 }
3463             },
3464             "autoload": {
3465                 "psr-4": {
3466                     "PragmaRX\\Google2FA\\": "src/",
3467                     "PragmaRX\\Google2FA\\Tests\\": "tests/"
3468                 }
3469             },
3470             "notification-url": "https://packagist.org/downloads/",
3471             "license": [
3472                 "MIT"
3473             ],
3474             "authors": [
3475                 {
3476                     "name": "Antonio Carlos Ribeiro",
3477                     "email": "acr@antoniocarlosribeiro.com",
3478                     "role": "Creator & Designer"
3479                 }
3480             ],
3481             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
3482             "keywords": [
3483                 "2fa",
3484                 "Authentication",
3485                 "Two Factor Authentication",
3486                 "google2fa"
3487             ],
3488             "time": "2019-03-19T22:44:16+00:00"
3489         },
3490         {
3491             "name": "pragmarx/random",
3492             "version": "v0.2.2",
3493             "source": {
3494                 "type": "git",
3495                 "url": "https://github.com/antonioribeiro/random.git",
3496                 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
3497             },
3498             "dist": {
3499                 "type": "zip",
3500                 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
3501                 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
3502                 "shasum": ""
3503             },
3504             "require": {
3505                 "php": ">=7.0"
3506             },
3507             "require-dev": {
3508                 "fzaninotto/faker": "~1.7",
3509                 "phpunit/phpunit": "~6.4",
3510                 "pragmarx/trivia": "~0.1",
3511                 "squizlabs/php_codesniffer": "^2.3"
3512             },
3513             "suggest": {
3514                 "fzaninotto/faker": "Allows you to get dozens of randomized types",
3515                 "pragmarx/trivia": "For the trivia database"
3516             },
3517             "type": "library",
3518             "extra": {
3519                 "branch-alias": {
3520                     "dev-master": "1.0-dev"
3521                 }
3522             },
3523             "autoload": {
3524                 "psr-4": {
3525                     "PragmaRX\\Random\\": "src"
3526                 }
3527             },
3528             "notification-url": "https://packagist.org/downloads/",
3529             "license": [
3530                 "MIT"
3531             ],
3532             "authors": [
3533                 {
3534                     "name": "Antonio Carlos Ribeiro",
3535                     "email": "acr@antoniocarlosribeiro.com",
3536                     "homepage": "https://antoniocarlosribeiro.com",
3537                     "role": "Developer"
3538                 }
3539             ],
3540             "description": "Create random chars, numbers, strings",
3541             "homepage": "https://github.com/antonioribeiro/random",
3542             "keywords": [
3543                 "Randomize",
3544                 "faker",
3545                 "pragmarx",
3546                 "random",
3547                 "random number",
3548                 "random pattern",
3549                 "random string"
3550             ],
3551             "time": "2017-11-21T05:26:22+00:00"
3552         },
3553         {
3554             "name": "pragmarx/recovery",
3555             "version": "v0.2.1",
3556             "source": {
3557                 "type": "git",
3558                 "url": "https://github.com/antonioribeiro/recovery.git",
3559                 "reference": "b5ce4082f059afac6761714a84497816f45271cc"
3560             },
3561             "dist": {
3562                 "type": "zip",
3563                 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/b5ce4082f059afac6761714a84497816f45271cc",
3564                 "reference": "b5ce4082f059afac6761714a84497816f45271cc",
3565                 "shasum": ""
3566             },
3567             "require": {
3568                 "php": ">=7.0",
3569                 "pragmarx/random": "~0.1"
3570             },
3571             "require-dev": {
3572                 "phpunit/phpunit": ">=5.4.3",
3573                 "squizlabs/php_codesniffer": "^2.3",
3574                 "tightenco/collect": "^5.0"
3575             },
3576             "suggest": {
3577                 "tightenco/collect": "Allows to generate recovery codes as collections"
3578             },
3579             "type": "library",
3580             "extra": {
3581                 "branch-alias": {
3582                     "dev-master": "1.0-dev"
3583                 }
3584             },
3585             "autoload": {
3586                 "psr-4": {
3587                     "PragmaRX\\Recovery\\": "src"
3588                 }
3589             },
3590             "notification-url": "https://packagist.org/downloads/",
3591             "license": [
3592                 "MIT"
3593             ],
3594             "authors": [
3595                 {
3596                     "name": "Antonio Carlos Ribeiro",
3597                     "email": "acr@antoniocarlosribeiro.com",
3598                     "homepage": "https://antoniocarlosribeiro.com",
3599                     "role": "Developer"
3600                 }
3601             ],
3602             "description": "Create recovery codes for two factor auth",
3603             "homepage": "https://github.com/antonioribeiro/recovery",
3604             "keywords": [
3605                 "2fa",
3606                 "account recovery",
3607                 "auth",
3608                 "backup codes",
3609                 "google2fa",
3610                 "pragmarx",
3611                 "recovery",
3612                 "recovery codes",
3613                 "two factor auth"
3614             ],
3615             "time": "2021-08-15T12:26:51+00:00"
3616         },
3617         {
3618             "name": "psr/cache",
3619             "version": "1.0.1",
3620             "source": {
3621                 "type": "git",
3622                 "url": "https://github.com/php-fig/cache.git",
3623                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
3624             },
3625             "dist": {
3626                 "type": "zip",
3627                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
3628                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
3629                 "shasum": ""
3630             },
3631             "require": {
3632                 "php": ">=5.3.0"
3633             },
3634             "type": "library",
3635             "extra": {
3636                 "branch-alias": {
3637                     "dev-master": "1.0.x-dev"
3638                 }
3639             },
3640             "autoload": {
3641                 "psr-4": {
3642                     "Psr\\Cache\\": "src/"
3643                 }
3644             },
3645             "notification-url": "https://packagist.org/downloads/",
3646             "license": [
3647                 "MIT"
3648             ],
3649             "authors": [
3650                 {
3651                     "name": "PHP-FIG",
3652                     "homepage": "http://www.php-fig.org/"
3653                 }
3654             ],
3655             "description": "Common interface for caching libraries",
3656             "keywords": [
3657                 "cache",
3658                 "psr",
3659                 "psr-6"
3660             ],
3661             "time": "2016-08-06T20:24:11+00:00"
3662         },
3663         {
3664             "name": "psr/clock",
3665             "version": "1.0.0",
3666             "source": {
3667                 "type": "git",
3668                 "url": "https://github.com/php-fig/clock.git",
3669                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
3670             },
3671             "dist": {
3672                 "type": "zip",
3673                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
3674                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
3675                 "shasum": ""
3676             },
3677             "require": {
3678                 "php": "^7.0 || ^8.0"
3679             },
3680             "type": "library",
3681             "autoload": {
3682                 "psr-4": {
3683                     "Psr\\Clock\\": "src/"
3684                 }
3685             },
3686             "notification-url": "https://packagist.org/downloads/",
3687             "license": [
3688                 "MIT"
3689             ],
3690             "authors": [
3691                 {
3692                     "name": "PHP-FIG",
3693                     "homepage": "https://www.php-fig.org/"
3694                 }
3695             ],
3696             "description": "Common interface for reading the clock.",
3697             "homepage": "https://github.com/php-fig/clock",
3698             "keywords": [
3699                 "clock",
3700                 "now",
3701                 "psr",
3702                 "psr-20",
3703                 "time"
3704             ],
3705             "time": "2022-11-25T14:36:26+00:00"
3706         },
3707         {
3708             "name": "psr/container",
3709             "version": "2.0.2",
3710             "source": {
3711                 "type": "git",
3712                 "url": "https://github.com/php-fig/container.git",
3713                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
3714             },
3715             "dist": {
3716                 "type": "zip",
3717                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
3718                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
3719                 "shasum": ""
3720             },
3721             "require": {
3722                 "php": ">=7.4.0"
3723             },
3724             "type": "library",
3725             "extra": {
3726                 "branch-alias": {
3727                     "dev-master": "2.0.x-dev"
3728                 }
3729             },
3730             "autoload": {
3731                 "psr-4": {
3732                     "Psr\\Container\\": "src/"
3733                 }
3734             },
3735             "notification-url": "https://packagist.org/downloads/",
3736             "license": [
3737                 "MIT"
3738             ],
3739             "authors": [
3740                 {
3741                     "name": "PHP-FIG",
3742                     "homepage": "https://www.php-fig.org/"
3743                 }
3744             ],
3745             "description": "Common Container Interface (PHP FIG PSR-11)",
3746             "homepage": "https://github.com/php-fig/container",
3747             "keywords": [
3748                 "PSR-11",
3749                 "container",
3750                 "container-interface",
3751                 "container-interop",
3752                 "psr"
3753             ],
3754             "time": "2021-11-05T16:47:00+00:00"
3755         },
3756         {
3757             "name": "psr/http-client",
3758             "version": "1.0.3",
3759             "source": {
3760                 "type": "git",
3761                 "url": "https://github.com/php-fig/http-client.git",
3762                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
3763             },
3764             "dist": {
3765                 "type": "zip",
3766                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
3767                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
3768                 "shasum": ""
3769             },
3770             "require": {
3771                 "php": "^7.0 || ^8.0",
3772                 "psr/http-message": "^1.0 || ^2.0"
3773             },
3774             "type": "library",
3775             "extra": {
3776                 "branch-alias": {
3777                     "dev-master": "1.0.x-dev"
3778                 }
3779             },
3780             "autoload": {
3781                 "psr-4": {
3782                     "Psr\\Http\\Client\\": "src/"
3783                 }
3784             },
3785             "notification-url": "https://packagist.org/downloads/",
3786             "license": [
3787                 "MIT"
3788             ],
3789             "authors": [
3790                 {
3791                     "name": "PHP-FIG",
3792                     "homepage": "https://www.php-fig.org/"
3793                 }
3794             ],
3795             "description": "Common interface for HTTP clients",
3796             "homepage": "https://github.com/php-fig/http-client",
3797             "keywords": [
3798                 "http",
3799                 "http-client",
3800                 "psr",
3801                 "psr-18"
3802             ],
3803             "time": "2023-09-23T14:17:50+00:00"
3804         },
3805         {
3806             "name": "psr/http-factory",
3807             "version": "1.0.2",
3808             "source": {
3809                 "type": "git",
3810                 "url": "https://github.com/php-fig/http-factory.git",
3811                 "reference": "e616d01114759c4c489f93b099585439f795fe35"
3812             },
3813             "dist": {
3814                 "type": "zip",
3815                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
3816                 "reference": "e616d01114759c4c489f93b099585439f795fe35",
3817                 "shasum": ""
3818             },
3819             "require": {
3820                 "php": ">=7.0.0",
3821                 "psr/http-message": "^1.0 || ^2.0"
3822             },
3823             "type": "library",
3824             "extra": {
3825                 "branch-alias": {
3826                     "dev-master": "1.0.x-dev"
3827                 }
3828             },
3829             "autoload": {
3830                 "psr-4": {
3831                     "Psr\\Http\\Message\\": "src/"
3832                 }
3833             },
3834             "notification-url": "https://packagist.org/downloads/",
3835             "license": [
3836                 "MIT"
3837             ],
3838             "authors": [
3839                 {
3840                     "name": "PHP-FIG",
3841                     "homepage": "https://www.php-fig.org/"
3842                 }
3843             ],
3844             "description": "Common interfaces for PSR-7 HTTP message factories",
3845             "keywords": [
3846                 "factory",
3847                 "http",
3848                 "message",
3849                 "psr",
3850                 "psr-17",
3851                 "psr-7",
3852                 "request",
3853                 "response"
3854             ],
3855             "time": "2023-04-10T20:10:41+00:00"
3856         },
3857         {
3858             "name": "psr/http-message",
3859             "version": "1.1",
3860             "source": {
3861                 "type": "git",
3862                 "url": "https://github.com/php-fig/http-message.git",
3863                 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
3864             },
3865             "dist": {
3866                 "type": "zip",
3867                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3868                 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3869                 "shasum": ""
3870             },
3871             "require": {
3872                 "php": "^7.2 || ^8.0"
3873             },
3874             "type": "library",
3875             "extra": {
3876                 "branch-alias": {
3877                     "dev-master": "1.1.x-dev"
3878                 }
3879             },
3880             "autoload": {
3881                 "psr-4": {
3882                     "Psr\\Http\\Message\\": "src/"
3883                 }
3884             },
3885             "notification-url": "https://packagist.org/downloads/",
3886             "license": [
3887                 "MIT"
3888             ],
3889             "authors": [
3890                 {
3891                     "name": "PHP-FIG",
3892                     "homepage": "http://www.php-fig.org/"
3893                 }
3894             ],
3895             "description": "Common interface for HTTP messages",
3896             "homepage": "https://github.com/php-fig/http-message",
3897             "keywords": [
3898                 "http",
3899                 "http-message",
3900                 "psr",
3901                 "psr-7",
3902                 "request",
3903                 "response"
3904             ],
3905             "time": "2023-04-04T09:50:52+00:00"
3906         },
3907         {
3908             "name": "psr/log",
3909             "version": "1.1.4",
3910             "source": {
3911                 "type": "git",
3912                 "url": "https://github.com/php-fig/log.git",
3913                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
3914             },
3915             "dist": {
3916                 "type": "zip",
3917                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
3918                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
3919                 "shasum": ""
3920             },
3921             "require": {
3922                 "php": ">=5.3.0"
3923             },
3924             "type": "library",
3925             "extra": {
3926                 "branch-alias": {
3927                     "dev-master": "1.1.x-dev"
3928                 }
3929             },
3930             "autoload": {
3931                 "psr-4": {
3932                     "Psr\\Log\\": "Psr/Log/"
3933                 }
3934             },
3935             "notification-url": "https://packagist.org/downloads/",
3936             "license": [
3937                 "MIT"
3938             ],
3939             "authors": [
3940                 {
3941                     "name": "PHP-FIG",
3942                     "homepage": "https://www.php-fig.org/"
3943                 }
3944             ],
3945             "description": "Common interface for logging libraries",
3946             "homepage": "https://github.com/php-fig/log",
3947             "keywords": [
3948                 "log",
3949                 "psr",
3950                 "psr-3"
3951             ],
3952             "time": "2021-05-03T11:20:27+00:00"
3953         },
3954         {
3955             "name": "ralouphie/getallheaders",
3956             "version": "3.0.3",
3957             "source": {
3958                 "type": "git",
3959                 "url": "https://github.com/ralouphie/getallheaders.git",
3960                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3961             },
3962             "dist": {
3963                 "type": "zip",
3964                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3965                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3966                 "shasum": ""
3967             },
3968             "require": {
3969                 "php": ">=5.6"
3970             },
3971             "require-dev": {
3972                 "php-coveralls/php-coveralls": "^2.1",
3973                 "phpunit/phpunit": "^5 || ^6.5"
3974             },
3975             "type": "library",
3976             "autoload": {
3977                 "files": [
3978                     "src/getallheaders.php"
3979                 ]
3980             },
3981             "notification-url": "https://packagist.org/downloads/",
3982             "license": [
3983                 "MIT"
3984             ],
3985             "authors": [
3986                 {
3987                     "name": "Ralph Khattar",
3988                     "email": "ralph.khattar@gmail.com"
3989                 }
3990             ],
3991             "description": "A polyfill for getallheaders.",
3992             "time": "2019-03-08T08:55:37+00:00"
3993         },
3994         {
3995             "name": "seld/cli-prompt",
3996             "version": "1.0.4",
3997             "source": {
3998                 "type": "git",
3999                 "url": "https://github.com/Seldaek/cli-prompt.git",
4000                 "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5"
4001             },
4002             "dist": {
4003                 "type": "zip",
4004                 "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5",
4005                 "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5",
4006                 "shasum": ""
4007             },
4008             "require": {
4009                 "php": ">=5.3"
4010             },
4011             "require-dev": {
4012                 "phpstan/phpstan": "^0.12.63"
4013             },
4014             "type": "library",
4015             "extra": {
4016                 "branch-alias": {
4017                     "dev-master": "1.x-dev"
4018                 }
4019             },
4020             "autoload": {
4021                 "psr-4": {
4022                     "Seld\\CliPrompt\\": "src/"
4023                 }
4024             },
4025             "notification-url": "https://packagist.org/downloads/",
4026             "license": [
4027                 "MIT"
4028             ],
4029             "authors": [
4030                 {
4031                     "name": "Jordi Boggiano",
4032                     "email": "j.boggiano@seld.be"
4033                 }
4034             ],
4035             "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
4036             "keywords": [
4037                 "cli",
4038                 "console",
4039                 "hidden",
4040                 "input",
4041                 "prompt"
4042             ],
4043             "time": "2020-12-15T21:32:01+00:00"
4044         },
4045         {
4046             "name": "smarty/smarty",
4047             "version": "v4.3.4",
4048             "source": {
4049                 "type": "git",
4050                 "url": "https://github.com/smarty-php/smarty.git",
4051                 "reference": "3931d8f54b8f7a4ffab538582d34d4397ba8daa5"
4052             },
4053             "dist": {
4054                 "type": "zip",
4055                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/3931d8f54b8f7a4ffab538582d34d4397ba8daa5",
4056                 "reference": "3931d8f54b8f7a4ffab538582d34d4397ba8daa5",
4057                 "shasum": ""
4058             },
4059             "require": {
4060                 "php": "^7.1 || ^8.0"
4061             },
4062             "require-dev": {
4063                 "phpunit/phpunit": "^8.5 || ^7.5",
4064                 "smarty/smarty-lexer": "^3.1"
4065             },
4066             "type": "library",
4067             "extra": {
4068                 "branch-alias": {
4069                     "dev-master": "4.0.x-dev"
4070                 }
4071             },
4072             "autoload": {
4073                 "classmap": [
4074                     "libs/"
4075                 ]
4076             },
4077             "notification-url": "https://packagist.org/downloads/",
4078             "license": [
4079                 "LGPL-3.0"
4080             ],
4081             "authors": [
4082                 {
4083                     "name": "Monte Ohrt",
4084                     "email": "monte@ohrt.com"
4085                 },
4086                 {
4087                     "name": "Uwe Tews",
4088                     "email": "uwe.tews@googlemail.com"
4089                 },
4090                 {
4091                     "name": "Rodney Rehm",
4092                     "email": "rodney.rehm@medialize.de"
4093                 },
4094                 {
4095                     "name": "Simon Wisselink",
4096                     "homepage": "https://www.iwink.nl/"
4097                 }
4098             ],
4099             "description": "Smarty - the compiling PHP template engine",
4100             "homepage": "https://smarty-php.github.io/smarty/",
4101             "keywords": [
4102                 "templating"
4103             ],
4104             "time": "2023-09-14T10:59:08+00:00"
4105         },
4106         {
4107             "name": "spomky-labs/base64url",
4108             "version": "v2.0.4",
4109             "source": {
4110                 "type": "git",
4111                 "url": "https://github.com/Spomky-Labs/base64url.git",
4112                 "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
4113             },
4114             "dist": {
4115                 "type": "zip",
4116                 "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
4117                 "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
4118                 "shasum": ""
4119             },
4120             "require": {
4121                 "php": ">=7.1"
4122             },
4123             "require-dev": {
4124                 "phpstan/extension-installer": "^1.0",
4125                 "phpstan/phpstan": "^0.11|^0.12",
4126                 "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
4127                 "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
4128                 "phpstan/phpstan-phpunit": "^0.11|^0.12",
4129                 "phpstan/phpstan-strict-rules": "^0.11|^0.12"
4130             },
4131             "type": "library",
4132             "autoload": {
4133                 "psr-4": {
4134                     "Base64Url\\": "src/"
4135                 }
4136             },
4137             "notification-url": "https://packagist.org/downloads/",
4138             "license": [
4139                 "MIT"
4140             ],
4141             "authors": [
4142                 {
4143                     "name": "Florent Morselli",
4144                     "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
4145                 }
4146             ],
4147             "description": "Base 64 URL Safe Encoding/Decoding PHP Library",
4148             "homepage": "https://github.com/Spomky-Labs/base64url",
4149             "keywords": [
4150                 "base64",
4151                 "rfc4648",
4152                 "safe",
4153                 "url"
4154             ],
4155             "funding": [
4156                 {
4157                     "url": "https://github.com/Spomky",
4158                     "type": "github"
4159                 },
4160                 {
4161                     "url": "https://www.patreon.com/FlorentMorselli",
4162                     "type": "patreon"
4163                 }
4164             ],
4165             "time": "2020-11-03T09:10:25+00:00"
4166         },
4167         {
4168             "name": "symfony/deprecation-contracts",
4169             "version": "v2.5.2",
4170             "source": {
4171                 "type": "git",
4172                 "url": "https://github.com/symfony/deprecation-contracts.git",
4173                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
4174             },
4175             "dist": {
4176                 "type": "zip",
4177                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
4178                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
4179                 "shasum": ""
4180             },
4181             "require": {
4182                 "php": ">=7.1"
4183             },
4184             "type": "library",
4185             "extra": {
4186                 "branch-alias": {
4187                     "dev-main": "2.5-dev"
4188                 },
4189                 "thanks": {
4190                     "name": "symfony/contracts",
4191                     "url": "https://github.com/symfony/contracts"
4192                 }
4193             },
4194             "autoload": {
4195                 "files": [
4196                     "function.php"
4197                 ]
4198             },
4199             "notification-url": "https://packagist.org/downloads/",
4200             "license": [
4201                 "MIT"
4202             ],
4203             "authors": [
4204                 {
4205                     "name": "Nicolas Grekas",
4206                     "email": "p@tchwork.com"
4207                 },
4208                 {
4209                     "name": "Symfony Community",
4210                     "homepage": "https://symfony.com/contributors"
4211                 }
4212             ],
4213             "description": "A generic function and convention to trigger deprecation notices",
4214             "homepage": "https://symfony.com",
4215             "funding": [
4216                 {
4217                     "url": "https://symfony.com/sponsor",
4218                     "type": "custom"
4219                 },
4220                 {
4221                     "url": "https://github.com/fabpot",
4222                     "type": "github"
4223                 },
4224                 {
4225                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4226                     "type": "tidelift"
4227                 }
4228             ],
4229             "time": "2022-01-02T09:53:40+00:00"
4230         },
4231         {
4232             "name": "symfony/polyfill-php56",
4233             "version": "v1.20.0",
4234             "source": {
4235                 "type": "git",
4236                 "url": "https://github.com/symfony/polyfill-php56.git",
4237                 "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
4238             },
4239             "dist": {
4240                 "type": "zip",
4241                 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
4242                 "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
4243                 "shasum": ""
4244             },
4245             "require": {
4246                 "php": ">=7.1"
4247             },
4248             "type": "metapackage",
4249             "extra": {
4250                 "branch-alias": {
4251                     "dev-main": "1.20-dev"
4252                 },
4253                 "thanks": {
4254                     "name": "symfony/polyfill",
4255                     "url": "https://github.com/symfony/polyfill"
4256                 }
4257             },
4258             "notification-url": "https://packagist.org/downloads/",
4259             "license": [
4260                 "MIT"
4261             ],
4262             "authors": [
4263                 {
4264                     "name": "Nicolas Grekas",
4265                     "email": "p@tchwork.com"
4266                 },
4267                 {
4268                     "name": "Symfony Community",
4269                     "homepage": "https://symfony.com/contributors"
4270                 }
4271             ],
4272             "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4273             "homepage": "https://symfony.com",
4274             "keywords": [
4275                 "compatibility",
4276                 "polyfill",
4277                 "portable",
4278                 "shim"
4279             ],
4280             "funding": [
4281                 {
4282                     "url": "https://symfony.com/sponsor",
4283                     "type": "custom"
4284                 },
4285                 {
4286                     "url": "https://github.com/fabpot",
4287                     "type": "github"
4288                 },
4289                 {
4290                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4291                     "type": "tidelift"
4292                 }
4293             ],
4294             "time": "2020-10-23T14:02:19+00:00"
4295         },
4296         {
4297             "name": "ua-parser/uap-php",
4298             "version": "v3.9.14",
4299             "source": {
4300                 "type": "git",
4301                 "url": "https://github.com/ua-parser/uap-php.git",
4302                 "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6"
4303             },
4304             "dist": {
4305                 "type": "zip",
4306                 "url": "https://api.github.com/repos/ua-parser/uap-php/zipball/b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
4307                 "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
4308                 "shasum": ""
4309             },
4310             "require": {
4311                 "composer/ca-bundle": "^1.1",
4312                 "php": "^7.2 || ^8.0"
4313             },
4314             "require-dev": {
4315                 "phpstan/phpstan": "^0.12.33",
4316                 "phpunit/phpunit": "^8 || ^9",
4317                 "symfony/console": "^3.4 || ^4.2 || ^4.3 || ^5.0",
4318                 "symfony/filesystem": "^3.4 || ^4.2 ||  ^4.3 || ^5.0",
4319                 "symfony/finder": "^3.4 || ^4.2 || ^4.3 || ^5.0",
4320                 "symfony/yaml": "^3.4 || ^4.2 || ^4.3 || ^5.0",
4321                 "vimeo/psalm": "^3.12"
4322             },
4323             "suggest": {
4324                 "symfony/console": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
4325                 "symfony/filesystem": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
4326                 "symfony/finder": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
4327                 "symfony/yaml": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0"
4328             },
4329             "bin": [
4330                 "bin/uaparser"
4331             ],
4332             "type": "library",
4333             "autoload": {
4334                 "psr-4": {
4335                     "UAParser\\": "src"
4336                 }
4337             },
4338             "notification-url": "https://packagist.org/downloads/",
4339             "license": [
4340                 "MIT"
4341             ],
4342             "authors": [
4343                 {
4344                     "name": "Dave Olsen",
4345                     "email": "dmolsen@gmail.com"
4346                 },
4347                 {
4348                     "name": "Lars Strojny",
4349                     "email": "lars@strojny.net"
4350                 }
4351             ],
4352             "description": "A multi-language port of Browserscope's user agent parser.",
4353             "time": "2020-10-02T23:36:20+00:00"
4354         },
4355         {
4356             "name": "web-token/jwt-core",
4357             "version": "v2.2.11",
4358             "source": {
4359                 "type": "git",
4360                 "url": "https://github.com/web-token/jwt-core.git",
4361                 "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678"
4362             },
4363             "dist": {
4364                 "type": "zip",
4365                 "url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
4366                 "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
4367                 "shasum": ""
4368             },
4369             "require": {
4370                 "brick/math": "^0.8.17|^0.9",
4371                 "ext-json": "*",
4372                 "ext-mbstring": "*",
4373                 "fgrosse/phpasn1": "^2.0",
4374                 "php": ">=7.2",
4375                 "spomky-labs/base64url": "^1.0|^2.0"
4376             },
4377             "conflict": {
4378                 "spomky-labs/jose": "*"
4379             },
4380             "type": "library",
4381             "autoload": {
4382                 "psr-4": {
4383                     "Jose\\Component\\Core\\": ""
4384                 }
4385             },
4386             "notification-url": "https://packagist.org/downloads/",
4387             "license": [
4388                 "MIT"
4389             ],
4390             "authors": [
4391                 {
4392                     "name": "Florent Morselli",
4393                     "homepage": "https://github.com/Spomky"
4394                 },
4395                 {
4396                     "name": "All contributors",
4397                     "homepage": "https://github.com/web-token/jwt-framework/contributors"
4398                 }
4399             ],
4400             "description": "Core component of the JWT Framework.",
4401             "homepage": "https://github.com/web-token",
4402             "keywords": [
4403                 "JOSE",
4404                 "JWE",
4405                 "JWK",
4406                 "JWKSet",
4407                 "JWS",
4408                 "Jot",
4409                 "RFC7515",
4410                 "RFC7516",
4411                 "RFC7517",
4412                 "RFC7518",
4413                 "RFC7519",
4414                 "RFC7520",
4415                 "bundle",
4416                 "jwa",
4417                 "jwt",
4418                 "symfony"
4419             ],
4420             "funding": [
4421                 {
4422                     "url": "https://www.patreon.com/FlorentMorselli",
4423                     "type": "patreon"
4424                 }
4425             ],
4426             "time": "2021-03-17T14:55:52+00:00"
4427         },
4428         {
4429             "name": "web-token/jwt-key-mgmt",
4430             "version": "v2.2.11",
4431             "source": {
4432                 "type": "git",
4433                 "url": "https://github.com/web-token/jwt-key-mgmt.git",
4434                 "reference": "0b116379515700d237b4e5de86879078ccb09d8a"
4435             },
4436             "dist": {
4437                 "type": "zip",
4438                 "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/0b116379515700d237b4e5de86879078ccb09d8a",
4439                 "reference": "0b116379515700d237b4e5de86879078ccb09d8a",
4440                 "shasum": ""
4441             },
4442             "require": {
4443                 "ext-openssl": "*",
4444                 "psr/http-client": "^1.0",
4445                 "psr/http-factory": "^1.0",
4446                 "web-token/jwt-core": "^2.0"
4447             },
4448             "suggest": {
4449                 "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
4450                 "php-http/httplug": "To enable JKU/X5U support.",
4451                 "php-http/message-factory": "To enable JKU/X5U support.",
4452                 "web-token/jwt-util-ecc": "To use EC key analyzers."
4453             },
4454             "type": "library",
4455             "autoload": {
4456                 "psr-4": {
4457                     "Jose\\Component\\KeyManagement\\": ""
4458                 }
4459             },
4460             "notification-url": "https://packagist.org/downloads/",
4461             "license": [
4462                 "MIT"
4463             ],
4464             "authors": [
4465                 {
4466                     "name": "Florent Morselli",
4467                     "homepage": "https://github.com/Spomky"
4468                 },
4469                 {
4470                     "name": "All contributors",
4471                     "homepage": "https://github.com/web-token/jwt-key-mgmt/contributors"
4472                 }
4473             ],
4474             "description": "Key Management component of the JWT Framework.",
4475             "homepage": "https://github.com/web-token",
4476             "keywords": [
4477                 "JOSE",
4478                 "JWE",
4479                 "JWK",
4480                 "JWKSet",
4481                 "JWS",
4482                 "Jot",
4483                 "RFC7515",
4484                 "RFC7516",
4485                 "RFC7517",
4486                 "RFC7518",
4487                 "RFC7519",
4488                 "RFC7520",
4489                 "bundle",
4490                 "jwa",
4491                 "jwt",
4492                 "symfony"
4493             ],
4494             "funding": [
4495                 {
4496                     "url": "https://www.patreon.com/FlorentMorselli",
4497                     "type": "patreon"
4498                 }
4499             ],
4500             "time": "2021-03-17T14:55:52+00:00"
4501         },
4502         {
4503             "name": "web-token/jwt-signature",
4504             "version": "v2.2.11",
4505             "source": {
4506                 "type": "git",
4507                 "url": "https://github.com/web-token/jwt-signature.git",
4508                 "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103"
4509             },
4510             "dist": {
4511                 "type": "zip",
4512                 "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
4513                 "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
4514                 "shasum": ""
4515             },
4516             "require": {
4517                 "web-token/jwt-core": "^2.1"
4518             },
4519             "suggest": {
4520                 "web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
4521                 "web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms",
4522                 "web-token/jwt-signature-algorithm-experimental": "Experimental Signature Algorithms",
4523                 "web-token/jwt-signature-algorithm-hmac": "HMAC Based Signature Algorithms",
4524                 "web-token/jwt-signature-algorithm-none": "None Signature Algorithm",
4525                 "web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms"
4526             },
4527             "type": "library",
4528             "autoload": {
4529                 "psr-4": {
4530                     "Jose\\Component\\Signature\\": ""
4531                 }
4532             },
4533             "notification-url": "https://packagist.org/downloads/",
4534             "license": [
4535                 "MIT"
4536             ],
4537             "authors": [
4538                 {
4539                     "name": "Florent Morselli",
4540                     "homepage": "https://github.com/Spomky"
4541                 },
4542                 {
4543                     "name": "All contributors",
4544                     "homepage": "https://github.com/web-token/jwt-signature/contributors"
4545                 }
4546             ],
4547             "description": "Signature component of the JWT Framework.",
4548             "homepage": "https://github.com/web-token",
4549             "keywords": [
4550                 "JOSE",
4551                 "JWE",
4552                 "JWK",
4553                 "JWKSet",
4554                 "JWS",
4555                 "Jot",
4556                 "RFC7515",
4557                 "RFC7516",
4558                 "RFC7517",
4559                 "RFC7518",
4560                 "RFC7519",
4561                 "RFC7520",
4562                 "bundle",
4563                 "jwa",
4564                 "jwt",
4565                 "symfony"
4566             ],
4567             "funding": [
4568                 {
4569                     "url": "https://www.patreon.com/FlorentMorselli",
4570                     "type": "patreon"
4571                 }
4572             ],
4573             "time": "2021-03-01T19:55:28+00:00"
4574         },
4575         {
4576             "name": "web-token/jwt-signature-algorithm-ecdsa",
4577             "version": "v2.2.11",
4578             "source": {
4579                 "type": "git",
4580                 "url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git",
4581                 "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591"
4582             },
4583             "dist": {
4584                 "type": "zip",
4585                 "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
4586                 "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
4587                 "shasum": ""
4588             },
4589             "require": {
4590                 "ext-openssl": "*",
4591                 "web-token/jwt-signature": "^2.0"
4592             },
4593             "type": "library",
4594             "autoload": {
4595                 "psr-4": {
4596                     "Jose\\Component\\Signature\\Algorithm\\": ""
4597                 }
4598             },
4599             "notification-url": "https://packagist.org/downloads/",
4600             "license": [
4601                 "MIT"
4602             ],
4603             "authors": [
4604                 {
4605                     "name": "Florent Morselli",
4606                     "homepage": "https://github.com/Spomky"
4607                 },
4608                 {
4609                     "name": "All contributors",
4610                     "homepage": "https://github.com/web-token/jwt-framework/contributors"
4611                 }
4612             ],
4613             "description": "ECDSA Based Signature Algorithms the JWT Framework.",
4614             "homepage": "https://github.com/web-token",
4615             "keywords": [
4616                 "JOSE",
4617                 "JWE",
4618                 "JWK",
4619                 "JWKSet",
4620                 "JWS",
4621                 "Jot",
4622                 "RFC7515",
4623                 "RFC7516",
4624                 "RFC7517",
4625                 "RFC7518",
4626                 "RFC7519",
4627                 "RFC7520",
4628                 "bundle",
4629                 "jwa",
4630                 "jwt",
4631                 "symfony"
4632             ],
4633             "funding": [
4634                 {
4635                     "url": "https://www.patreon.com/FlorentMorselli",
4636                     "type": "patreon"
4637                 }
4638             ],
4639             "time": "2021-01-21T19:18:03+00:00"
4640         },
4641         {
4642             "name": "web-token/jwt-util-ecc",
4643             "version": "v2.2.11",
4644             "source": {
4645                 "type": "git",
4646                 "url": "https://github.com/web-token/jwt-util-ecc.git",
4647                 "reference": "915f3fde86f5236c205620d61177b9ef43863deb"
4648             },
4649             "dist": {
4650                 "type": "zip",
4651                 "url": "https://api.github.com/repos/web-token/jwt-util-ecc/zipball/915f3fde86f5236c205620d61177b9ef43863deb",
4652                 "reference": "915f3fde86f5236c205620d61177b9ef43863deb",
4653                 "shasum": ""
4654             },
4655             "require": {
4656                 "brick/math": "^0.8.17|^0.9"
4657             },
4658             "suggest": {
4659                 "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
4660                 "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance"
4661             },
4662             "type": "library",
4663             "autoload": {
4664                 "psr-4": {
4665                     "Jose\\Component\\Core\\Util\\Ecc\\": ""
4666                 }
4667             },
4668             "notification-url": "https://packagist.org/downloads/",
4669             "license": [
4670                 "MIT"
4671             ],
4672             "authors": [
4673                 {
4674                     "name": "Florent Morselli",
4675                     "homepage": "https://github.com/Spomky"
4676                 },
4677                 {
4678                     "name": "All contributors",
4679                     "homepage": "https://github.com/web-token/jwt-framework/contributors"
4680                 }
4681             ],
4682             "description": "ECC Tools for the JWT Framework.",
4683             "homepage": "https://github.com/web-token",
4684             "keywords": [
4685                 "JOSE",
4686                 "JWE",
4687                 "JWK",
4688                 "JWKSet",
4689                 "JWS",
4690                 "Jot",
4691                 "RFC7515",
4692                 "RFC7516",
4693                 "RFC7517",
4694                 "RFC7518",
4695                 "RFC7519",
4696                 "RFC7520",
4697                 "bundle",
4698                 "jwa",
4699                 "jwt",
4700                 "symfony"
4701             ],
4702             "funding": [
4703                 {
4704                     "url": "https://www.patreon.com/FlorentMorselli",
4705                     "type": "patreon"
4706                 }
4707             ],
4708             "time": "2021-03-24T13:35:17+00:00"
4709         },
4710         {
4711             "name": "xemlock/htmlpurifier-html5",
4712             "version": "v0.1.11",
4713             "source": {
4714                 "type": "git",
4715                 "url": "https://github.com/xemlock/htmlpurifier-html5.git",
4716                 "reference": "f0d563f9fd4a82a3d759043483f9a94c0d8c2255"
4717             },
4718             "dist": {
4719                 "type": "zip",
4720                 "url": "https://api.github.com/repos/xemlock/htmlpurifier-html5/zipball/f0d563f9fd4a82a3d759043483f9a94c0d8c2255",
4721                 "reference": "f0d563f9fd4a82a3d759043483f9a94c0d8c2255",
4722                 "shasum": ""
4723             },
4724             "require": {
4725                 "ezyang/htmlpurifier": "^4.8",
4726                 "php": ">=5.2"
4727             },
4728             "require-dev": {
4729                 "php-coveralls/php-coveralls": "^1.1|^2.1",
4730                 "phpunit/phpunit": ">=4.7 <8.0"
4731             },
4732             "type": "library",
4733             "autoload": {
4734                 "classmap": [
4735                     "library/HTMLPurifier/"
4736                 ]
4737             },
4738             "notification-url": "https://packagist.org/downloads/",
4739             "license": [
4740                 "MIT"
4741             ],
4742             "authors": [
4743                 {
4744                     "name": "xemlock",
4745                     "email": "xemlock@gmail.com"
4746                 }
4747             ],
4748             "description": "HTML5 element definitions for HTML Purifier",
4749             "keywords": [
4750                 "HTML5",
4751                 "Purifier",
4752                 "html",
4753                 "htmlpurifier",
4754                 "security",
4755                 "tidy",
4756                 "validator",
4757                 "xss"
4758             ],
4759             "time": "2019-08-07T17:19:21+00:00"
4760         }
4761     ],
4762     "packages-dev": [
4763         {
4764             "name": "dms/phpunit-arraysubset-asserts",
4765             "version": "v0.3.1",
4766             "source": {
4767                 "type": "git",
4768                 "url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git",
4769                 "reference": "e1b47df99cd0dbb3f63528adc5c990256218c707"
4770             },
4771             "dist": {
4772                 "type": "zip",
4773                 "url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/e1b47df99cd0dbb3f63528adc5c990256218c707",
4774                 "reference": "e1b47df99cd0dbb3f63528adc5c990256218c707",
4775                 "shasum": ""
4776             },
4777             "require": {
4778                 "php": "^5.4 || ^7.0 || ^8.0",
4779                 "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
4780             },
4781             "require-dev": {
4782                 "dms/coding-standard": "^9",
4783                 "squizlabs/php_codesniffer": "^3.4"
4784             },
4785             "type": "library",
4786             "autoload": {
4787                 "files": [
4788                     "assertarraysubset-autoload.php"
4789                 ]
4790             },
4791             "notification-url": "https://packagist.org/downloads/",
4792             "license": [
4793                 "MIT"
4794             ],
4795             "authors": [
4796                 {
4797                     "name": "Rafael Dohms",
4798                     "email": "rdohms@gmail.com"
4799                 }
4800             ],
4801             "description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
4802             "time": "2021-10-17T18:50:58+00:00"
4803         },
4804         {
4805             "name": "doctrine/instantiator",
4806             "version": "1.5.0",
4807             "source": {
4808                 "type": "git",
4809                 "url": "https://github.com/doctrine/instantiator.git",
4810                 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
4811             },
4812             "dist": {
4813                 "type": "zip",
4814                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
4815                 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
4816                 "shasum": ""
4817             },
4818             "require": {
4819                 "php": "^7.1 || ^8.0"
4820             },
4821             "require-dev": {
4822                 "doctrine/coding-standard": "^9 || ^11",
4823                 "ext-pdo": "*",
4824                 "ext-phar": "*",
4825                 "phpbench/phpbench": "^0.16 || ^1",
4826                 "phpstan/phpstan": "^1.4",
4827                 "phpstan/phpstan-phpunit": "^1",
4828                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
4829                 "vimeo/psalm": "^4.30 || ^5.4"
4830             },
4831             "type": "library",
4832             "autoload": {
4833                 "psr-4": {
4834                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4835                 }
4836             },
4837             "notification-url": "https://packagist.org/downloads/",
4838             "license": [
4839                 "MIT"
4840             ],
4841             "authors": [
4842                 {
4843                     "name": "Marco Pivetta",
4844                     "email": "ocramius@gmail.com",
4845                     "homepage": "https://ocramius.github.io/"
4846                 }
4847             ],
4848             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4849             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
4850             "keywords": [
4851                 "constructor",
4852                 "instantiate"
4853             ],
4854             "funding": [
4855                 {
4856                     "url": "https://www.doctrine-project.org/sponsorship.html",
4857                     "type": "custom"
4858                 },
4859                 {
4860                     "url": "https://www.patreon.com/phpdoctrine",
4861                     "type": "patreon"
4862                 },
4863                 {
4864                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
4865                     "type": "tidelift"
4866                 }
4867             ],
4868             "time": "2022-12-30T00:15:36+00:00"
4869         },
4870         {
4871             "name": "hamcrest/hamcrest-php",
4872             "version": "v2.0.1",
4873             "source": {
4874                 "type": "git",
4875                 "url": "https://github.com/hamcrest/hamcrest-php.git",
4876                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
4877             },
4878             "dist": {
4879                 "type": "zip",
4880                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
4881                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
4882                 "shasum": ""
4883             },
4884             "require": {
4885                 "php": "^5.3|^7.0|^8.0"
4886             },
4887             "replace": {
4888                 "cordoval/hamcrest-php": "*",
4889                 "davedevelopment/hamcrest-php": "*",
4890                 "kodova/hamcrest-php": "*"
4891             },
4892             "require-dev": {
4893                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
4894                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
4895             },
4896             "type": "library",
4897             "extra": {
4898                 "branch-alias": {
4899                     "dev-master": "2.1-dev"
4900                 }
4901             },
4902             "autoload": {
4903                 "classmap": [
4904                     "hamcrest"
4905                 ]
4906             },
4907             "notification-url": "https://packagist.org/downloads/",
4908             "license": [
4909                 "BSD-3-Clause"
4910             ],
4911             "description": "This is the PHP port of Hamcrest Matchers",
4912             "keywords": [
4913                 "test"
4914             ],
4915             "time": "2020-07-09T08:09:16+00:00"
4916         },
4917         {
4918             "name": "mikey179/vfsstream",
4919             "version": "v1.6.11",
4920             "source": {
4921                 "type": "git",
4922                 "url": "https://github.com/bovigo/vfsStream.git",
4923                 "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
4924             },
4925             "dist": {
4926                 "type": "zip",
4927                 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
4928                 "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
4929                 "shasum": ""
4930             },
4931             "require": {
4932                 "php": ">=5.3.0"
4933             },
4934             "require-dev": {
4935                 "phpunit/phpunit": "^4.5|^5.0"
4936             },
4937             "type": "library",
4938             "extra": {
4939                 "branch-alias": {
4940                     "dev-master": "1.6.x-dev"
4941                 }
4942             },
4943             "autoload": {
4944                 "psr-0": {
4945                     "org\\bovigo\\vfs\\": "src/main/php"
4946                 }
4947             },
4948             "notification-url": "https://packagist.org/downloads/",
4949             "license": [
4950                 "BSD-3-Clause"
4951             ],
4952             "authors": [
4953                 {
4954                     "name": "Frank Kleine",
4955                     "homepage": "http://frankkleine.de/",
4956                     "role": "Developer"
4957                 }
4958             ],
4959             "description": "Virtual file system to mock the real file system in unit tests.",
4960             "homepage": "http://vfs.bovigo.org/",
4961             "time": "2022-02-23T02:02:42+00:00"
4962         },
4963         {
4964             "name": "mockery/mockery",
4965             "version": "1.6.7",
4966             "source": {
4967                 "type": "git",
4968                 "url": "https://github.com/mockery/mockery.git",
4969                 "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06"
4970             },
4971             "dist": {
4972                 "type": "zip",
4973                 "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
4974                 "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
4975                 "shasum": ""
4976             },
4977             "require": {
4978                 "hamcrest/hamcrest-php": "^2.0.1",
4979                 "lib-pcre": ">=7.0",
4980                 "php": ">=7.3"
4981             },
4982             "conflict": {
4983                 "phpunit/phpunit": "<8.0"
4984             },
4985             "require-dev": {
4986                 "phpunit/phpunit": "^8.5 || ^9.6.10",
4987                 "symplify/easy-coding-standard": "^12.0.8"
4988             },
4989             "type": "library",
4990             "autoload": {
4991                 "files": [
4992                     "library/helpers.php",
4993                     "library/Mockery.php"
4994                 ],
4995                 "psr-4": {
4996                     "Mockery\\": "library/Mockery"
4997                 }
4998             },
4999             "notification-url": "https://packagist.org/downloads/",
5000             "license": [
5001                 "BSD-3-Clause"
5002             ],
5003             "authors": [
5004                 {
5005                     "name": "Pádraic Brady",
5006                     "email": "padraic.brady@gmail.com",
5007                     "homepage": "https://github.com/padraic",
5008                     "role": "Author"
5009                 },
5010                 {
5011                     "name": "Dave Marshall",
5012                     "email": "dave.marshall@atstsolutions.co.uk",
5013                     "homepage": "https://davedevelopment.co.uk",
5014                     "role": "Developer"
5015                 },
5016                 {
5017                     "name": "Nathanael Esayeas",
5018                     "email": "nathanael.esayeas@protonmail.com",
5019                     "homepage": "https://github.com/ghostwriter",
5020                     "role": "Lead Developer"
5021                 }
5022             ],
5023             "description": "Mockery is a simple yet flexible PHP mock object framework",
5024             "homepage": "https://github.com/mockery/mockery",
5025             "keywords": [
5026                 "BDD",
5027                 "TDD",
5028                 "library",
5029                 "mock",
5030                 "mock objects",
5031                 "mockery",
5032                 "stub",
5033                 "test",
5034                 "test double",
5035                 "testing"
5036             ],
5037             "time": "2023-12-10T02:24:34+00:00"
5038         },
5039         {
5040             "name": "myclabs/deep-copy",
5041             "version": "1.11.1",
5042             "source": {
5043                 "type": "git",
5044                 "url": "https://github.com/myclabs/DeepCopy.git",
5045                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
5046             },
5047             "dist": {
5048                 "type": "zip",
5049                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
5050                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
5051                 "shasum": ""
5052             },
5053             "require": {
5054                 "php": "^7.1 || ^8.0"
5055             },
5056             "conflict": {
5057                 "doctrine/collections": "<1.6.8",
5058                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
5059             },
5060             "require-dev": {
5061                 "doctrine/collections": "^1.6.8",
5062                 "doctrine/common": "^2.13.3 || ^3.2.2",
5063                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
5064             },
5065             "type": "library",
5066             "autoload": {
5067                 "files": [
5068                     "src/DeepCopy/deep_copy.php"
5069                 ],
5070                 "psr-4": {
5071                     "DeepCopy\\": "src/DeepCopy/"
5072                 }
5073             },
5074             "notification-url": "https://packagist.org/downloads/",
5075             "license": [
5076                 "MIT"
5077             ],
5078             "description": "Create deep copies (clones) of your objects",
5079             "keywords": [
5080                 "clone",
5081                 "copy",
5082                 "duplicate",
5083                 "object",
5084                 "object graph"
5085             ],
5086             "funding": [
5087                 {
5088                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
5089                     "type": "tidelift"
5090                 }
5091             ],
5092             "time": "2023-03-08T13:26:56+00:00"
5093         },
5094         {
5095             "name": "nikic/php-parser",
5096             "version": "v5.0.0",
5097             "source": {
5098                 "type": "git",
5099                 "url": "https://github.com/nikic/PHP-Parser.git",
5100                 "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc"
5101             },
5102             "dist": {
5103                 "type": "zip",
5104                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
5105                 "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
5106                 "shasum": ""
5107             },
5108             "require": {
5109                 "ext-ctype": "*",
5110                 "ext-json": "*",
5111                 "ext-tokenizer": "*",
5112                 "php": ">=7.4"
5113             },
5114             "require-dev": {
5115                 "ircmaxell/php-yacc": "^0.0.7",
5116                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
5117             },
5118             "bin": [
5119                 "bin/php-parse"
5120             ],
5121             "type": "library",
5122             "extra": {
5123                 "branch-alias": {
5124                     "dev-master": "5.0-dev"
5125                 }
5126             },
5127             "autoload": {
5128                 "psr-4": {
5129                     "PhpParser\\": "lib/PhpParser"
5130                 }
5131             },
5132             "notification-url": "https://packagist.org/downloads/",
5133             "license": [
5134                 "BSD-3-Clause"
5135             ],
5136             "authors": [
5137                 {
5138                     "name": "Nikita Popov"
5139                 }
5140             ],
5141             "description": "A PHP parser written in PHP",
5142             "keywords": [
5143                 "parser",
5144                 "php"
5145             ],
5146             "time": "2024-01-07T17:17:35+00:00"
5147         },
5148         {
5149             "name": "phar-io/manifest",
5150             "version": "2.0.3",
5151             "source": {
5152                 "type": "git",
5153                 "url": "https://github.com/phar-io/manifest.git",
5154                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
5155             },
5156             "dist": {
5157                 "type": "zip",
5158                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
5159                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
5160                 "shasum": ""
5161             },
5162             "require": {
5163                 "ext-dom": "*",
5164                 "ext-phar": "*",
5165                 "ext-xmlwriter": "*",
5166                 "phar-io/version": "^3.0.1",
5167                 "php": "^7.2 || ^8.0"
5168             },
5169             "type": "library",
5170             "extra": {
5171                 "branch-alias": {
5172                     "dev-master": "2.0.x-dev"
5173                 }
5174             },
5175             "autoload": {
5176                 "classmap": [
5177                     "src/"
5178                 ]
5179             },
5180             "notification-url": "https://packagist.org/downloads/",
5181             "license": [
5182                 "BSD-3-Clause"
5183             ],
5184             "authors": [
5185                 {
5186                     "name": "Arne Blankerts",
5187                     "email": "arne@blankerts.de",
5188                     "role": "Developer"
5189                 },
5190                 {
5191                     "name": "Sebastian Heuer",
5192                     "email": "sebastian@phpeople.de",
5193                     "role": "Developer"
5194                 },
5195                 {
5196                     "name": "Sebastian Bergmann",
5197                     "email": "sebastian@phpunit.de",
5198                     "role": "Developer"
5199                 }
5200             ],
5201             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
5202             "time": "2021-07-20T11:28:43+00:00"
5203         },
5204         {
5205             "name": "phar-io/version",
5206             "version": "3.2.1",
5207             "source": {
5208                 "type": "git",
5209                 "url": "https://github.com/phar-io/version.git",
5210                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
5211             },
5212             "dist": {
5213                 "type": "zip",
5214                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
5215                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
5216                 "shasum": ""
5217             },
5218             "require": {
5219                 "php": "^7.2 || ^8.0"
5220             },
5221             "type": "library",
5222             "autoload": {
5223                 "classmap": [
5224                     "src/"
5225                 ]
5226             },
5227             "notification-url": "https://packagist.org/downloads/",
5228             "license": [
5229                 "BSD-3-Clause"
5230             ],
5231             "authors": [
5232                 {
5233                     "name": "Arne Blankerts",
5234                     "email": "arne@blankerts.de",
5235                     "role": "Developer"
5236                 },
5237                 {
5238                     "name": "Sebastian Heuer",
5239                     "email": "sebastian@phpeople.de",
5240                     "role": "Developer"
5241                 },
5242                 {
5243                     "name": "Sebastian Bergmann",
5244                     "email": "sebastian@phpunit.de",
5245                     "role": "Developer"
5246                 }
5247             ],
5248             "description": "Library for handling version information and constraints",
5249             "time": "2022-02-21T01:04:05+00:00"
5250         },
5251         {
5252             "name": "phpunit/php-code-coverage",
5253             "version": "9.2.30",
5254             "source": {
5255                 "type": "git",
5256                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5257                 "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089"
5258             },
5259             "dist": {
5260                 "type": "zip",
5261                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089",
5262                 "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089",
5263                 "shasum": ""
5264             },
5265             "require": {
5266                 "ext-dom": "*",
5267                 "ext-libxml": "*",
5268                 "ext-xmlwriter": "*",
5269                 "nikic/php-parser": "^4.18 || ^5.0",
5270                 "php": ">=7.3",
5271                 "phpunit/php-file-iterator": "^3.0.3",
5272                 "phpunit/php-text-template": "^2.0.2",
5273                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
5274                 "sebastian/complexity": "^2.0",
5275                 "sebastian/environment": "^5.1.2",
5276                 "sebastian/lines-of-code": "^1.0.3",
5277                 "sebastian/version": "^3.0.1",
5278                 "theseer/tokenizer": "^1.2.0"
5279             },
5280             "require-dev": {
5281                 "phpunit/phpunit": "^9.3"
5282             },
5283             "suggest": {
5284                 "ext-pcov": "PHP extension that provides line coverage",
5285                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
5286             },
5287             "type": "library",
5288             "extra": {
5289                 "branch-alias": {
5290                     "dev-master": "9.2-dev"
5291                 }
5292             },
5293             "autoload": {
5294                 "classmap": [
5295                     "src/"
5296                 ]
5297             },
5298             "notification-url": "https://packagist.org/downloads/",
5299             "license": [
5300                 "BSD-3-Clause"
5301             ],
5302             "authors": [
5303                 {
5304                     "name": "Sebastian Bergmann",
5305                     "email": "sebastian@phpunit.de",
5306                     "role": "lead"
5307                 }
5308             ],
5309             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5310             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5311             "keywords": [
5312                 "coverage",
5313                 "testing",
5314                 "xunit"
5315             ],
5316             "funding": [
5317                 {
5318                     "url": "https://github.com/sebastianbergmann",
5319                     "type": "github"
5320                 }
5321             ],
5322             "time": "2023-12-22T06:47:57+00:00"
5323         },
5324         {
5325             "name": "phpunit/php-file-iterator",
5326             "version": "3.0.6",
5327             "source": {
5328                 "type": "git",
5329                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5330                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
5331             },
5332             "dist": {
5333                 "type": "zip",
5334                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
5335                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
5336                 "shasum": ""
5337             },
5338             "require": {
5339                 "php": ">=7.3"
5340             },
5341             "require-dev": {
5342                 "phpunit/phpunit": "^9.3"
5343             },
5344             "type": "library",
5345             "extra": {
5346                 "branch-alias": {
5347                     "dev-master": "3.0-dev"
5348                 }
5349             },
5350             "autoload": {
5351                 "classmap": [
5352                     "src/"
5353                 ]
5354             },
5355             "notification-url": "https://packagist.org/downloads/",
5356             "license": [
5357                 "BSD-3-Clause"
5358             ],
5359             "authors": [
5360                 {
5361                     "name": "Sebastian Bergmann",
5362                     "email": "sebastian@phpunit.de",
5363                     "role": "lead"
5364                 }
5365             ],
5366             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5367             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5368             "keywords": [
5369                 "filesystem",
5370                 "iterator"
5371             ],
5372             "funding": [
5373                 {
5374                     "url": "https://github.com/sebastianbergmann",
5375                     "type": "github"
5376                 }
5377             ],
5378             "time": "2021-12-02T12:48:52+00:00"
5379         },
5380         {
5381             "name": "phpunit/php-invoker",
5382             "version": "3.1.1",
5383             "source": {
5384                 "type": "git",
5385                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
5386                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
5387             },
5388             "dist": {
5389                 "type": "zip",
5390                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
5391                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
5392                 "shasum": ""
5393             },
5394             "require": {
5395                 "php": ">=7.3"
5396             },
5397             "require-dev": {
5398                 "ext-pcntl": "*",
5399                 "phpunit/phpunit": "^9.3"
5400             },
5401             "suggest": {
5402                 "ext-pcntl": "*"
5403             },
5404             "type": "library",
5405             "extra": {
5406                 "branch-alias": {
5407                     "dev-master": "3.1-dev"
5408                 }
5409             },
5410             "autoload": {
5411                 "classmap": [
5412                     "src/"
5413                 ]
5414             },
5415             "notification-url": "https://packagist.org/downloads/",
5416             "license": [
5417                 "BSD-3-Clause"
5418             ],
5419             "authors": [
5420                 {
5421                     "name": "Sebastian Bergmann",
5422                     "email": "sebastian@phpunit.de",
5423                     "role": "lead"
5424                 }
5425             ],
5426             "description": "Invoke callables with a timeout",
5427             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
5428             "keywords": [
5429                 "process"
5430             ],
5431             "funding": [
5432                 {
5433                     "url": "https://github.com/sebastianbergmann",
5434                     "type": "github"
5435                 }
5436             ],
5437             "time": "2020-09-28T05:58:55+00:00"
5438         },
5439         {
5440             "name": "phpunit/php-text-template",
5441             "version": "2.0.4",
5442             "source": {
5443                 "type": "git",
5444                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
5445                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
5446             },
5447             "dist": {
5448                 "type": "zip",
5449                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
5450                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
5451                 "shasum": ""
5452             },
5453             "require": {
5454                 "php": ">=7.3"
5455             },
5456             "require-dev": {
5457                 "phpunit/phpunit": "^9.3"
5458             },
5459             "type": "library",
5460             "extra": {
5461                 "branch-alias": {
5462                     "dev-master": "2.0-dev"
5463                 }
5464             },
5465             "autoload": {
5466                 "classmap": [
5467                     "src/"
5468                 ]
5469             },
5470             "notification-url": "https://packagist.org/downloads/",
5471             "license": [
5472                 "BSD-3-Clause"
5473             ],
5474             "authors": [
5475                 {
5476                     "name": "Sebastian Bergmann",
5477                     "email": "sebastian@phpunit.de",
5478                     "role": "lead"
5479                 }
5480             ],
5481             "description": "Simple template engine.",
5482             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5483             "keywords": [
5484                 "template"
5485             ],
5486             "funding": [
5487                 {
5488                     "url": "https://github.com/sebastianbergmann",
5489                     "type": "github"
5490                 }
5491             ],
5492             "time": "2020-10-26T05:33:50+00:00"
5493         },
5494         {
5495             "name": "phpunit/php-timer",
5496             "version": "5.0.3",
5497             "source": {
5498                 "type": "git",
5499                 "url": "https://github.com/sebastianbergmann/php-timer.git",
5500                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
5501             },
5502             "dist": {
5503                 "type": "zip",
5504                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
5505                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
5506                 "shasum": ""
5507             },
5508             "require": {
5509                 "php": ">=7.3"
5510             },
5511             "require-dev": {
5512                 "phpunit/phpunit": "^9.3"
5513             },
5514             "type": "library",
5515             "extra": {
5516                 "branch-alias": {
5517                     "dev-master": "5.0-dev"
5518                 }
5519             },
5520             "autoload": {
5521                 "classmap": [
5522                     "src/"
5523                 ]
5524             },
5525             "notification-url": "https://packagist.org/downloads/",
5526             "license": [
5527                 "BSD-3-Clause"
5528             ],
5529             "authors": [
5530                 {
5531                     "name": "Sebastian Bergmann",
5532                     "email": "sebastian@phpunit.de",
5533                     "role": "lead"
5534                 }
5535             ],
5536             "description": "Utility class for timing",
5537             "homepage": "https://github.com/sebastianbergmann/php-timer/",
5538             "keywords": [
5539                 "timer"
5540             ],
5541             "funding": [
5542                 {
5543                     "url": "https://github.com/sebastianbergmann",
5544                     "type": "github"
5545                 }
5546             ],
5547             "time": "2020-10-26T13:16:10+00:00"
5548         },
5549         {
5550             "name": "phpunit/phpunit",
5551             "version": "9.6.15",
5552             "source": {
5553                 "type": "git",
5554                 "url": "https://github.com/sebastianbergmann/phpunit.git",
5555                 "reference": "05017b80304e0eb3f31d90194a563fd53a6021f1"
5556             },
5557             "dist": {
5558                 "type": "zip",
5559                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/05017b80304e0eb3f31d90194a563fd53a6021f1",
5560                 "reference": "05017b80304e0eb3f31d90194a563fd53a6021f1",
5561                 "shasum": ""
5562             },
5563             "require": {
5564                 "doctrine/instantiator": "^1.3.1 || ^2",
5565                 "ext-dom": "*",
5566                 "ext-json": "*",
5567                 "ext-libxml": "*",
5568                 "ext-mbstring": "*",
5569                 "ext-xml": "*",
5570                 "ext-xmlwriter": "*",
5571                 "myclabs/deep-copy": "^1.10.1",
5572                 "phar-io/manifest": "^2.0.3",
5573                 "phar-io/version": "^3.0.2",
5574                 "php": ">=7.3",
5575                 "phpunit/php-code-coverage": "^9.2.28",
5576                 "phpunit/php-file-iterator": "^3.0.5",
5577                 "phpunit/php-invoker": "^3.1.1",
5578                 "phpunit/php-text-template": "^2.0.3",
5579                 "phpunit/php-timer": "^5.0.2",
5580                 "sebastian/cli-parser": "^1.0.1",
5581                 "sebastian/code-unit": "^1.0.6",
5582                 "sebastian/comparator": "^4.0.8",
5583                 "sebastian/diff": "^4.0.3",
5584                 "sebastian/environment": "^5.1.3",
5585                 "sebastian/exporter": "^4.0.5",
5586                 "sebastian/global-state": "^5.0.1",
5587                 "sebastian/object-enumerator": "^4.0.3",
5588                 "sebastian/resource-operations": "^3.0.3",
5589                 "sebastian/type": "^3.2",
5590                 "sebastian/version": "^3.0.2"
5591             },
5592             "suggest": {
5593                 "ext-soap": "To be able to generate mocks based on WSDL files",
5594                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
5595             },
5596             "bin": [
5597                 "phpunit"
5598             ],
5599             "type": "library",
5600             "extra": {
5601                 "branch-alias": {
5602                     "dev-master": "9.6-dev"
5603                 }
5604             },
5605             "autoload": {
5606                 "files": [
5607                     "src/Framework/Assert/Functions.php"
5608                 ],
5609                 "classmap": [
5610                     "src/"
5611                 ]
5612             },
5613             "notification-url": "https://packagist.org/downloads/",
5614             "license": [
5615                 "BSD-3-Clause"
5616             ],
5617             "authors": [
5618                 {
5619                     "name": "Sebastian Bergmann",
5620                     "email": "sebastian@phpunit.de",
5621                     "role": "lead"
5622                 }
5623             ],
5624             "description": "The PHP Unit Testing framework.",
5625             "homepage": "https://phpunit.de/",
5626             "keywords": [
5627                 "phpunit",
5628                 "testing",
5629                 "xunit"
5630             ],
5631             "funding": [
5632                 {
5633                     "url": "https://phpunit.de/sponsors.html",
5634                     "type": "custom"
5635                 },
5636                 {
5637                     "url": "https://github.com/sebastianbergmann",
5638                     "type": "github"
5639                 },
5640                 {
5641                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
5642                     "type": "tidelift"
5643                 }
5644             ],
5645             "time": "2023-12-01T16:55:19+00:00"
5646         },
5647         {
5648             "name": "sebastian/cli-parser",
5649             "version": "1.0.1",
5650             "source": {
5651                 "type": "git",
5652                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
5653                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
5654             },
5655             "dist": {
5656                 "type": "zip",
5657                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
5658                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
5659                 "shasum": ""
5660             },
5661             "require": {
5662                 "php": ">=7.3"
5663             },
5664             "require-dev": {
5665                 "phpunit/phpunit": "^9.3"
5666             },
5667             "type": "library",
5668             "extra": {
5669                 "branch-alias": {
5670                     "dev-master": "1.0-dev"
5671                 }
5672             },
5673             "autoload": {
5674                 "classmap": [
5675                     "src/"
5676                 ]
5677             },
5678             "notification-url": "https://packagist.org/downloads/",
5679             "license": [
5680                 "BSD-3-Clause"
5681             ],
5682             "authors": [
5683                 {
5684                     "name": "Sebastian Bergmann",
5685                     "email": "sebastian@phpunit.de",
5686                     "role": "lead"
5687                 }
5688             ],
5689             "description": "Library for parsing CLI options",
5690             "homepage": "https://github.com/sebastianbergmann/cli-parser",
5691             "funding": [
5692                 {
5693                     "url": "https://github.com/sebastianbergmann",
5694                     "type": "github"
5695                 }
5696             ],
5697             "time": "2020-09-28T06:08:49+00:00"
5698         },
5699         {
5700             "name": "sebastian/code-unit",
5701             "version": "1.0.8",
5702             "source": {
5703                 "type": "git",
5704                 "url": "https://github.com/sebastianbergmann/code-unit.git",
5705                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
5706             },
5707             "dist": {
5708                 "type": "zip",
5709                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
5710                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
5711                 "shasum": ""
5712             },
5713             "require": {
5714                 "php": ">=7.3"
5715             },
5716             "require-dev": {
5717                 "phpunit/phpunit": "^9.3"
5718             },
5719             "type": "library",
5720             "extra": {
5721                 "branch-alias": {
5722                     "dev-master": "1.0-dev"
5723                 }
5724             },
5725             "autoload": {
5726                 "classmap": [
5727                     "src/"
5728                 ]
5729             },
5730             "notification-url": "https://packagist.org/downloads/",
5731             "license": [
5732                 "BSD-3-Clause"
5733             ],
5734             "authors": [
5735                 {
5736                     "name": "Sebastian Bergmann",
5737                     "email": "sebastian@phpunit.de",
5738                     "role": "lead"
5739                 }
5740             ],
5741             "description": "Collection of value objects that represent the PHP code units",
5742             "homepage": "https://github.com/sebastianbergmann/code-unit",
5743             "funding": [
5744                 {
5745                     "url": "https://github.com/sebastianbergmann",
5746                     "type": "github"
5747                 }
5748             ],
5749             "time": "2020-10-26T13:08:54+00:00"
5750         },
5751         {
5752             "name": "sebastian/code-unit-reverse-lookup",
5753             "version": "2.0.3",
5754             "source": {
5755                 "type": "git",
5756                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5757                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
5758             },
5759             "dist": {
5760                 "type": "zip",
5761                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
5762                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
5763                 "shasum": ""
5764             },
5765             "require": {
5766                 "php": ">=7.3"
5767             },
5768             "require-dev": {
5769                 "phpunit/phpunit": "^9.3"
5770             },
5771             "type": "library",
5772             "extra": {
5773                 "branch-alias": {
5774                     "dev-master": "2.0-dev"
5775                 }
5776             },
5777             "autoload": {
5778                 "classmap": [
5779                     "src/"
5780                 ]
5781             },
5782             "notification-url": "https://packagist.org/downloads/",
5783             "license": [
5784                 "BSD-3-Clause"
5785             ],
5786             "authors": [
5787                 {
5788                     "name": "Sebastian Bergmann",
5789                     "email": "sebastian@phpunit.de"
5790                 }
5791             ],
5792             "description": "Looks up which function or method a line of code belongs to",
5793             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5794             "funding": [
5795                 {
5796                     "url": "https://github.com/sebastianbergmann",
5797                     "type": "github"
5798                 }
5799             ],
5800             "time": "2020-09-28T05:30:19+00:00"
5801         },
5802         {
5803             "name": "sebastian/comparator",
5804             "version": "4.0.8",
5805             "source": {
5806                 "type": "git",
5807                 "url": "https://github.com/sebastianbergmann/comparator.git",
5808                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
5809             },
5810             "dist": {
5811                 "type": "zip",
5812                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
5813                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
5814                 "shasum": ""
5815             },
5816             "require": {
5817                 "php": ">=7.3",
5818                 "sebastian/diff": "^4.0",
5819                 "sebastian/exporter": "^4.0"
5820             },
5821             "require-dev": {
5822                 "phpunit/phpunit": "^9.3"
5823             },
5824             "type": "library",
5825             "extra": {
5826                 "branch-alias": {
5827                     "dev-master": "4.0-dev"
5828                 }
5829             },
5830             "autoload": {
5831                 "classmap": [
5832                     "src/"
5833                 ]
5834             },
5835             "notification-url": "https://packagist.org/downloads/",
5836             "license": [
5837                 "BSD-3-Clause"
5838             ],
5839             "authors": [
5840                 {
5841                     "name": "Sebastian Bergmann",
5842                     "email": "sebastian@phpunit.de"
5843                 },
5844                 {
5845                     "name": "Jeff Welch",
5846                     "email": "whatthejeff@gmail.com"
5847                 },
5848                 {
5849                     "name": "Volker Dusch",
5850                     "email": "github@wallbash.com"
5851                 },
5852                 {
5853                     "name": "Bernhard Schussek",
5854                     "email": "bschussek@2bepublished.at"
5855                 }
5856             ],
5857             "description": "Provides the functionality to compare PHP values for equality",
5858             "homepage": "https://github.com/sebastianbergmann/comparator",
5859             "keywords": [
5860                 "comparator",
5861                 "compare",
5862                 "equality"
5863             ],
5864             "funding": [
5865                 {
5866                     "url": "https://github.com/sebastianbergmann",
5867                     "type": "github"
5868                 }
5869             ],
5870             "time": "2022-09-14T12:41:17+00:00"
5871         },
5872         {
5873             "name": "sebastian/complexity",
5874             "version": "2.0.3",
5875             "source": {
5876                 "type": "git",
5877                 "url": "https://github.com/sebastianbergmann/complexity.git",
5878                 "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
5879             },
5880             "dist": {
5881                 "type": "zip",
5882                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
5883                 "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
5884                 "shasum": ""
5885             },
5886             "require": {
5887                 "nikic/php-parser": "^4.18 || ^5.0",
5888                 "php": ">=7.3"
5889             },
5890             "require-dev": {
5891                 "phpunit/phpunit": "^9.3"
5892             },
5893             "type": "library",
5894             "extra": {
5895                 "branch-alias": {
5896                     "dev-master": "2.0-dev"
5897                 }
5898             },
5899             "autoload": {
5900                 "classmap": [
5901                     "src/"
5902                 ]
5903             },
5904             "notification-url": "https://packagist.org/downloads/",
5905             "license": [
5906                 "BSD-3-Clause"
5907             ],
5908             "authors": [
5909                 {
5910                     "name": "Sebastian Bergmann",
5911                     "email": "sebastian@phpunit.de",
5912                     "role": "lead"
5913                 }
5914             ],
5915             "description": "Library for calculating the complexity of PHP code units",
5916             "homepage": "https://github.com/sebastianbergmann/complexity",
5917             "funding": [
5918                 {
5919                     "url": "https://github.com/sebastianbergmann",
5920                     "type": "github"
5921                 }
5922             ],
5923             "time": "2023-12-22T06:19:30+00:00"
5924         },
5925         {
5926             "name": "sebastian/diff",
5927             "version": "4.0.5",
5928             "source": {
5929                 "type": "git",
5930                 "url": "https://github.com/sebastianbergmann/diff.git",
5931                 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
5932             },
5933             "dist": {
5934                 "type": "zip",
5935                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
5936                 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
5937                 "shasum": ""
5938             },
5939             "require": {
5940                 "php": ">=7.3"
5941             },
5942             "require-dev": {
5943                 "phpunit/phpunit": "^9.3",
5944                 "symfony/process": "^4.2 || ^5"
5945             },
5946             "type": "library",
5947             "extra": {
5948                 "branch-alias": {
5949                     "dev-master": "4.0-dev"
5950                 }
5951             },
5952             "autoload": {
5953                 "classmap": [
5954                     "src/"
5955                 ]
5956             },
5957             "notification-url": "https://packagist.org/downloads/",
5958             "license": [
5959                 "BSD-3-Clause"
5960             ],
5961             "authors": [
5962                 {
5963                     "name": "Sebastian Bergmann",
5964                     "email": "sebastian@phpunit.de"
5965                 },
5966                 {
5967                     "name": "Kore Nordmann",
5968                     "email": "mail@kore-nordmann.de"
5969                 }
5970             ],
5971             "description": "Diff implementation",
5972             "homepage": "https://github.com/sebastianbergmann/diff",
5973             "keywords": [
5974                 "diff",
5975                 "udiff",
5976                 "unidiff",
5977                 "unified diff"
5978             ],
5979             "funding": [
5980                 {
5981                     "url": "https://github.com/sebastianbergmann",
5982                     "type": "github"
5983                 }
5984             ],
5985             "time": "2023-05-07T05:35:17+00:00"
5986         },
5987         {
5988             "name": "sebastian/environment",
5989             "version": "5.1.5",
5990             "source": {
5991                 "type": "git",
5992                 "url": "https://github.com/sebastianbergmann/environment.git",
5993                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
5994             },
5995             "dist": {
5996                 "type": "zip",
5997                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
5998                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
5999                 "shasum": ""
6000             },
6001             "require": {
6002                 "php": ">=7.3"
6003             },
6004             "require-dev": {
6005                 "phpunit/phpunit": "^9.3"
6006             },
6007             "suggest": {
6008                 "ext-posix": "*"
6009             },
6010             "type": "library",
6011             "extra": {
6012                 "branch-alias": {
6013                     "dev-master": "5.1-dev"
6014                 }
6015             },
6016             "autoload": {
6017                 "classmap": [
6018                     "src/"
6019                 ]
6020             },
6021             "notification-url": "https://packagist.org/downloads/",
6022             "license": [
6023                 "BSD-3-Clause"
6024             ],
6025             "authors": [
6026                 {
6027                     "name": "Sebastian Bergmann",
6028                     "email": "sebastian@phpunit.de"
6029                 }
6030             ],
6031             "description": "Provides functionality to handle HHVM/PHP environments",
6032             "homepage": "http://www.github.com/sebastianbergmann/environment",
6033             "keywords": [
6034                 "Xdebug",
6035                 "environment",
6036                 "hhvm"
6037             ],
6038             "funding": [
6039                 {
6040                     "url": "https://github.com/sebastianbergmann",
6041                     "type": "github"
6042                 }
6043             ],
6044             "time": "2023-02-03T06:03:51+00:00"
6045         },
6046         {
6047             "name": "sebastian/exporter",
6048             "version": "4.0.5",
6049             "source": {
6050                 "type": "git",
6051                 "url": "https://github.com/sebastianbergmann/exporter.git",
6052                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
6053             },
6054             "dist": {
6055                 "type": "zip",
6056                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
6057                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
6058                 "shasum": ""
6059             },
6060             "require": {
6061                 "php": ">=7.3",
6062                 "sebastian/recursion-context": "^4.0"
6063             },
6064             "require-dev": {
6065                 "ext-mbstring": "*",
6066                 "phpunit/phpunit": "^9.3"
6067             },
6068             "type": "library",
6069             "extra": {
6070                 "branch-alias": {
6071                     "dev-master": "4.0-dev"
6072                 }
6073             },
6074             "autoload": {
6075                 "classmap": [
6076                     "src/"
6077                 ]
6078             },
6079             "notification-url": "https://packagist.org/downloads/",
6080             "license": [
6081                 "BSD-3-Clause"
6082             ],
6083             "authors": [
6084                 {
6085                     "name": "Sebastian Bergmann",
6086                     "email": "sebastian@phpunit.de"
6087                 },
6088                 {
6089                     "name": "Jeff Welch",
6090                     "email": "whatthejeff@gmail.com"
6091                 },
6092                 {
6093                     "name": "Volker Dusch",
6094                     "email": "github@wallbash.com"
6095                 },
6096                 {
6097                     "name": "Adam Harvey",
6098                     "email": "aharvey@php.net"
6099                 },
6100                 {
6101                     "name": "Bernhard Schussek",
6102                     "email": "bschussek@gmail.com"
6103                 }
6104             ],
6105             "description": "Provides the functionality to export PHP variables for visualization",
6106             "homepage": "https://www.github.com/sebastianbergmann/exporter",
6107             "keywords": [
6108                 "export",
6109                 "exporter"
6110             ],
6111             "funding": [
6112                 {
6113                     "url": "https://github.com/sebastianbergmann",
6114                     "type": "github"
6115                 }
6116             ],
6117             "time": "2022-09-14T06:03:37+00:00"
6118         },
6119         {
6120             "name": "sebastian/global-state",
6121             "version": "5.0.6",
6122             "source": {
6123                 "type": "git",
6124                 "url": "https://github.com/sebastianbergmann/global-state.git",
6125                 "reference": "bde739e7565280bda77be70044ac1047bc007e34"
6126             },
6127             "dist": {
6128                 "type": "zip",
6129                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
6130                 "reference": "bde739e7565280bda77be70044ac1047bc007e34",
6131                 "shasum": ""
6132             },
6133             "require": {
6134                 "php": ">=7.3",
6135                 "sebastian/object-reflector": "^2.0",
6136                 "sebastian/recursion-context": "^4.0"
6137             },
6138             "require-dev": {
6139                 "ext-dom": "*",
6140                 "phpunit/phpunit": "^9.3"
6141             },
6142             "suggest": {
6143                 "ext-uopz": "*"
6144             },
6145             "type": "library",
6146             "extra": {
6147                 "branch-alias": {
6148                     "dev-master": "5.0-dev"
6149                 }
6150             },
6151             "autoload": {
6152                 "classmap": [
6153                     "src/"
6154                 ]
6155             },
6156             "notification-url": "https://packagist.org/downloads/",
6157             "license": [
6158                 "BSD-3-Clause"
6159             ],
6160             "authors": [
6161                 {
6162                     "name": "Sebastian Bergmann",
6163                     "email": "sebastian@phpunit.de"
6164                 }
6165             ],
6166             "description": "Snapshotting of global state",
6167             "homepage": "http://www.github.com/sebastianbergmann/global-state",
6168             "keywords": [
6169                 "global state"
6170             ],
6171             "funding": [
6172                 {
6173                     "url": "https://github.com/sebastianbergmann",
6174                     "type": "github"
6175                 }
6176             ],
6177             "time": "2023-08-02T09:26:13+00:00"
6178         },
6179         {
6180             "name": "sebastian/lines-of-code",
6181             "version": "1.0.4",
6182             "source": {
6183                 "type": "git",
6184                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
6185                 "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
6186             },
6187             "dist": {
6188                 "type": "zip",
6189                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
6190                 "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
6191                 "shasum": ""
6192             },
6193             "require": {
6194                 "nikic/php-parser": "^4.18 || ^5.0",
6195                 "php": ">=7.3"
6196             },
6197             "require-dev": {
6198                 "phpunit/phpunit": "^9.3"
6199             },
6200             "type": "library",
6201             "extra": {
6202                 "branch-alias": {
6203                     "dev-master": "1.0-dev"
6204                 }
6205             },
6206             "autoload": {
6207                 "classmap": [
6208                     "src/"
6209                 ]
6210             },
6211             "notification-url": "https://packagist.org/downloads/",
6212             "license": [
6213                 "BSD-3-Clause"
6214             ],
6215             "authors": [
6216                 {
6217                     "name": "Sebastian Bergmann",
6218                     "email": "sebastian@phpunit.de",
6219                     "role": "lead"
6220                 }
6221             ],
6222             "description": "Library for counting the lines of code in PHP source code",
6223             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
6224             "funding": [
6225                 {
6226                     "url": "https://github.com/sebastianbergmann",
6227                     "type": "github"
6228                 }
6229             ],
6230             "time": "2023-12-22T06:20:34+00:00"
6231         },
6232         {
6233             "name": "sebastian/object-enumerator",
6234             "version": "4.0.4",
6235             "source": {
6236                 "type": "git",
6237                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
6238                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
6239             },
6240             "dist": {
6241                 "type": "zip",
6242                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
6243                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
6244                 "shasum": ""
6245             },
6246             "require": {
6247                 "php": ">=7.3",
6248                 "sebastian/object-reflector": "^2.0",
6249                 "sebastian/recursion-context": "^4.0"
6250             },
6251             "require-dev": {
6252                 "phpunit/phpunit": "^9.3"
6253             },
6254             "type": "library",
6255             "extra": {
6256                 "branch-alias": {
6257                     "dev-master": "4.0-dev"
6258                 }
6259             },
6260             "autoload": {
6261                 "classmap": [
6262                     "src/"
6263                 ]
6264             },
6265             "notification-url": "https://packagist.org/downloads/",
6266             "license": [
6267                 "BSD-3-Clause"
6268             ],
6269             "authors": [
6270                 {
6271                     "name": "Sebastian Bergmann",
6272                     "email": "sebastian@phpunit.de"
6273                 }
6274             ],
6275             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
6276             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
6277             "funding": [
6278                 {
6279                     "url": "https://github.com/sebastianbergmann",
6280                     "type": "github"
6281                 }
6282             ],
6283             "time": "2020-10-26T13:12:34+00:00"
6284         },
6285         {
6286             "name": "sebastian/object-reflector",
6287             "version": "2.0.4",
6288             "source": {
6289                 "type": "git",
6290                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
6291                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
6292             },
6293             "dist": {
6294                 "type": "zip",
6295                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
6296                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
6297                 "shasum": ""
6298             },
6299             "require": {
6300                 "php": ">=7.3"
6301             },
6302             "require-dev": {
6303                 "phpunit/phpunit": "^9.3"
6304             },
6305             "type": "library",
6306             "extra": {
6307                 "branch-alias": {
6308                     "dev-master": "2.0-dev"
6309                 }
6310             },
6311             "autoload": {
6312                 "classmap": [
6313                     "src/"
6314                 ]
6315             },
6316             "notification-url": "https://packagist.org/downloads/",
6317             "license": [
6318                 "BSD-3-Clause"
6319             ],
6320             "authors": [
6321                 {
6322                     "name": "Sebastian Bergmann",
6323                     "email": "sebastian@phpunit.de"
6324                 }
6325             ],
6326             "description": "Allows reflection of object attributes, including inherited and non-public ones",
6327             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
6328             "funding": [
6329                 {
6330                     "url": "https://github.com/sebastianbergmann",
6331                     "type": "github"
6332                 }
6333             ],
6334             "time": "2020-10-26T13:14:26+00:00"
6335         },
6336         {
6337             "name": "sebastian/recursion-context",
6338             "version": "4.0.5",
6339             "source": {
6340                 "type": "git",
6341                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
6342                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
6343             },
6344             "dist": {
6345                 "type": "zip",
6346                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
6347                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
6348                 "shasum": ""
6349             },
6350             "require": {
6351                 "php": ">=7.3"
6352             },
6353             "require-dev": {
6354                 "phpunit/phpunit": "^9.3"
6355             },
6356             "type": "library",
6357             "extra": {
6358                 "branch-alias": {
6359                     "dev-master": "4.0-dev"
6360                 }
6361             },
6362             "autoload": {
6363                 "classmap": [
6364                     "src/"
6365                 ]
6366             },
6367             "notification-url": "https://packagist.org/downloads/",
6368             "license": [
6369                 "BSD-3-Clause"
6370             ],
6371             "authors": [
6372                 {
6373                     "name": "Sebastian Bergmann",
6374                     "email": "sebastian@phpunit.de"
6375                 },
6376                 {
6377                     "name": "Jeff Welch",
6378                     "email": "whatthejeff@gmail.com"
6379                 },
6380                 {
6381                     "name": "Adam Harvey",
6382                     "email": "aharvey@php.net"
6383                 }
6384             ],
6385             "description": "Provides functionality to recursively process PHP variables",
6386             "homepage": "https://github.com/sebastianbergmann/recursion-context",
6387             "funding": [
6388                 {
6389                     "url": "https://github.com/sebastianbergmann",
6390                     "type": "github"
6391                 }
6392             ],
6393             "time": "2023-02-03T06:07:39+00:00"
6394         },
6395         {
6396             "name": "sebastian/resource-operations",
6397             "version": "3.0.3",
6398             "source": {
6399                 "type": "git",
6400                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
6401                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
6402             },
6403             "dist": {
6404                 "type": "zip",
6405                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
6406                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
6407                 "shasum": ""
6408             },
6409             "require": {
6410                 "php": ">=7.3"
6411             },
6412             "require-dev": {
6413                 "phpunit/phpunit": "^9.0"
6414             },
6415             "type": "library",
6416             "extra": {
6417                 "branch-alias": {
6418                     "dev-master": "3.0-dev"
6419                 }
6420             },
6421             "autoload": {
6422                 "classmap": [
6423                     "src/"
6424                 ]
6425             },
6426             "notification-url": "https://packagist.org/downloads/",
6427             "license": [
6428                 "BSD-3-Clause"
6429             ],
6430             "authors": [
6431                 {
6432                     "name": "Sebastian Bergmann",
6433                     "email": "sebastian@phpunit.de"
6434                 }
6435             ],
6436             "description": "Provides a list of PHP built-in functions that operate on resources",
6437             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
6438             "funding": [
6439                 {
6440                     "url": "https://github.com/sebastianbergmann",
6441                     "type": "github"
6442                 }
6443             ],
6444             "time": "2020-09-28T06:45:17+00:00"
6445         },
6446         {
6447             "name": "sebastian/type",
6448             "version": "3.2.1",
6449             "source": {
6450                 "type": "git",
6451                 "url": "https://github.com/sebastianbergmann/type.git",
6452                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
6453             },
6454             "dist": {
6455                 "type": "zip",
6456                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
6457                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
6458                 "shasum": ""
6459             },
6460             "require": {
6461                 "php": ">=7.3"
6462             },
6463             "require-dev": {
6464                 "phpunit/phpunit": "^9.5"
6465             },
6466             "type": "library",
6467             "extra": {
6468                 "branch-alias": {
6469                     "dev-master": "3.2-dev"
6470                 }
6471             },
6472             "autoload": {
6473                 "classmap": [
6474                     "src/"
6475                 ]
6476             },
6477             "notification-url": "https://packagist.org/downloads/",
6478             "license": [
6479                 "BSD-3-Clause"
6480             ],
6481             "authors": [
6482                 {
6483                     "name": "Sebastian Bergmann",
6484                     "email": "sebastian@phpunit.de",
6485                     "role": "lead"
6486                 }
6487             ],
6488             "description": "Collection of value objects that represent the types of the PHP type system",
6489             "homepage": "https://github.com/sebastianbergmann/type",
6490             "funding": [
6491                 {
6492                     "url": "https://github.com/sebastianbergmann",
6493                     "type": "github"
6494                 }
6495             ],
6496             "time": "2023-02-03T06:13:03+00:00"
6497         },
6498         {
6499             "name": "sebastian/version",
6500             "version": "3.0.2",
6501             "source": {
6502                 "type": "git",
6503                 "url": "https://github.com/sebastianbergmann/version.git",
6504                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
6505             },
6506             "dist": {
6507                 "type": "zip",
6508                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
6509                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
6510                 "shasum": ""
6511             },
6512             "require": {
6513                 "php": ">=7.3"
6514             },
6515             "type": "library",
6516             "extra": {
6517                 "branch-alias": {
6518                     "dev-master": "3.0-dev"
6519                 }
6520             },
6521             "autoload": {
6522                 "classmap": [
6523                     "src/"
6524                 ]
6525             },
6526             "notification-url": "https://packagist.org/downloads/",
6527             "license": [
6528                 "BSD-3-Clause"
6529             ],
6530             "authors": [
6531                 {
6532                     "name": "Sebastian Bergmann",
6533                     "email": "sebastian@phpunit.de",
6534                     "role": "lead"
6535                 }
6536             ],
6537             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6538             "homepage": "https://github.com/sebastianbergmann/version",
6539             "funding": [
6540                 {
6541                     "url": "https://github.com/sebastianbergmann",
6542                     "type": "github"
6543                 }
6544             ],
6545             "time": "2020-09-28T06:39:44+00:00"
6546         },
6547         {
6548             "name": "theseer/tokenizer",
6549             "version": "1.2.2",
6550             "source": {
6551                 "type": "git",
6552                 "url": "https://github.com/theseer/tokenizer.git",
6553                 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
6554             },
6555             "dist": {
6556                 "type": "zip",
6557                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
6558                 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
6559                 "shasum": ""
6560             },
6561             "require": {
6562                 "ext-dom": "*",
6563                 "ext-tokenizer": "*",
6564                 "ext-xmlwriter": "*",
6565                 "php": "^7.2 || ^8.0"
6566             },
6567             "type": "library",
6568             "autoload": {
6569                 "classmap": [
6570                     "src/"
6571                 ]
6572             },
6573             "notification-url": "https://packagist.org/downloads/",
6574             "license": [
6575                 "BSD-3-Clause"
6576             ],
6577             "authors": [
6578                 {
6579                     "name": "Arne Blankerts",
6580                     "email": "arne@blankerts.de",
6581                     "role": "Developer"
6582                 }
6583             ],
6584             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6585             "funding": [
6586                 {
6587                     "url": "https://github.com/theseer",
6588                     "type": "github"
6589                 }
6590             ],
6591             "time": "2023-11-20T00:12:19+00:00"
6592         }
6593     ],
6594     "aliases": [],
6595     "minimum-stability": "stable",
6596     "stability-flags": {
6597         "lightopenid/lightopenid": 20
6598     },
6599     "prefer-stable": false,
6600     "prefer-lowest": false,
6601     "platform": {
6602         "php": ">=7.4",
6603         "ext-ctype": "*",
6604         "ext-curl": "*",
6605         "ext-dom": "*",
6606         "ext-fileinfo": "*",
6607         "ext-gd": "*",
6608         "ext-iconv": "*",
6609         "ext-json": "*",
6610         "ext-libxml": "*",
6611         "ext-mbstring": "*",
6612         "ext-openssl": "*",
6613         "ext-posix": "*",
6614         "ext-simplexml": "*",
6615         "ext-xml": "*"
6616     },
6617     "platform-dev": [],
6618     "platform-overrides": {
6619         "php": "7.4"
6620     },
6621     "plugin-api-version": "1.1.0"
6622 }