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