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": "ef800f79e1350ce4790dbbd5c9366b26", 8 "packages": [ 9 { 10 "name": "dflydev/dot-access-data", 11 "version": "v3.0.3", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/dflydev/dflydev-dot-access-data.git", 15 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", 20 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", 21 "shasum": "" 22 }, 23 "require": { 24 "php": "^7.1 || ^8.0" 25 }, 26 "require-dev": { 27 "phpstan/phpstan": "^0.12.42", 28 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", 29 "scrutinizer/ocular": "1.6.0", 30 "squizlabs/php_codesniffer": "^3.5", 31 "vimeo/psalm": "^4.0.0" 32 }, 33 "type": "library", 34 "extra": { 35 "branch-alias": { 36 "dev-main": "3.x-dev" 37 } 38 }, 39 "autoload": { 40 "psr-4": { 41 "Dflydev\\DotAccessData\\": "src/" 42 } 43 }, 44 "notification-url": "https://packagist.org/downloads/", 45 "license": [ 46 "MIT" 47 ], 48 "authors": [ 49 { 50 "name": "Dragonfly Development Inc.", 51 "email": "info@dflydev.com", 52 "homepage": "http://dflydev.com" 53 }, 54 { 55 "name": "Beau Simensen", 56 "email": "beau@dflydev.com", 57 "homepage": "http://beausimensen.com" 58 }, 59 { 60 "name": "Carlos Frutos", 61 "email": "carlos@kiwing.it", 62 "homepage": "https://github.com/cfrutos" 63 }, 64 { 65 "name": "Colin O'Dell", 66 "email": "colinodell@gmail.com", 67 "homepage": "https://www.colinodell.com" 68 } 69 ], 70 "description": "Given a deep data structure, access data by dot notation.", 71 "homepage": "https://github.com/dflydev/dflydev-dot-access-data", 72 "keywords": [ 73 "access", 74 "data", 75 "dot", 76 "notation" 77 ], 78 "support": { 79 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", 80 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" 81 }, 82 "time": "2024-07-08T12:26:09+00:00" 83 }, 84 { 85 "name": "league/commonmark", 86 "version": "2.7.1", 87 "source": { 88 "type": "git", 89 "url": "https://github.com/thephpleague/commonmark.git", 90 "reference": "10732241927d3971d28e7ea7b5712721fa2296ca" 91 }, 92 "dist": { 93 "type": "zip", 94 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca", 95 "reference": "10732241927d3971d28e7ea7b5712721fa2296ca", 96 "shasum": "" 97 }, 98 "require": { 99 "ext-mbstring": "*", 100 "league/config": "^1.1.1", 101 "php": "^7.4 || ^8.0", 102 "psr/event-dispatcher": "^1.0", 103 "symfony/deprecation-contracts": "^2.1 || ^3.0", 104 "symfony/polyfill-php80": "^1.16" 105 }, 106 "require-dev": { 107 "cebe/markdown": "^1.0", 108 "commonmark/cmark": "0.31.1", 109 "commonmark/commonmark.js": "0.31.1", 110 "composer/package-versions-deprecated": "^1.8", 111 "embed/embed": "^4.4", 112 "erusev/parsedown": "^1.0", 113 "ext-json": "*", 114 "github/gfm": "0.29.0", 115 "michelf/php-markdown": "^1.4 || ^2.0", 116 "nyholm/psr7": "^1.5", 117 "phpstan/phpstan": "^1.8.2", 118 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", 119 "scrutinizer/ocular": "^1.8.1", 120 "symfony/finder": "^5.3 | ^6.0 | ^7.0", 121 "symfony/process": "^5.4 | ^6.0 | ^7.0", 122 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0", 123 "unleashedtech/php-coding-standard": "^3.1.1", 124 "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0" 125 }, 126 "suggest": { 127 "symfony/yaml": "v2.3+ required if using the Front Matter extension" 128 }, 129 "type": "library", 130 "extra": { 131 "branch-alias": { 132 "dev-main": "2.8-dev" 133 } 134 }, 135 "autoload": { 136 "psr-4": { 137 "League\\CommonMark\\": "src" 138 } 139 }, 140 "notification-url": "https://packagist.org/downloads/", 141 "license": [ 142 "BSD-3-Clause" 143 ], 144 "authors": [ 145 { 146 "name": "Colin O'Dell", 147 "email": "colinodell@gmail.com", 148 "homepage": "https://www.colinodell.com", 149 "role": "Lead Developer" 150 } 151 ], 152 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)", 153 "homepage": "https://commonmark.thephpleague.com", 154 "keywords": [ 155 "commonmark", 156 "flavored", 157 "gfm", 158 "github", 159 "github-flavored", 160 "markdown", 161 "md", 162 "parser" 163 ], 164 "support": { 165 "docs": "https://commonmark.thephpleague.com/", 166 "forum": "https://github.com/thephpleague/commonmark/discussions", 167 "issues": "https://github.com/thephpleague/commonmark/issues", 168 "rss": "https://github.com/thephpleague/commonmark/releases.atom", 169 "source": "https://github.com/thephpleague/commonmark" 170 }, 171 "funding": [ 172 { 173 "url": "https://www.colinodell.com/sponsor", 174 "type": "custom" 175 }, 176 { 177 "url": "https://www.paypal.me/colinpodell/10.00", 178 "type": "custom" 179 }, 180 { 181 "url": "https://github.com/colinodell", 182 "type": "github" 183 }, 184 { 185 "url": "https://tidelift.com/funding/github/packagist/league/commonmark", 186 "type": "tidelift" 187 } 188 ], 189 "time": "2025-07-20T12:47:49+00:00" 190 }, 191 { 192 "name": "league/config", 193 "version": "v1.2.0", 194 "source": { 195 "type": "git", 196 "url": "https://github.com/thephpleague/config.git", 197 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3" 198 }, 199 "dist": { 200 "type": "zip", 201 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", 202 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", 203 "shasum": "" 204 }, 205 "require": { 206 "dflydev/dot-access-data": "^3.0.1", 207 "nette/schema": "^1.2", 208 "php": "^7.4 || ^8.0" 209 }, 210 "require-dev": { 211 "phpstan/phpstan": "^1.8.2", 212 "phpunit/phpunit": "^9.5.5", 213 "scrutinizer/ocular": "^1.8.1", 214 "unleashedtech/php-coding-standard": "^3.1", 215 "vimeo/psalm": "^4.7.3" 216 }, 217 "type": "library", 218 "extra": { 219 "branch-alias": { 220 "dev-main": "1.2-dev" 221 } 222 }, 223 "autoload": { 224 "psr-4": { 225 "League\\Config\\": "src" 226 } 227 }, 228 "notification-url": "https://packagist.org/downloads/", 229 "license": [ 230 "BSD-3-Clause" 231 ], 232 "authors": [ 233 { 234 "name": "Colin O'Dell", 235 "email": "colinodell@gmail.com", 236 "homepage": "https://www.colinodell.com", 237 "role": "Lead Developer" 238 } 239 ], 240 "description": "Define configuration arrays with strict schemas and access values with dot notation", 241 "homepage": "https://config.thephpleague.com", 242 "keywords": [ 243 "array", 244 "config", 245 "configuration", 246 "dot", 247 "dot-access", 248 "nested", 249 "schema" 250 ], 251 "support": { 252 "docs": "https://config.thephpleague.com/", 253 "issues": "https://github.com/thephpleague/config/issues", 254 "rss": "https://github.com/thephpleague/config/releases.atom", 255 "source": "https://github.com/thephpleague/config" 256 }, 257 "funding": [ 258 { 259 "url": "https://www.colinodell.com/sponsor", 260 "type": "custom" 261 }, 262 { 263 "url": "https://www.paypal.me/colinpodell/10.00", 264 "type": "custom" 265 }, 266 { 267 "url": "https://github.com/colinodell", 268 "type": "github" 269 } 270 ], 271 "time": "2022-12-11T20:36:23+00:00" 272 }, 273 { 274 "name": "nette/schema", 275 "version": "v1.3.2", 276 "source": { 277 "type": "git", 278 "url": "https://github.com/nette/schema.git", 279 "reference": "da801d52f0354f70a638673c4a0f04e16529431d" 280 }, 281 "dist": { 282 "type": "zip", 283 "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d", 284 "reference": "da801d52f0354f70a638673c4a0f04e16529431d", 285 "shasum": "" 286 }, 287 "require": { 288 "nette/utils": "^4.0", 289 "php": "8.1 - 8.4" 290 }, 291 "require-dev": { 292 "nette/tester": "^2.5.2", 293 "phpstan/phpstan-nette": "^1.0", 294 "tracy/tracy": "^2.8" 295 }, 296 "type": "library", 297 "extra": { 298 "branch-alias": { 299 "dev-master": "1.3-dev" 300 } 301 }, 302 "autoload": { 303 "classmap": [ 304 "src/" 305 ] 306 }, 307 "notification-url": "https://packagist.org/downloads/", 308 "license": [ 309 "BSD-3-Clause", 310 "GPL-2.0-only", 311 "GPL-3.0-only" 312 ], 313 "authors": [ 314 { 315 "name": "David Grudl", 316 "homepage": "https://davidgrudl.com" 317 }, 318 { 319 "name": "Nette Community", 320 "homepage": "https://nette.org/contributors" 321 } 322 ], 323 "description": " Nette Schema: validating data structures against a given Schema.", 324 "homepage": "https://nette.org", 325 "keywords": [ 326 "config", 327 "nette" 328 ], 329 "support": { 330 "issues": "https://github.com/nette/schema/issues", 331 "source": "https://github.com/nette/schema/tree/v1.3.2" 332 }, 333 "time": "2024-10-06T23:10:23+00:00" 334 }, 335 { 336 "name": "nette/utils", 337 "version": "v4.0.7", 338 "source": { 339 "type": "git", 340 "url": "https://github.com/nette/utils.git", 341 "reference": "e67c4061eb40b9c113b218214e42cb5a0dda28f2" 342 }, 343 "dist": { 344 "type": "zip", 345 "url": "https://api.github.com/repos/nette/utils/zipball/e67c4061eb40b9c113b218214e42cb5a0dda28f2", 346 "reference": "e67c4061eb40b9c113b218214e42cb5a0dda28f2", 347 "shasum": "" 348 }, 349 "require": { 350 "php": "8.0 - 8.4" 351 }, 352 "conflict": { 353 "nette/finder": "<3", 354 "nette/schema": "<1.2.2" 355 }, 356 "require-dev": { 357 "jetbrains/phpstorm-attributes": "dev-master", 358 "nette/tester": "^2.5", 359 "phpstan/phpstan": "^1.0", 360 "tracy/tracy": "^2.9" 361 }, 362 "suggest": { 363 "ext-gd": "to use Image", 364 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", 365 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", 366 "ext-json": "to use Nette\\Utils\\Json", 367 "ext-mbstring": "to use Strings::lower() etc...", 368 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" 369 }, 370 "type": "library", 371 "extra": { 372 "branch-alias": { 373 "dev-master": "4.0-dev" 374 } 375 }, 376 "autoload": { 377 "classmap": [ 378 "src/" 379 ] 380 }, 381 "notification-url": "https://packagist.org/downloads/", 382 "license": [ 383 "BSD-3-Clause", 384 "GPL-2.0-only", 385 "GPL-3.0-only" 386 ], 387 "authors": [ 388 { 389 "name": "David Grudl", 390 "homepage": "https://davidgrudl.com" 391 }, 392 { 393 "name": "Nette Community", 394 "homepage": "https://nette.org/contributors" 395 } 396 ], 397 "description": " Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", 398 "homepage": "https://nette.org", 399 "keywords": [ 400 "array", 401 "core", 402 "datetime", 403 "images", 404 "json", 405 "nette", 406 "paginator", 407 "password", 408 "slugify", 409 "string", 410 "unicode", 411 "utf-8", 412 "utility", 413 "validation" 414 ], 415 "support": { 416 "issues": "https://github.com/nette/utils/issues", 417 "source": "https://github.com/nette/utils/tree/v4.0.7" 418 }, 419 "time": "2025-06-03T04:55:08+00:00" 420 }, 421 { 422 "name": "psr/event-dispatcher", 423 "version": "1.0.0", 424 "source": { 425 "type": "git", 426 "url": "https://github.com/php-fig/event-dispatcher.git", 427 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 428 }, 429 "dist": { 430 "type": "zip", 431 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 432 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 433 "shasum": "" 434 }, 435 "require": { 436 "php": ">=7.2.0" 437 }, 438 "type": "library", 439 "extra": { 440 "branch-alias": { 441 "dev-master": "1.0.x-dev" 442 } 443 }, 444 "autoload": { 445 "psr-4": { 446 "Psr\\EventDispatcher\\": "src/" 447 } 448 }, 449 "notification-url": "https://packagist.org/downloads/", 450 "license": [ 451 "MIT" 452 ], 453 "authors": [ 454 { 455 "name": "PHP-FIG", 456 "homepage": "http://www.php-fig.org/" 457 } 458 ], 459 "description": "Standard interfaces for event handling.", 460 "keywords": [ 461 "events", 462 "psr", 463 "psr-14" 464 ], 465 "support": { 466 "issues": "https://github.com/php-fig/event-dispatcher/issues", 467 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 468 }, 469 "time": "2019-01-08T18:20:26+00:00" 470 }, 471 { 472 "name": "symfony/deprecation-contracts", 473 "version": "v3.6.0", 474 "source": { 475 "type": "git", 476 "url": "https://github.com/symfony/deprecation-contracts.git", 477 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" 478 }, 479 "dist": { 480 "type": "zip", 481 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", 482 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", 483 "shasum": "" 484 }, 485 "require": { 486 "php": ">=8.1" 487 }, 488 "type": "library", 489 "extra": { 490 "thanks": { 491 "url": "https://github.com/symfony/contracts", 492 "name": "symfony/contracts" 493 }, 494 "branch-alias": { 495 "dev-main": "3.6-dev" 496 } 497 }, 498 "autoload": { 499 "files": [ 500 "function.php" 501 ] 502 }, 503 "notification-url": "https://packagist.org/downloads/", 504 "license": [ 505 "MIT" 506 ], 507 "authors": [ 508 { 509 "name": "Nicolas Grekas", 510 "email": "p@tchwork.com" 511 }, 512 { 513 "name": "Symfony Community", 514 "homepage": "https://symfony.com/contributors" 515 } 516 ], 517 "description": "A generic function and convention to trigger deprecation notices", 518 "homepage": "https://symfony.com", 519 "support": { 520 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" 521 }, 522 "funding": [ 523 { 524 "url": "https://symfony.com/sponsor", 525 "type": "custom" 526 }, 527 { 528 "url": "https://github.com/fabpot", 529 "type": "github" 530 }, 531 { 532 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 533 "type": "tidelift" 534 } 535 ], 536 "time": "2024-09-25T14:21:43+00:00" 537 }, 538 { 539 "name": "symfony/polyfill-ctype", 540 "version": "v1.32.0", 541 "source": { 542 "type": "git", 543 "url": "https://github.com/symfony/polyfill-ctype.git", 544 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" 545 }, 546 "dist": { 547 "type": "zip", 548 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", 549 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", 550 "shasum": "" 551 }, 552 "require": { 553 "php": ">=7.2" 554 }, 555 "provide": { 556 "ext-ctype": "*" 557 }, 558 "suggest": { 559 "ext-ctype": "For best performance" 560 }, 561 "type": "library", 562 "extra": { 563 "thanks": { 564 "url": "https://github.com/symfony/polyfill", 565 "name": "symfony/polyfill" 566 } 567 }, 568 "autoload": { 569 "files": [ 570 "bootstrap.php" 571 ], 572 "psr-4": { 573 "Symfony\\Polyfill\\Ctype\\": "" 574 } 575 }, 576 "notification-url": "https://packagist.org/downloads/", 577 "license": [ 578 "MIT" 579 ], 580 "authors": [ 581 { 582 "name": "Gert de Pagter", 583 "email": "BackEndTea@gmail.com" 584 }, 585 { 586 "name": "Symfony Community", 587 "homepage": "https://symfony.com/contributors" 588 } 589 ], 590 "description": "Symfony polyfill for ctype functions", 591 "homepage": "https://symfony.com", 592 "keywords": [ 593 "compatibility", 594 "ctype", 595 "polyfill", 596 "portable" 597 ], 598 "support": { 599 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0" 600 }, 601 "funding": [ 602 { 603 "url": "https://symfony.com/sponsor", 604 "type": "custom" 605 }, 606 { 607 "url": "https://github.com/fabpot", 608 "type": "github" 609 }, 610 { 611 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 612 "type": "tidelift" 613 } 614 ], 615 "time": "2024-09-09T11:45:10+00:00" 616 }, 617 { 618 "name": "symfony/polyfill-php80", 619 "version": "v1.32.0", 620 "source": { 621 "type": "git", 622 "url": "https://github.com/symfony/polyfill-php80.git", 623 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" 624 }, 625 "dist": { 626 "type": "zip", 627 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", 628 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", 629 "shasum": "" 630 }, 631 "require": { 632 "php": ">=7.2" 633 }, 634 "type": "library", 635 "extra": { 636 "thanks": { 637 "url": "https://github.com/symfony/polyfill", 638 "name": "symfony/polyfill" 639 } 640 }, 641 "autoload": { 642 "files": [ 643 "bootstrap.php" 644 ], 645 "psr-4": { 646 "Symfony\\Polyfill\\Php80\\": "" 647 }, 648 "classmap": [ 649 "Resources/stubs" 650 ] 651 }, 652 "notification-url": "https://packagist.org/downloads/", 653 "license": [ 654 "MIT" 655 ], 656 "authors": [ 657 { 658 "name": "Ion Bazan", 659 "email": "ion.bazan@gmail.com" 660 }, 661 { 662 "name": "Nicolas Grekas", 663 "email": "p@tchwork.com" 664 }, 665 { 666 "name": "Symfony Community", 667 "homepage": "https://symfony.com/contributors" 668 } 669 ], 670 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 671 "homepage": "https://symfony.com", 672 "keywords": [ 673 "compatibility", 674 "polyfill", 675 "portable", 676 "shim" 677 ], 678 "support": { 679 "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0" 680 }, 681 "funding": [ 682 { 683 "url": "https://symfony.com/sponsor", 684 "type": "custom" 685 }, 686 { 687 "url": "https://github.com/fabpot", 688 "type": "github" 689 }, 690 { 691 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 692 "type": "tidelift" 693 } 694 ], 695 "time": "2025-01-02T08:10:11+00:00" 696 }, 697 { 698 "name": "symfony/yaml", 699 "version": "v4.4.45", 700 "source": { 701 "type": "git", 702 "url": "https://github.com/symfony/yaml.git", 703 "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" 704 }, 705 "dist": { 706 "type": "zip", 707 "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", 708 "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", 709 "shasum": "" 710 }, 711 "require": { 712 "php": ">=7.1.3", 713 "symfony/polyfill-ctype": "~1.8" 714 }, 715 "conflict": { 716 "symfony/console": "<3.4" 717 }, 718 "require-dev": { 719 "symfony/console": "^3.4|^4.0|^5.0" 720 }, 721 "suggest": { 722 "symfony/console": "For validating YAML files using the lint command" 723 }, 724 "type": "library", 725 "autoload": { 726 "psr-4": { 727 "Symfony\\Component\\Yaml\\": "" 728 }, 729 "exclude-from-classmap": [ 730 "/Tests/" 731 ] 732 }, 733 "notification-url": "https://packagist.org/downloads/", 734 "license": [ 735 "MIT" 736 ], 737 "authors": [ 738 { 739 "name": "Fabien Potencier", 740 "email": "fabien@symfony.com" 741 }, 742 { 743 "name": "Symfony Community", 744 "homepage": "https://symfony.com/contributors" 745 } 746 ], 747 "description": "Loads and dumps YAML files", 748 "homepage": "https://symfony.com", 749 "support": { 750 "source": "https://github.com/symfony/yaml/tree/v4.4.45" 751 }, 752 "funding": [ 753 { 754 "url": "https://symfony.com/sponsor", 755 "type": "custom" 756 }, 757 { 758 "url": "https://github.com/fabpot", 759 "type": "github" 760 }, 761 { 762 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 763 "type": "tidelift" 764 } 765 ], 766 "time": "2022-08-02T15:47:23+00:00" 767 } 768 ], 769 "packages-dev": [], 770 "aliases": [], 771 "minimum-stability": "stable", 772 "stability-flags": {}, 773 "prefer-stable": false, 774 "prefer-lowest": false, 775 "platform": {}, 776 "platform-dev": {}, 777 "plugin-api-version": "2.6.0" 778} 779