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.2", 397 "version_normalized": "2.5.2.0", 398 "source": { 399 "type": "git", 400 "url": "https://github.com/symfony/deprecation-contracts.git", 401 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" 402 }, 403 "dist": { 404 "type": "zip", 405 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 406 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 407 "shasum": "" 408 }, 409 "require": { 410 "php": ">=7.1" 411 }, 412 "time": "2022-01-02T09:53:40+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.2" 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.27.0", 467 "version_normalized": "1.27.0.0", 468 "source": { 469 "type": "git", 470 "url": "https://github.com/symfony/polyfill-ctype.git", 471 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" 472 }, 473 "dist": { 474 "type": "zip", 475 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", 476 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", 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": "2022-11-03T14:55:06+00:00", 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 "installation-source": "dist", 500 "autoload": { 501 "files": [ 502 "bootstrap.php" 503 ], 504 "psr-4": { 505 "Symfony\\Polyfill\\Ctype\\": "" 506 } 507 }, 508 "notification-url": "https://packagist.org/downloads/", 509 "license": [ 510 "MIT" 511 ], 512 "authors": [ 513 { 514 "name": "Gert de Pagter", 515 "email": "BackEndTea@gmail.com" 516 }, 517 { 518 "name": "Symfony Community", 519 "homepage": "https://symfony.com/contributors" 520 } 521 ], 522 "description": "Symfony polyfill for ctype functions", 523 "homepage": "https://symfony.com", 524 "keywords": [ 525 "compatibility", 526 "ctype", 527 "polyfill", 528 "portable" 529 ], 530 "support": { 531 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" 532 }, 533 "funding": [ 534 { 535 "url": "https://symfony.com/sponsor", 536 "type": "custom" 537 }, 538 { 539 "url": "https://github.com/fabpot", 540 "type": "github" 541 }, 542 { 543 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 544 "type": "tidelift" 545 } 546 ], 547 "install-path": "../symfony/polyfill-ctype" 548 }, 549 { 550 "name": "symfony/polyfill-mbstring", 551 "version": "v1.25.0", 552 "version_normalized": "1.25.0.0", 553 "source": { 554 "type": "git", 555 "url": "https://github.com/symfony/polyfill-mbstring.git", 556 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" 557 }, 558 "dist": { 559 "type": "zip", 560 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", 561 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", 562 "shasum": "" 563 }, 564 "require": { 565 "php": ">=7.1" 566 }, 567 "provide": { 568 "ext-mbstring": "*" 569 }, 570 "suggest": { 571 "ext-mbstring": "For best performance" 572 }, 573 "time": "2021-11-30T18:21:41+00:00", 574 "type": "library", 575 "extra": { 576 "branch-alias": { 577 "dev-main": "1.23-dev" 578 }, 579 "thanks": { 580 "name": "symfony/polyfill", 581 "url": "https://github.com/symfony/polyfill" 582 } 583 }, 584 "installation-source": "dist", 585 "autoload": { 586 "files": [ 587 "bootstrap.php" 588 ], 589 "psr-4": { 590 "Symfony\\Polyfill\\Mbstring\\": "" 591 } 592 }, 593 "notification-url": "https://packagist.org/downloads/", 594 "license": [ 595 "MIT" 596 ], 597 "authors": [ 598 { 599 "name": "Nicolas Grekas", 600 "email": "p@tchwork.com" 601 }, 602 { 603 "name": "Symfony Community", 604 "homepage": "https://symfony.com/contributors" 605 } 606 ], 607 "description": "Symfony polyfill for the Mbstring extension", 608 "homepage": "https://symfony.com", 609 "keywords": [ 610 "compatibility", 611 "mbstring", 612 "polyfill", 613 "portable", 614 "shim" 615 ], 616 "support": { 617 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" 618 }, 619 "funding": [ 620 { 621 "url": "https://symfony.com/sponsor", 622 "type": "custom" 623 }, 624 { 625 "url": "https://github.com/fabpot", 626 "type": "github" 627 }, 628 { 629 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 630 "type": "tidelift" 631 } 632 ], 633 "install-path": "../symfony/polyfill-mbstring" 634 }, 635 { 636 "name": "symfony/polyfill-php80", 637 "version": "v1.25.0", 638 "version_normalized": "1.25.0.0", 639 "source": { 640 "type": "git", 641 "url": "https://github.com/symfony/polyfill-php80.git", 642 "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" 643 }, 644 "dist": { 645 "type": "zip", 646 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", 647 "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", 648 "shasum": "" 649 }, 650 "require": { 651 "php": ">=7.1" 652 }, 653 "time": "2022-03-04T08:16:47+00:00", 654 "type": "library", 655 "extra": { 656 "branch-alias": { 657 "dev-main": "1.23-dev" 658 }, 659 "thanks": { 660 "name": "symfony/polyfill", 661 "url": "https://github.com/symfony/polyfill" 662 } 663 }, 664 "installation-source": "dist", 665 "autoload": { 666 "files": [ 667 "bootstrap.php" 668 ], 669 "psr-4": { 670 "Symfony\\Polyfill\\Php80\\": "" 671 }, 672 "classmap": [ 673 "Resources/stubs" 674 ] 675 }, 676 "notification-url": "https://packagist.org/downloads/", 677 "license": [ 678 "MIT" 679 ], 680 "authors": [ 681 { 682 "name": "Ion Bazan", 683 "email": "ion.bazan@gmail.com" 684 }, 685 { 686 "name": "Nicolas Grekas", 687 "email": "p@tchwork.com" 688 }, 689 { 690 "name": "Symfony Community", 691 "homepage": "https://symfony.com/contributors" 692 } 693 ], 694 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 695 "homepage": "https://symfony.com", 696 "keywords": [ 697 "compatibility", 698 "polyfill", 699 "portable", 700 "shim" 701 ], 702 "support": { 703 "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" 704 }, 705 "funding": [ 706 { 707 "url": "https://symfony.com/sponsor", 708 "type": "custom" 709 }, 710 { 711 "url": "https://github.com/fabpot", 712 "type": "github" 713 }, 714 { 715 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 716 "type": "tidelift" 717 } 718 ], 719 "install-path": "../symfony/polyfill-php80" 720 }, 721 { 722 "name": "symfony/process", 723 "version": "v5.4.8", 724 "version_normalized": "5.4.8.0", 725 "source": { 726 "type": "git", 727 "url": "https://github.com/symfony/process.git", 728 "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3" 729 }, 730 "dist": { 731 "type": "zip", 732 "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", 733 "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", 734 "shasum": "" 735 }, 736 "require": { 737 "php": ">=7.2.5", 738 "symfony/polyfill-php80": "^1.16" 739 }, 740 "time": "2022-04-08T05:07:18+00:00", 741 "type": "library", 742 "installation-source": "dist", 743 "autoload": { 744 "psr-4": { 745 "Symfony\\Component\\Process\\": "" 746 }, 747 "exclude-from-classmap": [ 748 "/Tests/" 749 ] 750 }, 751 "notification-url": "https://packagist.org/downloads/", 752 "license": [ 753 "MIT" 754 ], 755 "authors": [ 756 { 757 "name": "Fabien Potencier", 758 "email": "fabien@symfony.com" 759 }, 760 { 761 "name": "Symfony Community", 762 "homepage": "https://symfony.com/contributors" 763 } 764 ], 765 "description": "Executes commands in sub-processes", 766 "homepage": "https://symfony.com", 767 "support": { 768 "source": "https://github.com/symfony/process/tree/v5.4.8" 769 }, 770 "funding": [ 771 { 772 "url": "https://symfony.com/sponsor", 773 "type": "custom" 774 }, 775 { 776 "url": "https://github.com/fabpot", 777 "type": "github" 778 }, 779 { 780 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 781 "type": "tidelift" 782 } 783 ], 784 "install-path": "../symfony/process" 785 }, 786 { 787 "name": "symfony/yaml", 788 "version": "v5.4.21", 789 "version_normalized": "5.4.21.0", 790 "source": { 791 "type": "git", 792 "url": "https://github.com/symfony/yaml.git", 793 "reference": "3713e20d93e46e681e51605d213027e48dab3469" 794 }, 795 "dist": { 796 "type": "zip", 797 "url": "https://api.github.com/repos/symfony/yaml/zipball/3713e20d93e46e681e51605d213027e48dab3469", 798 "reference": "3713e20d93e46e681e51605d213027e48dab3469", 799 "shasum": "" 800 }, 801 "require": { 802 "php": ">=7.2.5", 803 "symfony/deprecation-contracts": "^2.1|^3", 804 "symfony/polyfill-ctype": "^1.8" 805 }, 806 "conflict": { 807 "symfony/console": "<5.3" 808 }, 809 "require-dev": { 810 "symfony/console": "^5.3|^6.0" 811 }, 812 "suggest": { 813 "symfony/console": "For validating YAML files using the lint command" 814 }, 815 "time": "2023-02-21T19:46:44+00:00", 816 "bin": [ 817 "Resources/bin/yaml-lint" 818 ], 819 "type": "library", 820 "installation-source": "dist", 821 "autoload": { 822 "psr-4": { 823 "Symfony\\Component\\Yaml\\": "" 824 }, 825 "exclude-from-classmap": [ 826 "/Tests/" 827 ] 828 }, 829 "notification-url": "https://packagist.org/downloads/", 830 "license": [ 831 "MIT" 832 ], 833 "authors": [ 834 { 835 "name": "Fabien Potencier", 836 "email": "fabien@symfony.com" 837 }, 838 { 839 "name": "Symfony Community", 840 "homepage": "https://symfony.com/contributors" 841 } 842 ], 843 "description": "Loads and dumps YAML files", 844 "homepage": "https://symfony.com", 845 "support": { 846 "source": "https://github.com/symfony/yaml/tree/v5.4.21" 847 }, 848 "funding": [ 849 { 850 "url": "https://symfony.com/sponsor", 851 "type": "custom" 852 }, 853 { 854 "url": "https://github.com/fabpot", 855 "type": "github" 856 }, 857 { 858 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 859 "type": "tidelift" 860 } 861 ], 862 "install-path": "../symfony/yaml" 863 } 864 ], 865 "dev": true, 866 "dev-package-names": [] 867} 868