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