1{ 2 "packages": [ 3 { 4 "name": "antlr/antlr4-php-runtime", 5 "version": "0.5.1", 6 "version_normalized": "0.5.1.0", 7 "source": { 8 "type": "git", 9 "url": "https://github.com/antlr/antlr-php-runtime.git", 10 "reference": "73790bc994cec4b18a414865234ab0db198b065d" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/73790bc994cec4b18a414865234ab0db198b065d", 15 "reference": "73790bc994cec4b18a414865234ab0db198b065d", 16 "shasum": "" 17 }, 18 "require": { 19 "ext-mbstring": "*", 20 "php": "7.4 - 8.0" 21 }, 22 "require-dev": { 23 "phpstan/extension-installer": "^1.0", 24 "phpstan/phpstan": "^0.11.4", 25 "slevomat/coding-standard": "^5.0.4", 26 "squizlabs/php_codesniffer": "^3.4.1" 27 }, 28 "time": "2021-08-13T11:44:19+00:00", 29 "type": "library", 30 "extra": { 31 "branch-alias": { 32 "dev-master": "0.2-dev" 33 } 34 }, 35 "installation-source": "dist", 36 "autoload": { 37 "psr-4": { 38 "Antlr\\Antlr4\\Runtime\\": "src/" 39 } 40 }, 41 "notification-url": "https://packagist.org/downloads/", 42 "license": [ 43 "BSD-3-Clause" 44 ], 45 "description": "PHP 7 and 8.0 runtime for ANTLR 4", 46 "keywords": [ 47 "antlr4", 48 "php", 49 "runtime" 50 ], 51 "support": { 52 "issues": "https://github.com/antlr/antlr-php-runtime/issues", 53 "source": "https://github.com/antlr/antlr-php-runtime/tree/0.5.1" 54 }, 55 "install-path": "../antlr/antlr4-php-runtime" 56 }, 57 { 58 "name": "carica/phpcss", 59 "version": "2.0.0", 60 "version_normalized": "2.0.0.0", 61 "source": { 62 "type": "git", 63 "url": "https://github.com/ThomasWeinert/PhpCss.git", 64 "reference": "944cdd0cf21655ceb1bd3262dee9b33602020c09" 65 }, 66 "dist": { 67 "type": "zip", 68 "url": "https://api.github.com/repos/ThomasWeinert/PhpCss/zipball/944cdd0cf21655ceb1bd3262dee9b33602020c09", 69 "reference": "944cdd0cf21655ceb1bd3262dee9b33602020c09", 70 "shasum": "" 71 }, 72 "require": { 73 "php": ">=7.2" 74 }, 75 "time": "2021-04-25T14:14:13+00:00", 76 "type": "library", 77 "installation-source": "dist", 78 "autoload": { 79 "files": [ 80 "src/PhpCss.php" 81 ], 82 "psr-4": { 83 "PhpCss\\": "src/PhpCss" 84 } 85 }, 86 "notification-url": "https://packagist.org/downloads/", 87 "license": [ 88 "MIT" 89 ], 90 "authors": [ 91 { 92 "name": "Thomas Weinert", 93 "email": "thomas@weinert.info" 94 } 95 ], 96 "description": "An css selector parser and converter", 97 "support": { 98 "issues": "https://github.com/ThomasWeinert/PhpCss/issues", 99 "source": "https://github.com/ThomasWeinert/PhpCss/tree/2.0.0" 100 }, 101 "install-path": "../carica/phpcss" 102 }, 103 { 104 "name": "dragonmantank/cron-expression", 105 "version": "v1.2.1", 106 "version_normalized": "1.2.1.0", 107 "source": { 108 "type": "git", 109 "url": "https://github.com/dragonmantank/cron-expression.git", 110 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad" 111 }, 112 "dist": { 113 "type": "zip", 114 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad", 115 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad", 116 "shasum": "" 117 }, 118 "require": { 119 "php": ">=5.3.2" 120 }, 121 "require-dev": { 122 "phpunit/phpunit": "~4.0|~5.0" 123 }, 124 "time": "2017-01-23T04:29:33+00:00", 125 "type": "library", 126 "installation-source": "dist", 127 "autoload": { 128 "psr-4": { 129 "Cron\\": "src/Cron/" 130 } 131 }, 132 "notification-url": "https://packagist.org/downloads/", 133 "license": [ 134 "MIT" 135 ], 136 "authors": [ 137 { 138 "name": "Michael Dowling", 139 "email": "mtdowling@gmail.com", 140 "homepage": "https://github.com/mtdowling" 141 } 142 ], 143 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", 144 "keywords": [ 145 "cron", 146 "schedule" 147 ], 148 "support": { 149 "source": "https://github.com/dragonmantank/cron-expression/tree/v1.2.0" 150 }, 151 "install-path": "../dragonmantank/cron-expression" 152 }, 153 { 154 "name": "hidehalo/nanoid-php", 155 "version": "1.1.8", 156 "version_normalized": "1.1.8.0", 157 "source": { 158 "type": "git", 159 "url": "https://github.com/hidehalo/nanoid-php.git", 160 "reference": "14187ab7a5affa34078b6a54df94176bb7a21227" 161 }, 162 "dist": { 163 "type": "zip", 164 "url": "https://api.github.com/repos/hidehalo/nanoid-php/zipball/14187ab7a5affa34078b6a54df94176bb7a21227", 165 "reference": "14187ab7a5affa34078b6a54df94176bb7a21227", 166 "shasum": "" 167 }, 168 "require": { 169 "paragonie/random_compat": ">=2.0", 170 "php": "~5.6|~7.0|~8.0" 171 }, 172 "require-dev": { 173 "phpunit/phpunit": ">=5.6", 174 "squizlabs/php_codesniffer": "^2.3" 175 }, 176 "time": "2020-12-11T09:24:45+00:00", 177 "type": "library", 178 "extra": { 179 "branch-alias": { 180 "dev-master": "1.0-dev" 181 } 182 }, 183 "installation-source": "dist", 184 "autoload": { 185 "psr-4": { 186 "Hidehalo\\Nanoid\\": "src" 187 } 188 }, 189 "notification-url": "https://packagist.org/downloads/", 190 "license": [ 191 "MIT" 192 ], 193 "authors": [ 194 { 195 "name": "hidehalo", 196 "email": "tianchen_cc@yeah.net", 197 "homepage": "https://github.com/hidehalo", 198 "role": "Owner" 199 } 200 ], 201 "description": "A copy of nanoid in PHP", 202 "homepage": "https://github.com/hidehalo/nanoid-php", 203 "keywords": [ 204 "hidehalo", 205 "nanoid-php" 206 ], 207 "support": { 208 "issues": "https://github.com/hidehalo/nanoid-php/issues", 209 "source": "https://github.com/hidehalo/nanoid-php/tree/1.1.8" 210 }, 211 "install-path": "../hidehalo/nanoid-php" 212 }, 213 { 214 "name": "paragonie/random_compat", 215 "version": "v9.99.100", 216 "version_normalized": "9.99.100.0", 217 "source": { 218 "type": "git", 219 "url": "https://github.com/paragonie/random_compat.git", 220 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" 221 }, 222 "dist": { 223 "type": "zip", 224 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", 225 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", 226 "shasum": "" 227 }, 228 "require": { 229 "php": ">= 7" 230 }, 231 "require-dev": { 232 "phpunit/phpunit": "4.*|5.*", 233 "vimeo/psalm": "^1" 234 }, 235 "suggest": { 236 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 237 }, 238 "time": "2020-10-15T08:29:30+00:00", 239 "type": "library", 240 "installation-source": "dist", 241 "notification-url": "https://packagist.org/downloads/", 242 "license": [ 243 "MIT" 244 ], 245 "authors": [ 246 { 247 "name": "Paragon Initiative Enterprises", 248 "email": "security@paragonie.com", 249 "homepage": "https://paragonie.com" 250 } 251 ], 252 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 253 "keywords": [ 254 "csprng", 255 "polyfill", 256 "pseudorandom", 257 "random" 258 ], 259 "support": { 260 "email": "info@paragonie.com", 261 "issues": "https://github.com/paragonie/random_compat/issues", 262 "source": "https://github.com/paragonie/random_compat" 263 }, 264 "install-path": "../paragonie/random_compat" 265 }, 266 { 267 "name": "php-webdriver/webdriver", 268 "version": "1.12.1", 269 "version_normalized": "1.12.1.0", 270 "source": { 271 "type": "git", 272 "url": "https://github.com/php-webdriver/php-webdriver.git", 273 "reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a" 274 }, 275 "dist": { 276 "type": "zip", 277 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/b27ddf458d273c7d4602106fcaf978aa0b7fe15a", 278 "reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a", 279 "shasum": "" 280 }, 281 "require": { 282 "ext-curl": "*", 283 "ext-json": "*", 284 "ext-zip": "*", 285 "php": "^5.6 || ~7.0 || ^8.0", 286 "symfony/polyfill-mbstring": "^1.12", 287 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0" 288 }, 289 "replace": { 290 "facebook/webdriver": "*" 291 }, 292 "require-dev": { 293 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0", 294 "php-coveralls/php-coveralls": "^2.4", 295 "php-mock/php-mock-phpunit": "^1.1 || ^2.0", 296 "php-parallel-lint/php-parallel-lint": "^1.2", 297 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9", 298 "squizlabs/php_codesniffer": "^3.5", 299 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0" 300 }, 301 "suggest": { 302 "ext-SimpleXML": "For Firefox profile creation" 303 }, 304 "time": "2022-05-03T12:16:34+00:00", 305 "type": "library", 306 "installation-source": "dist", 307 "autoload": { 308 "files": [ 309 "lib/Exception/TimeoutException.php" 310 ], 311 "psr-4": { 312 "Facebook\\WebDriver\\": "lib/" 313 } 314 }, 315 "notification-url": "https://packagist.org/downloads/", 316 "license": [ 317 "MIT" 318 ], 319 "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.", 320 "homepage": "https://github.com/php-webdriver/php-webdriver", 321 "keywords": [ 322 "Chromedriver", 323 "geckodriver", 324 "php", 325 "selenium", 326 "webdriver" 327 ], 328 "support": { 329 "issues": "https://github.com/php-webdriver/php-webdriver/issues", 330 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.1" 331 }, 332 "install-path": "../php-webdriver/webdriver" 333 }, 334 { 335 "name": "salesforce/handlebars-php", 336 "version": "3.0.1", 337 "version_normalized": "3.0.1.0", 338 "source": { 339 "type": "git", 340 "url": "https://github.com/salesforce/handlebars-php.git", 341 "reference": "d3a0552d85472249617ef6b56197c844d62d2ac3" 342 }, 343 "dist": { 344 "type": "zip", 345 "url": "https://api.github.com/repos/salesforce/handlebars-php/zipball/d3a0552d85472249617ef6b56197c844d62d2ac3", 346 "reference": "d3a0552d85472249617ef6b56197c844d62d2ac3", 347 "shasum": "" 348 }, 349 "require": { 350 "php": ">=5.4.0" 351 }, 352 "require-dev": { 353 "phpunit/phpunit": "^9" 354 }, 355 "time": "2023-01-12T16:24:23+00:00", 356 "type": "library", 357 "installation-source": "dist", 358 "autoload": { 359 "psr-0": { 360 "Handlebars": "src/" 361 } 362 }, 363 "notification-url": "https://packagist.org/downloads/", 364 "license": [ 365 "MIT" 366 ], 367 "authors": [ 368 { 369 "name": "fzerorubigd", 370 "email": "fzerorubigd@gmail.com" 371 }, 372 { 373 "name": "Behrooz Shabani (everplays)", 374 "email": "everplays@gmail.com" 375 }, 376 { 377 "name": "Mardix", 378 "homepage": "https://github.com/mardix" 379 } 380 ], 381 "description": "Handlebars processor for php", 382 "homepage": "http://www.github.com/salesforce/handlebars-php", 383 "keywords": [ 384 "handlebars", 385 "mustache", 386 "templating" 387 ], 388 "support": { 389 "issues": "https://github.com/salesforce/handlebars-php/issues", 390 "source": "https://github.com/salesforce/handlebars-php/tree/3.0.1" 391 }, 392 "install-path": "../salesforce/handlebars-php" 393 }, 394 { 395 "name": "symfony/deprecation-contracts", 396 "version": "v2.5.3", 397 "version_normalized": "2.5.3.0", 398 "source": { 399 "type": "git", 400 "url": "https://github.com/symfony/deprecation-contracts.git", 401 "reference": "80d075412b557d41002320b96a096ca65aa2c98d" 402 }, 403 "dist": { 404 "type": "zip", 405 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d", 406 "reference": "80d075412b557d41002320b96a096ca65aa2c98d", 407 "shasum": "" 408 }, 409 "require": { 410 "php": ">=7.1" 411 }, 412 "time": "2023-01-24T14:02:46+00:00", 413 "type": "library", 414 "extra": { 415 "branch-alias": { 416 "dev-main": "2.5-dev" 417 }, 418 "thanks": { 419 "name": "symfony/contracts", 420 "url": "https://github.com/symfony/contracts" 421 } 422 }, 423 "installation-source": "dist", 424 "autoload": { 425 "files": [ 426 "function.php" 427 ] 428 }, 429 "notification-url": "https://packagist.org/downloads/", 430 "license": [ 431 "MIT" 432 ], 433 "authors": [ 434 { 435 "name": "Nicolas Grekas", 436 "email": "p@tchwork.com" 437 }, 438 { 439 "name": "Symfony Community", 440 "homepage": "https://symfony.com/contributors" 441 } 442 ], 443 "description": "A generic function and convention to trigger deprecation notices", 444 "homepage": "https://symfony.com", 445 "support": { 446 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3" 447 }, 448 "funding": [ 449 { 450 "url": "https://symfony.com/sponsor", 451 "type": "custom" 452 }, 453 { 454 "url": "https://github.com/fabpot", 455 "type": "github" 456 }, 457 { 458 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 459 "type": "tidelift" 460 } 461 ], 462 "install-path": "../symfony/deprecation-contracts" 463 }, 464 { 465 "name": "symfony/polyfill-ctype", 466 "version": "v1.29.0", 467 "version_normalized": "1.29.0.0", 468 "source": { 469 "type": "git", 470 "url": "https://github.com/symfony/polyfill-ctype.git", 471 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 472 }, 473 "dist": { 474 "type": "zip", 475 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 476 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 477 "shasum": "" 478 }, 479 "require": { 480 "php": ">=7.1" 481 }, 482 "provide": { 483 "ext-ctype": "*" 484 }, 485 "suggest": { 486 "ext-ctype": "For best performance" 487 }, 488 "time": "2024-01-29T20:11:03+00:00", 489 "type": "library", 490 "extra": { 491 "thanks": { 492 "name": "symfony/polyfill", 493 "url": "https://github.com/symfony/polyfill" 494 } 495 }, 496 "installation-source": "dist", 497 "autoload": { 498 "files": [ 499 "bootstrap.php" 500 ], 501 "psr-4": { 502 "Symfony\\Polyfill\\Ctype\\": "" 503 } 504 }, 505 "notification-url": "https://packagist.org/downloads/", 506 "license": [ 507 "MIT" 508 ], 509 "authors": [ 510 { 511 "name": "Gert de Pagter", 512 "email": "BackEndTea@gmail.com" 513 }, 514 { 515 "name": "Symfony Community", 516 "homepage": "https://symfony.com/contributors" 517 } 518 ], 519 "description": "Symfony polyfill for ctype functions", 520 "homepage": "https://symfony.com", 521 "keywords": [ 522 "compatibility", 523 "ctype", 524 "polyfill", 525 "portable" 526 ], 527 "support": { 528 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 529 }, 530 "funding": [ 531 { 532 "url": "https://symfony.com/sponsor", 533 "type": "custom" 534 }, 535 { 536 "url": "https://github.com/fabpot", 537 "type": "github" 538 }, 539 { 540 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 541 "type": "tidelift" 542 } 543 ], 544 "install-path": "../symfony/polyfill-ctype" 545 }, 546 { 547 "name": "symfony/polyfill-mbstring", 548 "version": "v1.29.0", 549 "version_normalized": "1.29.0.0", 550 "source": { 551 "type": "git", 552 "url": "https://github.com/symfony/polyfill-mbstring.git", 553 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" 554 }, 555 "dist": { 556 "type": "zip", 557 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 558 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 559 "shasum": "" 560 }, 561 "require": { 562 "php": ">=7.1" 563 }, 564 "provide": { 565 "ext-mbstring": "*" 566 }, 567 "suggest": { 568 "ext-mbstring": "For best performance" 569 }, 570 "time": "2024-01-29T20:11:03+00:00", 571 "type": "library", 572 "extra": { 573 "thanks": { 574 "name": "symfony/polyfill", 575 "url": "https://github.com/symfony/polyfill" 576 } 577 }, 578 "installation-source": "dist", 579 "autoload": { 580 "files": [ 581 "bootstrap.php" 582 ], 583 "psr-4": { 584 "Symfony\\Polyfill\\Mbstring\\": "" 585 } 586 }, 587 "notification-url": "https://packagist.org/downloads/", 588 "license": [ 589 "MIT" 590 ], 591 "authors": [ 592 { 593 "name": "Nicolas Grekas", 594 "email": "p@tchwork.com" 595 }, 596 { 597 "name": "Symfony Community", 598 "homepage": "https://symfony.com/contributors" 599 } 600 ], 601 "description": "Symfony polyfill for the Mbstring extension", 602 "homepage": "https://symfony.com", 603 "keywords": [ 604 "compatibility", 605 "mbstring", 606 "polyfill", 607 "portable", 608 "shim" 609 ], 610 "support": { 611 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" 612 }, 613 "funding": [ 614 { 615 "url": "https://symfony.com/sponsor", 616 "type": "custom" 617 }, 618 { 619 "url": "https://github.com/fabpot", 620 "type": "github" 621 }, 622 { 623 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 624 "type": "tidelift" 625 } 626 ], 627 "install-path": "../symfony/polyfill-mbstring" 628 }, 629 { 630 "name": "symfony/polyfill-php80", 631 "version": "v1.29.0", 632 "version_normalized": "1.29.0.0", 633 "source": { 634 "type": "git", 635 "url": "https://github.com/symfony/polyfill-php80.git", 636 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" 637 }, 638 "dist": { 639 "type": "zip", 640 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 641 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 642 "shasum": "" 643 }, 644 "require": { 645 "php": ">=7.1" 646 }, 647 "time": "2024-01-29T20:11:03+00:00", 648 "type": "library", 649 "extra": { 650 "thanks": { 651 "name": "symfony/polyfill", 652 "url": "https://github.com/symfony/polyfill" 653 } 654 }, 655 "installation-source": "dist", 656 "autoload": { 657 "files": [ 658 "bootstrap.php" 659 ], 660 "psr-4": { 661 "Symfony\\Polyfill\\Php80\\": "" 662 }, 663 "classmap": [ 664 "Resources/stubs" 665 ] 666 }, 667 "notification-url": "https://packagist.org/downloads/", 668 "license": [ 669 "MIT" 670 ], 671 "authors": [ 672 { 673 "name": "Ion Bazan", 674 "email": "ion.bazan@gmail.com" 675 }, 676 { 677 "name": "Nicolas Grekas", 678 "email": "p@tchwork.com" 679 }, 680 { 681 "name": "Symfony Community", 682 "homepage": "https://symfony.com/contributors" 683 } 684 ], 685 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 686 "homepage": "https://symfony.com", 687 "keywords": [ 688 "compatibility", 689 "polyfill", 690 "portable", 691 "shim" 692 ], 693 "support": { 694 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" 695 }, 696 "funding": [ 697 { 698 "url": "https://symfony.com/sponsor", 699 "type": "custom" 700 }, 701 { 702 "url": "https://github.com/fabpot", 703 "type": "github" 704 }, 705 { 706 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 707 "type": "tidelift" 708 } 709 ], 710 "install-path": "../symfony/polyfill-php80" 711 }, 712 { 713 "name": "symfony/process", 714 "version": "v5.4.40", 715 "version_normalized": "5.4.40.0", 716 "source": { 717 "type": "git", 718 "url": "https://github.com/symfony/process.git", 719 "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046" 720 }, 721 "dist": { 722 "type": "zip", 723 "url": "https://api.github.com/repos/symfony/process/zipball/deedcb3bb4669cae2148bc920eafd2b16dc7c046", 724 "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046", 725 "shasum": "" 726 }, 727 "require": { 728 "php": ">=7.2.5", 729 "symfony/polyfill-php80": "^1.16" 730 }, 731 "time": "2024-05-31T14:33:22+00:00", 732 "type": "library", 733 "installation-source": "dist", 734 "autoload": { 735 "psr-4": { 736 "Symfony\\Component\\Process\\": "" 737 }, 738 "exclude-from-classmap": [ 739 "/Tests/" 740 ] 741 }, 742 "notification-url": "https://packagist.org/downloads/", 743 "license": [ 744 "MIT" 745 ], 746 "authors": [ 747 { 748 "name": "Fabien Potencier", 749 "email": "fabien@symfony.com" 750 }, 751 { 752 "name": "Symfony Community", 753 "homepage": "https://symfony.com/contributors" 754 } 755 ], 756 "description": "Executes commands in sub-processes", 757 "homepage": "https://symfony.com", 758 "support": { 759 "source": "https://github.com/symfony/process/tree/v5.4.40" 760 }, 761 "funding": [ 762 { 763 "url": "https://symfony.com/sponsor", 764 "type": "custom" 765 }, 766 { 767 "url": "https://github.com/fabpot", 768 "type": "github" 769 }, 770 { 771 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 772 "type": "tidelift" 773 } 774 ], 775 "install-path": "../symfony/process" 776 }, 777 { 778 "name": "symfony/yaml", 779 "version": "v5.4.21", 780 "version_normalized": "5.4.21.0", 781 "source": { 782 "type": "git", 783 "url": "https://github.com/symfony/yaml.git", 784 "reference": "3713e20d93e46e681e51605d213027e48dab3469" 785 }, 786 "dist": { 787 "type": "zip", 788 "url": "https://api.github.com/repos/symfony/yaml/zipball/3713e20d93e46e681e51605d213027e48dab3469", 789 "reference": "3713e20d93e46e681e51605d213027e48dab3469", 790 "shasum": "" 791 }, 792 "require": { 793 "php": ">=7.2.5", 794 "symfony/deprecation-contracts": "^2.1|^3", 795 "symfony/polyfill-ctype": "^1.8" 796 }, 797 "conflict": { 798 "symfony/console": "<5.3" 799 }, 800 "require-dev": { 801 "symfony/console": "^5.3|^6.0" 802 }, 803 "suggest": { 804 "symfony/console": "For validating YAML files using the lint command" 805 }, 806 "time": "2023-02-21T19:46:44+00:00", 807 "bin": [ 808 "Resources/bin/yaml-lint" 809 ], 810 "type": "library", 811 "installation-source": "dist", 812 "autoload": { 813 "psr-4": { 814 "Symfony\\Component\\Yaml\\": "" 815 }, 816 "exclude-from-classmap": [ 817 "/Tests/" 818 ] 819 }, 820 "notification-url": "https://packagist.org/downloads/", 821 "license": [ 822 "MIT" 823 ], 824 "authors": [ 825 { 826 "name": "Fabien Potencier", 827 "email": "fabien@symfony.com" 828 }, 829 { 830 "name": "Symfony Community", 831 "homepage": "https://symfony.com/contributors" 832 } 833 ], 834 "description": "Loads and dumps YAML files", 835 "homepage": "https://symfony.com", 836 "support": { 837 "source": "https://github.com/symfony/yaml/tree/v5.4.21" 838 }, 839 "funding": [ 840 { 841 "url": "https://symfony.com/sponsor", 842 "type": "custom" 843 }, 844 { 845 "url": "https://github.com/fabpot", 846 "type": "github" 847 }, 848 { 849 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 850 "type": "tidelift" 851 } 852 ], 853 "install-path": "../symfony/yaml" 854 } 855 ], 856 "dev": true, 857 "dev-package-names": [] 858} 859