PluginProbe
Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution / 2.5.0
Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution v2.5.0
2.5.0 2.4.0 2.3.0 2.2.5 2.2.0 2.1.2 2.1.1 trunk 1.10.0 1.10.01 1.10.02 1.5.0 1.5.01 1.5.02 1.5.1 1.5.10 1.5.20 1.5.21 1.5.22 1.5.23 1.5.24 1.5.25 1.6.0 1.7.0 1.7.1 All 34 releases
← All changes | vendor/composer/installed.json +2180 -13 1.5.21 → 2.5.0 View file →
@@ -1,7 +1,2138 @@
1 1 {
2 2 "packages": [
3 3 {
4 + "name": "antecedent/patchwork",
5 + "version": "2.2.3",
6 + "version_normalized": "2.2.3.0",
7 + "source": {
8 + "type": "git",
9 + "url": "https://github.com/antecedent/patchwork.git",
10 + "reference": "8b6b235f405af175259c8f56aea5fc23ab9f03ce"
11 + },
12 + "dist": {
13 + "type": "zip",
14 + "url": "https://api.github.com/repos/antecedent/patchwork/zipball/8b6b235f405af175259c8f56aea5fc23ab9f03ce",
15 + "reference": "8b6b235f405af175259c8f56aea5fc23ab9f03ce",
16 + "shasum": ""
17 + },
18 + "require": {
19 + "php": ">=7.1.0"
20 + },
21 + "require-dev": {
22 + "phpunit/phpunit": ">=4"
23 + },
24 + "time": "2025-09-17T09:00:56+00:00",
25 + "type": "library",
26 + "installation-source": "dist",
27 + "notification-url": "https://packagist.org/downloads/",
28 + "license": [
29 + "MIT"
30 + ],
31 + "authors": [
32 + {
33 + "name": "Ignas Rudaitis",
34 + "email": "[email protected]"
35 + }
36 + ],
37 + "description": "Method redefinition (monkey-patching) functionality for PHP.",
38 + "homepage": "https://antecedent.github.io/patchwork/",
39 + "keywords": [
40 + "aop",
41 + "aspect",
42 + "interception",
43 + "monkeypatching",
44 + "redefinition",
45 + "runkit",
46 + "testing"
47 + ],
48 + "support": {
49 + "issues": "https://github.com/antecedent/patchwork/issues",
50 + "source": "https://github.com/antecedent/patchwork/tree/2.2.3"
51 + },
52 + "install-path": "../antecedent/patchwork"
53 + },
54 + {
55 + "name": "brain/monkey",
56 + "version": "2.7.0",
57 + "version_normalized": "2.7.0.0",
58 + "source": {
59 + "type": "git",
60 + "url": "https://github.com/Brain-WP/BrainMonkey.git",
61 + "reference": "ea3aeb3d559ba3c0930b3f4d210b665a4c044d83"
62 + },
63 + "dist": {
64 + "type": "zip",
65 + "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/ea3aeb3d559ba3c0930b3f4d210b665a4c044d83",
66 + "reference": "ea3aeb3d559ba3c0930b3f4d210b665a4c044d83",
67 + "shasum": ""
68 + },
69 + "require": {
70 + "antecedent/patchwork": "^2.1.17",
71 + "mockery/mockery": "~1.3.6 || ~1.4.4 || ~1.5.1 || ^1.6.10",
72 + "php": ">=5.6.0"
73 + },
74 + "require-dev": {
75 + "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
76 + "phpcompatibility/php-compatibility": "^9.3.0",
77 + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.49 || ^9.6.30"
78 + },
79 + "time": "2026-02-05T09:22:14+00:00",
80 + "type": "library",
81 + "extra": {
82 + "branch-alias": {
83 + "dev-master": "2.x-dev",
84 + "dev-version/1": "1.x-dev"
85 + }
86 + },
87 + "installation-source": "dist",
88 + "autoload": {
89 + "files": [
90 + "inc/api.php"
91 + ],
92 + "psr-4": {
93 + "Brain\\Monkey\\": "src/"
94 + }
95 + },
96 + "notification-url": "https://packagist.org/downloads/",
97 + "license": [
98 + "MIT"
99 + ],
100 + "authors": [
101 + {
102 + "name": "Giuseppe Mazzapica",
103 + "email": "[email protected]",
104 + "homepage": "https://gmazzap.me",
105 + "role": "Developer"
106 + }
107 + ],
108 + "description": "Mocking utility for PHP functions and WordPress plugin API",
109 + "keywords": [
110 + "Monkey Patching",
111 + "interception",
112 + "mock",
113 + "mock functions",
114 + "mockery",
115 + "patchwork",
116 + "redefinition",
117 + "runkit",
118 + "test",
119 + "testing"
120 + ],
121 + "support": {
122 + "issues": "https://github.com/Brain-WP/BrainMonkey/issues",
123 + "source": "https://github.com/Brain-WP/BrainMonkey"
124 + },
125 + "install-path": "../brain/monkey"
126 + },
127 + {
128 + "name": "doctrine/instantiator",
129 + "version": "2.0.0",
130 + "version_normalized": "2.0.0.0",
131 + "source": {
132 + "type": "git",
133 + "url": "https://github.com/doctrine/instantiator.git",
134 + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
135 + },
136 + "dist": {
137 + "type": "zip",
138 + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
139 + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
140 + "shasum": ""
141 + },
142 + "require": {
143 + "php": "^8.1"
144 + },
145 + "require-dev": {
146 + "doctrine/coding-standard": "^11",
147 + "ext-pdo": "*",
148 + "ext-phar": "*",
149 + "phpbench/phpbench": "^1.2",
150 + "phpstan/phpstan": "^1.9.4",
151 + "phpstan/phpstan-phpunit": "^1.3",
152 + "phpunit/phpunit": "^9.5.27",
153 + "vimeo/psalm": "^5.4"
154 + },
155 + "time": "2022-12-30T00:23:10+00:00",
156 + "type": "library",
157 + "installation-source": "dist",
158 + "autoload": {
159 + "psr-4": {
160 + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
161 + }
162 + },
163 + "notification-url": "https://packagist.org/downloads/",
164 + "license": [
165 + "MIT"
166 + ],
167 + "authors": [
168 + {
169 + "name": "Marco Pivetta",
170 + "email": "[email protected]",
171 + "homepage": "https://ocramius.github.io/"
172 + }
173 + ],
174 + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
175 + "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
176 + "keywords": [
177 + "constructor",
178 + "instantiate"
179 + ],
180 + "support": {
181 + "issues": "https://github.com/doctrine/instantiator/issues",
182 + "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
183 + },
184 + "funding": [
185 + {
186 + "url": "https://www.doctrine-project.org/sponsorship.html",
187 + "type": "custom"
188 + },
189 + {
190 + "url": "https://www.patreon.com/phpdoctrine",
191 + "type": "patreon"
192 + },
193 + {
194 + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
195 + "type": "tidelift"
196 + }
197 + ],
198 + "install-path": "../doctrine/instantiator"
199 + },
200 + {
201 + "name": "hamcrest/hamcrest-php",
202 + "version": "v3.0.0",
203 + "version_normalized": "3.0.0.0",
204 + "source": {
205 + "type": "git",
206 + "url": "https://github.com/hamcrest/hamcrest-php.git",
207 + "reference": "b61cd040da1a4925bc90a51c074f5297e7c0fa52"
208 + },
209 + "dist": {
210 + "type": "zip",
211 + "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b61cd040da1a4925bc90a51c074f5297e7c0fa52",
212 + "reference": "b61cd040da1a4925bc90a51c074f5297e7c0fa52",
213 + "shasum": ""
214 + },
215 + "require": {
216 + "ext-ctype": "*",
217 + "ext-dom": "*",
218 + "php": "^7.4|^8.0"
219 + },
220 + "replace": {
221 + "cordoval/hamcrest-php": "*",
222 + "davedevelopment/hamcrest-php": "*",
223 + "kodova/hamcrest-php": "*"
224 + },
225 + "require-dev": {
226 + "phpstan/phpstan": "^2.1",
227 + "phpstan/phpstan-phpunit": "^2.0",
228 + "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
229 + "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
230 + },
231 + "time": "2026-03-17T11:56:53+00:00",
232 + "type": "library",
233 + "extra": {
234 + "branch-alias": {
235 + "dev-master": "3.0-dev"
236 + }
237 + },
238 + "installation-source": "dist",
239 + "autoload": {
240 + "classmap": [
241 + "hamcrest"
242 + ]
243 + },
244 + "notification-url": "https://packagist.org/downloads/",
245 + "license": [
246 + "BSD-3-Clause"
247 + ],
248 + "description": "This is the PHP port of Hamcrest Matchers",
249 + "keywords": [
250 + "test"
251 + ],
252 + "support": {
253 + "issues": "https://github.com/hamcrest/hamcrest-php/issues",
254 + "source": "https://github.com/hamcrest/hamcrest-php/tree/v3.0.0"
255 + },
256 + "install-path": "../hamcrest/hamcrest-php"
257 + },
258 + {
259 + "name": "mockery/mockery",
260 + "version": "1.6.15",
261 + "version_normalized": "1.6.15.0",
262 + "source": {
263 + "type": "git",
264 + "url": "https://github.com/mockery/mockery.git",
265 + "reference": "967a801bd188989a5669bd280f252d51c0fdc9ee"
266 + },
267 + "dist": {
268 + "type": "zip",
269 + "url": "https://api.github.com/repos/mockery/mockery/zipball/967a801bd188989a5669bd280f252d51c0fdc9ee",
270 + "reference": "967a801bd188989a5669bd280f252d51c0fdc9ee",
271 + "shasum": ""
272 + },
273 + "require": {
274 + "hamcrest/hamcrest-php": "^2.0 || ^3.0",
275 + "php": ">=7.3"
276 + },
277 + "conflict": {
278 + "phpunit/phpunit": "<8.0"
279 + },
280 + "require-dev": {
281 + "phpunit/phpunit": "^9.6.36",
282 + "symplify/easy-coding-standard": "^13.2.17"
283 + },
284 + "time": "2026-08-19T19:37:52+00:00",
285 + "type": "library",
286 + "installation-source": "dist",
287 + "autoload": {
288 + "files": [
289 + "library/helpers.php",
290 + "library/Mockery.php"
291 + ],
292 + "psr-4": {
293 + "Mockery\\": "library/Mockery"
294 + }
295 + },
296 + "notification-url": "https://packagist.org/downloads/",
297 + "license": [
298 + "BSD-3-Clause"
299 + ],
300 + "authors": [
301 + {
302 + "name": "P\u00e1draic Brady",
303 + "email": "[email protected]",
304 + "homepage": "https://github.com/padraic",
305 + "role": "Author"
306 + },
307 + {
308 + "name": "Dave Marshall",
309 + "email": "[email protected]",
310 + "homepage": "https://davedevelopment.co.uk",
311 + "role": "Developer"
312 + },
313 + {
314 + "name": "Nathanael Esayeas",
315 + "email": "[email protected]",
316 + "homepage": "https://github.com/ghostwriter",
317 + "role": "Lead Developer"
318 + }
319 + ],
320 + "description": "Mockery is a simple yet flexible PHP mock object framework",
321 + "homepage": "https://github.com/mockery/mockery",
322 + "keywords": [
323 + "BDD",
324 + "TDD",
325 + "library",
326 + "mock",
327 + "mock objects",
328 + "mockery",
329 + "stub",
330 + "test",
331 + "test double",
332 + "testing"
333 + ],
334 + "support": {
335 + "docs": "https://docs.mockery.io/",
336 + "issues": "https://github.com/mockery/mockery/issues",
337 + "rss": "https://github.com/mockery/mockery/releases.atom",
338 + "security": "https://github.com/mockery/mockery/security/advisories",
339 + "source": "https://github.com/mockery/mockery"
340 + },
341 + "install-path": "../mockery/mockery"
342 + },
343 + {
344 + "name": "myclabs/deep-copy",
345 + "version": "1.14.0",
346 + "version_normalized": "1.14.0.0",
347 + "source": {
348 + "type": "git",
349 + "url": "https://github.com/myclabs/DeepCopy.git",
350 + "reference": "8680aa248f8e07bc8fb43f56f0f5fc77a0c96aae"
351 + },
352 + "dist": {
353 + "type": "zip",
354 + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8680aa248f8e07bc8fb43f56f0f5fc77a0c96aae",
355 + "reference": "8680aa248f8e07bc8fb43f56f0f5fc77a0c96aae",
356 + "shasum": ""
357 + },
358 + "require": {
359 + "php": "^8.0"
360 + },
361 + "conflict": {
362 + "doctrine/collections": "<1.6.8",
363 + "doctrine/common": "<2.13.3 || >=3 <3.2.2"
364 + },
365 + "require-dev": {
366 + "doctrine/collections": "^1.6.8",
367 + "doctrine/common": "^2.13.3 || ^3.2.2",
368 + "phpspec/prophecy": "^1.10",
369 + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
370 + },
371 + "time": "2026-08-11T10:17:44+00:00",
372 + "type": "library",
373 + "installation-source": "dist",
374 + "autoload": {
375 + "files": [
376 + "src/DeepCopy/deep_copy.php"
377 + ],
378 + "psr-4": {
379 + "DeepCopy\\": "src/DeepCopy/"
380 + }
381 + },
382 + "notification-url": "https://packagist.org/downloads/",
383 + "license": [
384 + "MIT"
385 + ],
386 + "description": "Create deep copies (clones) of your objects",
387 + "keywords": [
388 + "clone",
389 + "copy",
390 + "duplicate",
391 + "object",
392 + "object graph"
393 + ],
394 + "support": {
395 + "issues": "https://github.com/myclabs/DeepCopy/issues",
396 + "source": "https://github.com/myclabs/DeepCopy/tree/1.14.0"
397 + },
398 + "funding": [
399 + {
400 + "url": "https://github.com/mnapoli",
401 + "type": "github"
402 + }
403 + ],
404 + "install-path": "../myclabs/deep-copy"
405 + },
406 + {
407 + "name": "nikic/php-parser",
408 + "version": "v5.8.0",
409 + "version_normalized": "5.8.0.0",
410 + "source": {
411 + "type": "git",
412 + "url": "https://github.com/nikic/PHP-Parser.git",
413 + "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f"
414 + },
415 + "dist": {
416 + "type": "zip",
417 + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/044a6a392ff8ad0d61f14370a5fbbd0a0107152f",
418 + "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f",
419 + "shasum": ""
420 + },
421 + "require": {
422 + "ext-json": "*",
423 + "ext-tokenizer": "*",
424 + "php": ">=7.4"
425 + },
426 + "require-dev": {
427 + "ircmaxell/php-yacc": "^0.0.7",
428 + "phpunit/phpunit": "^9.0"
429 + },
430 + "time": "2026-07-04T14:30:18+00:00",
431 + "bin": [
432 + "bin/php-parse"
433 + ],
434 + "type": "library",
435 + "extra": {
436 + "branch-alias": {
437 + "dev-master": "5.x-dev"
438 + }
439 + },
440 + "installation-source": "dist",
441 + "autoload": {
442 + "psr-4": {
443 + "PhpParser\\": "lib/PhpParser"
444 + }
445 + },
446 + "notification-url": "https://packagist.org/downloads/",
447 + "license": [
448 + "BSD-3-Clause"
449 + ],
450 + "authors": [
451 + {
452 + "name": "Nikita Popov"
453 + }
454 + ],
455 + "description": "A PHP parser written in PHP",
456 + "keywords": [
457 + "parser",
458 + "php"
459 + ],
460 + "support": {
461 + "issues": "https://github.com/nikic/PHP-Parser/issues",
462 + "source": "https://github.com/nikic/PHP-Parser/tree/v5.8.0"
463 + },
464 + "install-path": "../nikic/php-parser"
465 + },
466 + {
467 + "name": "phar-io/manifest",
468 + "version": "2.0.4",
469 + "version_normalized": "2.0.4.0",
470 + "source": {
471 + "type": "git",
472 + "url": "https://github.com/phar-io/manifest.git",
473 + "reference": "54750ef60c58e43759730615a392c31c80e23176"
474 + },
475 + "dist": {
476 + "type": "zip",
477 + "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
478 + "reference": "54750ef60c58e43759730615a392c31c80e23176",
479 + "shasum": ""
480 + },
481 + "require": {
482 + "ext-dom": "*",
483 + "ext-libxml": "*",
484 + "ext-phar": "*",
485 + "ext-xmlwriter": "*",
486 + "phar-io/version": "^3.0.1",
487 + "php": "^7.2 || ^8.0"
488 + },
489 + "time": "2024-03-03T12:33:53+00:00",
490 + "type": "library",
491 + "extra": {
492 + "branch-alias": {
493 + "dev-master": "2.0.x-dev"
494 + }
495 + },
496 + "installation-source": "dist",
497 + "autoload": {
498 + "classmap": [
499 + "src/"
500 + ]
501 + },
502 + "notification-url": "https://packagist.org/downloads/",
503 + "license": [
504 + "BSD-3-Clause"
505 + ],
506 + "authors": [
507 + {
508 + "name": "Arne Blankerts",
509 + "email": "[email protected]",
510 + "role": "Developer"
511 + },
512 + {
513 + "name": "Sebastian Heuer",
514 + "email": "[email protected]",
515 + "role": "Developer"
516 + },
517 + {
518 + "name": "Sebastian Bergmann",
519 + "email": "[email protected]",
520 + "role": "Developer"
521 + }
522 + ],
523 + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
524 + "support": {
525 + "issues": "https://github.com/phar-io/manifest/issues",
526 + "source": "https://github.com/phar-io/manifest/tree/2.0.4"
527 + },
528 + "funding": [
529 + {
530 + "url": "https://github.com/theseer",
531 + "type": "github"
532 + }
533 + ],
534 + "install-path": "../phar-io/manifest"
535 + },
536 + {
537 + "name": "phar-io/version",
538 + "version": "3.2.1",
539 + "version_normalized": "3.2.1.0",
540 + "source": {
541 + "type": "git",
542 + "url": "https://github.com/phar-io/version.git",
543 + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
544 + },
545 + "dist": {
546 + "type": "zip",
547 + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
548 + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
549 + "shasum": ""
550 + },
551 + "require": {
552 + "php": "^7.2 || ^8.0"
553 + },
554 + "time": "2022-02-21T01:04:05+00:00",
555 + "type": "library",
556 + "installation-source": "dist",
557 + "autoload": {
558 + "classmap": [
559 + "src/"
560 + ]
561 + },
562 + "notification-url": "https://packagist.org/downloads/",
563 + "license": [
564 + "BSD-3-Clause"
565 + ],
566 + "authors": [
567 + {
568 + "name": "Arne Blankerts",
569 + "email": "[email protected]",
570 + "role": "Developer"
571 + },
572 + {
573 + "name": "Sebastian Heuer",
574 + "email": "[email protected]",
575 + "role": "Developer"
576 + },
577 + {
578 + "name": "Sebastian Bergmann",
579 + "email": "[email protected]",
580 + "role": "Developer"
581 + }
582 + ],
583 + "description": "Library for handling version information and constraints",
584 + "support": {
585 + "issues": "https://github.com/phar-io/version/issues",
586 + "source": "https://github.com/phar-io/version/tree/3.2.1"
587 + },
588 + "install-path": "../phar-io/version"
589 + },
590 + {
591 + "name": "phpunit/php-code-coverage",
592 + "version": "9.2.32",
593 + "version_normalized": "9.2.32.0",
594 + "source": {
595 + "type": "git",
596 + "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
597 + "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
598 + },
599 + "dist": {
600 + "type": "zip",
601 + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
602 + "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
603 + "shasum": ""
604 + },
605 + "require": {
606 + "ext-dom": "*",
607 + "ext-libxml": "*",
608 + "ext-xmlwriter": "*",
609 + "nikic/php-parser": "^4.19.1 || ^5.1.0",
610 + "php": ">=7.3",
611 + "phpunit/php-file-iterator": "^3.0.6",
612 + "phpunit/php-text-template": "^2.0.4",
613 + "sebastian/code-unit-reverse-lookup": "^2.0.3",
614 + "sebastian/complexity": "^2.0.3",
615 + "sebastian/environment": "^5.1.5",
616 + "sebastian/lines-of-code": "^1.0.4",
617 + "sebastian/version": "^3.0.2",
618 + "theseer/tokenizer": "^1.2.3"
619 + },
620 + "require-dev": {
621 + "phpunit/phpunit": "^9.6"
622 + },
623 + "suggest": {
624 + "ext-pcov": "PHP extension that provides line coverage",
625 + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
626 + },
627 + "time": "2024-08-22T04:23:01+00:00",
628 + "type": "library",
629 + "extra": {
630 + "branch-alias": {
631 + "dev-main": "9.2.x-dev"
632 + }
633 + },
634 + "installation-source": "dist",
635 + "autoload": {
636 + "classmap": [
637 + "src/"
638 + ]
639 + },
640 + "notification-url": "https://packagist.org/downloads/",
641 + "license": [
642 + "BSD-3-Clause"
643 + ],
644 + "authors": [
645 + {
646 + "name": "Sebastian Bergmann",
647 + "email": "[email protected]",
648 + "role": "lead"
649 + }
650 + ],
651 + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
652 + "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
653 + "keywords": [
654 + "coverage",
655 + "testing",
656 + "xunit"
657 + ],
658 + "support": {
659 + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
660 + "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
661 + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
662 + },
663 + "funding": [
664 + {
665 + "url": "https://github.com/sebastianbergmann",
666 + "type": "github"
667 + }
668 + ],
669 + "install-path": "../phpunit/php-code-coverage"
670 + },
671 + {
672 + "name": "phpunit/php-file-iterator",
673 + "version": "3.0.6",
674 + "version_normalized": "3.0.6.0",
675 + "source": {
676 + "type": "git",
677 + "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
678 + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
679 + },
680 + "dist": {
681 + "type": "zip",
682 + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
683 + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
684 + "shasum": ""
685 + },
686 + "require": {
687 + "php": ">=7.3"
688 + },
689 + "require-dev": {
690 + "phpunit/phpunit": "^9.3"
691 + },
692 + "time": "2021-12-02T12:48:52+00:00",
693 + "type": "library",
694 + "extra": {
695 + "branch-alias": {
696 + "dev-master": "3.0-dev"
697 + }
698 + },
699 + "installation-source": "dist",
700 + "autoload": {
701 + "classmap": [
702 + "src/"
703 + ]
704 + },
705 + "notification-url": "https://packagist.org/downloads/",
706 + "license": [
707 + "BSD-3-Clause"
708 + ],
709 + "authors": [
710 + {
711 + "name": "Sebastian Bergmann",
712 + "email": "[email protected]",
713 + "role": "lead"
714 + }
715 + ],
716 + "description": "FilterIterator implementation that filters files based on a list of suffixes.",
717 + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
718 + "keywords": [
719 + "filesystem",
720 + "iterator"
721 + ],
722 + "support": {
723 + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
724 + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
725 + },
726 + "funding": [
727 + {
728 + "url": "https://github.com/sebastianbergmann",
729 + "type": "github"
730 + }
731 + ],
732 + "install-path": "../phpunit/php-file-iterator"
733 + },
734 + {
735 + "name": "phpunit/php-invoker",
736 + "version": "3.1.1",
737 + "version_normalized": "3.1.1.0",
738 + "source": {
739 + "type": "git",
740 + "url": "https://github.com/sebastianbergmann/php-invoker.git",
741 + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
742 + },
743 + "dist": {
744 + "type": "zip",
745 + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
746 + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
747 + "shasum": ""
748 + },
749 + "require": {
750 + "php": ">=7.3"
751 + },
752 + "require-dev": {
753 + "ext-pcntl": "*",
754 + "phpunit/phpunit": "^9.3"
755 + },
756 + "suggest": {
757 + "ext-pcntl": "*"
758 + },
759 + "time": "2020-09-28T05:58:55+00:00",
760 + "type": "library",
761 + "extra": {
762 + "branch-alias": {
763 + "dev-master": "3.1-dev"
764 + }
765 + },
766 + "installation-source": "dist",
767 + "autoload": {
768 + "classmap": [
769 + "src/"
770 + ]
771 + },
772 + "notification-url": "https://packagist.org/downloads/",
773 + "license": [
774 + "BSD-3-Clause"
775 + ],
776 + "authors": [
777 + {
778 + "name": "Sebastian Bergmann",
779 + "email": "[email protected]",
780 + "role": "lead"
781 + }
782 + ],
783 + "description": "Invoke callables with a timeout",
784 + "homepage": "https://github.com/sebastianbergmann/php-invoker/",
785 + "keywords": [
786 + "process"
787 + ],
788 + "support": {
789 + "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
790 + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
791 + },
792 + "funding": [
793 + {
794 + "url": "https://github.com/sebastianbergmann",
795 + "type": "github"
796 + }
797 + ],
798 + "install-path": "../phpunit/php-invoker"
799 + },
800 + {
801 + "name": "phpunit/php-text-template",
802 + "version": "2.0.4",
803 + "version_normalized": "2.0.4.0",
804 + "source": {
805 + "type": "git",
806 + "url": "https://github.com/sebastianbergmann/php-text-template.git",
807 + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
808 + },
809 + "dist": {
810 + "type": "zip",
811 + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
812 + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
813 + "shasum": ""
814 + },
815 + "require": {
816 + "php": ">=7.3"
817 + },
818 + "require-dev": {
819 + "phpunit/phpunit": "^9.3"
820 + },
821 + "time": "2020-10-26T05:33:50+00:00",
822 + "type": "library",
823 + "extra": {
824 + "branch-alias": {
825 + "dev-master": "2.0-dev"
826 + }
827 + },
828 + "installation-source": "dist",
829 + "autoload": {
830 + "classmap": [
831 + "src/"
832 + ]
833 + },
834 + "notification-url": "https://packagist.org/downloads/",
835 + "license": [
836 + "BSD-3-Clause"
837 + ],
838 + "authors": [
839 + {
840 + "name": "Sebastian Bergmann",
841 + "email": "[email protected]",
842 + "role": "lead"
843 + }
844 + ],
845 + "description": "Simple template engine.",
846 + "homepage": "https://github.com/sebastianbergmann/php-text-template/",
847 + "keywords": [
848 + "template"
849 + ],
850 + "support": {
851 + "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
852 + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
853 + },
854 + "funding": [
855 + {
856 + "url": "https://github.com/sebastianbergmann",
857 + "type": "github"
858 + }
859 + ],
860 + "install-path": "../phpunit/php-text-template"
861 + },
862 + {
863 + "name": "phpunit/php-timer",
864 + "version": "5.0.3",
865 + "version_normalized": "5.0.3.0",
866 + "source": {
867 + "type": "git",
868 + "url": "https://github.com/sebastianbergmann/php-timer.git",
869 + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
870 + },
871 + "dist": {
872 + "type": "zip",
873 + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
874 + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
875 + "shasum": ""
876 + },
877 + "require": {
878 + "php": ">=7.3"
879 + },
880 + "require-dev": {
881 + "phpunit/phpunit": "^9.3"
882 + },
883 + "time": "2020-10-26T13:16:10+00:00",
884 + "type": "library",
885 + "extra": {
886 + "branch-alias": {
887 + "dev-master": "5.0-dev"
888 + }
889 + },
890 + "installation-source": "dist",
891 + "autoload": {
892 + "classmap": [
893 + "src/"
894 + ]
895 + },
896 + "notification-url": "https://packagist.org/downloads/",
897 + "license": [
898 + "BSD-3-Clause"
899 + ],
900 + "authors": [
901 + {
902 + "name": "Sebastian Bergmann",
903 + "email": "[email protected]",
904 + "role": "lead"
905 + }
906 + ],
907 + "description": "Utility class for timing",
908 + "homepage": "https://github.com/sebastianbergmann/php-timer/",
909 + "keywords": [
910 + "timer"
911 + ],
912 + "support": {
913 + "issues": "https://github.com/sebastianbergmann/php-timer/issues",
914 + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
915 + },
916 + "funding": [
917 + {
918 + "url": "https://github.com/sebastianbergmann",
919 + "type": "github"
920 + }
921 + ],
922 + "install-path": "../phpunit/php-timer"
923 + },
924 + {
925 + "name": "phpunit/phpunit",
926 + "version": "9.6.36",
927 + "version_normalized": "9.6.36.0",
928 + "source": {
929 + "type": "git",
930 + "url": "https://github.com/sebastianbergmann/phpunit.git",
931 + "reference": "abab27ed286d3e1246fbbfe6b56bfd732d945ec9"
932 + },
933 + "dist": {
934 + "type": "zip",
935 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/abab27ed286d3e1246fbbfe6b56bfd732d945ec9",
936 + "reference": "abab27ed286d3e1246fbbfe6b56bfd732d945ec9",
937 + "shasum": ""
938 + },
939 + "require": {
940 + "doctrine/instantiator": "^1.5.0 || ^2",
941 + "ext-dom": "*",
942 + "ext-filter": "*",
943 + "ext-json": "*",
944 + "ext-libxml": "*",
945 + "ext-mbstring": "*",
946 + "ext-xmlwriter": "*",
947 + "myclabs/deep-copy": "^1.13.4",
948 + "phar-io/manifest": "^2.0.4",
949 + "phar-io/version": "^3.2.1",
950 + "php": ">=7.3",
951 + "phpunit/php-code-coverage": "^9.2.32",
952 + "phpunit/php-file-iterator": "^3.0.6",
953 + "phpunit/php-invoker": "^3.1.1",
954 + "phpunit/php-text-template": "^2.0.4",
955 + "phpunit/php-timer": "^5.0.3",
956 + "sebastian/cli-parser": "^1.0.2",
957 + "sebastian/code-unit": "^1.0.8",
958 + "sebastian/comparator": "^4.0.10",
959 + "sebastian/diff": "^4.0.6",
960 + "sebastian/environment": "^5.1.5",
961 + "sebastian/exporter": "^4.0.9",
962 + "sebastian/global-state": "^5.0.8",
963 + "sebastian/object-enumerator": "^4.0.4",
964 + "sebastian/resource-operations": "^3.0.4",
965 + "sebastian/type": "^3.2.1",
966 + "sebastian/version": "^3.0.2"
967 + },
968 + "suggest": {
969 + "ext-soap": "To be able to generate mocks based on WSDL files",
970 + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
971 + },
972 + "time": "2026-08-11T06:25:15+00:00",
973 + "bin": [
974 + "phpunit"
975 + ],
976 + "type": "library",
977 + "extra": {
978 + "branch-alias": {
979 + "dev-master": "9.6-dev"
980 + }
981 + },
982 + "installation-source": "dist",
983 + "autoload": {
984 + "files": [
985 + "src/Framework/Assert/Functions.php"
986 + ],
987 + "classmap": [
988 + "src/"
989 + ]
990 + },
991 + "notification-url": "https://packagist.org/downloads/",
992 + "license": [
993 + "BSD-3-Clause"
994 + ],
995 + "authors": [
996 + {
997 + "name": "Sebastian Bergmann",
998 + "email": "[email protected]",
999 + "role": "lead"
1000 + }
1001 + ],
1002 + "description": "The PHP Unit Testing framework.",
1003 + "homepage": "https://phpunit.de/",
1004 + "keywords": [
1005 + "phpunit",
1006 + "testing",
1007 + "xunit"
1008 + ],
1009 + "support": {
1010 + "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1011 + "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
1012 + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.36"
1013 + },
1014 + "funding": [
1015 + {
1016 + "url": "https://phpunit.de/sponsoring.html",
1017 + "type": "other"
1018 + }
1019 + ],
1020 + "install-path": "../phpunit/phpunit"
1021 + },
1022 + {
1023 + "name": "sebastian/cli-parser",
1024 + "version": "1.0.2",
1025 + "version_normalized": "1.0.2.0",
1026 + "source": {
1027 + "type": "git",
1028 + "url": "https://github.com/sebastianbergmann/cli-parser.git",
1029 + "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
1030 + },
1031 + "dist": {
1032 + "type": "zip",
1033 + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
1034 + "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
1035 + "shasum": ""
1036 + },
1037 + "require": {
1038 + "php": ">=7.3"
1039 + },
1040 + "require-dev": {
1041 + "phpunit/phpunit": "^9.3"
1042 + },
1043 + "time": "2024-03-02T06:27:43+00:00",
1044 + "type": "library",
1045 + "extra": {
1046 + "branch-alias": {
1047 + "dev-master": "1.0-dev"
1048 + }
1049 + },
1050 + "installation-source": "dist",
1051 + "autoload": {
1052 + "classmap": [
1053 + "src/"
1054 + ]
1055 + },
1056 + "notification-url": "https://packagist.org/downloads/",
1057 + "license": [
1058 + "BSD-3-Clause"
1059 + ],
1060 + "authors": [
1061 + {
1062 + "name": "Sebastian Bergmann",
1063 + "email": "[email protected]",
1064 + "role": "lead"
1065 + }
1066 + ],
1067 + "description": "Library for parsing CLI options",
1068 + "homepage": "https://github.com/sebastianbergmann/cli-parser",
1069 + "support": {
1070 + "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1071 + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
1072 + },
1073 + "funding": [
1074 + {
1075 + "url": "https://github.com/sebastianbergmann",
1076 + "type": "github"
1077 + }
1078 + ],
1079 + "install-path": "../sebastian/cli-parser"
1080 + },
1081 + {
1082 + "name": "sebastian/code-unit",
1083 + "version": "1.0.8",
1084 + "version_normalized": "1.0.8.0",
1085 + "source": {
1086 + "type": "git",
1087 + "url": "https://github.com/sebastianbergmann/code-unit.git",
1088 + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
1089 + },
1090 + "dist": {
1091 + "type": "zip",
1092 + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
1093 + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
1094 + "shasum": ""
1095 + },
1096 + "require": {
1097 + "php": ">=7.3"
1098 + },
1099 + "require-dev": {
1100 + "phpunit/phpunit": "^9.3"
1101 + },
1102 + "time": "2020-10-26T13:08:54+00:00",
1103 + "type": "library",
1104 + "extra": {
1105 + "branch-alias": {
1106 + "dev-master": "1.0-dev"
1107 + }
1108 + },
1109 + "installation-source": "dist",
1110 + "autoload": {
1111 + "classmap": [
1112 + "src/"
1113 + ]
1114 + },
1115 + "notification-url": "https://packagist.org/downloads/",
1116 + "license": [
1117 + "BSD-3-Clause"
1118 + ],
1119 + "authors": [
1120 + {
1121 + "name": "Sebastian Bergmann",
1122 + "email": "[email protected]",
1123 + "role": "lead"
1124 + }
1125 + ],
1126 + "description": "Collection of value objects that represent the PHP code units",
1127 + "homepage": "https://github.com/sebastianbergmann/code-unit",
1128 + "support": {
1129 + "issues": "https://github.com/sebastianbergmann/code-unit/issues",
1130 + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
1131 + },
1132 + "funding": [
1133 + {
1134 + "url": "https://github.com/sebastianbergmann",
1135 + "type": "github"
1136 + }
1137 + ],
1138 + "install-path": "../sebastian/code-unit"
1139 + },
1140 + {
1141 + "name": "sebastian/code-unit-reverse-lookup",
1142 + "version": "2.0.3",
1143 + "version_normalized": "2.0.3.0",
1144 + "source": {
1145 + "type": "git",
1146 + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1147 + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
1148 + },
1149 + "dist": {
1150 + "type": "zip",
1151 + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1152 + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1153 + "shasum": ""
1154 + },
1155 + "require": {
1156 + "php": ">=7.3"
1157 + },
1158 + "require-dev": {
1159 + "phpunit/phpunit": "^9.3"
1160 + },
1161 + "time": "2020-09-28T05:30:19+00:00",
1162 + "type": "library",
1163 + "extra": {
1164 + "branch-alias": {
1165 + "dev-master": "2.0-dev"
1166 + }
1167 + },
1168 + "installation-source": "dist",
1169 + "autoload": {
1170 + "classmap": [
1171 + "src/"
1172 + ]
1173 + },
1174 + "notification-url": "https://packagist.org/downloads/",
1175 + "license": [
1176 + "BSD-3-Clause"
1177 + ],
1178 + "authors": [
1179 + {
1180 + "name": "Sebastian Bergmann",
1181 + "email": "[email protected]"
1182 + }
1183 + ],
1184 + "description": "Looks up which function or method a line of code belongs to",
1185 + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1186 + "support": {
1187 + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1188 + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
1189 + },
1190 + "funding": [
1191 + {
1192 + "url": "https://github.com/sebastianbergmann",
1193 + "type": "github"
1194 + }
1195 + ],
1196 + "install-path": "../sebastian/code-unit-reverse-lookup"
1197 + },
1198 + {
1199 + "name": "sebastian/comparator",
1200 + "version": "4.0.10",
1201 + "version_normalized": "4.0.10.0",
1202 + "source": {
1203 + "type": "git",
1204 + "url": "https://github.com/sebastianbergmann/comparator.git",
1205 + "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d"
1206 + },
1207 + "dist": {
1208 + "type": "zip",
1209 + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d",
1210 + "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d",
1211 + "shasum": ""
1212 + },
1213 + "require": {
1214 + "php": ">=7.3",
1215 + "sebastian/diff": "^4.0",
1216 + "sebastian/exporter": "^4.0"
1217 + },
1218 + "require-dev": {
1219 + "phpunit/phpunit": "^9.3"
1220 + },
1221 + "time": "2026-01-24T09:22:56+00:00",
1222 + "type": "library",
1223 + "extra": {
1224 + "branch-alias": {
1225 + "dev-master": "4.0-dev"
1226 + }
1227 + },
1228 + "installation-source": "dist",
1229 + "autoload": {
1230 + "classmap": [
1231 + "src/"
1232 + ]
1233 + },
1234 + "notification-url": "https://packagist.org/downloads/",
1235 + "license": [
1236 + "BSD-3-Clause"
1237 + ],
1238 + "authors": [
1239 + {
1240 + "name": "Sebastian Bergmann",
1241 + "email": "[email protected]"
1242 + },
1243 + {
1244 + "name": "Jeff Welch",
1245 + "email": "[email protected]"
1246 + },
1247 + {
1248 + "name": "Volker Dusch",
1249 + "email": "[email protected]"
1250 + },
1251 + {
1252 + "name": "Bernhard Schussek",
1253 + "email": "[email protected]"
1254 + }
1255 + ],
1256 + "description": "Provides the functionality to compare PHP values for equality",
1257 + "homepage": "https://github.com/sebastianbergmann/comparator",
1258 + "keywords": [
1259 + "comparator",
1260 + "compare",
1261 + "equality"
1262 + ],
1263 + "support": {
1264 + "issues": "https://github.com/sebastianbergmann/comparator/issues",
1265 + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.10"
1266 + },
1267 + "funding": [
1268 + {
1269 + "url": "https://github.com/sebastianbergmann",
1270 + "type": "github"
1271 + },
1272 + {
1273 + "url": "https://liberapay.com/sebastianbergmann",
1274 + "type": "liberapay"
1275 + },
1276 + {
1277 + "url": "https://thanks.dev/u/gh/sebastianbergmann",
1278 + "type": "thanks_dev"
1279 + },
1280 + {
1281 + "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
1282 + "type": "tidelift"
1283 + }
1284 + ],
1285 + "install-path": "../sebastian/comparator"
1286 + },
1287 + {
1288 + "name": "sebastian/complexity",
1289 + "version": "2.0.3",
1290 + "version_normalized": "2.0.3.0",
1291 + "source": {
1292 + "type": "git",
1293 + "url": "https://github.com/sebastianbergmann/complexity.git",
1294 + "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
1295 + },
1296 + "dist": {
1297 + "type": "zip",
1298 + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
1299 + "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
1300 + "shasum": ""
1301 + },
1302 + "require": {
1303 + "nikic/php-parser": "^4.18 || ^5.0",
1304 + "php": ">=7.3"
1305 + },
1306 + "require-dev": {
1307 + "phpunit/phpunit": "^9.3"
1308 + },
1309 + "time": "2023-12-22T06:19:30+00:00",
1310 + "type": "library",
1311 + "extra": {
1312 + "branch-alias": {
1313 + "dev-master": "2.0-dev"
1314 + }
1315 + },
1316 + "installation-source": "dist",
1317 + "autoload": {
1318 + "classmap": [
1319 + "src/"
1320 + ]
1321 + },
1322 + "notification-url": "https://packagist.org/downloads/",
1323 + "license": [
1324 + "BSD-3-Clause"
1325 + ],
1326 + "authors": [
1327 + {
1328 + "name": "Sebastian Bergmann",
1329 + "email": "[email protected]",
1330 + "role": "lead"
1331 + }
1332 + ],
1333 + "description": "Library for calculating the complexity of PHP code units",
1334 + "homepage": "https://github.com/sebastianbergmann/complexity",
1335 + "support": {
1336 + "issues": "https://github.com/sebastianbergmann/complexity/issues",
1337 + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
1338 + },
1339 + "funding": [
1340 + {
1341 + "url": "https://github.com/sebastianbergmann",
1342 + "type": "github"
1343 + }
1344 + ],
1345 + "install-path": "../sebastian/complexity"
1346 + },
1347 + {
1348 + "name": "sebastian/diff",
1349 + "version": "4.0.6",
1350 + "version_normalized": "4.0.6.0",
1351 + "source": {
1352 + "type": "git",
1353 + "url": "https://github.com/sebastianbergmann/diff.git",
1354 + "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
1355 + },
1356 + "dist": {
1357 + "type": "zip",
1358 + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
1359 + "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
1360 + "shasum": ""
1361 + },
1362 + "require": {
1363 + "php": ">=7.3"
1364 + },
1365 + "require-dev": {
1366 + "phpunit/phpunit": "^9.3",
1367 + "symfony/process": "^4.2 || ^5"
1368 + },
1369 + "time": "2024-03-02T06:30:58+00:00",
1370 + "type": "library",
1371 + "extra": {
1372 + "branch-alias": {
1373 + "dev-master": "4.0-dev"
1374 + }
1375 + },
1376 + "installation-source": "dist",
1377 + "autoload": {
1378 + "classmap": [
1379 + "src/"
1380 + ]
1381 + },
1382 + "notification-url": "https://packagist.org/downloads/",
1383 + "license": [
1384 + "BSD-3-Clause"
1385 + ],
1386 + "authors": [
1387 + {
1388 + "name": "Sebastian Bergmann",
1389 + "email": "[email protected]"
1390 + },
1391 + {
1392 + "name": "Kore Nordmann",
1393 + "email": "[email protected]"
1394 + }
1395 + ],
1396 + "description": "Diff implementation",
1397 + "homepage": "https://github.com/sebastianbergmann/diff",
1398 + "keywords": [
1399 + "diff",
1400 + "udiff",
1401 + "unidiff",
1402 + "unified diff"
1403 + ],
1404 + "support": {
1405 + "issues": "https://github.com/sebastianbergmann/diff/issues",
1406 + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
1407 + },
1408 + "funding": [
1409 + {
1410 + "url": "https://github.com/sebastianbergmann",
1411 + "type": "github"
1412 + }
1413 + ],
1414 + "install-path": "../sebastian/diff"
1415 + },
1416 + {
1417 + "name": "sebastian/environment",
1418 + "version": "5.1.5",
1419 + "version_normalized": "5.1.5.0",
1420 + "source": {
1421 + "type": "git",
1422 + "url": "https://github.com/sebastianbergmann/environment.git",
1423 + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
1424 + },
1425 + "dist": {
1426 + "type": "zip",
1427 + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
1428 + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
1429 + "shasum": ""
1430 + },
1431 + "require": {
1432 + "php": ">=7.3"
1433 + },
1434 + "require-dev": {
1435 + "phpunit/phpunit": "^9.3"
1436 + },
1437 + "suggest": {
1438 + "ext-posix": "*"
1439 + },
1440 + "time": "2023-02-03T06:03:51+00:00",
1441 + "type": "library",
1442 + "extra": {
1443 + "branch-alias": {
1444 + "dev-master": "5.1-dev"
1445 + }
1446 + },
1447 + "installation-source": "dist",
1448 + "autoload": {
1449 + "classmap": [
1450 + "src/"
1451 + ]
1452 + },
1453 + "notification-url": "https://packagist.org/downloads/",
1454 + "license": [
1455 + "BSD-3-Clause"
1456 + ],
1457 + "authors": [
1458 + {
1459 + "name": "Sebastian Bergmann",
1460 + "email": "[email protected]"
1461 + }
1462 + ],
1463 + "description": "Provides functionality to handle HHVM/PHP environments",
1464 + "homepage": "http://www.github.com/sebastianbergmann/environment",
1465 + "keywords": [
1466 + "Xdebug",
1467 + "environment",
1468 + "hhvm"
1469 + ],
1470 + "support": {
1471 + "issues": "https://github.com/sebastianbergmann/environment/issues",
1472 + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
1473 + },
1474 + "funding": [
1475 + {
1476 + "url": "https://github.com/sebastianbergmann",
1477 + "type": "github"
1478 + }
1479 + ],
1480 + "install-path": "../sebastian/environment"
1481 + },
1482 + {
1483 + "name": "sebastian/exporter",
1484 + "version": "4.0.9",
1485 + "version_normalized": "4.0.9.0",
1486 + "source": {
1487 + "type": "git",
1488 + "url": "https://github.com/sebastianbergmann/exporter.git",
1489 + "reference": "4352c1a3df741a7ba9e61af6fed51d1fee41cbf7"
1490 + },
1491 + "dist": {
1492 + "type": "zip",
1493 + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/4352c1a3df741a7ba9e61af6fed51d1fee41cbf7",
1494 + "reference": "4352c1a3df741a7ba9e61af6fed51d1fee41cbf7",
1495 + "shasum": ""
1496 + },
1497 + "require": {
1498 + "php": ">=7.3",
1499 + "sebastian/recursion-context": "^4.0"
1500 + },
1501 + "require-dev": {
1502 + "ext-mbstring": "*",
1503 + "phpunit/phpunit": "^9.3"
1504 + },
1505 + "time": "2026-08-11T04:55:59+00:00",
1506 + "type": "library",
1507 + "extra": {
1508 + "branch-alias": {
1509 + "dev-master": "4.0-dev"
1510 + }
1511 + },
1512 + "installation-source": "dist",
1513 + "autoload": {
1514 + "classmap": [
1515 + "src/"
1516 + ]
1517 + },
1518 + "notification-url": "https://packagist.org/downloads/",
1519 + "license": [
1520 + "BSD-3-Clause"
1521 + ],
1522 + "authors": [
1523 + {
1524 + "name": "Sebastian Bergmann",
1525 + "email": "[email protected]"
1526 + },
1527 + {
1528 + "name": "Jeff Welch",
1529 + "email": "[email protected]"
1530 + },
1531 + {
1532 + "name": "Volker Dusch",
1533 + "email": "[email protected]"
1534 + },
1535 + {
1536 + "name": "Adam Harvey",
1537 + "email": "[email protected]"
1538 + },
1539 + {
1540 + "name": "Bernhard Schussek",
1541 + "email": "[email protected]"
1542 + }
1543 + ],
1544 + "description": "Provides the functionality to export PHP variables for visualization",
1545 + "homepage": "https://www.github.com/sebastianbergmann/exporter",
1546 + "keywords": [
1547 + "export",
1548 + "exporter"
1549 + ],
1550 + "support": {
1551 + "issues": "https://github.com/sebastianbergmann/exporter/issues",
1552 + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.9"
1553 + },
1554 + "funding": [
1555 + {
1556 + "url": "https://github.com/sebastianbergmann",
1557 + "type": "github"
1558 + },
1559 + {
1560 + "url": "https://liberapay.com/sebastianbergmann",
1561 + "type": "liberapay"
1562 + },
1563 + {
1564 + "url": "https://thanks.dev/u/gh/sebastianbergmann",
1565 + "type": "thanks_dev"
1566 + },
1567 + {
1568 + "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
1569 + "type": "tidelift"
1570 + }
1571 + ],
1572 + "install-path": "../sebastian/exporter"
1573 + },
1574 + {
1575 + "name": "sebastian/global-state",
1576 + "version": "5.0.8",
1577 + "version_normalized": "5.0.8.0",
1578 + "source": {
1579 + "type": "git",
1580 + "url": "https://github.com/sebastianbergmann/global-state.git",
1581 + "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6"
1582 + },
1583 + "dist": {
1584 + "type": "zip",
1585 + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
1586 + "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
1587 + "shasum": ""
1588 + },
1589 + "require": {
1590 + "php": ">=7.3",
1591 + "sebastian/object-reflector": "^2.0",
1592 + "sebastian/recursion-context": "^4.0"
1593 + },
1594 + "require-dev": {
1595 + "ext-dom": "*",
1596 + "phpunit/phpunit": "^9.3"
1597 + },
1598 + "suggest": {
1599 + "ext-uopz": "*"
1600 + },
1601 + "time": "2025-08-10T07:10:35+00:00",
1602 + "type": "library",
1603 + "extra": {
1604 + "branch-alias": {
1605 + "dev-master": "5.0-dev"
1606 + }
1607 + },
1608 + "installation-source": "dist",
1609 + "autoload": {
1610 + "classmap": [
1611 + "src/"
1612 + ]
1613 + },
1614 + "notification-url": "https://packagist.org/downloads/",
1615 + "license": [
1616 + "BSD-3-Clause"
1617 + ],
1618 + "authors": [
1619 + {
1620 + "name": "Sebastian Bergmann",
1621 + "email": "[email protected]"
1622 + }
1623 + ],
1624 + "description": "Snapshotting of global state",
1625 + "homepage": "http://www.github.com/sebastianbergmann/global-state",
1626 + "keywords": [
1627 + "global state"
1628 + ],
1629 + "support": {
1630 + "issues": "https://github.com/sebastianbergmann/global-state/issues",
1631 + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.8"
1632 + },
1633 + "funding": [
1634 + {
1635 + "url": "https://github.com/sebastianbergmann",
1636 + "type": "github"
1637 + },
1638 + {
1639 + "url": "https://liberapay.com/sebastianbergmann",
1640 + "type": "liberapay"
1641 + },
1642 + {
1643 + "url": "https://thanks.dev/u/gh/sebastianbergmann",
1644 + "type": "thanks_dev"
1645 + },
1646 + {
1647 + "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
1648 + "type": "tidelift"
1649 + }
1650 + ],
1651 + "install-path": "../sebastian/global-state"
1652 + },
1653 + {
1654 + "name": "sebastian/lines-of-code",
1655 + "version": "1.0.4",
1656 + "version_normalized": "1.0.4.0",
1657 + "source": {
1658 + "type": "git",
1659 + "url": "https://github.com/sebastianbergmann/lines-of-code.git",
1660 + "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
1661 + },
1662 + "dist": {
1663 + "type": "zip",
1664 + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
1665 + "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
1666 + "shasum": ""
1667 + },
1668 + "require": {
1669 + "nikic/php-parser": "^4.18 || ^5.0",
1670 + "php": ">=7.3"
1671 + },
1672 + "require-dev": {
1673 + "phpunit/phpunit": "^9.3"
1674 + },
1675 + "time": "2023-12-22T06:20:34+00:00",
1676 + "type": "library",
1677 + "extra": {
1678 + "branch-alias": {
1679 + "dev-master": "1.0-dev"
1680 + }
1681 + },
1682 + "installation-source": "dist",
1683 + "autoload": {
1684 + "classmap": [
1685 + "src/"
1686 + ]
1687 + },
1688 + "notification-url": "https://packagist.org/downloads/",
1689 + "license": [
1690 + "BSD-3-Clause"
1691 + ],
1692 + "authors": [
1693 + {
1694 + "name": "Sebastian Bergmann",
1695 + "email": "[email protected]",
1696 + "role": "lead"
1697 + }
1698 + ],
1699 + "description": "Library for counting the lines of code in PHP source code",
1700 + "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1701 + "support": {
1702 + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
1703 + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
1704 + },
1705 + "funding": [
1706 + {
1707 + "url": "https://github.com/sebastianbergmann",
1708 + "type": "github"
1709 + }
1710 + ],
1711 + "install-path": "../sebastian/lines-of-code"
1712 + },
1713 + {
1714 + "name": "sebastian/object-enumerator",
1715 + "version": "4.0.4",
1716 + "version_normalized": "4.0.4.0",
1717 + "source": {
1718 + "type": "git",
1719 + "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1720 + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
1721 + },
1722 + "dist": {
1723 + "type": "zip",
1724 + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
1725 + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
1726 + "shasum": ""
1727 + },
1728 + "require": {
1729 + "php": ">=7.3",
1730 + "sebastian/object-reflector": "^2.0",
1731 + "sebastian/recursion-context": "^4.0"
1732 + },
1733 + "require-dev": {
1734 + "phpunit/phpunit": "^9.3"
1735 + },
1736 + "time": "2020-10-26T13:12:34+00:00",
1737 + "type": "library",
1738 + "extra": {
1739 + "branch-alias": {
1740 + "dev-master": "4.0-dev"
1741 + }
1742 + },
1743 + "installation-source": "dist",
1744 + "autoload": {
1745 + "classmap": [
1746 + "src/"
1747 + ]
1748 + },
1749 + "notification-url": "https://packagist.org/downloads/",
1750 + "license": [
1751 + "BSD-3-Clause"
1752 + ],
1753 + "authors": [
1754 + {
1755 + "name": "Sebastian Bergmann",
1756 + "email": "[email protected]"
1757 + }
1758 + ],
1759 + "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1760 + "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1761 + "support": {
1762 + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1763 + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
1764 + },
1765 + "funding": [
1766 + {
1767 + "url": "https://github.com/sebastianbergmann",
1768 + "type": "github"
1769 + }
1770 + ],
1771 + "install-path": "../sebastian/object-enumerator"
1772 + },
1773 + {
1774 + "name": "sebastian/object-reflector",
1775 + "version": "2.0.4",
1776 + "version_normalized": "2.0.4.0",
1777 + "source": {
1778 + "type": "git",
1779 + "url": "https://github.com/sebastianbergmann/object-reflector.git",
1780 + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
1781 + },
1782 + "dist": {
1783 + "type": "zip",
1784 + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
1785 + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
1786 + "shasum": ""
1787 + },
1788 + "require": {
1789 + "php": ">=7.3"
1790 + },
1791 + "require-dev": {
1792 + "phpunit/phpunit": "^9.3"
1793 + },
1794 + "time": "2020-10-26T13:14:26+00:00",
1795 + "type": "library",
1796 + "extra": {
1797 + "branch-alias": {
1798 + "dev-master": "2.0-dev"
1799 + }
1800 + },
1801 + "installation-source": "dist",
1802 + "autoload": {
1803 + "classmap": [
1804 + "src/"
1805 + ]
1806 + },
1807 + "notification-url": "https://packagist.org/downloads/",
1808 + "license": [
1809 + "BSD-3-Clause"
1810 + ],
1811 + "authors": [
1812 + {
1813 + "name": "Sebastian Bergmann",
1814 + "email": "[email protected]"
1815 + }
1816 + ],
1817 + "description": "Allows reflection of object attributes, including inherited and non-public ones",
1818 + "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1819 + "support": {
1820 + "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1821 + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
1822 + },
1823 + "funding": [
1824 + {
1825 + "url": "https://github.com/sebastianbergmann",
1826 + "type": "github"
1827 + }
1828 + ],
1829 + "install-path": "../sebastian/object-reflector"
1830 + },
1831 + {
1832 + "name": "sebastian/recursion-context",
1833 + "version": "4.0.7",
1834 + "version_normalized": "4.0.7.0",
1835 + "source": {
1836 + "type": "git",
1837 + "url": "https://github.com/sebastianbergmann/recursion-context.git",
1838 + "reference": "c85be6922b7fd365942b986b9a50397d65407611"
1839 + },
1840 + "dist": {
1841 + "type": "zip",
1842 + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/c85be6922b7fd365942b986b9a50397d65407611",
1843 + "reference": "c85be6922b7fd365942b986b9a50397d65407611",
1844 + "shasum": ""
1845 + },
1846 + "require": {
1847 + "php": ">=7.3"
1848 + },
1849 + "require-dev": {
1850 + "phpunit/phpunit": "^9.3"
1851 + },
1852 + "time": "2026-08-11T05:25:24+00:00",
1853 + "type": "library",
1854 + "extra": {
1855 + "branch-alias": {
1856 + "dev-master": "4.0-dev"
1857 + }
1858 + },
1859 + "installation-source": "dist",
1860 + "autoload": {
1861 + "classmap": [
1862 + "src/"
1863 + ]
1864 + },
1865 + "notification-url": "https://packagist.org/downloads/",
1866 + "license": [
1867 + "BSD-3-Clause"
1868 + ],
1869 + "authors": [
1870 + {
1871 + "name": "Sebastian Bergmann",
1872 + "email": "[email protected]"
1873 + },
1874 + {
1875 + "name": "Jeff Welch",
1876 + "email": "[email protected]"
1877 + },
1878 + {
1879 + "name": "Adam Harvey",
1880 + "email": "[email protected]"
1881 + }
1882 + ],
1883 + "description": "Provides functionality to recursively process PHP variables",
1884 + "homepage": "https://github.com/sebastianbergmann/recursion-context",
1885 + "support": {
1886 + "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1887 + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.7"
1888 + },
1889 + "funding": [
1890 + {
1891 + "url": "https://github.com/sebastianbergmann",
1892 + "type": "github"
1893 + },
1894 + {
1895 + "url": "https://liberapay.com/sebastianbergmann",
1896 + "type": "liberapay"
1897 + },
1898 + {
1899 + "url": "https://thanks.dev/u/gh/sebastianbergmann",
1900 + "type": "thanks_dev"
1901 + },
1902 + {
1903 + "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
1904 + "type": "tidelift"
1905 + }
1906 + ],
1907 + "install-path": "../sebastian/recursion-context"
1908 + },
1909 + {
1910 + "name": "sebastian/resource-operations",
1911 + "version": "3.0.4",
1912 + "version_normalized": "3.0.4.0",
1913 + "source": {
1914 + "type": "git",
1915 + "url": "https://github.com/sebastianbergmann/resource-operations.git",
1916 + "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
1917 + },
1918 + "dist": {
1919 + "type": "zip",
1920 + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
1921 + "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
1922 + "shasum": ""
1923 + },
1924 + "require": {
1925 + "php": ">=7.3"
1926 + },
1927 + "require-dev": {
1928 + "phpunit/phpunit": "^9.0"
1929 + },
1930 + "time": "2024-03-14T16:00:52+00:00",
1931 + "type": "library",
1932 + "extra": {
1933 + "branch-alias": {
1934 + "dev-main": "3.0-dev"
1935 + }
1936 + },
1937 + "installation-source": "dist",
1938 + "autoload": {
1939 + "classmap": [
1940 + "src/"
1941 + ]
1942 + },
1943 + "notification-url": "https://packagist.org/downloads/",
1944 + "license": [
1945 + "BSD-3-Clause"
1946 + ],
1947 + "authors": [
1948 + {
1949 + "name": "Sebastian Bergmann",
1950 + "email": "[email protected]"
1951 + }
1952 + ],
1953 + "description": "Provides a list of PHP built-in functions that operate on resources",
1954 + "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1955 + "support": {
1956 + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
1957 + },
1958 + "funding": [
1959 + {
1960 + "url": "https://github.com/sebastianbergmann",
1961 + "type": "github"
1962 + }
1963 + ],
1964 + "install-path": "../sebastian/resource-operations"
1965 + },
1966 + {
1967 + "name": "sebastian/type",
1968 + "version": "3.2.1",
1969 + "version_normalized": "3.2.1.0",
1970 + "source": {
1971 + "type": "git",
1972 + "url": "https://github.com/sebastianbergmann/type.git",
1973 + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
1974 + },
1975 + "dist": {
1976 + "type": "zip",
1977 + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
1978 + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
1979 + "shasum": ""
1980 + },
1981 + "require": {
1982 + "php": ">=7.3"
1983 + },
1984 + "require-dev": {
1985 + "phpunit/phpunit": "^9.5"
1986 + },
1987 + "time": "2023-02-03T06:13:03+00:00",
1988 + "type": "library",
1989 + "extra": {
1990 + "branch-alias": {
1991 + "dev-master": "3.2-dev"
1992 + }
1993 + },
1994 + "installation-source": "dist",
1995 + "autoload": {
1996 + "classmap": [
1997 + "src/"
1998 + ]
1999 + },
2000 + "notification-url": "https://packagist.org/downloads/",
2001 + "license": [
2002 + "BSD-3-Clause"
2003 + ],
2004 + "authors": [
2005 + {
2006 + "name": "Sebastian Bergmann",
2007 + "email": "[email protected]",
2008 + "role": "lead"
2009 + }
2010 + ],
2011 + "description": "Collection of value objects that represent the types of the PHP type system",
2012 + "homepage": "https://github.com/sebastianbergmann/type",
2013 + "support": {
2014 + "issues": "https://github.com/sebastianbergmann/type/issues",
2015 + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
2016 + },
2017 + "funding": [
2018 + {
2019 + "url": "https://github.com/sebastianbergmann",
2020 + "type": "github"
2021 + }
2022 + ],
2023 + "install-path": "../sebastian/type"
2024 + },
2025 + {
2026 + "name": "sebastian/version",
2027 + "version": "3.0.2",
2028 + "version_normalized": "3.0.2.0",
2029 + "source": {
2030 + "type": "git",
2031 + "url": "https://github.com/sebastianbergmann/version.git",
2032 + "reference": "c6c1022351a901512170118436c764e473f6de8c"
2033 + },
2034 + "dist": {
2035 + "type": "zip",
2036 + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
2037 + "reference": "c6c1022351a901512170118436c764e473f6de8c",
2038 + "shasum": ""
2039 + },
2040 + "require": {
2041 + "php": ">=7.3"
2042 + },
2043 + "time": "2020-09-28T06:39:44+00:00",
2044 + "type": "library",
2045 + "extra": {
2046 + "branch-alias": {
2047 + "dev-master": "3.0-dev"
2048 + }
2049 + },
2050 + "installation-source": "dist",
2051 + "autoload": {
2052 + "classmap": [
2053 + "src/"
2054 + ]
2055 + },
2056 + "notification-url": "https://packagist.org/downloads/",
2057 + "license": [
2058 + "BSD-3-Clause"
2059 + ],
2060 + "authors": [
2061 + {
2062 + "name": "Sebastian Bergmann",
2063 + "email": "[email protected]",
2064 + "role": "lead"
2065 + }
2066 + ],
2067 + "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2068 + "homepage": "https://github.com/sebastianbergmann/version",
2069 + "support": {
2070 + "issues": "https://github.com/sebastianbergmann/version/issues",
2071 + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
2072 + },
2073 + "funding": [
2074 + {
2075 + "url": "https://github.com/sebastianbergmann",
2076 + "type": "github"
2077 + }
2078 + ],
2079 + "install-path": "../sebastian/version"
2080 + },
2081 + {
2082 + "name": "theseer/tokenizer",
2083 + "version": "1.3.1",
2084 + "version_normalized": "1.3.1.0",
2085 + "source": {
2086 + "type": "git",
2087 + "url": "https://github.com/theseer/tokenizer.git",
2088 + "reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
2089 + },
2090 + "dist": {
2091 + "type": "zip",
2092 + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
2093 + "reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
2094 + "shasum": ""
2095 + },
2096 + "require": {
2097 + "ext-dom": "*",
2098 + "ext-tokenizer": "*",
2099 + "ext-xmlwriter": "*",
2100 + "php": "^7.2 || ^8.0"
2101 + },
2102 + "time": "2025-11-17T20:03:58+00:00",
2103 + "type": "library",
2104 + "installation-source": "dist",
2105 + "autoload": {
2106 + "classmap": [
2107 + "src/"
2108 + ]
2109 + },
2110 + "notification-url": "https://packagist.org/downloads/",
2111 + "license": [
2112 + "BSD-3-Clause"
2113 + ],
2114 + "authors": [
2115 + {
2116 + "name": "Arne Blankerts",
2117 + "email": "[email protected]",
2118 + "role": "Developer"
2119 + }
2120 + ],
2121 + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2122 + "support": {
2123 + "issues": "https://github.com/theseer/tokenizer/issues",
2124 + "source": "https://github.com/theseer/tokenizer/tree/1.3.1"
2125 + },
2126 + "funding": [
2127 + {
2128 + "url": "https://github.com/theseer",
2129 + "type": "github"
2130 + }
2131 + ],
2132 + "install-path": "../theseer/tokenizer"
2133 + },
2134 + {
4 2135 "name": "woocommerce/action-scheduler",
5 2136 "version": "3.7.0",
6 2137 "version_normalized": "3.7.0.0",
7 2138 "source": {
@@ -96,30 +2227,30 @@
96 2227 "install-path": "../wpfluent/caldav"
97 2228 },
98 2229 {
99 2230 "name": "wpfluent/framework",
100 - "version": "2.4.2",
101 - "version_normalized": "2.4.2.0",
2231 + "version": "2.12.9",
2232 + "version_normalized": "2.12.9.0",
102 2233 "source": {
103 2234 "type": "git",
104 - "url": "[email protected]:wpfluent/framework.git",
105 - "reference": "f9e76750cce20b3536d63b55f721f3f802635856"
2235 + "url": "[email protected]:wpfluent/framework2x.git",
2236 + "reference": "6b914682e5eedbf2d096e3817fd773bd75644ad4"
106 2237 },
107 2238 "dist": {
108 2239 "type": "zip",
109 - "url": "https://api.github.com/repos/wpfluent/framework/zipball/f9e76750cce20b3536d63b55f721f3f802635856",
110 - "reference": "f9e76750cce20b3536d63b55f721f3f802635856",
2240 + "url": "https://api.github.com/repos/wpfluent/framework2x/zipball/6b914682e5eedbf2d096e3817fd773bd75644ad4",
2241 + "reference": "6b914682e5eedbf2d096e3817fd773bd75644ad4",
111 2242 "shasum": ""
112 2243 },
113 2244 "require": {
114 2245 "ext-json": "*",
115 - "php": "^7.3|^8.0"
2246 + "php": "^7.4|^8.0"
116 2247 },
117 - "time": "2024-07-02T13:53:00+00:00",
2248 + "time": "2026-09-15T11:51:08+00:00",
118 2249 "type": "library",
119 2250 "extra": {
120 2251 "branch-alias": {
121 - "dev-master": "2.0.x-dev"
2252 + "dev-master": "2.10.x-dev"
122 2253 }
123 2254 },
124 2255 "installation-source": "dist",
125 2256 "autoload": {
@@ -124,9 +2255,12 @@
124 2255 "installation-source": "dist",
125 2256 "autoload": {
126 2257 "psr-4": {
127 2258 "FluentBooking\\Framework\\": "src/WPFluent"
128 - }
2259 + },
2260 + "files": [
2261 + "src/WPFluent/Support/Polyfills/loader.php"
2262 + ]
129 2263 },
130 2264 "license": [
131 2265 "MIT"
132 2266 ],
@@ -137,13 +2271,46 @@
137 2271 }
138 2272 ],
139 2273 "description": "A lightweight rest api based framework to build WordPress plugins.",
140 2274 "support": {
141 - "source": "https://github.com/wpfluent/framework/tree/2.4.2",
142 - "issues": "https://github.com/wpfluent/framework/issues"
2275 + "source": "https://github.com/wpfluent/framework2x/tree/2.12.9",
2276 + "issues": "https://github.com/wpfluent/framework2x/issues"
143 2277 },
144 2278 "install-path": "../wpfluent/framework"
145 2279 }
146 2280 ],
147 2281 "dev": true,
148 - "dev-package-names": []
2282 + "dev-package-names": [
2283 + "antecedent/patchwork",
2284 + "brain/monkey",
2285 + "doctrine/instantiator",
2286 + "hamcrest/hamcrest-php",
2287 + "mockery/mockery",
2288 + "myclabs/deep-copy",
2289 + "nikic/php-parser",
2290 + "phar-io/manifest",
2291 + "phar-io/version",
2292 + "phpunit/php-code-coverage",
2293 + "phpunit/php-file-iterator",
2294 + "phpunit/php-invoker",
2295 + "phpunit/php-text-template",
2296 + "phpunit/php-timer",
2297 + "phpunit/phpunit",
2298 + "sebastian/cli-parser",
2299 + "sebastian/code-unit",
2300 + "sebastian/code-unit-reverse-lookup",
2301 + "sebastian/comparator",
2302 + "sebastian/complexity",
2303 + "sebastian/diff",
2304 + "sebastian/environment",
2305 + "sebastian/exporter",
2306 + "sebastian/global-state",
2307 + "sebastian/lines-of-code",
2308 + "sebastian/object-enumerator",
2309 + "sebastian/object-reflector",
2310 + "sebastian/recursion-context",
2311 + "sebastian/resource-operations",
2312 + "sebastian/type",
2313 + "sebastian/version",
2314 + "theseer/tokenizer"
2315 + ]
149 2316 }