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": "f6e5d7f665da37cc1a2b874fd00a20f7", 8 "packages": [ 9 { 10 "name": "aura/router", 11 "version": "3.1.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/auraphp/Aura.Router.git", 15 "reference": "52507bc813c92511dbcacc7463f163ef5149ad38" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/52507bc813c92511dbcacc7463f163ef5149ad38", 20 "reference": "52507bc813c92511dbcacc7463f163ef5149ad38", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.5.0", 25 "psr/http-message": "~1.0", 26 "psr/log": "~1.0" 27 }, 28 "require-dev": { 29 "phpunit/phpunit": "~5.7 || ~4.8", 30 "zendframework/zend-diactoros": "~1.0" 31 }, 32 "type": "library", 33 "autoload": { 34 "psr-4": { 35 "Aura\\Router\\": "src/" 36 } 37 }, 38 "notification-url": "https://packagist.org/downloads/", 39 "license": [ 40 "MIT" 41 ], 42 "authors": [ 43 { 44 "name": "Aura.Router Contributors", 45 "homepage": "https://github.com/auraphp/Aura.Router/contributors" 46 } 47 ], 48 "description": "Powerful, flexible web routing for PSR-7 requests.", 49 "homepage": "https://github.com/auraphp/Aura.Router", 50 "keywords": [ 51 "psr-7", 52 "route", 53 "router", 54 "routing" 55 ], 56 "time": "2017-03-02T16:34:47+00:00" 57 }, 58 { 59 "name": "doctrine/cache", 60 "version": "1.10.2", 61 "source": { 62 "type": "git", 63 "url": "https://github.com/doctrine/cache.git", 64 "reference": "13e3381b25847283a91948d04640543941309727" 65 }, 66 "dist": { 67 "type": "zip", 68 "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", 69 "reference": "13e3381b25847283a91948d04640543941309727", 70 "shasum": "" 71 }, 72 "require": { 73 "php": "~7.1 || ^8.0" 74 }, 75 "conflict": { 76 "doctrine/common": ">2.2,<2.4" 77 }, 78 "require-dev": { 79 "alcaeus/mongo-php-adapter": "^1.1", 80 "doctrine/coding-standard": "^6.0", 81 "mongodb/mongodb": "^1.1", 82 "phpunit/phpunit": "^7.0", 83 "predis/predis": "~1.0" 84 }, 85 "suggest": { 86 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" 87 }, 88 "type": "library", 89 "extra": { 90 "branch-alias": { 91 "dev-master": "1.9.x-dev" 92 } 93 }, 94 "autoload": { 95 "psr-4": { 96 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" 97 } 98 }, 99 "notification-url": "https://packagist.org/downloads/", 100 "license": [ 101 "MIT" 102 ], 103 "authors": [ 104 { 105 "name": "Guilherme Blanco", 106 "email": "guilhermeblanco@gmail.com" 107 }, 108 { 109 "name": "Roman Borschel", 110 "email": "roman@code-factory.org" 111 }, 112 { 113 "name": "Benjamin Eberlei", 114 "email": "kontakt@beberlei.de" 115 }, 116 { 117 "name": "Jonathan Wage", 118 "email": "jonwage@gmail.com" 119 }, 120 { 121 "name": "Johannes Schmitt", 122 "email": "schmittjoh@gmail.com" 123 } 124 ], 125 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", 126 "homepage": "https://www.doctrine-project.org/projects/cache.html", 127 "keywords": [ 128 "abstraction", 129 "apcu", 130 "cache", 131 "caching", 132 "couchdb", 133 "memcached", 134 "php", 135 "redis", 136 "xcache" 137 ], 138 "funding": [ 139 { 140 "url": "https://www.doctrine-project.org/sponsorship.html", 141 "type": "custom" 142 }, 143 { 144 "url": "https://www.patreon.com/phpdoctrine", 145 "type": "patreon" 146 }, 147 { 148 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", 149 "type": "tidelift" 150 } 151 ], 152 "time": "2020-07-07T18:54:01+00:00" 153 }, 154 { 155 "name": "doctrine/dbal", 156 "version": "v2.9.3", 157 "source": { 158 "type": "git", 159 "url": "https://github.com/doctrine/dbal.git", 160 "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035" 161 }, 162 "dist": { 163 "type": "zip", 164 "url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035", 165 "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035", 166 "shasum": "" 167 }, 168 "require": { 169 "doctrine/cache": "^1.0", 170 "doctrine/event-manager": "^1.0", 171 "ext-pdo": "*", 172 "php": "^7.1" 173 }, 174 "require-dev": { 175 "doctrine/coding-standard": "^5.0", 176 "jetbrains/phpstorm-stubs": "^2018.1.2", 177 "phpstan/phpstan": "^0.10.1", 178 "phpunit/phpunit": "^7.4", 179 "symfony/console": "^2.0.5|^3.0|^4.0", 180 "symfony/phpunit-bridge": "^3.4.5|^4.0.5" 181 }, 182 "suggest": { 183 "symfony/console": "For helpful console commands such as SQL execution and import of files." 184 }, 185 "bin": [ 186 "bin/doctrine-dbal" 187 ], 188 "type": "library", 189 "extra": { 190 "branch-alias": { 191 "dev-master": "2.9.x-dev", 192 "dev-develop": "3.0.x-dev" 193 } 194 }, 195 "autoload": { 196 "psr-4": { 197 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" 198 } 199 }, 200 "notification-url": "https://packagist.org/downloads/", 201 "license": [ 202 "MIT" 203 ], 204 "authors": [ 205 { 206 "name": "Guilherme Blanco", 207 "email": "guilhermeblanco@gmail.com" 208 }, 209 { 210 "name": "Roman Borschel", 211 "email": "roman@code-factory.org" 212 }, 213 { 214 "name": "Benjamin Eberlei", 215 "email": "kontakt@beberlei.de" 216 }, 217 { 218 "name": "Jonathan Wage", 219 "email": "jonwage@gmail.com" 220 } 221 ], 222 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", 223 "homepage": "https://www.doctrine-project.org/projects/dbal.html", 224 "keywords": [ 225 "abstraction", 226 "database", 227 "dbal", 228 "mysql", 229 "persistence", 230 "pgsql", 231 "php", 232 "queryobject" 233 ], 234 "time": "2019-11-02T22:19:34+00:00" 235 }, 236 { 237 "name": "doctrine/event-manager", 238 "version": "1.1.1", 239 "source": { 240 "type": "git", 241 "url": "https://github.com/doctrine/event-manager.git", 242 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" 243 }, 244 "dist": { 245 "type": "zip", 246 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", 247 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", 248 "shasum": "" 249 }, 250 "require": { 251 "php": "^7.1 || ^8.0" 252 }, 253 "conflict": { 254 "doctrine/common": "<2.9@dev" 255 }, 256 "require-dev": { 257 "doctrine/coding-standard": "^6.0", 258 "phpunit/phpunit": "^7.0" 259 }, 260 "type": "library", 261 "extra": { 262 "branch-alias": { 263 "dev-master": "1.0.x-dev" 264 } 265 }, 266 "autoload": { 267 "psr-4": { 268 "Doctrine\\Common\\": "lib/Doctrine/Common" 269 } 270 }, 271 "notification-url": "https://packagist.org/downloads/", 272 "license": [ 273 "MIT" 274 ], 275 "authors": [ 276 { 277 "name": "Guilherme Blanco", 278 "email": "guilhermeblanco@gmail.com" 279 }, 280 { 281 "name": "Roman Borschel", 282 "email": "roman@code-factory.org" 283 }, 284 { 285 "name": "Benjamin Eberlei", 286 "email": "kontakt@beberlei.de" 287 }, 288 { 289 "name": "Jonathan Wage", 290 "email": "jonwage@gmail.com" 291 }, 292 { 293 "name": "Johannes Schmitt", 294 "email": "schmittjoh@gmail.com" 295 }, 296 { 297 "name": "Marco Pivetta", 298 "email": "ocramius@gmail.com" 299 } 300 ], 301 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", 302 "homepage": "https://www.doctrine-project.org/projects/event-manager.html", 303 "keywords": [ 304 "event", 305 "event dispatcher", 306 "event manager", 307 "event system", 308 "events" 309 ], 310 "funding": [ 311 { 312 "url": "https://www.doctrine-project.org/sponsorship.html", 313 "type": "custom" 314 }, 315 { 316 "url": "https://www.patreon.com/phpdoctrine", 317 "type": "patreon" 318 }, 319 { 320 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", 321 "type": "tidelift" 322 } 323 ], 324 "time": "2020-05-29T18:28:51+00:00" 325 }, 326 { 327 "name": "doctrine/inflector", 328 "version": "1.3.1", 329 "source": { 330 "type": "git", 331 "url": "https://github.com/doctrine/inflector.git", 332 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" 333 }, 334 "dist": { 335 "type": "zip", 336 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", 337 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", 338 "shasum": "" 339 }, 340 "require": { 341 "php": "^7.1" 342 }, 343 "require-dev": { 344 "phpunit/phpunit": "^6.2" 345 }, 346 "type": "library", 347 "extra": { 348 "branch-alias": { 349 "dev-master": "1.3.x-dev" 350 } 351 }, 352 "autoload": { 353 "psr-4": { 354 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" 355 } 356 }, 357 "notification-url": "https://packagist.org/downloads/", 358 "license": [ 359 "MIT" 360 ], 361 "authors": [ 362 { 363 "name": "Guilherme Blanco", 364 "email": "guilhermeblanco@gmail.com" 365 }, 366 { 367 "name": "Roman Borschel", 368 "email": "roman@code-factory.org" 369 }, 370 { 371 "name": "Benjamin Eberlei", 372 "email": "kontakt@beberlei.de" 373 }, 374 { 375 "name": "Jonathan Wage", 376 "email": "jonwage@gmail.com" 377 }, 378 { 379 "name": "Johannes Schmitt", 380 "email": "schmittjoh@gmail.com" 381 } 382 ], 383 "description": "Common String Manipulations with regard to casing and singular/plural rules.", 384 "homepage": "http://www.doctrine-project.org", 385 "keywords": [ 386 "inflection", 387 "pluralize", 388 "singularize", 389 "string" 390 ], 391 "time": "2019-10-30T19:59:35+00:00" 392 }, 393 { 394 "name": "doctrine/lexer", 395 "version": "1.0.2", 396 "source": { 397 "type": "git", 398 "url": "https://github.com/doctrine/lexer.git", 399 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" 400 }, 401 "dist": { 402 "type": "zip", 403 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", 404 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", 405 "shasum": "" 406 }, 407 "require": { 408 "php": ">=5.3.2" 409 }, 410 "require-dev": { 411 "phpunit/phpunit": "^4.5" 412 }, 413 "type": "library", 414 "extra": { 415 "branch-alias": { 416 "dev-master": "1.0.x-dev" 417 } 418 }, 419 "autoload": { 420 "psr-4": { 421 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" 422 } 423 }, 424 "notification-url": "https://packagist.org/downloads/", 425 "license": [ 426 "MIT" 427 ], 428 "authors": [ 429 { 430 "name": "Roman Borschel", 431 "email": "roman@code-factory.org" 432 }, 433 { 434 "name": "Guilherme Blanco", 435 "email": "guilhermeblanco@gmail.com" 436 }, 437 { 438 "name": "Johannes Schmitt", 439 "email": "schmittjoh@gmail.com" 440 } 441 ], 442 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", 443 "homepage": "https://www.doctrine-project.org/projects/lexer.html", 444 "keywords": [ 445 "annotations", 446 "docblock", 447 "lexer", 448 "parser", 449 "php" 450 ], 451 "time": "2019-06-08T11:03:04+00:00" 452 }, 453 { 454 "name": "egulias/email-validator", 455 "version": "2.1.22", 456 "source": { 457 "type": "git", 458 "url": "https://github.com/egulias/EmailValidator.git", 459 "reference": "68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5" 460 }, 461 "dist": { 462 "type": "zip", 463 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5", 464 "reference": "68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5", 465 "shasum": "" 466 }, 467 "require": { 468 "doctrine/lexer": "^1.0.1", 469 "php": ">=5.5", 470 "symfony/polyfill-intl-idn": "^1.10" 471 }, 472 "require-dev": { 473 "dominicsayers/isemail": "^3.0.7", 474 "phpunit/phpunit": "^4.8.36|^7.5.15", 475 "satooshi/php-coveralls": "^1.0.1" 476 }, 477 "suggest": { 478 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" 479 }, 480 "type": "library", 481 "extra": { 482 "branch-alias": { 483 "dev-master": "2.1.x-dev" 484 } 485 }, 486 "autoload": { 487 "psr-4": { 488 "Egulias\\EmailValidator\\": "src" 489 } 490 }, 491 "notification-url": "https://packagist.org/downloads/", 492 "license": [ 493 "MIT" 494 ], 495 "authors": [ 496 { 497 "name": "Eduardo Gulias Davis" 498 } 499 ], 500 "description": "A library for validating emails against several RFCs", 501 "homepage": "https://github.com/egulias/EmailValidator", 502 "keywords": [ 503 "email", 504 "emailvalidation", 505 "emailvalidator", 506 "validation", 507 "validator" 508 ], 509 "time": "2020-09-26T15:48:38+00:00" 510 }, 511 { 512 "name": "ezyang/htmlpurifier", 513 "version": "v4.13.0", 514 "source": { 515 "type": "git", 516 "url": "https://github.com/ezyang/htmlpurifier.git", 517 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" 518 }, 519 "dist": { 520 "type": "zip", 521 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", 522 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", 523 "shasum": "" 524 }, 525 "require": { 526 "php": ">=5.2" 527 }, 528 "require-dev": { 529 "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" 530 }, 531 "type": "library", 532 "autoload": { 533 "psr-0": { 534 "HTMLPurifier": "library/" 535 }, 536 "files": [ 537 "library/HTMLPurifier.composer.php" 538 ], 539 "exclude-from-classmap": [ 540 "/library/HTMLPurifier/Language/" 541 ] 542 }, 543 "notification-url": "https://packagist.org/downloads/", 544 "license": [ 545 "LGPL-2.1-or-later" 546 ], 547 "authors": [ 548 { 549 "name": "Edward Z. Yang", 550 "email": "admin@htmlpurifier.org", 551 "homepage": "http://ezyang.com" 552 } 553 ], 554 "description": "Standards compliant HTML filter written in PHP", 555 "homepage": "http://htmlpurifier.org/", 556 "keywords": [ 557 "html" 558 ], 559 "time": "2020-06-29T00:56:53+00:00" 560 }, 561 { 562 "name": "fig/http-message-util", 563 "version": "1.1.4", 564 "source": { 565 "type": "git", 566 "url": "https://github.com/php-fig/http-message-util.git", 567 "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422" 568 }, 569 "dist": { 570 "type": "zip", 571 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422", 572 "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422", 573 "shasum": "" 574 }, 575 "require": { 576 "php": "^5.3 || ^7.0" 577 }, 578 "suggest": { 579 "psr/http-message": "The package containing the PSR-7 interfaces" 580 }, 581 "type": "library", 582 "extra": { 583 "branch-alias": { 584 "dev-master": "1.1.x-dev" 585 } 586 }, 587 "autoload": { 588 "psr-4": { 589 "Fig\\Http\\Message\\": "src/" 590 } 591 }, 592 "notification-url": "https://packagist.org/downloads/", 593 "license": [ 594 "MIT" 595 ], 596 "authors": [ 597 { 598 "name": "PHP-FIG", 599 "homepage": "http://www.php-fig.org/" 600 } 601 ], 602 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", 603 "keywords": [ 604 "http", 605 "http-message", 606 "psr", 607 "psr-7", 608 "request", 609 "response" 610 ], 611 "time": "2020-02-05T20:36:27+00:00" 612 }, 613 { 614 "name": "fisharebest/algorithm", 615 "version": "1.5.1", 616 "source": { 617 "type": "git", 618 "url": "https://github.com/fisharebest/algorithm.git", 619 "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062" 620 }, 621 "dist": { 622 "type": "zip", 623 "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/7d1bc0fc91b66cf613af9147e9a287c905a8b062", 624 "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062", 625 "shasum": "" 626 }, 627 "require": { 628 "php": ">=5.3.0" 629 }, 630 "require-dev": { 631 "php-coveralls/php-coveralls": "*", 632 "phpunit/phpunit": "4.*" 633 }, 634 "type": "library", 635 "autoload": { 636 "psr-4": { 637 "Fisharebest\\Algorithm\\": "src/" 638 } 639 }, 640 "notification-url": "https://packagist.org/downloads/", 641 "license": [ 642 "GPL-3.0+" 643 ], 644 "authors": [ 645 { 646 "name": "Greg Roach", 647 "email": "greg@subaqua.co.uk", 648 "role": "Developer" 649 } 650 ], 651 "description": "Implementation of standard algorithms in PHP.", 652 "homepage": "https://github.com/fisharebest/algorithm", 653 "keywords": [ 654 "Algorithm", 655 "diff", 656 "dijkstra", 657 "myers" 658 ], 659 "time": "2018-12-24T08:53:40+00:00" 660 }, 661 { 662 "name": "fisharebest/ext-calendar", 663 "version": "2.5.0", 664 "source": { 665 "type": "git", 666 "url": "https://github.com/fisharebest/ext-calendar.git", 667 "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329" 668 }, 669 "dist": { 670 "type": "zip", 671 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/155a2d3f5713e1e1805d68cdb42a28ca842e7329", 672 "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329", 673 "shasum": "" 674 }, 675 "require": { 676 "php": ">=5.3.0" 677 }, 678 "require-dev": { 679 "phpunit/phpunit": "<6", 680 "satooshi/php-coveralls": "*" 681 }, 682 "type": "library", 683 "autoload": { 684 "files": [ 685 "src/shims.php" 686 ], 687 "psr-4": { 688 "Fisharebest\\ExtCalendar\\": "src/" 689 } 690 }, 691 "notification-url": "https://packagist.org/downloads/", 692 "license": [ 693 "GPL-3.0+" 694 ], 695 "authors": [ 696 { 697 "name": "Greg Roach", 698 "email": "fisharebest@gmail.com", 699 "role": "Developer" 700 } 701 ], 702 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.", 703 "homepage": "https://github.com/fisharebest/ext-calendar", 704 "keywords": [ 705 "Jalali", 706 "arabic", 707 "calendar", 708 "ext-calendar", 709 "french", 710 "gregorian", 711 "hebrew", 712 "hijri", 713 "jewish", 714 "julian", 715 "julian day", 716 "julian day number", 717 "persian", 718 "shamsi" 719 ], 720 "time": "2018-09-17T20:40:07+00:00" 721 }, 722 { 723 "name": "fisharebest/flysystem-chroot-adapter", 724 "version": "1.0.1", 725 "source": { 726 "type": "git", 727 "url": "https://github.com/fisharebest/flysystem-chroot-adapter.git", 728 "reference": "378954c39f63996eb6171f1fd4fef1ee2eb03229" 729 }, 730 "dist": { 731 "type": "zip", 732 "url": "https://api.github.com/repos/fisharebest/flysystem-chroot-adapter/zipball/378954c39f63996eb6171f1fd4fef1ee2eb03229", 733 "reference": "378954c39f63996eb6171f1fd4fef1ee2eb03229", 734 "shasum": "" 735 }, 736 "require": { 737 "league/flysystem": "~1.0" 738 }, 739 "require-dev": { 740 "league/flysystem-memory": "~1.0", 741 "php-coveralls/php-coveralls": "*", 742 "phpunit/phpunit": "~6.0" 743 }, 744 "type": "library", 745 "autoload": { 746 "psr-4": { 747 "Fisharebest\\Flysystem\\Adapter\\": "src/" 748 } 749 }, 750 "notification-url": "https://packagist.org/downloads/", 751 "license": [ 752 "MIT" 753 ], 754 "authors": [ 755 { 756 "name": "Greg Roach", 757 "email": "fisharebest@gmail.com", 758 "role": "Developer" 759 } 760 ], 761 "description": "Creates a filesystem from a sub-folder in another filesystem.", 762 "homepage": "https://github.com/fisharebest/flysystem-chroot-adapter", 763 "keywords": [ 764 "Flysystem", 765 "adapter", 766 "chroot" 767 ], 768 "time": "2019-09-24T14:58:15+00:00" 769 }, 770 { 771 "name": "fisharebest/localization", 772 "version": "1.15.1", 773 "source": { 774 "type": "git", 775 "url": "https://github.com/fisharebest/localization.git", 776 "reference": "2f2b620e90998cc263d9fcef87e8b173376d1b0c" 777 }, 778 "dist": { 779 "type": "zip", 780 "url": "https://api.github.com/repos/fisharebest/localization/zipball/2f2b620e90998cc263d9fcef87e8b173376d1b0c", 781 "reference": "2f2b620e90998cc263d9fcef87e8b173376d1b0c", 782 "shasum": "" 783 }, 784 "require": { 785 "php": ">=5.3.0" 786 }, 787 "require-dev": { 788 "ext-simplexml": "*", 789 "php-coveralls/php-coveralls": "*", 790 "phpunit/phpunit": "*" 791 }, 792 "type": "library", 793 "autoload": { 794 "psr-4": { 795 "Fisharebest\\Localization\\": "src/" 796 } 797 }, 798 "notification-url": "https://packagist.org/downloads/", 799 "license": [ 800 "GPL-3.0+" 801 ], 802 "authors": [ 803 { 804 "name": "Greg Roach", 805 "email": "fisharebest@gmail.com", 806 "role": "Developer" 807 } 808 ], 809 "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.", 810 "homepage": "https://github.com/fisharebest/localization", 811 "keywords": [ 812 "cldr", 813 "gettext", 814 "i18n", 815 "l10n", 816 "language", 817 "locale", 818 "localization", 819 "script", 820 "translate", 821 "translation" 822 ], 823 "time": "2019-07-02T10:07:27+00:00" 824 }, 825 { 826 "name": "guzzlehttp/guzzle", 827 "version": "6.5.5", 828 "source": { 829 "type": "git", 830 "url": "https://github.com/guzzle/guzzle.git", 831 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" 832 }, 833 "dist": { 834 "type": "zip", 835 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", 836 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", 837 "shasum": "" 838 }, 839 "require": { 840 "ext-json": "*", 841 "guzzlehttp/promises": "^1.0", 842 "guzzlehttp/psr7": "^1.6.1", 843 "php": ">=5.5", 844 "symfony/polyfill-intl-idn": "^1.17.0" 845 }, 846 "require-dev": { 847 "ext-curl": "*", 848 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", 849 "psr/log": "^1.1" 850 }, 851 "suggest": { 852 "psr/log": "Required for using the Log middleware" 853 }, 854 "type": "library", 855 "extra": { 856 "branch-alias": { 857 "dev-master": "6.5-dev" 858 } 859 }, 860 "autoload": { 861 "psr-4": { 862 "GuzzleHttp\\": "src/" 863 }, 864 "files": [ 865 "src/functions_include.php" 866 ] 867 }, 868 "notification-url": "https://packagist.org/downloads/", 869 "license": [ 870 "MIT" 871 ], 872 "authors": [ 873 { 874 "name": "Michael Dowling", 875 "email": "mtdowling@gmail.com", 876 "homepage": "https://github.com/mtdowling" 877 } 878 ], 879 "description": "Guzzle is a PHP HTTP client library", 880 "homepage": "http://guzzlephp.org/", 881 "keywords": [ 882 "client", 883 "curl", 884 "framework", 885 "http", 886 "http client", 887 "rest", 888 "web service" 889 ], 890 "time": "2020-06-16T21:01:06+00:00" 891 }, 892 { 893 "name": "guzzlehttp/promises", 894 "version": "1.4.0", 895 "source": { 896 "type": "git", 897 "url": "https://github.com/guzzle/promises.git", 898 "reference": "60d379c243457e073cff02bc323a2a86cb355631" 899 }, 900 "dist": { 901 "type": "zip", 902 "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631", 903 "reference": "60d379c243457e073cff02bc323a2a86cb355631", 904 "shasum": "" 905 }, 906 "require": { 907 "php": ">=5.5" 908 }, 909 "require-dev": { 910 "symfony/phpunit-bridge": "^4.4 || ^5.1" 911 }, 912 "type": "library", 913 "extra": { 914 "branch-alias": { 915 "dev-master": "1.4-dev" 916 } 917 }, 918 "autoload": { 919 "psr-4": { 920 "GuzzleHttp\\Promise\\": "src/" 921 }, 922 "files": [ 923 "src/functions_include.php" 924 ] 925 }, 926 "notification-url": "https://packagist.org/downloads/", 927 "license": [ 928 "MIT" 929 ], 930 "authors": [ 931 { 932 "name": "Michael Dowling", 933 "email": "mtdowling@gmail.com", 934 "homepage": "https://github.com/mtdowling" 935 } 936 ], 937 "description": "Guzzle promises library", 938 "keywords": [ 939 "promise" 940 ], 941 "time": "2020-09-30T07:37:28+00:00" 942 }, 943 { 944 "name": "guzzlehttp/psr7", 945 "version": "1.7.0", 946 "source": { 947 "type": "git", 948 "url": "https://github.com/guzzle/psr7.git", 949 "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" 950 }, 951 "dist": { 952 "type": "zip", 953 "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", 954 "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", 955 "shasum": "" 956 }, 957 "require": { 958 "php": ">=5.4.0", 959 "psr/http-message": "~1.0", 960 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" 961 }, 962 "provide": { 963 "psr/http-message-implementation": "1.0" 964 }, 965 "require-dev": { 966 "ext-zlib": "*", 967 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" 968 }, 969 "suggest": { 970 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" 971 }, 972 "type": "library", 973 "extra": { 974 "branch-alias": { 975 "dev-master": "1.7-dev" 976 } 977 }, 978 "autoload": { 979 "psr-4": { 980 "GuzzleHttp\\Psr7\\": "src/" 981 }, 982 "files": [ 983 "src/functions_include.php" 984 ] 985 }, 986 "notification-url": "https://packagist.org/downloads/", 987 "license": [ 988 "MIT" 989 ], 990 "authors": [ 991 { 992 "name": "Michael Dowling", 993 "email": "mtdowling@gmail.com", 994 "homepage": "https://github.com/mtdowling" 995 }, 996 { 997 "name": "Tobias Schultze", 998 "homepage": "https://github.com/Tobion" 999 } 1000 ], 1001 "description": "PSR-7 message implementation that also provides common utility methods", 1002 "keywords": [ 1003 "http", 1004 "message", 1005 "psr-7", 1006 "request", 1007 "response", 1008 "stream", 1009 "uri", 1010 "url" 1011 ], 1012 "time": "2020-09-30T07:37:11+00:00" 1013 }, 1014 { 1015 "name": "illuminate/container", 1016 "version": "v5.8.36", 1017 "source": { 1018 "type": "git", 1019 "url": "https://github.com/illuminate/container.git", 1020 "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574" 1021 }, 1022 "dist": { 1023 "type": "zip", 1024 "url": "https://api.github.com/repos/illuminate/container/zipball/b42e5ef939144b77f78130918da0ce2d9ee16574", 1025 "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574", 1026 "shasum": "" 1027 }, 1028 "require": { 1029 "illuminate/contracts": "5.8.*", 1030 "illuminate/support": "5.8.*", 1031 "php": "^7.1.3", 1032 "psr/container": "^1.0" 1033 }, 1034 "type": "library", 1035 "extra": { 1036 "branch-alias": { 1037 "dev-master": "5.8-dev" 1038 } 1039 }, 1040 "autoload": { 1041 "psr-4": { 1042 "Illuminate\\Container\\": "" 1043 } 1044 }, 1045 "notification-url": "https://packagist.org/downloads/", 1046 "license": [ 1047 "MIT" 1048 ], 1049 "authors": [ 1050 { 1051 "name": "Taylor Otwell", 1052 "email": "taylor@laravel.com" 1053 } 1054 ], 1055 "description": "The Illuminate Container package.", 1056 "homepage": "https://laravel.com", 1057 "time": "2019-08-20T02:00:23+00:00" 1058 }, 1059 { 1060 "name": "illuminate/contracts", 1061 "version": "v5.8.36", 1062 "source": { 1063 "type": "git", 1064 "url": "https://github.com/illuminate/contracts.git", 1065 "reference": "00fc6afee788fa07c311b0650ad276585f8aef96" 1066 }, 1067 "dist": { 1068 "type": "zip", 1069 "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96", 1070 "reference": "00fc6afee788fa07c311b0650ad276585f8aef96", 1071 "shasum": "" 1072 }, 1073 "require": { 1074 "php": "^7.1.3", 1075 "psr/container": "^1.0", 1076 "psr/simple-cache": "^1.0" 1077 }, 1078 "type": "library", 1079 "extra": { 1080 "branch-alias": { 1081 "dev-master": "5.8-dev" 1082 } 1083 }, 1084 "autoload": { 1085 "psr-4": { 1086 "Illuminate\\Contracts\\": "" 1087 } 1088 }, 1089 "notification-url": "https://packagist.org/downloads/", 1090 "license": [ 1091 "MIT" 1092 ], 1093 "authors": [ 1094 { 1095 "name": "Taylor Otwell", 1096 "email": "taylor@laravel.com" 1097 } 1098 ], 1099 "description": "The Illuminate Contracts package.", 1100 "homepage": "https://laravel.com", 1101 "time": "2019-07-30T13:57:21+00:00" 1102 }, 1103 { 1104 "name": "illuminate/database", 1105 "version": "v5.8.36", 1106 "source": { 1107 "type": "git", 1108 "url": "https://github.com/illuminate/database.git", 1109 "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9" 1110 }, 1111 "dist": { 1112 "type": "zip", 1113 "url": "https://api.github.com/repos/illuminate/database/zipball/ac9ae2d82b8a6137400f17b3eea258be3518daa9", 1114 "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9", 1115 "shasum": "" 1116 }, 1117 "require": { 1118 "ext-json": "*", 1119 "illuminate/container": "5.8.*", 1120 "illuminate/contracts": "5.8.*", 1121 "illuminate/support": "5.8.*", 1122 "php": "^7.1.3" 1123 }, 1124 "suggest": { 1125 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", 1126 "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", 1127 "illuminate/console": "Required to use the database commands (5.8.*).", 1128 "illuminate/events": "Required to use the observers with Eloquent (5.8.*).", 1129 "illuminate/filesystem": "Required to use the migrations (5.8.*).", 1130 "illuminate/pagination": "Required to paginate the result set (5.8.*)." 1131 }, 1132 "type": "library", 1133 "extra": { 1134 "branch-alias": { 1135 "dev-master": "5.8-dev" 1136 } 1137 }, 1138 "autoload": { 1139 "psr-4": { 1140 "Illuminate\\Database\\": "" 1141 } 1142 }, 1143 "notification-url": "https://packagist.org/downloads/", 1144 "license": [ 1145 "MIT" 1146 ], 1147 "authors": [ 1148 { 1149 "name": "Taylor Otwell", 1150 "email": "taylor@laravel.com" 1151 } 1152 ], 1153 "description": "The Illuminate Database package.", 1154 "homepage": "https://laravel.com", 1155 "keywords": [ 1156 "database", 1157 "laravel", 1158 "orm", 1159 "sql" 1160 ], 1161 "time": "2019-10-03T16:22:57+00:00" 1162 }, 1163 { 1164 "name": "illuminate/support", 1165 "version": "v5.8.36", 1166 "source": { 1167 "type": "git", 1168 "url": "https://github.com/illuminate/support.git", 1169 "reference": "df4af6a32908f1d89d74348624b57e3233eea247" 1170 }, 1171 "dist": { 1172 "type": "zip", 1173 "url": "https://api.github.com/repos/illuminate/support/zipball/df4af6a32908f1d89d74348624b57e3233eea247", 1174 "reference": "df4af6a32908f1d89d74348624b57e3233eea247", 1175 "shasum": "" 1176 }, 1177 "require": { 1178 "doctrine/inflector": "^1.1", 1179 "ext-json": "*", 1180 "ext-mbstring": "*", 1181 "illuminate/contracts": "5.8.*", 1182 "nesbot/carbon": "^1.26.3 || ^2.0", 1183 "php": "^7.1.3" 1184 }, 1185 "conflict": { 1186 "tightenco/collect": "<5.5.33" 1187 }, 1188 "suggest": { 1189 "illuminate/filesystem": "Required to use the composer class (5.8.*).", 1190 "moontoast/math": "Required to use ordered UUIDs (^1.1).", 1191 "ramsey/uuid": "Required to use Str::uuid() (^3.7).", 1192 "symfony/process": "Required to use the composer class (^4.2).", 1193 "symfony/var-dumper": "Required to use the dd function (^4.2).", 1194 "vlucas/phpdotenv": "Required to use the env helper (^3.3)." 1195 }, 1196 "type": "library", 1197 "extra": { 1198 "branch-alias": { 1199 "dev-master": "5.8-dev" 1200 } 1201 }, 1202 "autoload": { 1203 "psr-4": { 1204 "Illuminate\\Support\\": "" 1205 }, 1206 "files": [ 1207 "helpers.php" 1208 ] 1209 }, 1210 "notification-url": "https://packagist.org/downloads/", 1211 "license": [ 1212 "MIT" 1213 ], 1214 "authors": [ 1215 { 1216 "name": "Taylor Otwell", 1217 "email": "taylor@laravel.com" 1218 } 1219 ], 1220 "description": "The Illuminate Support package.", 1221 "homepage": "https://laravel.com", 1222 "time": "2019-12-12T14:16:47+00:00" 1223 }, 1224 { 1225 "name": "intervention/image", 1226 "version": "2.5.1", 1227 "source": { 1228 "type": "git", 1229 "url": "https://github.com/Intervention/image.git", 1230 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e" 1231 }, 1232 "dist": { 1233 "type": "zip", 1234 "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e", 1235 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e", 1236 "shasum": "" 1237 }, 1238 "require": { 1239 "ext-fileinfo": "*", 1240 "guzzlehttp/psr7": "~1.1", 1241 "php": ">=5.4.0" 1242 }, 1243 "require-dev": { 1244 "mockery/mockery": "~0.9.2", 1245 "phpunit/phpunit": "^4.8 || ^5.7" 1246 }, 1247 "suggest": { 1248 "ext-gd": "to use GD library based image processing.", 1249 "ext-imagick": "to use Imagick based image processing.", 1250 "intervention/imagecache": "Caching extension for the Intervention Image library" 1251 }, 1252 "type": "library", 1253 "extra": { 1254 "branch-alias": { 1255 "dev-master": "2.4-dev" 1256 }, 1257 "laravel": { 1258 "providers": [ 1259 "Intervention\\Image\\ImageServiceProvider" 1260 ], 1261 "aliases": { 1262 "Image": "Intervention\\Image\\Facades\\Image" 1263 } 1264 } 1265 }, 1266 "autoload": { 1267 "psr-4": { 1268 "Intervention\\Image\\": "src/Intervention/Image" 1269 } 1270 }, 1271 "notification-url": "https://packagist.org/downloads/", 1272 "license": [ 1273 "MIT" 1274 ], 1275 "authors": [ 1276 { 1277 "name": "Oliver Vogel", 1278 "email": "oliver@olivervogel.com", 1279 "homepage": "http://olivervogel.com/" 1280 } 1281 ], 1282 "description": "Image handling and manipulation library with support for Laravel integration", 1283 "homepage": "http://image.intervention.io/", 1284 "keywords": [ 1285 "gd", 1286 "image", 1287 "imagick", 1288 "laravel", 1289 "thumbnail", 1290 "watermark" 1291 ], 1292 "time": "2019-11-02T09:15:47+00:00" 1293 }, 1294 { 1295 "name": "io-developer/php-whois", 1296 "version": "3.5.0", 1297 "source": { 1298 "type": "git", 1299 "url": "https://github.com/io-developer/php-whois.git", 1300 "reference": "0fddbb79bc26f0d97cf962f13c6e119a3fb3ff5a" 1301 }, 1302 "dist": { 1303 "type": "zip", 1304 "url": "https://api.github.com/repos/io-developer/php-whois/zipball/0fddbb79bc26f0d97cf962f13c6e119a3fb3ff5a", 1305 "reference": "0fddbb79bc26f0d97cf962f13c6e119a3fb3ff5a", 1306 "shasum": "" 1307 }, 1308 "require": { 1309 "ext-curl": "*", 1310 "ext-intl": "*", 1311 "ext-mbstring": "*", 1312 "php": ">=5.4" 1313 }, 1314 "require-dev": { 1315 "phpunit/phpunit": "^4.0" 1316 }, 1317 "type": "library", 1318 "autoload": { 1319 "psr-4": { 1320 "Iodev\\": "src/Iodev/" 1321 } 1322 }, 1323 "notification-url": "https://packagist.org/downloads/", 1324 "license": [ 1325 "MIT" 1326 ], 1327 "authors": [ 1328 { 1329 "name": "Sergey Sedyshev", 1330 "email": "i.o.developer@gmail.com", 1331 "homepage": "https://github.com/io-developer" 1332 } 1333 ], 1334 "description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ", 1335 "homepage": "https://github.com/io-developer/php-whois", 1336 "keywords": [ 1337 "asn", 1338 "domain", 1339 "info", 1340 "lookup", 1341 "parser", 1342 "php", 1343 "query", 1344 "routes", 1345 "tld", 1346 "whois", 1347 "црщшы" 1348 ], 1349 "time": "2020-03-08T15:59:03+00:00" 1350 }, 1351 { 1352 "name": "league/commonmark", 1353 "version": "1.5.5", 1354 "source": { 1355 "type": "git", 1356 "url": "https://github.com/thephpleague/commonmark.git", 1357 "reference": "45832dfed6007b984c0d40addfac48d403dc6432" 1358 }, 1359 "dist": { 1360 "type": "zip", 1361 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/45832dfed6007b984c0d40addfac48d403dc6432", 1362 "reference": "45832dfed6007b984c0d40addfac48d403dc6432", 1363 "shasum": "" 1364 }, 1365 "require": { 1366 "ext-mbstring": "*", 1367 "php": "^7.1 || ^8.0" 1368 }, 1369 "conflict": { 1370 "scrutinizer/ocular": "1.7.*" 1371 }, 1372 "require-dev": { 1373 "cebe/markdown": "~1.0", 1374 "commonmark/commonmark.js": "0.29.2", 1375 "erusev/parsedown": "~1.0", 1376 "ext-json": "*", 1377 "github/gfm": "0.29.0", 1378 "michelf/php-markdown": "~1.4", 1379 "mikehaertl/php-shellcommand": "^1.4", 1380 "phpstan/phpstan": "^0.12", 1381 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2", 1382 "scrutinizer/ocular": "^1.5", 1383 "symfony/finder": "^4.2" 1384 }, 1385 "bin": [ 1386 "bin/commonmark" 1387 ], 1388 "type": "library", 1389 "autoload": { 1390 "psr-4": { 1391 "League\\CommonMark\\": "src" 1392 } 1393 }, 1394 "notification-url": "https://packagist.org/downloads/", 1395 "license": [ 1396 "BSD-3-Clause" 1397 ], 1398 "authors": [ 1399 { 1400 "name": "Colin O'Dell", 1401 "email": "colinodell@gmail.com", 1402 "homepage": "https://www.colinodell.com", 1403 "role": "Lead Developer" 1404 } 1405 ], 1406 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)", 1407 "homepage": "https://commonmark.thephpleague.com", 1408 "keywords": [ 1409 "commonmark", 1410 "flavored", 1411 "gfm", 1412 "github", 1413 "github-flavored", 1414 "markdown", 1415 "md", 1416 "parser" 1417 ], 1418 "funding": [ 1419 { 1420 "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark", 1421 "type": "custom" 1422 }, 1423 { 1424 "url": "https://www.colinodell.com/sponsor", 1425 "type": "custom" 1426 }, 1427 { 1428 "url": "https://www.paypal.me/colinpodell/10.00", 1429 "type": "custom" 1430 }, 1431 { 1432 "url": "https://github.com/colinodell", 1433 "type": "github" 1434 }, 1435 { 1436 "url": "https://www.patreon.com/colinodell", 1437 "type": "patreon" 1438 }, 1439 { 1440 "url": "https://tidelift.com/funding/github/packagist/league/commonmark", 1441 "type": "tidelift" 1442 } 1443 ], 1444 "time": "2020-09-13T14:44:46+00:00" 1445 }, 1446 { 1447 "name": "league/flysystem", 1448 "version": "1.0.70", 1449 "source": { 1450 "type": "git", 1451 "url": "https://github.com/thephpleague/flysystem.git", 1452 "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493" 1453 }, 1454 "dist": { 1455 "type": "zip", 1456 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493", 1457 "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493", 1458 "shasum": "" 1459 }, 1460 "require": { 1461 "ext-fileinfo": "*", 1462 "php": ">=5.5.9" 1463 }, 1464 "conflict": { 1465 "league/flysystem-sftp": "<1.0.6" 1466 }, 1467 "require-dev": { 1468 "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0", 1469 "phpunit/phpunit": "^5.7.26" 1470 }, 1471 "suggest": { 1472 "ext-fileinfo": "Required for MimeType", 1473 "ext-ftp": "Allows you to use FTP server storage", 1474 "ext-openssl": "Allows you to use FTPS server storage", 1475 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", 1476 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", 1477 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", 1478 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", 1479 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", 1480 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", 1481 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", 1482 "league/flysystem-webdav": "Allows you to use WebDAV storage", 1483 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", 1484 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", 1485 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" 1486 }, 1487 "type": "library", 1488 "extra": { 1489 "branch-alias": { 1490 "dev-master": "1.1-dev" 1491 } 1492 }, 1493 "autoload": { 1494 "psr-4": { 1495 "League\\Flysystem\\": "src/" 1496 } 1497 }, 1498 "notification-url": "https://packagist.org/downloads/", 1499 "license": [ 1500 "MIT" 1501 ], 1502 "authors": [ 1503 { 1504 "name": "Frank de Jonge", 1505 "email": "info@frenky.net" 1506 } 1507 ], 1508 "description": "Filesystem abstraction: Many filesystems, one API.", 1509 "keywords": [ 1510 "Cloud Files", 1511 "WebDAV", 1512 "abstraction", 1513 "aws", 1514 "cloud", 1515 "copy.com", 1516 "dropbox", 1517 "file systems", 1518 "files", 1519 "filesystem", 1520 "filesystems", 1521 "ftp", 1522 "rackspace", 1523 "remote", 1524 "s3", 1525 "sftp", 1526 "storage" 1527 ], 1528 "funding": [ 1529 { 1530 "url": "https://offset.earth/frankdejonge", 1531 "type": "other" 1532 } 1533 ], 1534 "time": "2020-07-26T07:20:36+00:00" 1535 }, 1536 { 1537 "name": "league/flysystem-cached-adapter", 1538 "version": "1.1.0", 1539 "source": { 1540 "type": "git", 1541 "url": "https://github.com/thephpleague/flysystem-cached-adapter.git", 1542 "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff" 1543 }, 1544 "dist": { 1545 "type": "zip", 1546 "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff", 1547 "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff", 1548 "shasum": "" 1549 }, 1550 "require": { 1551 "league/flysystem": "~1.0", 1552 "psr/cache": "^1.0.0" 1553 }, 1554 "require-dev": { 1555 "mockery/mockery": "~0.9", 1556 "phpspec/phpspec": "^3.4", 1557 "phpunit/phpunit": "^5.7", 1558 "predis/predis": "~1.0", 1559 "tedivm/stash": "~0.12" 1560 }, 1561 "suggest": { 1562 "ext-phpredis": "Pure C implemented extension for PHP" 1563 }, 1564 "type": "library", 1565 "autoload": { 1566 "psr-4": { 1567 "League\\Flysystem\\Cached\\": "src/" 1568 } 1569 }, 1570 "notification-url": "https://packagist.org/downloads/", 1571 "license": [ 1572 "MIT" 1573 ], 1574 "authors": [ 1575 { 1576 "name": "frankdejonge", 1577 "email": "info@frenky.net" 1578 } 1579 ], 1580 "description": "An adapter decorator to enable meta-data caching.", 1581 "time": "2020-07-25T15:56:04+00:00" 1582 }, 1583 { 1584 "name": "league/flysystem-ziparchive", 1585 "version": "1.0.3", 1586 "source": { 1587 "type": "git", 1588 "url": "https://github.com/thephpleague/flysystem-ziparchive.git", 1589 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45" 1590 }, 1591 "dist": { 1592 "type": "zip", 1593 "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 1594 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 1595 "shasum": "" 1596 }, 1597 "require": { 1598 "ext-zip": "*", 1599 "league/flysystem": "~1.0", 1600 "php": ">=5.4.0" 1601 }, 1602 "require-dev": { 1603 "mockery/mockery": "0.9.*", 1604 "phpunit/phpunit": "~4.0" 1605 }, 1606 "type": "library", 1607 "extra": { 1608 "branch-alias": { 1609 "dev-master": "1.0-dev" 1610 } 1611 }, 1612 "autoload": { 1613 "psr-4": { 1614 "League\\Flysystem\\ZipArchive\\": "src/" 1615 } 1616 }, 1617 "notification-url": "https://packagist.org/downloads/", 1618 "license": [ 1619 "MIT" 1620 ], 1621 "authors": [ 1622 { 1623 "name": "Frank de Jonge", 1624 "email": "info@frenky.net" 1625 } 1626 ], 1627 "description": "Flysystem adapter for ZipArchive's", 1628 "time": "2016-12-20T08:36:16+00:00" 1629 }, 1630 { 1631 "name": "league/glide", 1632 "version": "1.5.0", 1633 "source": { 1634 "type": "git", 1635 "url": "https://github.com/thephpleague/glide.git", 1636 "reference": "a5477e9e822ed57b39861a17092b92553634932d" 1637 }, 1638 "dist": { 1639 "type": "zip", 1640 "url": "https://api.github.com/repos/thephpleague/glide/zipball/a5477e9e822ed57b39861a17092b92553634932d", 1641 "reference": "a5477e9e822ed57b39861a17092b92553634932d", 1642 "shasum": "" 1643 }, 1644 "require": { 1645 "intervention/image": "^2.4", 1646 "league/flysystem": "^1.0", 1647 "php": "^5.5 | ^7.0", 1648 "psr/http-message": "^1.0" 1649 }, 1650 "require-dev": { 1651 "mockery/mockery": "~0.9", 1652 "phpunit/php-token-stream": "^1.4", 1653 "phpunit/phpunit": "~4.4" 1654 }, 1655 "type": "library", 1656 "extra": { 1657 "branch-alias": { 1658 "dev-master": "1.1-dev" 1659 } 1660 }, 1661 "autoload": { 1662 "psr-4": { 1663 "League\\Glide\\": "src/" 1664 } 1665 }, 1666 "notification-url": "https://packagist.org/downloads/", 1667 "license": [ 1668 "MIT" 1669 ], 1670 "authors": [ 1671 { 1672 "name": "Jonathan Reinink", 1673 "email": "jonathan@reinink.ca", 1674 "homepage": "http://reinink.ca" 1675 } 1676 ], 1677 "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.", 1678 "homepage": "http://glide.thephpleague.com", 1679 "keywords": [ 1680 "ImageMagick", 1681 "editing", 1682 "gd", 1683 "image", 1684 "imagick", 1685 "league", 1686 "manipulation", 1687 "processing" 1688 ], 1689 "time": "2019-04-03T23:46:42+00:00" 1690 }, 1691 { 1692 "name": "middlewares/client-ip", 1693 "version": "v1.3.0", 1694 "source": { 1695 "type": "git", 1696 "url": "https://github.com/middlewares/client-ip.git", 1697 "reference": "514d62f13839a045db095b03c25faeeaf0509c9c" 1698 }, 1699 "dist": { 1700 "type": "zip", 1701 "url": "https://api.github.com/repos/middlewares/client-ip/zipball/514d62f13839a045db095b03c25faeeaf0509c9c", 1702 "reference": "514d62f13839a045db095b03c25faeeaf0509c9c", 1703 "shasum": "" 1704 }, 1705 "require": { 1706 "php": "^7.0", 1707 "psr/http-server-middleware": "^1.0" 1708 }, 1709 "require-dev": { 1710 "eloquent/phony-phpunit": "^3.0|^4.0", 1711 "friendsofphp/php-cs-fixer": "^2.0", 1712 "middlewares/utils": "^2.1", 1713 "phpstan/phpstan": "^0.9.2|^0.10.3", 1714 "phpunit/phpunit": "^6.0|^7.0", 1715 "squizlabs/php_codesniffer": "^3.0", 1716 "zendframework/zend-diactoros": "^1.3" 1717 }, 1718 "type": "library", 1719 "autoload": { 1720 "psr-4": { 1721 "Middlewares\\": "src/" 1722 } 1723 }, 1724 "notification-url": "https://packagist.org/downloads/", 1725 "license": [ 1726 "MIT" 1727 ], 1728 "description": "Middleware to detect the client ip and save it as a request attribute", 1729 "homepage": "https://github.com/middlewares/client-ip", 1730 "keywords": [ 1731 "IP", 1732 "http", 1733 "middleware", 1734 "psr-15", 1735 "psr-7", 1736 "server" 1737 ], 1738 "time": "2019-03-29T09:10:29+00:00" 1739 }, 1740 { 1741 "name": "mlocati/ip-lib", 1742 "version": "1.13.0", 1743 "source": { 1744 "type": "git", 1745 "url": "https://github.com/mlocati/ip-lib.git", 1746 "reference": "334de586c7894afd838be44d73e72d8e97e5b0ff" 1747 }, 1748 "dist": { 1749 "type": "zip", 1750 "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/334de586c7894afd838be44d73e72d8e97e5b0ff", 1751 "reference": "334de586c7894afd838be44d73e72d8e97e5b0ff", 1752 "shasum": "" 1753 }, 1754 "require": { 1755 "php": ">=5.3.3" 1756 }, 1757 "require-dev": { 1758 "ext-pdo_sqlite": "*", 1759 "phpunit/dbunit": "^1.4 || ^2 || ^3 || ^4", 1760 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" 1761 }, 1762 "type": "library", 1763 "autoload": { 1764 "psr-4": { 1765 "IPLib\\": "src/" 1766 } 1767 }, 1768 "notification-url": "https://packagist.org/downloads/", 1769 "license": [ 1770 "MIT" 1771 ], 1772 "authors": [ 1773 { 1774 "name": "Michele Locati", 1775 "email": "mlocati@gmail.com", 1776 "homepage": "https://github.com/mlocati", 1777 "role": "Author" 1778 } 1779 ], 1780 "description": "Handle IPv4, IPv6 addresses and ranges", 1781 "homepage": "https://github.com/mlocati/ip-lib", 1782 "keywords": [ 1783 "IP", 1784 "address", 1785 "addresses", 1786 "ipv4", 1787 "ipv6", 1788 "manage", 1789 "managing", 1790 "matching", 1791 "network", 1792 "networking", 1793 "range", 1794 "subnet" 1795 ], 1796 "funding": [ 1797 { 1798 "url": "https://github.com/sponsors/mlocati", 1799 "type": "github" 1800 }, 1801 { 1802 "url": "https://paypal.me/mlocati", 1803 "type": "other" 1804 } 1805 ], 1806 "time": "2020-10-04T12:22:58+00:00" 1807 }, 1808 { 1809 "name": "nesbot/carbon", 1810 "version": "2.41.0", 1811 "source": { 1812 "type": "git", 1813 "url": "https://github.com/briannesbitt/Carbon.git", 1814 "reference": "8690b13ad4da6d54d692afea15aab30b36fee52e" 1815 }, 1816 "dist": { 1817 "type": "zip", 1818 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8690b13ad4da6d54d692afea15aab30b36fee52e", 1819 "reference": "8690b13ad4da6d54d692afea15aab30b36fee52e", 1820 "shasum": "" 1821 }, 1822 "require": { 1823 "ext-json": "*", 1824 "php": "^7.1.8 || ^8.0", 1825 "symfony/polyfill-mbstring": "^1.0", 1826 "symfony/translation": "^3.4 || ^4.0 || ^5.0" 1827 }, 1828 "require-dev": { 1829 "doctrine/orm": "^2.7", 1830 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", 1831 "kylekatarnls/multi-tester": "^2.0", 1832 "phpmd/phpmd": "^2.9", 1833 "phpstan/extension-installer": "^1.0", 1834 "phpstan/phpstan": "^0.12.35", 1835 "phpunit/phpunit": "^7.5 || ^8.0", 1836 "squizlabs/php_codesniffer": "^3.4" 1837 }, 1838 "bin": [ 1839 "bin/carbon" 1840 ], 1841 "type": "library", 1842 "extra": { 1843 "branch-alias": { 1844 "dev-master": "2.x-dev", 1845 "dev-3.x": "3.x-dev" 1846 }, 1847 "laravel": { 1848 "providers": [ 1849 "Carbon\\Laravel\\ServiceProvider" 1850 ] 1851 }, 1852 "phpstan": { 1853 "includes": [ 1854 "extension.neon" 1855 ] 1856 } 1857 }, 1858 "autoload": { 1859 "psr-4": { 1860 "Carbon\\": "src/Carbon/" 1861 } 1862 }, 1863 "notification-url": "https://packagist.org/downloads/", 1864 "license": [ 1865 "MIT" 1866 ], 1867 "authors": [ 1868 { 1869 "name": "Brian Nesbitt", 1870 "email": "brian@nesbot.com", 1871 "homepage": "http://nesbot.com" 1872 }, 1873 { 1874 "name": "kylekatarnls", 1875 "homepage": "http://github.com/kylekatarnls" 1876 } 1877 ], 1878 "description": "An API extension for DateTime that supports 281 different languages.", 1879 "homepage": "http://carbon.nesbot.com", 1880 "keywords": [ 1881 "date", 1882 "datetime", 1883 "time" 1884 ], 1885 "funding": [ 1886 { 1887 "url": "https://opencollective.com/Carbon", 1888 "type": "open_collective" 1889 }, 1890 { 1891 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 1892 "type": "tidelift" 1893 } 1894 ], 1895 "time": "2020-10-04T09:11:05+00:00" 1896 }, 1897 { 1898 "name": "nyholm/psr7", 1899 "version": "1.3.1", 1900 "source": { 1901 "type": "git", 1902 "url": "https://github.com/Nyholm/psr7.git", 1903 "reference": "21b71a31eab5c0c2caf967b9c0fd97020254ed75" 1904 }, 1905 "dist": { 1906 "type": "zip", 1907 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/21b71a31eab5c0c2caf967b9c0fd97020254ed75", 1908 "reference": "21b71a31eab5c0c2caf967b9c0fd97020254ed75", 1909 "shasum": "" 1910 }, 1911 "require": { 1912 "php": ">=7.1", 1913 "php-http/message-factory": "^1.0", 1914 "psr/http-factory": "^1.0", 1915 "psr/http-message": "^1.0" 1916 }, 1917 "provide": { 1918 "psr/http-factory-implementation": "1.0", 1919 "psr/http-message-implementation": "1.0" 1920 }, 1921 "require-dev": { 1922 "http-interop/http-factory-tests": "dev-master", 1923 "php-http/psr7-integration-tests": "^1.0", 1924 "phpunit/phpunit": "^7.5", 1925 "symfony/error-handler": "^4.4" 1926 }, 1927 "type": "library", 1928 "extra": { 1929 "branch-alias": { 1930 "dev-master": "1.0-dev" 1931 } 1932 }, 1933 "autoload": { 1934 "psr-4": { 1935 "Nyholm\\Psr7\\": "src/" 1936 } 1937 }, 1938 "notification-url": "https://packagist.org/downloads/", 1939 "license": [ 1940 "MIT" 1941 ], 1942 "authors": [ 1943 { 1944 "name": "Tobias Nyholm", 1945 "email": "tobias.nyholm@gmail.com" 1946 }, 1947 { 1948 "name": "Martijn van der Ven", 1949 "email": "martijn@vanderven.se" 1950 } 1951 ], 1952 "description": "A fast PHP7 implementation of PSR-7", 1953 "homepage": "http://tnyholm.se", 1954 "keywords": [ 1955 "psr-17", 1956 "psr-7" 1957 ], 1958 "funding": [ 1959 { 1960 "url": "https://github.com/Zegnat", 1961 "type": "github" 1962 }, 1963 { 1964 "url": "https://github.com/nyholm", 1965 "type": "github" 1966 } 1967 ], 1968 "time": "2020-06-13T15:59:10+00:00" 1969 }, 1970 { 1971 "name": "nyholm/psr7-server", 1972 "version": "1.0.0", 1973 "source": { 1974 "type": "git", 1975 "url": "https://github.com/Nyholm/psr7-server.git", 1976 "reference": "862529918766fb3825116d39e96feabf1e4bee4e" 1977 }, 1978 "dist": { 1979 "type": "zip", 1980 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/862529918766fb3825116d39e96feabf1e4bee4e", 1981 "reference": "862529918766fb3825116d39e96feabf1e4bee4e", 1982 "shasum": "" 1983 }, 1984 "require": { 1985 "php": "^7.1", 1986 "psr/http-factory": "^1.0", 1987 "psr/http-message": "^1.0" 1988 }, 1989 "require-dev": { 1990 "nyholm/nsa": "^1.1", 1991 "nyholm/psr7": "^1.3", 1992 "phpunit/phpunit": "^7.0" 1993 }, 1994 "type": "library", 1995 "autoload": { 1996 "psr-4": { 1997 "Nyholm\\Psr7Server\\": "src/" 1998 } 1999 }, 2000 "notification-url": "https://packagist.org/downloads/", 2001 "license": [ 2002 "MIT" 2003 ], 2004 "authors": [ 2005 { 2006 "name": "Tobias Nyholm", 2007 "email": "tobias.nyholm@gmail.com" 2008 }, 2009 { 2010 "name": "Martijn van der Ven", 2011 "email": "martijn@vanderven.se" 2012 } 2013 ], 2014 "description": "Helper classes to handle PSR-7 server requests", 2015 "homepage": "http://tnyholm.se", 2016 "keywords": [ 2017 "psr-17", 2018 "psr-7" 2019 ], 2020 "funding": [ 2021 { 2022 "url": "https://github.com/Zegnat", 2023 "type": "github" 2024 }, 2025 { 2026 "url": "https://github.com/nyholm", 2027 "type": "github" 2028 } 2029 ], 2030 "time": "2020-06-06T12:17:00+00:00" 2031 }, 2032 { 2033 "name": "oscarotero/middleland", 2034 "version": "v1.0.0", 2035 "source": { 2036 "type": "git", 2037 "url": "https://github.com/oscarotero/middleland.git", 2038 "reference": "abd480afe264714095d043edd76c542a99f1695b" 2039 }, 2040 "dist": { 2041 "type": "zip", 2042 "url": "https://api.github.com/repos/oscarotero/middleland/zipball/abd480afe264714095d043edd76c542a99f1695b", 2043 "reference": "abd480afe264714095d043edd76c542a99f1695b", 2044 "shasum": "" 2045 }, 2046 "require": { 2047 "php": "^7.0", 2048 "psr/container": "^1.0", 2049 "psr/http-server-middleware": "^1.0" 2050 }, 2051 "require-dev": { 2052 "friendsofphp/php-cs-fixer": "^2.0", 2053 "phpunit/phpunit": "^6.0", 2054 "zendframework/zend-diactoros": "^1.3" 2055 }, 2056 "type": "library", 2057 "autoload": { 2058 "psr-4": { 2059 "Middleland\\": "src/" 2060 } 2061 }, 2062 "notification-url": "https://packagist.org/downloads/", 2063 "license": [ 2064 "MIT" 2065 ], 2066 "authors": [ 2067 { 2068 "name": "Oscar Otero", 2069 "email": "oom@oscarotero.com", 2070 "homepage": "http://oscarotero.com", 2071 "role": "Developer" 2072 } 2073 ], 2074 "description": "PSR-15 middleware dispatcher", 2075 "homepage": "https://github.com/oscarotero/dispatcher", 2076 "keywords": [ 2077 "http", 2078 "middleware", 2079 "psr-15", 2080 "psr-7" 2081 ], 2082 "time": "2018-01-24T20:41:57+00:00" 2083 }, 2084 { 2085 "name": "paragonie/random_compat", 2086 "version": "v9.99.99", 2087 "source": { 2088 "type": "git", 2089 "url": "https://github.com/paragonie/random_compat.git", 2090 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" 2091 }, 2092 "dist": { 2093 "type": "zip", 2094 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 2095 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 2096 "shasum": "" 2097 }, 2098 "require": { 2099 "php": "^7" 2100 }, 2101 "require-dev": { 2102 "phpunit/phpunit": "4.*|5.*", 2103 "vimeo/psalm": "^1" 2104 }, 2105 "suggest": { 2106 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 2107 }, 2108 "type": "library", 2109 "notification-url": "https://packagist.org/downloads/", 2110 "license": [ 2111 "MIT" 2112 ], 2113 "authors": [ 2114 { 2115 "name": "Paragon Initiative Enterprises", 2116 "email": "security@paragonie.com", 2117 "homepage": "https://paragonie.com" 2118 } 2119 ], 2120 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 2121 "keywords": [ 2122 "csprng", 2123 "polyfill", 2124 "pseudorandom", 2125 "random" 2126 ], 2127 "time": "2018-07-02T15:55:56+00:00" 2128 }, 2129 { 2130 "name": "php-http/message-factory", 2131 "version": "v1.0.2", 2132 "source": { 2133 "type": "git", 2134 "url": "https://github.com/php-http/message-factory.git", 2135 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" 2136 }, 2137 "dist": { 2138 "type": "zip", 2139 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2140 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2141 "shasum": "" 2142 }, 2143 "require": { 2144 "php": ">=5.4", 2145 "psr/http-message": "^1.0" 2146 }, 2147 "type": "library", 2148 "extra": { 2149 "branch-alias": { 2150 "dev-master": "1.0-dev" 2151 } 2152 }, 2153 "autoload": { 2154 "psr-4": { 2155 "Http\\Message\\": "src/" 2156 } 2157 }, 2158 "notification-url": "https://packagist.org/downloads/", 2159 "license": [ 2160 "MIT" 2161 ], 2162 "authors": [ 2163 { 2164 "name": "Márk Sági-Kazár", 2165 "email": "mark.sagikazar@gmail.com" 2166 } 2167 ], 2168 "description": "Factory interfaces for PSR-7 HTTP Message", 2169 "homepage": "http://php-http.org", 2170 "keywords": [ 2171 "factory", 2172 "http", 2173 "message", 2174 "stream", 2175 "uri" 2176 ], 2177 "time": "2015-12-19T14:08:53+00:00" 2178 }, 2179 { 2180 "name": "psr/cache", 2181 "version": "1.0.1", 2182 "source": { 2183 "type": "git", 2184 "url": "https://github.com/php-fig/cache.git", 2185 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 2186 }, 2187 "dist": { 2188 "type": "zip", 2189 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 2190 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 2191 "shasum": "" 2192 }, 2193 "require": { 2194 "php": ">=5.3.0" 2195 }, 2196 "type": "library", 2197 "extra": { 2198 "branch-alias": { 2199 "dev-master": "1.0.x-dev" 2200 } 2201 }, 2202 "autoload": { 2203 "psr-4": { 2204 "Psr\\Cache\\": "src/" 2205 } 2206 }, 2207 "notification-url": "https://packagist.org/downloads/", 2208 "license": [ 2209 "MIT" 2210 ], 2211 "authors": [ 2212 { 2213 "name": "PHP-FIG", 2214 "homepage": "http://www.php-fig.org/" 2215 } 2216 ], 2217 "description": "Common interface for caching libraries", 2218 "keywords": [ 2219 "cache", 2220 "psr", 2221 "psr-6" 2222 ], 2223 "time": "2016-08-06T20:24:11+00:00" 2224 }, 2225 { 2226 "name": "psr/container", 2227 "version": "1.0.0", 2228 "source": { 2229 "type": "git", 2230 "url": "https://github.com/php-fig/container.git", 2231 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" 2232 }, 2233 "dist": { 2234 "type": "zip", 2235 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 2236 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 2237 "shasum": "" 2238 }, 2239 "require": { 2240 "php": ">=5.3.0" 2241 }, 2242 "type": "library", 2243 "extra": { 2244 "branch-alias": { 2245 "dev-master": "1.0.x-dev" 2246 } 2247 }, 2248 "autoload": { 2249 "psr-4": { 2250 "Psr\\Container\\": "src/" 2251 } 2252 }, 2253 "notification-url": "https://packagist.org/downloads/", 2254 "license": [ 2255 "MIT" 2256 ], 2257 "authors": [ 2258 { 2259 "name": "PHP-FIG", 2260 "homepage": "http://www.php-fig.org/" 2261 } 2262 ], 2263 "description": "Common Container Interface (PHP FIG PSR-11)", 2264 "homepage": "https://github.com/php-fig/container", 2265 "keywords": [ 2266 "PSR-11", 2267 "container", 2268 "container-interface", 2269 "container-interop", 2270 "psr" 2271 ], 2272 "time": "2017-02-14T16:28:37+00:00" 2273 }, 2274 { 2275 "name": "psr/http-factory", 2276 "version": "1.0.1", 2277 "source": { 2278 "type": "git", 2279 "url": "https://github.com/php-fig/http-factory.git", 2280 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" 2281 }, 2282 "dist": { 2283 "type": "zip", 2284 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2285 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2286 "shasum": "" 2287 }, 2288 "require": { 2289 "php": ">=7.0.0", 2290 "psr/http-message": "^1.0" 2291 }, 2292 "type": "library", 2293 "extra": { 2294 "branch-alias": { 2295 "dev-master": "1.0.x-dev" 2296 } 2297 }, 2298 "autoload": { 2299 "psr-4": { 2300 "Psr\\Http\\Message\\": "src/" 2301 } 2302 }, 2303 "notification-url": "https://packagist.org/downloads/", 2304 "license": [ 2305 "MIT" 2306 ], 2307 "authors": [ 2308 { 2309 "name": "PHP-FIG", 2310 "homepage": "http://www.php-fig.org/" 2311 } 2312 ], 2313 "description": "Common interfaces for PSR-7 HTTP message factories", 2314 "keywords": [ 2315 "factory", 2316 "http", 2317 "message", 2318 "psr", 2319 "psr-17", 2320 "psr-7", 2321 "request", 2322 "response" 2323 ], 2324 "time": "2019-04-30T12:38:16+00:00" 2325 }, 2326 { 2327 "name": "psr/http-message", 2328 "version": "1.0.1", 2329 "source": { 2330 "type": "git", 2331 "url": "https://github.com/php-fig/http-message.git", 2332 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 2333 }, 2334 "dist": { 2335 "type": "zip", 2336 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 2337 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 2338 "shasum": "" 2339 }, 2340 "require": { 2341 "php": ">=5.3.0" 2342 }, 2343 "type": "library", 2344 "extra": { 2345 "branch-alias": { 2346 "dev-master": "1.0.x-dev" 2347 } 2348 }, 2349 "autoload": { 2350 "psr-4": { 2351 "Psr\\Http\\Message\\": "src/" 2352 } 2353 }, 2354 "notification-url": "https://packagist.org/downloads/", 2355 "license": [ 2356 "MIT" 2357 ], 2358 "authors": [ 2359 { 2360 "name": "PHP-FIG", 2361 "homepage": "http://www.php-fig.org/" 2362 } 2363 ], 2364 "description": "Common interface for HTTP messages", 2365 "homepage": "https://github.com/php-fig/http-message", 2366 "keywords": [ 2367 "http", 2368 "http-message", 2369 "psr", 2370 "psr-7", 2371 "request", 2372 "response" 2373 ], 2374 "time": "2016-08-06T14:39:51+00:00" 2375 }, 2376 { 2377 "name": "psr/http-server-handler", 2378 "version": "1.0.1", 2379 "source": { 2380 "type": "git", 2381 "url": "https://github.com/php-fig/http-server-handler.git", 2382 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" 2383 }, 2384 "dist": { 2385 "type": "zip", 2386 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2387 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2388 "shasum": "" 2389 }, 2390 "require": { 2391 "php": ">=7.0", 2392 "psr/http-message": "^1.0" 2393 }, 2394 "type": "library", 2395 "extra": { 2396 "branch-alias": { 2397 "dev-master": "1.0.x-dev" 2398 } 2399 }, 2400 "autoload": { 2401 "psr-4": { 2402 "Psr\\Http\\Server\\": "src/" 2403 } 2404 }, 2405 "notification-url": "https://packagist.org/downloads/", 2406 "license": [ 2407 "MIT" 2408 ], 2409 "authors": [ 2410 { 2411 "name": "PHP-FIG", 2412 "homepage": "http://www.php-fig.org/" 2413 } 2414 ], 2415 "description": "Common interface for HTTP server-side request handler", 2416 "keywords": [ 2417 "handler", 2418 "http", 2419 "http-interop", 2420 "psr", 2421 "psr-15", 2422 "psr-7", 2423 "request", 2424 "response", 2425 "server" 2426 ], 2427 "time": "2018-10-30T16:46:14+00:00" 2428 }, 2429 { 2430 "name": "psr/http-server-middleware", 2431 "version": "1.0.1", 2432 "source": { 2433 "type": "git", 2434 "url": "https://github.com/php-fig/http-server-middleware.git", 2435 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" 2436 }, 2437 "dist": { 2438 "type": "zip", 2439 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2440 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2441 "shasum": "" 2442 }, 2443 "require": { 2444 "php": ">=7.0", 2445 "psr/http-message": "^1.0", 2446 "psr/http-server-handler": "^1.0" 2447 }, 2448 "type": "library", 2449 "extra": { 2450 "branch-alias": { 2451 "dev-master": "1.0.x-dev" 2452 } 2453 }, 2454 "autoload": { 2455 "psr-4": { 2456 "Psr\\Http\\Server\\": "src/" 2457 } 2458 }, 2459 "notification-url": "https://packagist.org/downloads/", 2460 "license": [ 2461 "MIT" 2462 ], 2463 "authors": [ 2464 { 2465 "name": "PHP-FIG", 2466 "homepage": "http://www.php-fig.org/" 2467 } 2468 ], 2469 "description": "Common interface for HTTP server-side middleware", 2470 "keywords": [ 2471 "http", 2472 "http-interop", 2473 "middleware", 2474 "psr", 2475 "psr-15", 2476 "psr-7", 2477 "request", 2478 "response" 2479 ], 2480 "time": "2018-10-30T17:12:04+00:00" 2481 }, 2482 { 2483 "name": "psr/log", 2484 "version": "1.1.3", 2485 "source": { 2486 "type": "git", 2487 "url": "https://github.com/php-fig/log.git", 2488 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" 2489 }, 2490 "dist": { 2491 "type": "zip", 2492 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", 2493 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", 2494 "shasum": "" 2495 }, 2496 "require": { 2497 "php": ">=5.3.0" 2498 }, 2499 "type": "library", 2500 "extra": { 2501 "branch-alias": { 2502 "dev-master": "1.1.x-dev" 2503 } 2504 }, 2505 "autoload": { 2506 "psr-4": { 2507 "Psr\\Log\\": "Psr/Log/" 2508 } 2509 }, 2510 "notification-url": "https://packagist.org/downloads/", 2511 "license": [ 2512 "MIT" 2513 ], 2514 "authors": [ 2515 { 2516 "name": "PHP-FIG", 2517 "homepage": "http://www.php-fig.org/" 2518 } 2519 ], 2520 "description": "Common interface for logging libraries", 2521 "homepage": "https://github.com/php-fig/log", 2522 "keywords": [ 2523 "log", 2524 "psr", 2525 "psr-3" 2526 ], 2527 "time": "2020-03-23T09:12:05+00:00" 2528 }, 2529 { 2530 "name": "psr/simple-cache", 2531 "version": "1.0.1", 2532 "source": { 2533 "type": "git", 2534 "url": "https://github.com/php-fig/simple-cache.git", 2535 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" 2536 }, 2537 "dist": { 2538 "type": "zip", 2539 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2540 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2541 "shasum": "" 2542 }, 2543 "require": { 2544 "php": ">=5.3.0" 2545 }, 2546 "type": "library", 2547 "extra": { 2548 "branch-alias": { 2549 "dev-master": "1.0.x-dev" 2550 } 2551 }, 2552 "autoload": { 2553 "psr-4": { 2554 "Psr\\SimpleCache\\": "src/" 2555 } 2556 }, 2557 "notification-url": "https://packagist.org/downloads/", 2558 "license": [ 2559 "MIT" 2560 ], 2561 "authors": [ 2562 { 2563 "name": "PHP-FIG", 2564 "homepage": "http://www.php-fig.org/" 2565 } 2566 ], 2567 "description": "Common interfaces for simple caching", 2568 "keywords": [ 2569 "cache", 2570 "caching", 2571 "psr", 2572 "psr-16", 2573 "simple-cache" 2574 ], 2575 "time": "2017-10-23T01:57:42+00:00" 2576 }, 2577 { 2578 "name": "ralouphie/getallheaders", 2579 "version": "3.0.3", 2580 "source": { 2581 "type": "git", 2582 "url": "https://github.com/ralouphie/getallheaders.git", 2583 "reference": "120b605dfeb996808c31b6477290a714d356e822" 2584 }, 2585 "dist": { 2586 "type": "zip", 2587 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 2588 "reference": "120b605dfeb996808c31b6477290a714d356e822", 2589 "shasum": "" 2590 }, 2591 "require": { 2592 "php": ">=5.6" 2593 }, 2594 "require-dev": { 2595 "php-coveralls/php-coveralls": "^2.1", 2596 "phpunit/phpunit": "^5 || ^6.5" 2597 }, 2598 "type": "library", 2599 "autoload": { 2600 "files": [ 2601 "src/getallheaders.php" 2602 ] 2603 }, 2604 "notification-url": "https://packagist.org/downloads/", 2605 "license": [ 2606 "MIT" 2607 ], 2608 "authors": [ 2609 { 2610 "name": "Ralph Khattar", 2611 "email": "ralph.khattar@gmail.com" 2612 } 2613 ], 2614 "description": "A polyfill for getallheaders.", 2615 "time": "2019-03-08T08:55:37+00:00" 2616 }, 2617 { 2618 "name": "ramsey/uuid", 2619 "version": "3.9.3", 2620 "source": { 2621 "type": "git", 2622 "url": "https://github.com/ramsey/uuid.git", 2623 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92" 2624 }, 2625 "dist": { 2626 "type": "zip", 2627 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92", 2628 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92", 2629 "shasum": "" 2630 }, 2631 "require": { 2632 "ext-json": "*", 2633 "paragonie/random_compat": "^1 | ^2 | 9.99.99", 2634 "php": "^5.4 | ^7 | ^8", 2635 "symfony/polyfill-ctype": "^1.8" 2636 }, 2637 "replace": { 2638 "rhumsaa/uuid": "self.version" 2639 }, 2640 "require-dev": { 2641 "codeception/aspect-mock": "^1 | ^2", 2642 "doctrine/annotations": "^1.2", 2643 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1", 2644 "jakub-onderka/php-parallel-lint": "^1", 2645 "mockery/mockery": "^0.9.11 | ^1", 2646 "moontoast/math": "^1.1", 2647 "paragonie/random-lib": "^2", 2648 "php-mock/php-mock-phpunit": "^0.3 | ^1.1", 2649 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5", 2650 "squizlabs/php_codesniffer": "^3.5" 2651 }, 2652 "suggest": { 2653 "ext-ctype": "Provides support for PHP Ctype functions", 2654 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", 2655 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator", 2656 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", 2657 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", 2658 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 2659 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", 2660 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 2661 }, 2662 "type": "library", 2663 "extra": { 2664 "branch-alias": { 2665 "dev-master": "3.x-dev" 2666 } 2667 }, 2668 "autoload": { 2669 "psr-4": { 2670 "Ramsey\\Uuid\\": "src/" 2671 }, 2672 "files": [ 2673 "src/functions.php" 2674 ] 2675 }, 2676 "notification-url": "https://packagist.org/downloads/", 2677 "license": [ 2678 "MIT" 2679 ], 2680 "authors": [ 2681 { 2682 "name": "Ben Ramsey", 2683 "email": "ben@benramsey.com", 2684 "homepage": "https://benramsey.com" 2685 }, 2686 { 2687 "name": "Marijn Huizendveld", 2688 "email": "marijn.huizendveld@gmail.com" 2689 }, 2690 { 2691 "name": "Thibaud Fabre", 2692 "email": "thibaud@aztech.io" 2693 } 2694 ], 2695 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 2696 "homepage": "https://github.com/ramsey/uuid", 2697 "keywords": [ 2698 "guid", 2699 "identifier", 2700 "uuid" 2701 ], 2702 "time": "2020-02-21T04:36:14+00:00" 2703 }, 2704 { 2705 "name": "swiftmailer/swiftmailer", 2706 "version": "v6.2.3", 2707 "source": { 2708 "type": "git", 2709 "url": "https://github.com/swiftmailer/swiftmailer.git", 2710 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9" 2711 }, 2712 "dist": { 2713 "type": "zip", 2714 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9", 2715 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9", 2716 "shasum": "" 2717 }, 2718 "require": { 2719 "egulias/email-validator": "~2.0", 2720 "php": ">=7.0.0", 2721 "symfony/polyfill-iconv": "^1.0", 2722 "symfony/polyfill-intl-idn": "^1.10", 2723 "symfony/polyfill-mbstring": "^1.0" 2724 }, 2725 "require-dev": { 2726 "mockery/mockery": "~0.9.1", 2727 "symfony/phpunit-bridge": "^3.4.19|^4.1.8" 2728 }, 2729 "suggest": { 2730 "ext-intl": "Needed to support internationalized email addresses", 2731 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" 2732 }, 2733 "type": "library", 2734 "extra": { 2735 "branch-alias": { 2736 "dev-master": "6.2-dev" 2737 } 2738 }, 2739 "autoload": { 2740 "files": [ 2741 "lib/swift_required.php" 2742 ] 2743 }, 2744 "notification-url": "https://packagist.org/downloads/", 2745 "license": [ 2746 "MIT" 2747 ], 2748 "authors": [ 2749 { 2750 "name": "Chris Corbyn" 2751 }, 2752 { 2753 "name": "Fabien Potencier", 2754 "email": "fabien@symfony.com" 2755 } 2756 ], 2757 "description": "Swiftmailer, free feature-rich PHP mailer", 2758 "homepage": "https://swiftmailer.symfony.com", 2759 "keywords": [ 2760 "email", 2761 "mail", 2762 "mailer" 2763 ], 2764 "time": "2019-11-12T09:31:26+00:00" 2765 }, 2766 { 2767 "name": "symfony/cache", 2768 "version": "v4.4.15", 2769 "source": { 2770 "type": "git", 2771 "url": "https://github.com/symfony/cache.git", 2772 "reference": "969a76c2dbce7e4306684f5376718147d1ec4ae7" 2773 }, 2774 "dist": { 2775 "type": "zip", 2776 "url": "https://api.github.com/repos/symfony/cache/zipball/969a76c2dbce7e4306684f5376718147d1ec4ae7", 2777 "reference": "969a76c2dbce7e4306684f5376718147d1ec4ae7", 2778 "shasum": "" 2779 }, 2780 "require": { 2781 "php": ">=7.1.3", 2782 "psr/cache": "~1.0", 2783 "psr/log": "~1.0", 2784 "symfony/cache-contracts": "^1.1.7|^2", 2785 "symfony/service-contracts": "^1.1|^2", 2786 "symfony/var-exporter": "^4.2|^5.0" 2787 }, 2788 "conflict": { 2789 "doctrine/dbal": "<2.5", 2790 "symfony/dependency-injection": "<3.4", 2791 "symfony/http-kernel": "<4.4", 2792 "symfony/var-dumper": "<4.4" 2793 }, 2794 "provide": { 2795 "psr/cache-implementation": "1.0", 2796 "psr/simple-cache-implementation": "1.0", 2797 "symfony/cache-implementation": "1.0" 2798 }, 2799 "require-dev": { 2800 "cache/integration-tests": "dev-master", 2801 "doctrine/cache": "^1.6", 2802 "doctrine/dbal": "^2.5|^3.0", 2803 "predis/predis": "^1.1", 2804 "psr/simple-cache": "^1.0", 2805 "symfony/config": "^4.2|^5.0", 2806 "symfony/dependency-injection": "^3.4|^4.1|^5.0", 2807 "symfony/var-dumper": "^4.4|^5.0" 2808 }, 2809 "type": "library", 2810 "extra": { 2811 "branch-alias": { 2812 "dev-master": "4.4-dev" 2813 } 2814 }, 2815 "autoload": { 2816 "psr-4": { 2817 "Symfony\\Component\\Cache\\": "" 2818 }, 2819 "exclude-from-classmap": [ 2820 "/Tests/" 2821 ] 2822 }, 2823 "notification-url": "https://packagist.org/downloads/", 2824 "license": [ 2825 "MIT" 2826 ], 2827 "authors": [ 2828 { 2829 "name": "Nicolas Grekas", 2830 "email": "p@tchwork.com" 2831 }, 2832 { 2833 "name": "Symfony Community", 2834 "homepage": "https://symfony.com/contributors" 2835 } 2836 ], 2837 "description": "Symfony Cache component with PSR-6, PSR-16, and tags", 2838 "homepage": "https://symfony.com", 2839 "keywords": [ 2840 "caching", 2841 "psr6" 2842 ], 2843 "funding": [ 2844 { 2845 "url": "https://symfony.com/sponsor", 2846 "type": "custom" 2847 }, 2848 { 2849 "url": "https://github.com/fabpot", 2850 "type": "github" 2851 }, 2852 { 2853 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2854 "type": "tidelift" 2855 } 2856 ], 2857 "time": "2020-09-27T12:40:39+00:00" 2858 }, 2859 { 2860 "name": "symfony/cache-contracts", 2861 "version": "v1.1.10", 2862 "source": { 2863 "type": "git", 2864 "url": "https://github.com/symfony/cache-contracts.git", 2865 "reference": "8d5489c10ef90aa7413e4921fc3c0520e24cbed7" 2866 }, 2867 "dist": { 2868 "type": "zip", 2869 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8d5489c10ef90aa7413e4921fc3c0520e24cbed7", 2870 "reference": "8d5489c10ef90aa7413e4921fc3c0520e24cbed7", 2871 "shasum": "" 2872 }, 2873 "require": { 2874 "php": ">=7.1.3", 2875 "psr/cache": "^1.0" 2876 }, 2877 "suggest": { 2878 "symfony/cache-implementation": "" 2879 }, 2880 "type": "library", 2881 "extra": { 2882 "branch-alias": { 2883 "dev-master": "1.1-dev" 2884 }, 2885 "thanks": { 2886 "name": "symfony/contracts", 2887 "url": "https://github.com/symfony/contracts" 2888 } 2889 }, 2890 "autoload": { 2891 "psr-4": { 2892 "Symfony\\Contracts\\Cache\\": "" 2893 } 2894 }, 2895 "notification-url": "https://packagist.org/downloads/", 2896 "license": [ 2897 "MIT" 2898 ], 2899 "authors": [ 2900 { 2901 "name": "Nicolas Grekas", 2902 "email": "p@tchwork.com" 2903 }, 2904 { 2905 "name": "Symfony Community", 2906 "homepage": "https://symfony.com/contributors" 2907 } 2908 ], 2909 "description": "Generic abstractions related to caching", 2910 "homepage": "https://symfony.com", 2911 "keywords": [ 2912 "abstractions", 2913 "contracts", 2914 "decoupling", 2915 "interfaces", 2916 "interoperability", 2917 "standards" 2918 ], 2919 "funding": [ 2920 { 2921 "url": "https://symfony.com/sponsor", 2922 "type": "custom" 2923 }, 2924 { 2925 "url": "https://github.com/fabpot", 2926 "type": "github" 2927 }, 2928 { 2929 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2930 "type": "tidelift" 2931 } 2932 ], 2933 "time": "2020-09-02T16:08:58+00:00" 2934 }, 2935 { 2936 "name": "symfony/expression-language", 2937 "version": "v4.4.15", 2938 "source": { 2939 "type": "git", 2940 "url": "https://github.com/symfony/expression-language.git", 2941 "reference": "54b118a1c91991b90e67919146db66093def1bf9" 2942 }, 2943 "dist": { 2944 "type": "zip", 2945 "url": "https://api.github.com/repos/symfony/expression-language/zipball/54b118a1c91991b90e67919146db66093def1bf9", 2946 "reference": "54b118a1c91991b90e67919146db66093def1bf9", 2947 "shasum": "" 2948 }, 2949 "require": { 2950 "php": ">=7.1.3", 2951 "symfony/cache": "^3.4|^4.0|^5.0", 2952 "symfony/service-contracts": "^1.1|^2" 2953 }, 2954 "type": "library", 2955 "extra": { 2956 "branch-alias": { 2957 "dev-master": "4.4-dev" 2958 } 2959 }, 2960 "autoload": { 2961 "psr-4": { 2962 "Symfony\\Component\\ExpressionLanguage\\": "" 2963 }, 2964 "exclude-from-classmap": [ 2965 "/Tests/" 2966 ] 2967 }, 2968 "notification-url": "https://packagist.org/downloads/", 2969 "license": [ 2970 "MIT" 2971 ], 2972 "authors": [ 2973 { 2974 "name": "Fabien Potencier", 2975 "email": "fabien@symfony.com" 2976 }, 2977 { 2978 "name": "Symfony Community", 2979 "homepage": "https://symfony.com/contributors" 2980 } 2981 ], 2982 "description": "Symfony ExpressionLanguage Component", 2983 "homepage": "https://symfony.com", 2984 "funding": [ 2985 { 2986 "url": "https://symfony.com/sponsor", 2987 "type": "custom" 2988 }, 2989 { 2990 "url": "https://github.com/fabpot", 2991 "type": "github" 2992 }, 2993 { 2994 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2995 "type": "tidelift" 2996 } 2997 ], 2998 "time": "2020-09-02T16:08:58+00:00" 2999 }, 3000 { 3001 "name": "symfony/polyfill-ctype", 3002 "version": "v1.18.1", 3003 "source": { 3004 "type": "git", 3005 "url": "https://github.com/symfony/polyfill-ctype.git", 3006 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" 3007 }, 3008 "dist": { 3009 "type": "zip", 3010 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", 3011 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", 3012 "shasum": "" 3013 }, 3014 "require": { 3015 "php": ">=5.3.3" 3016 }, 3017 "suggest": { 3018 "ext-ctype": "For best performance" 3019 }, 3020 "type": "library", 3021 "extra": { 3022 "branch-alias": { 3023 "dev-master": "1.18-dev" 3024 }, 3025 "thanks": { 3026 "name": "symfony/polyfill", 3027 "url": "https://github.com/symfony/polyfill" 3028 } 3029 }, 3030 "autoload": { 3031 "psr-4": { 3032 "Symfony\\Polyfill\\Ctype\\": "" 3033 }, 3034 "files": [ 3035 "bootstrap.php" 3036 ] 3037 }, 3038 "notification-url": "https://packagist.org/downloads/", 3039 "license": [ 3040 "MIT" 3041 ], 3042 "authors": [ 3043 { 3044 "name": "Gert de Pagter", 3045 "email": "BackEndTea@gmail.com" 3046 }, 3047 { 3048 "name": "Symfony Community", 3049 "homepage": "https://symfony.com/contributors" 3050 } 3051 ], 3052 "description": "Symfony polyfill for ctype functions", 3053 "homepage": "https://symfony.com", 3054 "keywords": [ 3055 "compatibility", 3056 "ctype", 3057 "polyfill", 3058 "portable" 3059 ], 3060 "funding": [ 3061 { 3062 "url": "https://symfony.com/sponsor", 3063 "type": "custom" 3064 }, 3065 { 3066 "url": "https://github.com/fabpot", 3067 "type": "github" 3068 }, 3069 { 3070 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3071 "type": "tidelift" 3072 } 3073 ], 3074 "time": "2020-07-14T12:35:20+00:00" 3075 }, 3076 { 3077 "name": "symfony/polyfill-iconv", 3078 "version": "v1.18.1", 3079 "source": { 3080 "type": "git", 3081 "url": "https://github.com/symfony/polyfill-iconv.git", 3082 "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36" 3083 }, 3084 "dist": { 3085 "type": "zip", 3086 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", 3087 "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", 3088 "shasum": "" 3089 }, 3090 "require": { 3091 "php": ">=5.3.3" 3092 }, 3093 "suggest": { 3094 "ext-iconv": "For best performance" 3095 }, 3096 "type": "library", 3097 "extra": { 3098 "branch-alias": { 3099 "dev-master": "1.18-dev" 3100 }, 3101 "thanks": { 3102 "name": "symfony/polyfill", 3103 "url": "https://github.com/symfony/polyfill" 3104 } 3105 }, 3106 "autoload": { 3107 "psr-4": { 3108 "Symfony\\Polyfill\\Iconv\\": "" 3109 }, 3110 "files": [ 3111 "bootstrap.php" 3112 ] 3113 }, 3114 "notification-url": "https://packagist.org/downloads/", 3115 "license": [ 3116 "MIT" 3117 ], 3118 "authors": [ 3119 { 3120 "name": "Nicolas Grekas", 3121 "email": "p@tchwork.com" 3122 }, 3123 { 3124 "name": "Symfony Community", 3125 "homepage": "https://symfony.com/contributors" 3126 } 3127 ], 3128 "description": "Symfony polyfill for the Iconv extension", 3129 "homepage": "https://symfony.com", 3130 "keywords": [ 3131 "compatibility", 3132 "iconv", 3133 "polyfill", 3134 "portable", 3135 "shim" 3136 ], 3137 "funding": [ 3138 { 3139 "url": "https://symfony.com/sponsor", 3140 "type": "custom" 3141 }, 3142 { 3143 "url": "https://github.com/fabpot", 3144 "type": "github" 3145 }, 3146 { 3147 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3148 "type": "tidelift" 3149 } 3150 ], 3151 "time": "2020-07-14T12:35:20+00:00" 3152 }, 3153 { 3154 "name": "symfony/polyfill-intl-idn", 3155 "version": "v1.18.1", 3156 "source": { 3157 "type": "git", 3158 "url": "https://github.com/symfony/polyfill-intl-idn.git", 3159 "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251" 3160 }, 3161 "dist": { 3162 "type": "zip", 3163 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251", 3164 "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251", 3165 "shasum": "" 3166 }, 3167 "require": { 3168 "php": ">=5.3.3", 3169 "symfony/polyfill-intl-normalizer": "^1.10", 3170 "symfony/polyfill-php70": "^1.10", 3171 "symfony/polyfill-php72": "^1.10" 3172 }, 3173 "suggest": { 3174 "ext-intl": "For best performance" 3175 }, 3176 "type": "library", 3177 "extra": { 3178 "branch-alias": { 3179 "dev-master": "1.18-dev" 3180 }, 3181 "thanks": { 3182 "name": "symfony/polyfill", 3183 "url": "https://github.com/symfony/polyfill" 3184 } 3185 }, 3186 "autoload": { 3187 "psr-4": { 3188 "Symfony\\Polyfill\\Intl\\Idn\\": "" 3189 }, 3190 "files": [ 3191 "bootstrap.php" 3192 ] 3193 }, 3194 "notification-url": "https://packagist.org/downloads/", 3195 "license": [ 3196 "MIT" 3197 ], 3198 "authors": [ 3199 { 3200 "name": "Laurent Bassin", 3201 "email": "laurent@bassin.info" 3202 }, 3203 { 3204 "name": "Trevor Rowbotham", 3205 "email": "trevor.rowbotham@pm.me" 3206 }, 3207 { 3208 "name": "Symfony Community", 3209 "homepage": "https://symfony.com/contributors" 3210 } 3211 ], 3212 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 3213 "homepage": "https://symfony.com", 3214 "keywords": [ 3215 "compatibility", 3216 "idn", 3217 "intl", 3218 "polyfill", 3219 "portable", 3220 "shim" 3221 ], 3222 "funding": [ 3223 { 3224 "url": "https://symfony.com/sponsor", 3225 "type": "custom" 3226 }, 3227 { 3228 "url": "https://github.com/fabpot", 3229 "type": "github" 3230 }, 3231 { 3232 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3233 "type": "tidelift" 3234 } 3235 ], 3236 "time": "2020-08-04T06:02:08+00:00" 3237 }, 3238 { 3239 "name": "symfony/polyfill-intl-normalizer", 3240 "version": "v1.18.1", 3241 "source": { 3242 "type": "git", 3243 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 3244 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" 3245 }, 3246 "dist": { 3247 "type": "zip", 3248 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", 3249 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", 3250 "shasum": "" 3251 }, 3252 "require": { 3253 "php": ">=5.3.3" 3254 }, 3255 "suggest": { 3256 "ext-intl": "For best performance" 3257 }, 3258 "type": "library", 3259 "extra": { 3260 "branch-alias": { 3261 "dev-master": "1.18-dev" 3262 }, 3263 "thanks": { 3264 "name": "symfony/polyfill", 3265 "url": "https://github.com/symfony/polyfill" 3266 } 3267 }, 3268 "autoload": { 3269 "psr-4": { 3270 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 3271 }, 3272 "files": [ 3273 "bootstrap.php" 3274 ], 3275 "classmap": [ 3276 "Resources/stubs" 3277 ] 3278 }, 3279 "notification-url": "https://packagist.org/downloads/", 3280 "license": [ 3281 "MIT" 3282 ], 3283 "authors": [ 3284 { 3285 "name": "Nicolas Grekas", 3286 "email": "p@tchwork.com" 3287 }, 3288 { 3289 "name": "Symfony Community", 3290 "homepage": "https://symfony.com/contributors" 3291 } 3292 ], 3293 "description": "Symfony polyfill for intl's Normalizer class and related functions", 3294 "homepage": "https://symfony.com", 3295 "keywords": [ 3296 "compatibility", 3297 "intl", 3298 "normalizer", 3299 "polyfill", 3300 "portable", 3301 "shim" 3302 ], 3303 "funding": [ 3304 { 3305 "url": "https://symfony.com/sponsor", 3306 "type": "custom" 3307 }, 3308 { 3309 "url": "https://github.com/fabpot", 3310 "type": "github" 3311 }, 3312 { 3313 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3314 "type": "tidelift" 3315 } 3316 ], 3317 "time": "2020-07-14T12:35:20+00:00" 3318 }, 3319 { 3320 "name": "symfony/polyfill-mbstring", 3321 "version": "v1.18.1", 3322 "source": { 3323 "type": "git", 3324 "url": "https://github.com/symfony/polyfill-mbstring.git", 3325 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a" 3326 }, 3327 "dist": { 3328 "type": "zip", 3329 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", 3330 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", 3331 "shasum": "" 3332 }, 3333 "require": { 3334 "php": ">=5.3.3" 3335 }, 3336 "suggest": { 3337 "ext-mbstring": "For best performance" 3338 }, 3339 "type": "library", 3340 "extra": { 3341 "branch-alias": { 3342 "dev-master": "1.18-dev" 3343 }, 3344 "thanks": { 3345 "name": "symfony/polyfill", 3346 "url": "https://github.com/symfony/polyfill" 3347 } 3348 }, 3349 "autoload": { 3350 "psr-4": { 3351 "Symfony\\Polyfill\\Mbstring\\": "" 3352 }, 3353 "files": [ 3354 "bootstrap.php" 3355 ] 3356 }, 3357 "notification-url": "https://packagist.org/downloads/", 3358 "license": [ 3359 "MIT" 3360 ], 3361 "authors": [ 3362 { 3363 "name": "Nicolas Grekas", 3364 "email": "p@tchwork.com" 3365 }, 3366 { 3367 "name": "Symfony Community", 3368 "homepage": "https://symfony.com/contributors" 3369 } 3370 ], 3371 "description": "Symfony polyfill for the Mbstring extension", 3372 "homepage": "https://symfony.com", 3373 "keywords": [ 3374 "compatibility", 3375 "mbstring", 3376 "polyfill", 3377 "portable", 3378 "shim" 3379 ], 3380 "funding": [ 3381 { 3382 "url": "https://symfony.com/sponsor", 3383 "type": "custom" 3384 }, 3385 { 3386 "url": "https://github.com/fabpot", 3387 "type": "github" 3388 }, 3389 { 3390 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3391 "type": "tidelift" 3392 } 3393 ], 3394 "time": "2020-07-14T12:35:20+00:00" 3395 }, 3396 { 3397 "name": "symfony/polyfill-php70", 3398 "version": "v1.18.1", 3399 "source": { 3400 "type": "git", 3401 "url": "https://github.com/symfony/polyfill-php70.git", 3402 "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3" 3403 }, 3404 "dist": { 3405 "type": "zip", 3406 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", 3407 "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", 3408 "shasum": "" 3409 }, 3410 "require": { 3411 "paragonie/random_compat": "~1.0|~2.0|~9.99", 3412 "php": ">=5.3.3" 3413 }, 3414 "type": "library", 3415 "extra": { 3416 "branch-alias": { 3417 "dev-master": "1.18-dev" 3418 }, 3419 "thanks": { 3420 "name": "symfony/polyfill", 3421 "url": "https://github.com/symfony/polyfill" 3422 } 3423 }, 3424 "autoload": { 3425 "psr-4": { 3426 "Symfony\\Polyfill\\Php70\\": "" 3427 }, 3428 "files": [ 3429 "bootstrap.php" 3430 ], 3431 "classmap": [ 3432 "Resources/stubs" 3433 ] 3434 }, 3435 "notification-url": "https://packagist.org/downloads/", 3436 "license": [ 3437 "MIT" 3438 ], 3439 "authors": [ 3440 { 3441 "name": "Nicolas Grekas", 3442 "email": "p@tchwork.com" 3443 }, 3444 { 3445 "name": "Symfony Community", 3446 "homepage": "https://symfony.com/contributors" 3447 } 3448 ], 3449 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", 3450 "homepage": "https://symfony.com", 3451 "keywords": [ 3452 "compatibility", 3453 "polyfill", 3454 "portable", 3455 "shim" 3456 ], 3457 "funding": [ 3458 { 3459 "url": "https://symfony.com/sponsor", 3460 "type": "custom" 3461 }, 3462 { 3463 "url": "https://github.com/fabpot", 3464 "type": "github" 3465 }, 3466 { 3467 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3468 "type": "tidelift" 3469 } 3470 ], 3471 "time": "2020-07-14T12:35:20+00:00" 3472 }, 3473 { 3474 "name": "symfony/polyfill-php72", 3475 "version": "v1.18.1", 3476 "source": { 3477 "type": "git", 3478 "url": "https://github.com/symfony/polyfill-php72.git", 3479 "reference": "639447d008615574653fb3bc60d1986d7172eaae" 3480 }, 3481 "dist": { 3482 "type": "zip", 3483 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae", 3484 "reference": "639447d008615574653fb3bc60d1986d7172eaae", 3485 "shasum": "" 3486 }, 3487 "require": { 3488 "php": ">=5.3.3" 3489 }, 3490 "type": "library", 3491 "extra": { 3492 "branch-alias": { 3493 "dev-master": "1.18-dev" 3494 }, 3495 "thanks": { 3496 "name": "symfony/polyfill", 3497 "url": "https://github.com/symfony/polyfill" 3498 } 3499 }, 3500 "autoload": { 3501 "psr-4": { 3502 "Symfony\\Polyfill\\Php72\\": "" 3503 }, 3504 "files": [ 3505 "bootstrap.php" 3506 ] 3507 }, 3508 "notification-url": "https://packagist.org/downloads/", 3509 "license": [ 3510 "MIT" 3511 ], 3512 "authors": [ 3513 { 3514 "name": "Nicolas Grekas", 3515 "email": "p@tchwork.com" 3516 }, 3517 { 3518 "name": "Symfony Community", 3519 "homepage": "https://symfony.com/contributors" 3520 } 3521 ], 3522 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 3523 "homepage": "https://symfony.com", 3524 "keywords": [ 3525 "compatibility", 3526 "polyfill", 3527 "portable", 3528 "shim" 3529 ], 3530 "funding": [ 3531 { 3532 "url": "https://symfony.com/sponsor", 3533 "type": "custom" 3534 }, 3535 { 3536 "url": "https://github.com/fabpot", 3537 "type": "github" 3538 }, 3539 { 3540 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3541 "type": "tidelift" 3542 } 3543 ], 3544 "time": "2020-07-14T12:35:20+00:00" 3545 }, 3546 { 3547 "name": "symfony/polyfill-php80", 3548 "version": "v1.18.1", 3549 "source": { 3550 "type": "git", 3551 "url": "https://github.com/symfony/polyfill-php80.git", 3552 "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981" 3553 }, 3554 "dist": { 3555 "type": "zip", 3556 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981", 3557 "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981", 3558 "shasum": "" 3559 }, 3560 "require": { 3561 "php": ">=7.0.8" 3562 }, 3563 "type": "library", 3564 "extra": { 3565 "branch-alias": { 3566 "dev-master": "1.18-dev" 3567 }, 3568 "thanks": { 3569 "name": "symfony/polyfill", 3570 "url": "https://github.com/symfony/polyfill" 3571 } 3572 }, 3573 "autoload": { 3574 "psr-4": { 3575 "Symfony\\Polyfill\\Php80\\": "" 3576 }, 3577 "files": [ 3578 "bootstrap.php" 3579 ], 3580 "classmap": [ 3581 "Resources/stubs" 3582 ] 3583 }, 3584 "notification-url": "https://packagist.org/downloads/", 3585 "license": [ 3586 "MIT" 3587 ], 3588 "authors": [ 3589 { 3590 "name": "Ion Bazan", 3591 "email": "ion.bazan@gmail.com" 3592 }, 3593 { 3594 "name": "Nicolas Grekas", 3595 "email": "p@tchwork.com" 3596 }, 3597 { 3598 "name": "Symfony Community", 3599 "homepage": "https://symfony.com/contributors" 3600 } 3601 ], 3602 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 3603 "homepage": "https://symfony.com", 3604 "keywords": [ 3605 "compatibility", 3606 "polyfill", 3607 "portable", 3608 "shim" 3609 ], 3610 "funding": [ 3611 { 3612 "url": "https://symfony.com/sponsor", 3613 "type": "custom" 3614 }, 3615 { 3616 "url": "https://github.com/fabpot", 3617 "type": "github" 3618 }, 3619 { 3620 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3621 "type": "tidelift" 3622 } 3623 ], 3624 "time": "2020-07-14T12:35:20+00:00" 3625 }, 3626 { 3627 "name": "symfony/service-contracts", 3628 "version": "v1.1.9", 3629 "source": { 3630 "type": "git", 3631 "url": "https://github.com/symfony/service-contracts.git", 3632 "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26" 3633 }, 3634 "dist": { 3635 "type": "zip", 3636 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26", 3637 "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26", 3638 "shasum": "" 3639 }, 3640 "require": { 3641 "php": ">=7.1.3", 3642 "psr/container": "^1.0" 3643 }, 3644 "suggest": { 3645 "symfony/service-implementation": "" 3646 }, 3647 "type": "library", 3648 "extra": { 3649 "branch-alias": { 3650 "dev-master": "1.1-dev" 3651 }, 3652 "thanks": { 3653 "name": "symfony/contracts", 3654 "url": "https://github.com/symfony/contracts" 3655 } 3656 }, 3657 "autoload": { 3658 "psr-4": { 3659 "Symfony\\Contracts\\Service\\": "" 3660 } 3661 }, 3662 "notification-url": "https://packagist.org/downloads/", 3663 "license": [ 3664 "MIT" 3665 ], 3666 "authors": [ 3667 { 3668 "name": "Nicolas Grekas", 3669 "email": "p@tchwork.com" 3670 }, 3671 { 3672 "name": "Symfony Community", 3673 "homepage": "https://symfony.com/contributors" 3674 } 3675 ], 3676 "description": "Generic abstractions related to writing services", 3677 "homepage": "https://symfony.com", 3678 "keywords": [ 3679 "abstractions", 3680 "contracts", 3681 "decoupling", 3682 "interfaces", 3683 "interoperability", 3684 "standards" 3685 ], 3686 "funding": [ 3687 { 3688 "url": "https://symfony.com/sponsor", 3689 "type": "custom" 3690 }, 3691 { 3692 "url": "https://github.com/fabpot", 3693 "type": "github" 3694 }, 3695 { 3696 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3697 "type": "tidelift" 3698 } 3699 ], 3700 "time": "2020-07-06T13:19:58+00:00" 3701 }, 3702 { 3703 "name": "symfony/translation", 3704 "version": "v4.4.15", 3705 "source": { 3706 "type": "git", 3707 "url": "https://github.com/symfony/translation.git", 3708 "reference": "8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd" 3709 }, 3710 "dist": { 3711 "type": "zip", 3712 "url": "https://api.github.com/repos/symfony/translation/zipball/8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd", 3713 "reference": "8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd", 3714 "shasum": "" 3715 }, 3716 "require": { 3717 "php": ">=7.1.3", 3718 "symfony/polyfill-mbstring": "~1.0", 3719 "symfony/translation-contracts": "^1.1.6|^2" 3720 }, 3721 "conflict": { 3722 "symfony/config": "<3.4", 3723 "symfony/dependency-injection": "<3.4", 3724 "symfony/http-kernel": "<4.4", 3725 "symfony/yaml": "<3.4" 3726 }, 3727 "provide": { 3728 "symfony/translation-implementation": "1.0" 3729 }, 3730 "require-dev": { 3731 "psr/log": "~1.0", 3732 "symfony/config": "^3.4|^4.0|^5.0", 3733 "symfony/console": "^3.4|^4.0|^5.0", 3734 "symfony/dependency-injection": "^3.4|^4.0|^5.0", 3735 "symfony/finder": "~2.8|~3.0|~4.0|^5.0", 3736 "symfony/http-kernel": "^4.4", 3737 "symfony/intl": "^3.4|^4.0|^5.0", 3738 "symfony/service-contracts": "^1.1.2|^2", 3739 "symfony/yaml": "^3.4|^4.0|^5.0" 3740 }, 3741 "suggest": { 3742 "psr/log-implementation": "To use logging capability in translator", 3743 "symfony/config": "", 3744 "symfony/yaml": "" 3745 }, 3746 "type": "library", 3747 "extra": { 3748 "branch-alias": { 3749 "dev-master": "4.4-dev" 3750 } 3751 }, 3752 "autoload": { 3753 "psr-4": { 3754 "Symfony\\Component\\Translation\\": "" 3755 }, 3756 "exclude-from-classmap": [ 3757 "/Tests/" 3758 ] 3759 }, 3760 "notification-url": "https://packagist.org/downloads/", 3761 "license": [ 3762 "MIT" 3763 ], 3764 "authors": [ 3765 { 3766 "name": "Fabien Potencier", 3767 "email": "fabien@symfony.com" 3768 }, 3769 { 3770 "name": "Symfony Community", 3771 "homepage": "https://symfony.com/contributors" 3772 } 3773 ], 3774 "description": "Symfony Translation Component", 3775 "homepage": "https://symfony.com", 3776 "funding": [ 3777 { 3778 "url": "https://symfony.com/sponsor", 3779 "type": "custom" 3780 }, 3781 { 3782 "url": "https://github.com/fabpot", 3783 "type": "github" 3784 }, 3785 { 3786 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3787 "type": "tidelift" 3788 } 3789 ], 3790 "time": "2020-10-02T07:34:48+00:00" 3791 }, 3792 { 3793 "name": "symfony/translation-contracts", 3794 "version": "v1.1.10", 3795 "source": { 3796 "type": "git", 3797 "url": "https://github.com/symfony/translation-contracts.git", 3798 "reference": "84180a25fad31e23bebd26ca09d89464f082cacc" 3799 }, 3800 "dist": { 3801 "type": "zip", 3802 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/84180a25fad31e23bebd26ca09d89464f082cacc", 3803 "reference": "84180a25fad31e23bebd26ca09d89464f082cacc", 3804 "shasum": "" 3805 }, 3806 "require": { 3807 "php": ">=7.1.3" 3808 }, 3809 "suggest": { 3810 "symfony/translation-implementation": "" 3811 }, 3812 "type": "library", 3813 "extra": { 3814 "branch-alias": { 3815 "dev-master": "1.1-dev" 3816 }, 3817 "thanks": { 3818 "name": "symfony/contracts", 3819 "url": "https://github.com/symfony/contracts" 3820 } 3821 }, 3822 "autoload": { 3823 "psr-4": { 3824 "Symfony\\Contracts\\Translation\\": "" 3825 } 3826 }, 3827 "notification-url": "https://packagist.org/downloads/", 3828 "license": [ 3829 "MIT" 3830 ], 3831 "authors": [ 3832 { 3833 "name": "Nicolas Grekas", 3834 "email": "p@tchwork.com" 3835 }, 3836 { 3837 "name": "Symfony Community", 3838 "homepage": "https://symfony.com/contributors" 3839 } 3840 ], 3841 "description": "Generic abstractions related to translation", 3842 "homepage": "https://symfony.com", 3843 "keywords": [ 3844 "abstractions", 3845 "contracts", 3846 "decoupling", 3847 "interfaces", 3848 "interoperability", 3849 "standards" 3850 ], 3851 "funding": [ 3852 { 3853 "url": "https://symfony.com/sponsor", 3854 "type": "custom" 3855 }, 3856 { 3857 "url": "https://github.com/fabpot", 3858 "type": "github" 3859 }, 3860 { 3861 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3862 "type": "tidelift" 3863 } 3864 ], 3865 "time": "2020-09-02T16:08:58+00:00" 3866 }, 3867 { 3868 "name": "symfony/var-exporter", 3869 "version": "v4.4.15", 3870 "source": { 3871 "type": "git", 3872 "url": "https://github.com/symfony/var-exporter.git", 3873 "reference": "bb6c505d1492bf55534184c0a38826bda529e5e2" 3874 }, 3875 "dist": { 3876 "type": "zip", 3877 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/bb6c505d1492bf55534184c0a38826bda529e5e2", 3878 "reference": "bb6c505d1492bf55534184c0a38826bda529e5e2", 3879 "shasum": "" 3880 }, 3881 "require": { 3882 "php": ">=7.1.3" 3883 }, 3884 "require-dev": { 3885 "symfony/var-dumper": "^4.4.9|^5.0.9" 3886 }, 3887 "type": "library", 3888 "extra": { 3889 "branch-alias": { 3890 "dev-master": "4.4-dev" 3891 } 3892 }, 3893 "autoload": { 3894 "psr-4": { 3895 "Symfony\\Component\\VarExporter\\": "" 3896 }, 3897 "exclude-from-classmap": [ 3898 "/Tests/" 3899 ] 3900 }, 3901 "notification-url": "https://packagist.org/downloads/", 3902 "license": [ 3903 "MIT" 3904 ], 3905 "authors": [ 3906 { 3907 "name": "Nicolas Grekas", 3908 "email": "p@tchwork.com" 3909 }, 3910 { 3911 "name": "Symfony Community", 3912 "homepage": "https://symfony.com/contributors" 3913 } 3914 ], 3915 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", 3916 "homepage": "https://symfony.com", 3917 "keywords": [ 3918 "clone", 3919 "construct", 3920 "export", 3921 "hydrate", 3922 "instantiate", 3923 "serialize" 3924 ], 3925 "funding": [ 3926 { 3927 "url": "https://symfony.com/sponsor", 3928 "type": "custom" 3929 }, 3930 { 3931 "url": "https://github.com/fabpot", 3932 "type": "github" 3933 }, 3934 { 3935 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3936 "type": "tidelift" 3937 } 3938 ], 3939 "time": "2020-09-07T21:10:21+00:00" 3940 }, 3941 { 3942 "name": "tecnickcom/tcpdf", 3943 "version": "6.3.5", 3944 "source": { 3945 "type": "git", 3946 "url": "https://github.com/tecnickcom/TCPDF.git", 3947 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" 3948 }, 3949 "dist": { 3950 "type": "zip", 3951 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", 3952 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", 3953 "shasum": "" 3954 }, 3955 "require": { 3956 "php": ">=5.3.0" 3957 }, 3958 "type": "library", 3959 "autoload": { 3960 "classmap": [ 3961 "config", 3962 "include", 3963 "tcpdf.php", 3964 "tcpdf_parser.php", 3965 "tcpdf_import.php", 3966 "tcpdf_barcodes_1d.php", 3967 "tcpdf_barcodes_2d.php", 3968 "include/tcpdf_colors.php", 3969 "include/tcpdf_filters.php", 3970 "include/tcpdf_font_data.php", 3971 "include/tcpdf_fonts.php", 3972 "include/tcpdf_images.php", 3973 "include/tcpdf_static.php", 3974 "include/barcodes/datamatrix.php", 3975 "include/barcodes/pdf417.php", 3976 "include/barcodes/qrcode.php" 3977 ] 3978 }, 3979 "notification-url": "https://packagist.org/downloads/", 3980 "license": [ 3981 "LGPL-3.0-only" 3982 ], 3983 "authors": [ 3984 { 3985 "name": "Nicola Asuni", 3986 "email": "info@tecnick.com", 3987 "role": "lead" 3988 } 3989 ], 3990 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 3991 "homepage": "http://www.tcpdf.org/", 3992 "keywords": [ 3993 "PDFD32000-2008", 3994 "TCPDF", 3995 "barcodes", 3996 "datamatrix", 3997 "pdf", 3998 "pdf417", 3999 "qrcode" 4000 ], 4001 "time": "2020-02-14T14:20:12+00:00" 4002 } 4003 ], 4004 "packages-dev": [ 4005 { 4006 "name": "composer/ca-bundle", 4007 "version": "1.2.8", 4008 "source": { 4009 "type": "git", 4010 "url": "https://github.com/composer/ca-bundle.git", 4011 "reference": "8a7ecad675253e4654ea05505233285377405215" 4012 }, 4013 "dist": { 4014 "type": "zip", 4015 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215", 4016 "reference": "8a7ecad675253e4654ea05505233285377405215", 4017 "shasum": "" 4018 }, 4019 "require": { 4020 "ext-openssl": "*", 4021 "ext-pcre": "*", 4022 "php": "^5.3.2 || ^7.0 || ^8.0" 4023 }, 4024 "require-dev": { 4025 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", 4026 "psr/log": "^1.0", 4027 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" 4028 }, 4029 "type": "library", 4030 "extra": { 4031 "branch-alias": { 4032 "dev-master": "1.x-dev" 4033 } 4034 }, 4035 "autoload": { 4036 "psr-4": { 4037 "Composer\\CaBundle\\": "src" 4038 } 4039 }, 4040 "notification-url": "https://packagist.org/downloads/", 4041 "license": [ 4042 "MIT" 4043 ], 4044 "authors": [ 4045 { 4046 "name": "Jordi Boggiano", 4047 "email": "j.boggiano@seld.be", 4048 "homepage": "http://seld.be" 4049 } 4050 ], 4051 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", 4052 "keywords": [ 4053 "cabundle", 4054 "cacert", 4055 "certificate", 4056 "ssl", 4057 "tls" 4058 ], 4059 "funding": [ 4060 { 4061 "url": "https://packagist.com", 4062 "type": "custom" 4063 }, 4064 { 4065 "url": "https://github.com/composer", 4066 "type": "github" 4067 }, 4068 { 4069 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4070 "type": "tidelift" 4071 } 4072 ], 4073 "time": "2020-08-23T12:54:47+00:00" 4074 }, 4075 { 4076 "name": "composer/composer", 4077 "version": "1.10.13", 4078 "source": { 4079 "type": "git", 4080 "url": "https://github.com/composer/composer.git", 4081 "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b" 4082 }, 4083 "dist": { 4084 "type": "zip", 4085 "url": "https://api.github.com/repos/composer/composer/zipball/47c841ba3b2d3fc0b4b13282cf029ea18b66d78b", 4086 "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b", 4087 "shasum": "" 4088 }, 4089 "require": { 4090 "composer/ca-bundle": "^1.0", 4091 "composer/semver": "^1.0", 4092 "composer/spdx-licenses": "^1.2", 4093 "composer/xdebug-handler": "^1.1", 4094 "justinrainbow/json-schema": "^5.2.10", 4095 "php": "^5.3.2 || ^7.0", 4096 "psr/log": "^1.0", 4097 "seld/jsonlint": "^1.4", 4098 "seld/phar-utils": "^1.0", 4099 "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0", 4100 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0", 4101 "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0", 4102 "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0" 4103 }, 4104 "conflict": { 4105 "symfony/console": "2.8.38" 4106 }, 4107 "require-dev": { 4108 "phpspec/prophecy": "^1.10", 4109 "symfony/phpunit-bridge": "^4.2" 4110 }, 4111 "suggest": { 4112 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", 4113 "ext-zip": "Enabling the zip extension allows you to unzip archives", 4114 "ext-zlib": "Allow gzip compression of HTTP requests" 4115 }, 4116 "bin": [ 4117 "bin/composer" 4118 ], 4119 "type": "library", 4120 "extra": { 4121 "branch-alias": { 4122 "dev-master": "1.10-dev" 4123 } 4124 }, 4125 "autoload": { 4126 "psr-4": { 4127 "Composer\\": "src/Composer" 4128 } 4129 }, 4130 "notification-url": "https://packagist.org/downloads/", 4131 "license": [ 4132 "MIT" 4133 ], 4134 "authors": [ 4135 { 4136 "name": "Nils Adermann", 4137 "email": "naderman@naderman.de", 4138 "homepage": "http://www.naderman.de" 4139 }, 4140 { 4141 "name": "Jordi Boggiano", 4142 "email": "j.boggiano@seld.be", 4143 "homepage": "http://seld.be" 4144 } 4145 ], 4146 "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", 4147 "homepage": "https://getcomposer.org/", 4148 "keywords": [ 4149 "autoload", 4150 "dependency", 4151 "package" 4152 ], 4153 "funding": [ 4154 { 4155 "url": "https://packagist.com", 4156 "type": "custom" 4157 }, 4158 { 4159 "url": "https://github.com/composer", 4160 "type": "github" 4161 }, 4162 { 4163 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4164 "type": "tidelift" 4165 } 4166 ], 4167 "time": "2020-09-09T09:46:34+00:00" 4168 }, 4169 { 4170 "name": "composer/semver", 4171 "version": "1.7.1", 4172 "source": { 4173 "type": "git", 4174 "url": "https://github.com/composer/semver.git", 4175 "reference": "38276325bd896f90dfcfe30029aa5db40df387a7" 4176 }, 4177 "dist": { 4178 "type": "zip", 4179 "url": "https://api.github.com/repos/composer/semver/zipball/38276325bd896f90dfcfe30029aa5db40df387a7", 4180 "reference": "38276325bd896f90dfcfe30029aa5db40df387a7", 4181 "shasum": "" 4182 }, 4183 "require": { 4184 "php": "^5.3.2 || ^7.0" 4185 }, 4186 "require-dev": { 4187 "phpunit/phpunit": "^4.5 || ^5.0.5" 4188 }, 4189 "type": "library", 4190 "extra": { 4191 "branch-alias": { 4192 "dev-master": "1.x-dev" 4193 } 4194 }, 4195 "autoload": { 4196 "psr-4": { 4197 "Composer\\Semver\\": "src" 4198 } 4199 }, 4200 "notification-url": "https://packagist.org/downloads/", 4201 "license": [ 4202 "MIT" 4203 ], 4204 "authors": [ 4205 { 4206 "name": "Nils Adermann", 4207 "email": "naderman@naderman.de", 4208 "homepage": "http://www.naderman.de" 4209 }, 4210 { 4211 "name": "Jordi Boggiano", 4212 "email": "j.boggiano@seld.be", 4213 "homepage": "http://seld.be" 4214 }, 4215 { 4216 "name": "Rob Bast", 4217 "email": "rob.bast@gmail.com", 4218 "homepage": "http://robbast.nl" 4219 } 4220 ], 4221 "description": "Semver library that offers utilities, version constraint parsing and validation.", 4222 "keywords": [ 4223 "semantic", 4224 "semver", 4225 "validation", 4226 "versioning" 4227 ], 4228 "funding": [ 4229 { 4230 "url": "https://packagist.com", 4231 "type": "custom" 4232 }, 4233 { 4234 "url": "https://github.com/composer", 4235 "type": "github" 4236 }, 4237 { 4238 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4239 "type": "tidelift" 4240 } 4241 ], 4242 "time": "2020-09-27T13:13:07+00:00" 4243 }, 4244 { 4245 "name": "composer/spdx-licenses", 4246 "version": "1.5.4", 4247 "source": { 4248 "type": "git", 4249 "url": "https://github.com/composer/spdx-licenses.git", 4250 "reference": "6946f785871e2314c60b4524851f3702ea4f2223" 4251 }, 4252 "dist": { 4253 "type": "zip", 4254 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223", 4255 "reference": "6946f785871e2314c60b4524851f3702ea4f2223", 4256 "shasum": "" 4257 }, 4258 "require": { 4259 "php": "^5.3.2 || ^7.0 || ^8.0" 4260 }, 4261 "require-dev": { 4262 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" 4263 }, 4264 "type": "library", 4265 "extra": { 4266 "branch-alias": { 4267 "dev-master": "1.x-dev" 4268 } 4269 }, 4270 "autoload": { 4271 "psr-4": { 4272 "Composer\\Spdx\\": "src" 4273 } 4274 }, 4275 "notification-url": "https://packagist.org/downloads/", 4276 "license": [ 4277 "MIT" 4278 ], 4279 "authors": [ 4280 { 4281 "name": "Nils Adermann", 4282 "email": "naderman@naderman.de", 4283 "homepage": "http://www.naderman.de" 4284 }, 4285 { 4286 "name": "Jordi Boggiano", 4287 "email": "j.boggiano@seld.be", 4288 "homepage": "http://seld.be" 4289 }, 4290 { 4291 "name": "Rob Bast", 4292 "email": "rob.bast@gmail.com", 4293 "homepage": "http://robbast.nl" 4294 } 4295 ], 4296 "description": "SPDX licenses list and validation library.", 4297 "keywords": [ 4298 "license", 4299 "spdx", 4300 "validator" 4301 ], 4302 "funding": [ 4303 { 4304 "url": "https://packagist.com", 4305 "type": "custom" 4306 }, 4307 { 4308 "url": "https://github.com/composer", 4309 "type": "github" 4310 }, 4311 { 4312 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4313 "type": "tidelift" 4314 } 4315 ], 4316 "time": "2020-07-15T15:35:07+00:00" 4317 }, 4318 { 4319 "name": "composer/xdebug-handler", 4320 "version": "1.4.3", 4321 "source": { 4322 "type": "git", 4323 "url": "https://github.com/composer/xdebug-handler.git", 4324 "reference": "ebd27a9866ae8254e873866f795491f02418c5a5" 4325 }, 4326 "dist": { 4327 "type": "zip", 4328 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ebd27a9866ae8254e873866f795491f02418c5a5", 4329 "reference": "ebd27a9866ae8254e873866f795491f02418c5a5", 4330 "shasum": "" 4331 }, 4332 "require": { 4333 "php": "^5.3.2 || ^7.0 || ^8.0", 4334 "psr/log": "^1.0" 4335 }, 4336 "require-dev": { 4337 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" 4338 }, 4339 "type": "library", 4340 "autoload": { 4341 "psr-4": { 4342 "Composer\\XdebugHandler\\": "src" 4343 } 4344 }, 4345 "notification-url": "https://packagist.org/downloads/", 4346 "license": [ 4347 "MIT" 4348 ], 4349 "authors": [ 4350 { 4351 "name": "John Stevenson", 4352 "email": "john-stevenson@blueyonder.co.uk" 4353 } 4354 ], 4355 "description": "Restarts a process without Xdebug.", 4356 "keywords": [ 4357 "Xdebug", 4358 "performance" 4359 ], 4360 "funding": [ 4361 { 4362 "url": "https://packagist.com", 4363 "type": "custom" 4364 }, 4365 { 4366 "url": "https://github.com/composer", 4367 "type": "github" 4368 }, 4369 { 4370 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4371 "type": "tidelift" 4372 } 4373 ], 4374 "time": "2020-08-19T10:27:58+00:00" 4375 }, 4376 { 4377 "name": "doctrine/instantiator", 4378 "version": "1.3.1", 4379 "source": { 4380 "type": "git", 4381 "url": "https://github.com/doctrine/instantiator.git", 4382 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" 4383 }, 4384 "dist": { 4385 "type": "zip", 4386 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", 4387 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", 4388 "shasum": "" 4389 }, 4390 "require": { 4391 "php": "^7.1 || ^8.0" 4392 }, 4393 "require-dev": { 4394 "doctrine/coding-standard": "^6.0", 4395 "ext-pdo": "*", 4396 "ext-phar": "*", 4397 "phpbench/phpbench": "^0.13", 4398 "phpstan/phpstan-phpunit": "^0.11", 4399 "phpstan/phpstan-shim": "^0.11", 4400 "phpunit/phpunit": "^7.0" 4401 }, 4402 "type": "library", 4403 "extra": { 4404 "branch-alias": { 4405 "dev-master": "1.2.x-dev" 4406 } 4407 }, 4408 "autoload": { 4409 "psr-4": { 4410 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 4411 } 4412 }, 4413 "notification-url": "https://packagist.org/downloads/", 4414 "license": [ 4415 "MIT" 4416 ], 4417 "authors": [ 4418 { 4419 "name": "Marco Pivetta", 4420 "email": "ocramius@gmail.com", 4421 "homepage": "http://ocramius.github.com/" 4422 } 4423 ], 4424 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 4425 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 4426 "keywords": [ 4427 "constructor", 4428 "instantiate" 4429 ], 4430 "funding": [ 4431 { 4432 "url": "https://www.doctrine-project.org/sponsorship.html", 4433 "type": "custom" 4434 }, 4435 { 4436 "url": "https://www.patreon.com/phpdoctrine", 4437 "type": "patreon" 4438 }, 4439 { 4440 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 4441 "type": "tidelift" 4442 } 4443 ], 4444 "time": "2020-05-29T17:27:14+00:00" 4445 }, 4446 { 4447 "name": "justinrainbow/json-schema", 4448 "version": "5.2.10", 4449 "source": { 4450 "type": "git", 4451 "url": "https://github.com/justinrainbow/json-schema.git", 4452 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" 4453 }, 4454 "dist": { 4455 "type": "zip", 4456 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", 4457 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", 4458 "shasum": "" 4459 }, 4460 "require": { 4461 "php": ">=5.3.3" 4462 }, 4463 "require-dev": { 4464 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", 4465 "json-schema/json-schema-test-suite": "1.2.0", 4466 "phpunit/phpunit": "^4.8.35" 4467 }, 4468 "bin": [ 4469 "bin/validate-json" 4470 ], 4471 "type": "library", 4472 "extra": { 4473 "branch-alias": { 4474 "dev-master": "5.0.x-dev" 4475 } 4476 }, 4477 "autoload": { 4478 "psr-4": { 4479 "JsonSchema\\": "src/JsonSchema/" 4480 } 4481 }, 4482 "notification-url": "https://packagist.org/downloads/", 4483 "license": [ 4484 "MIT" 4485 ], 4486 "authors": [ 4487 { 4488 "name": "Bruno Prieto Reis", 4489 "email": "bruno.p.reis@gmail.com" 4490 }, 4491 { 4492 "name": "Justin Rainbow", 4493 "email": "justin.rainbow@gmail.com" 4494 }, 4495 { 4496 "name": "Igor Wiedler", 4497 "email": "igor@wiedler.ch" 4498 }, 4499 { 4500 "name": "Robert Schönthal", 4501 "email": "seroscho@googlemail.com" 4502 } 4503 ], 4504 "description": "A library to validate a json schema.", 4505 "homepage": "https://github.com/justinrainbow/json-schema", 4506 "keywords": [ 4507 "json", 4508 "schema" 4509 ], 4510 "time": "2020-05-27T16:41:55+00:00" 4511 }, 4512 { 4513 "name": "league/flysystem-memory", 4514 "version": "1.0.2", 4515 "source": { 4516 "type": "git", 4517 "url": "https://github.com/thephpleague/flysystem-memory.git", 4518 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757" 4519 }, 4520 "dist": { 4521 "type": "zip", 4522 "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757", 4523 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757", 4524 "shasum": "" 4525 }, 4526 "require": { 4527 "league/flysystem": "~1.0" 4528 }, 4529 "require-dev": { 4530 "phpunit/phpunit": "^5.7.10" 4531 }, 4532 "type": "library", 4533 "extra": { 4534 "branch-alias": { 4535 "dev-master": "1.0-dev" 4536 } 4537 }, 4538 "autoload": { 4539 "psr-4": { 4540 "League\\Flysystem\\Memory\\": "src/" 4541 } 4542 }, 4543 "notification-url": "https://packagist.org/downloads/", 4544 "license": [ 4545 "MIT" 4546 ], 4547 "authors": [ 4548 { 4549 "name": "Chris Leppanen", 4550 "email": "chris.leppanen@gmail.com", 4551 "role": "Developer" 4552 } 4553 ], 4554 "description": "An in-memory adapter for Flysystem.", 4555 "homepage": "https://github.com/thephpleague/flysystem-memory", 4556 "keywords": [ 4557 "Flysystem", 4558 "adapter", 4559 "memory" 4560 ], 4561 "time": "2019-05-30T21:34:13+00:00" 4562 }, 4563 { 4564 "name": "maximebf/debugbar", 4565 "version": "v1.16.3", 4566 "source": { 4567 "type": "git", 4568 "url": "https://github.com/maximebf/php-debugbar.git", 4569 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372" 4570 }, 4571 "dist": { 4572 "type": "zip", 4573 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372", 4574 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372", 4575 "shasum": "" 4576 }, 4577 "require": { 4578 "php": "^7.1", 4579 "psr/log": "^1.0", 4580 "symfony/var-dumper": "^2.6|^3|^4|^5" 4581 }, 4582 "require-dev": { 4583 "phpunit/phpunit": "^5" 4584 }, 4585 "suggest": { 4586 "kriswallsmith/assetic": "The best way to manage assets", 4587 "monolog/monolog": "Log using Monolog", 4588 "predis/predis": "Redis storage" 4589 }, 4590 "type": "library", 4591 "extra": { 4592 "branch-alias": { 4593 "dev-master": "1.16-dev" 4594 } 4595 }, 4596 "autoload": { 4597 "psr-4": { 4598 "DebugBar\\": "src/DebugBar/" 4599 } 4600 }, 4601 "notification-url": "https://packagist.org/downloads/", 4602 "license": [ 4603 "MIT" 4604 ], 4605 "authors": [ 4606 { 4607 "name": "Maxime Bouroumeau-Fuseau", 4608 "email": "maxime.bouroumeau@gmail.com", 4609 "homepage": "http://maximebf.com" 4610 }, 4611 { 4612 "name": "Barry vd. Heuvel", 4613 "email": "barryvdh@gmail.com" 4614 } 4615 ], 4616 "description": "Debug bar in the browser for php application", 4617 "homepage": "https://github.com/maximebf/php-debugbar", 4618 "keywords": [ 4619 "debug", 4620 "debugbar" 4621 ], 4622 "time": "2020-05-06T07:06:27+00:00" 4623 }, 4624 { 4625 "name": "myclabs/deep-copy", 4626 "version": "1.10.1", 4627 "source": { 4628 "type": "git", 4629 "url": "https://github.com/myclabs/DeepCopy.git", 4630 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" 4631 }, 4632 "dist": { 4633 "type": "zip", 4634 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", 4635 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", 4636 "shasum": "" 4637 }, 4638 "require": { 4639 "php": "^7.1 || ^8.0" 4640 }, 4641 "replace": { 4642 "myclabs/deep-copy": "self.version" 4643 }, 4644 "require-dev": { 4645 "doctrine/collections": "^1.0", 4646 "doctrine/common": "^2.6", 4647 "phpunit/phpunit": "^7.1" 4648 }, 4649 "type": "library", 4650 "autoload": { 4651 "psr-4": { 4652 "DeepCopy\\": "src/DeepCopy/" 4653 }, 4654 "files": [ 4655 "src/DeepCopy/deep_copy.php" 4656 ] 4657 }, 4658 "notification-url": "https://packagist.org/downloads/", 4659 "license": [ 4660 "MIT" 4661 ], 4662 "description": "Create deep copies (clones) of your objects", 4663 "keywords": [ 4664 "clone", 4665 "copy", 4666 "duplicate", 4667 "object", 4668 "object graph" 4669 ], 4670 "funding": [ 4671 { 4672 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 4673 "type": "tidelift" 4674 } 4675 ], 4676 "time": "2020-06-29T13:22:24+00:00" 4677 }, 4678 { 4679 "name": "phar-io/manifest", 4680 "version": "1.0.3", 4681 "source": { 4682 "type": "git", 4683 "url": "https://github.com/phar-io/manifest.git", 4684 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" 4685 }, 4686 "dist": { 4687 "type": "zip", 4688 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 4689 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 4690 "shasum": "" 4691 }, 4692 "require": { 4693 "ext-dom": "*", 4694 "ext-phar": "*", 4695 "phar-io/version": "^2.0", 4696 "php": "^5.6 || ^7.0" 4697 }, 4698 "type": "library", 4699 "extra": { 4700 "branch-alias": { 4701 "dev-master": "1.0.x-dev" 4702 } 4703 }, 4704 "autoload": { 4705 "classmap": [ 4706 "src/" 4707 ] 4708 }, 4709 "notification-url": "https://packagist.org/downloads/", 4710 "license": [ 4711 "BSD-3-Clause" 4712 ], 4713 "authors": [ 4714 { 4715 "name": "Arne Blankerts", 4716 "email": "arne@blankerts.de", 4717 "role": "Developer" 4718 }, 4719 { 4720 "name": "Sebastian Heuer", 4721 "email": "sebastian@phpeople.de", 4722 "role": "Developer" 4723 }, 4724 { 4725 "name": "Sebastian Bergmann", 4726 "email": "sebastian@phpunit.de", 4727 "role": "Developer" 4728 } 4729 ], 4730 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 4731 "time": "2018-07-08T19:23:20+00:00" 4732 }, 4733 { 4734 "name": "phar-io/version", 4735 "version": "2.0.1", 4736 "source": { 4737 "type": "git", 4738 "url": "https://github.com/phar-io/version.git", 4739 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" 4740 }, 4741 "dist": { 4742 "type": "zip", 4743 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4744 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4745 "shasum": "" 4746 }, 4747 "require": { 4748 "php": "^5.6 || ^7.0" 4749 }, 4750 "type": "library", 4751 "autoload": { 4752 "classmap": [ 4753 "src/" 4754 ] 4755 }, 4756 "notification-url": "https://packagist.org/downloads/", 4757 "license": [ 4758 "BSD-3-Clause" 4759 ], 4760 "authors": [ 4761 { 4762 "name": "Arne Blankerts", 4763 "email": "arne@blankerts.de", 4764 "role": "Developer" 4765 }, 4766 { 4767 "name": "Sebastian Heuer", 4768 "email": "sebastian@phpeople.de", 4769 "role": "Developer" 4770 }, 4771 { 4772 "name": "Sebastian Bergmann", 4773 "email": "sebastian@phpunit.de", 4774 "role": "Developer" 4775 } 4776 ], 4777 "description": "Library for handling version information and constraints", 4778 "time": "2018-07-08T19:19:57+00:00" 4779 }, 4780 { 4781 "name": "php-coveralls/php-coveralls", 4782 "version": "v2.4.1", 4783 "source": { 4784 "type": "git", 4785 "url": "https://github.com/php-coveralls/php-coveralls.git", 4786 "reference": "c3f682e7cd50191ce0a9c396bc4dee8cbcf05383" 4787 }, 4788 "dist": { 4789 "type": "zip", 4790 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/c3f682e7cd50191ce0a9c396bc4dee8cbcf05383", 4791 "reference": "c3f682e7cd50191ce0a9c396bc4dee8cbcf05383", 4792 "shasum": "" 4793 }, 4794 "require": { 4795 "ext-json": "*", 4796 "ext-simplexml": "*", 4797 "guzzlehttp/guzzle": "^6.0 || ^7.0", 4798 "php": "^5.5 || ^7.0 || ^8.0", 4799 "psr/log": "^1.0", 4800 "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0", 4801 "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0", 4802 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0", 4803 "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0" 4804 }, 4805 "require-dev": { 4806 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0", 4807 "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0" 4808 }, 4809 "suggest": { 4810 "symfony/http-kernel": "Allows Symfony integration" 4811 }, 4812 "bin": [ 4813 "bin/php-coveralls" 4814 ], 4815 "type": "library", 4816 "autoload": { 4817 "psr-4": { 4818 "PhpCoveralls\\": "src/" 4819 } 4820 }, 4821 "notification-url": "https://packagist.org/downloads/", 4822 "license": [ 4823 "MIT" 4824 ], 4825 "authors": [ 4826 { 4827 "name": "Kitamura Satoshi", 4828 "email": "with.no.parachute@gmail.com", 4829 "homepage": "https://www.facebook.com/satooshi.jp", 4830 "role": "Original creator" 4831 }, 4832 { 4833 "name": "Takashi Matsuo", 4834 "email": "tmatsuo@google.com" 4835 }, 4836 { 4837 "name": "Google Inc" 4838 }, 4839 { 4840 "name": "Dariusz Ruminski", 4841 "email": "dariusz.ruminski@gmail.com", 4842 "homepage": "https://github.com/keradus" 4843 }, 4844 { 4845 "name": "Contributors", 4846 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 4847 } 4848 ], 4849 "description": "PHP client library for Coveralls API", 4850 "homepage": "https://github.com/php-coveralls/php-coveralls", 4851 "keywords": [ 4852 "ci", 4853 "coverage", 4854 "github", 4855 "test" 4856 ], 4857 "time": "2020-10-05T23:08:28+00:00" 4858 }, 4859 { 4860 "name": "phpdocumentor/reflection-common", 4861 "version": "2.1.0", 4862 "source": { 4863 "type": "git", 4864 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 4865 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" 4866 }, 4867 "dist": { 4868 "type": "zip", 4869 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", 4870 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", 4871 "shasum": "" 4872 }, 4873 "require": { 4874 "php": ">=7.1" 4875 }, 4876 "type": "library", 4877 "extra": { 4878 "branch-alias": { 4879 "dev-master": "2.x-dev" 4880 } 4881 }, 4882 "autoload": { 4883 "psr-4": { 4884 "phpDocumentor\\Reflection\\": "src/" 4885 } 4886 }, 4887 "notification-url": "https://packagist.org/downloads/", 4888 "license": [ 4889 "MIT" 4890 ], 4891 "authors": [ 4892 { 4893 "name": "Jaap van Otterdijk", 4894 "email": "opensource@ijaap.nl" 4895 } 4896 ], 4897 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 4898 "homepage": "http://www.phpdoc.org", 4899 "keywords": [ 4900 "FQSEN", 4901 "phpDocumentor", 4902 "phpdoc", 4903 "reflection", 4904 "static analysis" 4905 ], 4906 "time": "2020-04-27T09:25:28+00:00" 4907 }, 4908 { 4909 "name": "phpdocumentor/reflection-docblock", 4910 "version": "4.3.4", 4911 "source": { 4912 "type": "git", 4913 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 4914 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" 4915 }, 4916 "dist": { 4917 "type": "zip", 4918 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", 4919 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", 4920 "shasum": "" 4921 }, 4922 "require": { 4923 "php": "^7.0", 4924 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", 4925 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", 4926 "webmozart/assert": "^1.0" 4927 }, 4928 "require-dev": { 4929 "doctrine/instantiator": "^1.0.5", 4930 "mockery/mockery": "^1.0", 4931 "phpdocumentor/type-resolver": "0.4.*", 4932 "phpunit/phpunit": "^6.4" 4933 }, 4934 "type": "library", 4935 "extra": { 4936 "branch-alias": { 4937 "dev-master": "4.x-dev" 4938 } 4939 }, 4940 "autoload": { 4941 "psr-4": { 4942 "phpDocumentor\\Reflection\\": [ 4943 "src/" 4944 ] 4945 } 4946 }, 4947 "notification-url": "https://packagist.org/downloads/", 4948 "license": [ 4949 "MIT" 4950 ], 4951 "authors": [ 4952 { 4953 "name": "Mike van Riel", 4954 "email": "me@mikevanriel.com" 4955 } 4956 ], 4957 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 4958 "time": "2019-12-28T18:55:12+00:00" 4959 }, 4960 { 4961 "name": "phpdocumentor/type-resolver", 4962 "version": "1.0.1", 4963 "source": { 4964 "type": "git", 4965 "url": "https://github.com/phpDocumentor/TypeResolver.git", 4966 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" 4967 }, 4968 "dist": { 4969 "type": "zip", 4970 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", 4971 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", 4972 "shasum": "" 4973 }, 4974 "require": { 4975 "php": "^7.1", 4976 "phpdocumentor/reflection-common": "^2.0" 4977 }, 4978 "require-dev": { 4979 "ext-tokenizer": "^7.1", 4980 "mockery/mockery": "~1", 4981 "phpunit/phpunit": "^7.0" 4982 }, 4983 "type": "library", 4984 "extra": { 4985 "branch-alias": { 4986 "dev-master": "1.x-dev" 4987 } 4988 }, 4989 "autoload": { 4990 "psr-4": { 4991 "phpDocumentor\\Reflection\\": "src" 4992 } 4993 }, 4994 "notification-url": "https://packagist.org/downloads/", 4995 "license": [ 4996 "MIT" 4997 ], 4998 "authors": [ 4999 { 5000 "name": "Mike van Riel", 5001 "email": "me@mikevanriel.com" 5002 } 5003 ], 5004 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 5005 "time": "2019-08-22T18:11:29+00:00" 5006 }, 5007 { 5008 "name": "phpspec/prophecy", 5009 "version": "v1.10.3", 5010 "source": { 5011 "type": "git", 5012 "url": "https://github.com/phpspec/prophecy.git", 5013 "reference": "451c3cd1418cf640de218914901e51b064abb093" 5014 }, 5015 "dist": { 5016 "type": "zip", 5017 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", 5018 "reference": "451c3cd1418cf640de218914901e51b064abb093", 5019 "shasum": "" 5020 }, 5021 "require": { 5022 "doctrine/instantiator": "^1.0.2", 5023 "php": "^5.3|^7.0", 5024 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", 5025 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", 5026 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" 5027 }, 5028 "require-dev": { 5029 "phpspec/phpspec": "^2.5 || ^3.2", 5030 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" 5031 }, 5032 "type": "library", 5033 "extra": { 5034 "branch-alias": { 5035 "dev-master": "1.10.x-dev" 5036 } 5037 }, 5038 "autoload": { 5039 "psr-4": { 5040 "Prophecy\\": "src/Prophecy" 5041 } 5042 }, 5043 "notification-url": "https://packagist.org/downloads/", 5044 "license": [ 5045 "MIT" 5046 ], 5047 "authors": [ 5048 { 5049 "name": "Konstantin Kudryashov", 5050 "email": "ever.zet@gmail.com", 5051 "homepage": "http://everzet.com" 5052 }, 5053 { 5054 "name": "Marcello Duarte", 5055 "email": "marcello.duarte@gmail.com" 5056 } 5057 ], 5058 "description": "Highly opinionated mocking framework for PHP 5.3+", 5059 "homepage": "https://github.com/phpspec/prophecy", 5060 "keywords": [ 5061 "Double", 5062 "Dummy", 5063 "fake", 5064 "mock", 5065 "spy", 5066 "stub" 5067 ], 5068 "time": "2020-03-05T15:02:03+00:00" 5069 }, 5070 { 5071 "name": "phpunit/php-code-coverage", 5072 "version": "6.1.4", 5073 "source": { 5074 "type": "git", 5075 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 5076 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" 5077 }, 5078 "dist": { 5079 "type": "zip", 5080 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 5081 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 5082 "shasum": "" 5083 }, 5084 "require": { 5085 "ext-dom": "*", 5086 "ext-xmlwriter": "*", 5087 "php": "^7.1", 5088 "phpunit/php-file-iterator": "^2.0", 5089 "phpunit/php-text-template": "^1.2.1", 5090 "phpunit/php-token-stream": "^3.0", 5091 "sebastian/code-unit-reverse-lookup": "^1.0.1", 5092 "sebastian/environment": "^3.1 || ^4.0", 5093 "sebastian/version": "^2.0.1", 5094 "theseer/tokenizer": "^1.1" 5095 }, 5096 "require-dev": { 5097 "phpunit/phpunit": "^7.0" 5098 }, 5099 "suggest": { 5100 "ext-xdebug": "^2.6.0" 5101 }, 5102 "type": "library", 5103 "extra": { 5104 "branch-alias": { 5105 "dev-master": "6.1-dev" 5106 } 5107 }, 5108 "autoload": { 5109 "classmap": [ 5110 "src/" 5111 ] 5112 }, 5113 "notification-url": "https://packagist.org/downloads/", 5114 "license": [ 5115 "BSD-3-Clause" 5116 ], 5117 "authors": [ 5118 { 5119 "name": "Sebastian Bergmann", 5120 "email": "sebastian@phpunit.de", 5121 "role": "lead" 5122 } 5123 ], 5124 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 5125 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 5126 "keywords": [ 5127 "coverage", 5128 "testing", 5129 "xunit" 5130 ], 5131 "time": "2018-10-31T16:06:48+00:00" 5132 }, 5133 { 5134 "name": "phpunit/php-file-iterator", 5135 "version": "2.0.2", 5136 "source": { 5137 "type": "git", 5138 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 5139 "reference": "050bedf145a257b1ff02746c31894800e5122946" 5140 }, 5141 "dist": { 5142 "type": "zip", 5143 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", 5144 "reference": "050bedf145a257b1ff02746c31894800e5122946", 5145 "shasum": "" 5146 }, 5147 "require": { 5148 "php": "^7.1" 5149 }, 5150 "require-dev": { 5151 "phpunit/phpunit": "^7.1" 5152 }, 5153 "type": "library", 5154 "extra": { 5155 "branch-alias": { 5156 "dev-master": "2.0.x-dev" 5157 } 5158 }, 5159 "autoload": { 5160 "classmap": [ 5161 "src/" 5162 ] 5163 }, 5164 "notification-url": "https://packagist.org/downloads/", 5165 "license": [ 5166 "BSD-3-Clause" 5167 ], 5168 "authors": [ 5169 { 5170 "name": "Sebastian Bergmann", 5171 "email": "sebastian@phpunit.de", 5172 "role": "lead" 5173 } 5174 ], 5175 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 5176 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 5177 "keywords": [ 5178 "filesystem", 5179 "iterator" 5180 ], 5181 "time": "2018-09-13T20:33:42+00:00" 5182 }, 5183 { 5184 "name": "phpunit/php-text-template", 5185 "version": "1.2.1", 5186 "source": { 5187 "type": "git", 5188 "url": "https://github.com/sebastianbergmann/php-text-template.git", 5189 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 5190 }, 5191 "dist": { 5192 "type": "zip", 5193 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 5194 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 5195 "shasum": "" 5196 }, 5197 "require": { 5198 "php": ">=5.3.3" 5199 }, 5200 "type": "library", 5201 "autoload": { 5202 "classmap": [ 5203 "src/" 5204 ] 5205 }, 5206 "notification-url": "https://packagist.org/downloads/", 5207 "license": [ 5208 "BSD-3-Clause" 5209 ], 5210 "authors": [ 5211 { 5212 "name": "Sebastian Bergmann", 5213 "email": "sebastian@phpunit.de", 5214 "role": "lead" 5215 } 5216 ], 5217 "description": "Simple template engine.", 5218 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 5219 "keywords": [ 5220 "template" 5221 ], 5222 "time": "2015-06-21T13:50:34+00:00" 5223 }, 5224 { 5225 "name": "phpunit/php-timer", 5226 "version": "2.1.2", 5227 "source": { 5228 "type": "git", 5229 "url": "https://github.com/sebastianbergmann/php-timer.git", 5230 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" 5231 }, 5232 "dist": { 5233 "type": "zip", 5234 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", 5235 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", 5236 "shasum": "" 5237 }, 5238 "require": { 5239 "php": "^7.1" 5240 }, 5241 "require-dev": { 5242 "phpunit/phpunit": "^7.0" 5243 }, 5244 "type": "library", 5245 "extra": { 5246 "branch-alias": { 5247 "dev-master": "2.1-dev" 5248 } 5249 }, 5250 "autoload": { 5251 "classmap": [ 5252 "src/" 5253 ] 5254 }, 5255 "notification-url": "https://packagist.org/downloads/", 5256 "license": [ 5257 "BSD-3-Clause" 5258 ], 5259 "authors": [ 5260 { 5261 "name": "Sebastian Bergmann", 5262 "email": "sebastian@phpunit.de", 5263 "role": "lead" 5264 } 5265 ], 5266 "description": "Utility class for timing", 5267 "homepage": "https://github.com/sebastianbergmann/php-timer/", 5268 "keywords": [ 5269 "timer" 5270 ], 5271 "time": "2019-06-07T04:22:29+00:00" 5272 }, 5273 { 5274 "name": "phpunit/php-token-stream", 5275 "version": "3.1.1", 5276 "source": { 5277 "type": "git", 5278 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 5279 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" 5280 }, 5281 "dist": { 5282 "type": "zip", 5283 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", 5284 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", 5285 "shasum": "" 5286 }, 5287 "require": { 5288 "ext-tokenizer": "*", 5289 "php": "^7.1" 5290 }, 5291 "require-dev": { 5292 "phpunit/phpunit": "^7.0" 5293 }, 5294 "type": "library", 5295 "extra": { 5296 "branch-alias": { 5297 "dev-master": "3.1-dev" 5298 } 5299 }, 5300 "autoload": { 5301 "classmap": [ 5302 "src/" 5303 ] 5304 }, 5305 "notification-url": "https://packagist.org/downloads/", 5306 "license": [ 5307 "BSD-3-Clause" 5308 ], 5309 "authors": [ 5310 { 5311 "name": "Sebastian Bergmann", 5312 "email": "sebastian@phpunit.de" 5313 } 5314 ], 5315 "description": "Wrapper around PHP's tokenizer extension.", 5316 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 5317 "keywords": [ 5318 "tokenizer" 5319 ], 5320 "abandoned": true, 5321 "time": "2019-09-17T06:23:10+00:00" 5322 }, 5323 { 5324 "name": "phpunit/phpunit", 5325 "version": "7.5.20", 5326 "source": { 5327 "type": "git", 5328 "url": "https://github.com/sebastianbergmann/phpunit.git", 5329 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" 5330 }, 5331 "dist": { 5332 "type": "zip", 5333 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", 5334 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", 5335 "shasum": "" 5336 }, 5337 "require": { 5338 "doctrine/instantiator": "^1.1", 5339 "ext-dom": "*", 5340 "ext-json": "*", 5341 "ext-libxml": "*", 5342 "ext-mbstring": "*", 5343 "ext-xml": "*", 5344 "myclabs/deep-copy": "^1.7", 5345 "phar-io/manifest": "^1.0.2", 5346 "phar-io/version": "^2.0", 5347 "php": "^7.1", 5348 "phpspec/prophecy": "^1.7", 5349 "phpunit/php-code-coverage": "^6.0.7", 5350 "phpunit/php-file-iterator": "^2.0.1", 5351 "phpunit/php-text-template": "^1.2.1", 5352 "phpunit/php-timer": "^2.1", 5353 "sebastian/comparator": "^3.0", 5354 "sebastian/diff": "^3.0", 5355 "sebastian/environment": "^4.0", 5356 "sebastian/exporter": "^3.1", 5357 "sebastian/global-state": "^2.0", 5358 "sebastian/object-enumerator": "^3.0.3", 5359 "sebastian/resource-operations": "^2.0", 5360 "sebastian/version": "^2.0.1" 5361 }, 5362 "conflict": { 5363 "phpunit/phpunit-mock-objects": "*" 5364 }, 5365 "require-dev": { 5366 "ext-pdo": "*" 5367 }, 5368 "suggest": { 5369 "ext-soap": "*", 5370 "ext-xdebug": "*", 5371 "phpunit/php-invoker": "^2.0" 5372 }, 5373 "bin": [ 5374 "phpunit" 5375 ], 5376 "type": "library", 5377 "extra": { 5378 "branch-alias": { 5379 "dev-master": "7.5-dev" 5380 } 5381 }, 5382 "autoload": { 5383 "classmap": [ 5384 "src/" 5385 ] 5386 }, 5387 "notification-url": "https://packagist.org/downloads/", 5388 "license": [ 5389 "BSD-3-Clause" 5390 ], 5391 "authors": [ 5392 { 5393 "name": "Sebastian Bergmann", 5394 "email": "sebastian@phpunit.de", 5395 "role": "lead" 5396 } 5397 ], 5398 "description": "The PHP Unit Testing framework.", 5399 "homepage": "https://phpunit.de/", 5400 "keywords": [ 5401 "phpunit", 5402 "testing", 5403 "xunit" 5404 ], 5405 "time": "2020-01-08T08:45:45+00:00" 5406 }, 5407 { 5408 "name": "sebastian/code-unit-reverse-lookup", 5409 "version": "1.0.1", 5410 "source": { 5411 "type": "git", 5412 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 5413 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" 5414 }, 5415 "dist": { 5416 "type": "zip", 5417 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 5418 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 5419 "shasum": "" 5420 }, 5421 "require": { 5422 "php": "^5.6 || ^7.0" 5423 }, 5424 "require-dev": { 5425 "phpunit/phpunit": "^5.7 || ^6.0" 5426 }, 5427 "type": "library", 5428 "extra": { 5429 "branch-alias": { 5430 "dev-master": "1.0.x-dev" 5431 } 5432 }, 5433 "autoload": { 5434 "classmap": [ 5435 "src/" 5436 ] 5437 }, 5438 "notification-url": "https://packagist.org/downloads/", 5439 "license": [ 5440 "BSD-3-Clause" 5441 ], 5442 "authors": [ 5443 { 5444 "name": "Sebastian Bergmann", 5445 "email": "sebastian@phpunit.de" 5446 } 5447 ], 5448 "description": "Looks up which function or method a line of code belongs to", 5449 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 5450 "time": "2017-03-04T06:30:41+00:00" 5451 }, 5452 { 5453 "name": "sebastian/comparator", 5454 "version": "3.0.2", 5455 "source": { 5456 "type": "git", 5457 "url": "https://github.com/sebastianbergmann/comparator.git", 5458 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" 5459 }, 5460 "dist": { 5461 "type": "zip", 5462 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 5463 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 5464 "shasum": "" 5465 }, 5466 "require": { 5467 "php": "^7.1", 5468 "sebastian/diff": "^3.0", 5469 "sebastian/exporter": "^3.1" 5470 }, 5471 "require-dev": { 5472 "phpunit/phpunit": "^7.1" 5473 }, 5474 "type": "library", 5475 "extra": { 5476 "branch-alias": { 5477 "dev-master": "3.0-dev" 5478 } 5479 }, 5480 "autoload": { 5481 "classmap": [ 5482 "src/" 5483 ] 5484 }, 5485 "notification-url": "https://packagist.org/downloads/", 5486 "license": [ 5487 "BSD-3-Clause" 5488 ], 5489 "authors": [ 5490 { 5491 "name": "Jeff Welch", 5492 "email": "whatthejeff@gmail.com" 5493 }, 5494 { 5495 "name": "Volker Dusch", 5496 "email": "github@wallbash.com" 5497 }, 5498 { 5499 "name": "Bernhard Schussek", 5500 "email": "bschussek@2bepublished.at" 5501 }, 5502 { 5503 "name": "Sebastian Bergmann", 5504 "email": "sebastian@phpunit.de" 5505 } 5506 ], 5507 "description": "Provides the functionality to compare PHP values for equality", 5508 "homepage": "https://github.com/sebastianbergmann/comparator", 5509 "keywords": [ 5510 "comparator", 5511 "compare", 5512 "equality" 5513 ], 5514 "time": "2018-07-12T15:12:46+00:00" 5515 }, 5516 { 5517 "name": "sebastian/diff", 5518 "version": "3.0.2", 5519 "source": { 5520 "type": "git", 5521 "url": "https://github.com/sebastianbergmann/diff.git", 5522 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" 5523 }, 5524 "dist": { 5525 "type": "zip", 5526 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", 5527 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", 5528 "shasum": "" 5529 }, 5530 "require": { 5531 "php": "^7.1" 5532 }, 5533 "require-dev": { 5534 "phpunit/phpunit": "^7.5 || ^8.0", 5535 "symfony/process": "^2 || ^3.3 || ^4" 5536 }, 5537 "type": "library", 5538 "extra": { 5539 "branch-alias": { 5540 "dev-master": "3.0-dev" 5541 } 5542 }, 5543 "autoload": { 5544 "classmap": [ 5545 "src/" 5546 ] 5547 }, 5548 "notification-url": "https://packagist.org/downloads/", 5549 "license": [ 5550 "BSD-3-Clause" 5551 ], 5552 "authors": [ 5553 { 5554 "name": "Kore Nordmann", 5555 "email": "mail@kore-nordmann.de" 5556 }, 5557 { 5558 "name": "Sebastian Bergmann", 5559 "email": "sebastian@phpunit.de" 5560 } 5561 ], 5562 "description": "Diff implementation", 5563 "homepage": "https://github.com/sebastianbergmann/diff", 5564 "keywords": [ 5565 "diff", 5566 "udiff", 5567 "unidiff", 5568 "unified diff" 5569 ], 5570 "time": "2019-02-04T06:01:07+00:00" 5571 }, 5572 { 5573 "name": "sebastian/environment", 5574 "version": "4.2.3", 5575 "source": { 5576 "type": "git", 5577 "url": "https://github.com/sebastianbergmann/environment.git", 5578 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" 5579 }, 5580 "dist": { 5581 "type": "zip", 5582 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", 5583 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", 5584 "shasum": "" 5585 }, 5586 "require": { 5587 "php": "^7.1" 5588 }, 5589 "require-dev": { 5590 "phpunit/phpunit": "^7.5" 5591 }, 5592 "suggest": { 5593 "ext-posix": "*" 5594 }, 5595 "type": "library", 5596 "extra": { 5597 "branch-alias": { 5598 "dev-master": "4.2-dev" 5599 } 5600 }, 5601 "autoload": { 5602 "classmap": [ 5603 "src/" 5604 ] 5605 }, 5606 "notification-url": "https://packagist.org/downloads/", 5607 "license": [ 5608 "BSD-3-Clause" 5609 ], 5610 "authors": [ 5611 { 5612 "name": "Sebastian Bergmann", 5613 "email": "sebastian@phpunit.de" 5614 } 5615 ], 5616 "description": "Provides functionality to handle HHVM/PHP environments", 5617 "homepage": "http://www.github.com/sebastianbergmann/environment", 5618 "keywords": [ 5619 "Xdebug", 5620 "environment", 5621 "hhvm" 5622 ], 5623 "time": "2019-11-20T08:46:58+00:00" 5624 }, 5625 { 5626 "name": "sebastian/exporter", 5627 "version": "3.1.2", 5628 "source": { 5629 "type": "git", 5630 "url": "https://github.com/sebastianbergmann/exporter.git", 5631 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" 5632 }, 5633 "dist": { 5634 "type": "zip", 5635 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", 5636 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", 5637 "shasum": "" 5638 }, 5639 "require": { 5640 "php": "^7.0", 5641 "sebastian/recursion-context": "^3.0" 5642 }, 5643 "require-dev": { 5644 "ext-mbstring": "*", 5645 "phpunit/phpunit": "^6.0" 5646 }, 5647 "type": "library", 5648 "extra": { 5649 "branch-alias": { 5650 "dev-master": "3.1.x-dev" 5651 } 5652 }, 5653 "autoload": { 5654 "classmap": [ 5655 "src/" 5656 ] 5657 }, 5658 "notification-url": "https://packagist.org/downloads/", 5659 "license": [ 5660 "BSD-3-Clause" 5661 ], 5662 "authors": [ 5663 { 5664 "name": "Sebastian Bergmann", 5665 "email": "sebastian@phpunit.de" 5666 }, 5667 { 5668 "name": "Jeff Welch", 5669 "email": "whatthejeff@gmail.com" 5670 }, 5671 { 5672 "name": "Volker Dusch", 5673 "email": "github@wallbash.com" 5674 }, 5675 { 5676 "name": "Adam Harvey", 5677 "email": "aharvey@php.net" 5678 }, 5679 { 5680 "name": "Bernhard Schussek", 5681 "email": "bschussek@gmail.com" 5682 } 5683 ], 5684 "description": "Provides the functionality to export PHP variables for visualization", 5685 "homepage": "http://www.github.com/sebastianbergmann/exporter", 5686 "keywords": [ 5687 "export", 5688 "exporter" 5689 ], 5690 "time": "2019-09-14T09:02:43+00:00" 5691 }, 5692 { 5693 "name": "sebastian/global-state", 5694 "version": "2.0.0", 5695 "source": { 5696 "type": "git", 5697 "url": "https://github.com/sebastianbergmann/global-state.git", 5698 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" 5699 }, 5700 "dist": { 5701 "type": "zip", 5702 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 5703 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 5704 "shasum": "" 5705 }, 5706 "require": { 5707 "php": "^7.0" 5708 }, 5709 "require-dev": { 5710 "phpunit/phpunit": "^6.0" 5711 }, 5712 "suggest": { 5713 "ext-uopz": "*" 5714 }, 5715 "type": "library", 5716 "extra": { 5717 "branch-alias": { 5718 "dev-master": "2.0-dev" 5719 } 5720 }, 5721 "autoload": { 5722 "classmap": [ 5723 "src/" 5724 ] 5725 }, 5726 "notification-url": "https://packagist.org/downloads/", 5727 "license": [ 5728 "BSD-3-Clause" 5729 ], 5730 "authors": [ 5731 { 5732 "name": "Sebastian Bergmann", 5733 "email": "sebastian@phpunit.de" 5734 } 5735 ], 5736 "description": "Snapshotting of global state", 5737 "homepage": "http://www.github.com/sebastianbergmann/global-state", 5738 "keywords": [ 5739 "global state" 5740 ], 5741 "time": "2017-04-27T15:39:26+00:00" 5742 }, 5743 { 5744 "name": "sebastian/object-enumerator", 5745 "version": "3.0.3", 5746 "source": { 5747 "type": "git", 5748 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 5749 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" 5750 }, 5751 "dist": { 5752 "type": "zip", 5753 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", 5754 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", 5755 "shasum": "" 5756 }, 5757 "require": { 5758 "php": "^7.0", 5759 "sebastian/object-reflector": "^1.1.1", 5760 "sebastian/recursion-context": "^3.0" 5761 }, 5762 "require-dev": { 5763 "phpunit/phpunit": "^6.0" 5764 }, 5765 "type": "library", 5766 "extra": { 5767 "branch-alias": { 5768 "dev-master": "3.0.x-dev" 5769 } 5770 }, 5771 "autoload": { 5772 "classmap": [ 5773 "src/" 5774 ] 5775 }, 5776 "notification-url": "https://packagist.org/downloads/", 5777 "license": [ 5778 "BSD-3-Clause" 5779 ], 5780 "authors": [ 5781 { 5782 "name": "Sebastian Bergmann", 5783 "email": "sebastian@phpunit.de" 5784 } 5785 ], 5786 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 5787 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 5788 "time": "2017-08-03T12:35:26+00:00" 5789 }, 5790 { 5791 "name": "sebastian/object-reflector", 5792 "version": "1.1.1", 5793 "source": { 5794 "type": "git", 5795 "url": "https://github.com/sebastianbergmann/object-reflector.git", 5796 "reference": "773f97c67f28de00d397be301821b06708fca0be" 5797 }, 5798 "dist": { 5799 "type": "zip", 5800 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", 5801 "reference": "773f97c67f28de00d397be301821b06708fca0be", 5802 "shasum": "" 5803 }, 5804 "require": { 5805 "php": "^7.0" 5806 }, 5807 "require-dev": { 5808 "phpunit/phpunit": "^6.0" 5809 }, 5810 "type": "library", 5811 "extra": { 5812 "branch-alias": { 5813 "dev-master": "1.1-dev" 5814 } 5815 }, 5816 "autoload": { 5817 "classmap": [ 5818 "src/" 5819 ] 5820 }, 5821 "notification-url": "https://packagist.org/downloads/", 5822 "license": [ 5823 "BSD-3-Clause" 5824 ], 5825 "authors": [ 5826 { 5827 "name": "Sebastian Bergmann", 5828 "email": "sebastian@phpunit.de" 5829 } 5830 ], 5831 "description": "Allows reflection of object attributes, including inherited and non-public ones", 5832 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 5833 "time": "2017-03-29T09:07:27+00:00" 5834 }, 5835 { 5836 "name": "sebastian/recursion-context", 5837 "version": "3.0.0", 5838 "source": { 5839 "type": "git", 5840 "url": "https://github.com/sebastianbergmann/recursion-context.git", 5841 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" 5842 }, 5843 "dist": { 5844 "type": "zip", 5845 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 5846 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 5847 "shasum": "" 5848 }, 5849 "require": { 5850 "php": "^7.0" 5851 }, 5852 "require-dev": { 5853 "phpunit/phpunit": "^6.0" 5854 }, 5855 "type": "library", 5856 "extra": { 5857 "branch-alias": { 5858 "dev-master": "3.0.x-dev" 5859 } 5860 }, 5861 "autoload": { 5862 "classmap": [ 5863 "src/" 5864 ] 5865 }, 5866 "notification-url": "https://packagist.org/downloads/", 5867 "license": [ 5868 "BSD-3-Clause" 5869 ], 5870 "authors": [ 5871 { 5872 "name": "Jeff Welch", 5873 "email": "whatthejeff@gmail.com" 5874 }, 5875 { 5876 "name": "Sebastian Bergmann", 5877 "email": "sebastian@phpunit.de" 5878 }, 5879 { 5880 "name": "Adam Harvey", 5881 "email": "aharvey@php.net" 5882 } 5883 ], 5884 "description": "Provides functionality to recursively process PHP variables", 5885 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 5886 "time": "2017-03-03T06:23:57+00:00" 5887 }, 5888 { 5889 "name": "sebastian/resource-operations", 5890 "version": "2.0.1", 5891 "source": { 5892 "type": "git", 5893 "url": "https://github.com/sebastianbergmann/resource-operations.git", 5894 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" 5895 }, 5896 "dist": { 5897 "type": "zip", 5898 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 5899 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 5900 "shasum": "" 5901 }, 5902 "require": { 5903 "php": "^7.1" 5904 }, 5905 "type": "library", 5906 "extra": { 5907 "branch-alias": { 5908 "dev-master": "2.0-dev" 5909 } 5910 }, 5911 "autoload": { 5912 "classmap": [ 5913 "src/" 5914 ] 5915 }, 5916 "notification-url": "https://packagist.org/downloads/", 5917 "license": [ 5918 "BSD-3-Clause" 5919 ], 5920 "authors": [ 5921 { 5922 "name": "Sebastian Bergmann", 5923 "email": "sebastian@phpunit.de" 5924 } 5925 ], 5926 "description": "Provides a list of PHP built-in functions that operate on resources", 5927 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 5928 "time": "2018-10-04T04:07:39+00:00" 5929 }, 5930 { 5931 "name": "sebastian/version", 5932 "version": "2.0.1", 5933 "source": { 5934 "type": "git", 5935 "url": "https://github.com/sebastianbergmann/version.git", 5936 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 5937 }, 5938 "dist": { 5939 "type": "zip", 5940 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 5941 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 5942 "shasum": "" 5943 }, 5944 "require": { 5945 "php": ">=5.6" 5946 }, 5947 "type": "library", 5948 "extra": { 5949 "branch-alias": { 5950 "dev-master": "2.0.x-dev" 5951 } 5952 }, 5953 "autoload": { 5954 "classmap": [ 5955 "src/" 5956 ] 5957 }, 5958 "notification-url": "https://packagist.org/downloads/", 5959 "license": [ 5960 "BSD-3-Clause" 5961 ], 5962 "authors": [ 5963 { 5964 "name": "Sebastian Bergmann", 5965 "email": "sebastian@phpunit.de", 5966 "role": "lead" 5967 } 5968 ], 5969 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 5970 "homepage": "https://github.com/sebastianbergmann/version", 5971 "time": "2016-10-03T07:35:21+00:00" 5972 }, 5973 { 5974 "name": "seld/jsonlint", 5975 "version": "1.8.2", 5976 "source": { 5977 "type": "git", 5978 "url": "https://github.com/Seldaek/jsonlint.git", 5979 "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337" 5980 }, 5981 "dist": { 5982 "type": "zip", 5983 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/590cfec960b77fd55e39b7d9246659e95dd6d337", 5984 "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337", 5985 "shasum": "" 5986 }, 5987 "require": { 5988 "php": "^5.3 || ^7.0 || ^8.0" 5989 }, 5990 "require-dev": { 5991 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 5992 }, 5993 "bin": [ 5994 "bin/jsonlint" 5995 ], 5996 "type": "library", 5997 "autoload": { 5998 "psr-4": { 5999 "Seld\\JsonLint\\": "src/Seld/JsonLint/" 6000 } 6001 }, 6002 "notification-url": "https://packagist.org/downloads/", 6003 "license": [ 6004 "MIT" 6005 ], 6006 "authors": [ 6007 { 6008 "name": "Jordi Boggiano", 6009 "email": "j.boggiano@seld.be", 6010 "homepage": "http://seld.be" 6011 } 6012 ], 6013 "description": "JSON Linter", 6014 "keywords": [ 6015 "json", 6016 "linter", 6017 "parser", 6018 "validator" 6019 ], 6020 "funding": [ 6021 { 6022 "url": "https://github.com/Seldaek", 6023 "type": "github" 6024 }, 6025 { 6026 "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", 6027 "type": "tidelift" 6028 } 6029 ], 6030 "time": "2020-08-25T06:56:57+00:00" 6031 }, 6032 { 6033 "name": "seld/phar-utils", 6034 "version": "1.1.1", 6035 "source": { 6036 "type": "git", 6037 "url": "https://github.com/Seldaek/phar-utils.git", 6038 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796" 6039 }, 6040 "dist": { 6041 "type": "zip", 6042 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796", 6043 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796", 6044 "shasum": "" 6045 }, 6046 "require": { 6047 "php": ">=5.3" 6048 }, 6049 "type": "library", 6050 "extra": { 6051 "branch-alias": { 6052 "dev-master": "1.x-dev" 6053 } 6054 }, 6055 "autoload": { 6056 "psr-4": { 6057 "Seld\\PharUtils\\": "src/" 6058 } 6059 }, 6060 "notification-url": "https://packagist.org/downloads/", 6061 "license": [ 6062 "MIT" 6063 ], 6064 "authors": [ 6065 { 6066 "name": "Jordi Boggiano", 6067 "email": "j.boggiano@seld.be" 6068 } 6069 ], 6070 "description": "PHAR file format utilities, for when PHP phars you up", 6071 "keywords": [ 6072 "phar" 6073 ], 6074 "time": "2020-07-07T18:42:57+00:00" 6075 }, 6076 { 6077 "name": "symfony/config", 6078 "version": "v4.4.15", 6079 "source": { 6080 "type": "git", 6081 "url": "https://github.com/symfony/config.git", 6082 "reference": "7c5a1002178a612787c291a4f515f87b19176b61" 6083 }, 6084 "dist": { 6085 "type": "zip", 6086 "url": "https://api.github.com/repos/symfony/config/zipball/7c5a1002178a612787c291a4f515f87b19176b61", 6087 "reference": "7c5a1002178a612787c291a4f515f87b19176b61", 6088 "shasum": "" 6089 }, 6090 "require": { 6091 "php": ">=7.1.3", 6092 "symfony/filesystem": "^3.4|^4.0|^5.0", 6093 "symfony/polyfill-ctype": "~1.8" 6094 }, 6095 "conflict": { 6096 "symfony/finder": "<3.4" 6097 }, 6098 "require-dev": { 6099 "symfony/event-dispatcher": "^3.4|^4.0|^5.0", 6100 "symfony/finder": "^3.4|^4.0|^5.0", 6101 "symfony/messenger": "^4.1|^5.0", 6102 "symfony/service-contracts": "^1.1|^2", 6103 "symfony/yaml": "^3.4|^4.0|^5.0" 6104 }, 6105 "suggest": { 6106 "symfony/yaml": "To use the yaml reference dumper" 6107 }, 6108 "type": "library", 6109 "extra": { 6110 "branch-alias": { 6111 "dev-master": "4.4-dev" 6112 } 6113 }, 6114 "autoload": { 6115 "psr-4": { 6116 "Symfony\\Component\\Config\\": "" 6117 }, 6118 "exclude-from-classmap": [ 6119 "/Tests/" 6120 ] 6121 }, 6122 "notification-url": "https://packagist.org/downloads/", 6123 "license": [ 6124 "MIT" 6125 ], 6126 "authors": [ 6127 { 6128 "name": "Fabien Potencier", 6129 "email": "fabien@symfony.com" 6130 }, 6131 { 6132 "name": "Symfony Community", 6133 "homepage": "https://symfony.com/contributors" 6134 } 6135 ], 6136 "description": "Symfony Config Component", 6137 "homepage": "https://symfony.com", 6138 "funding": [ 6139 { 6140 "url": "https://symfony.com/sponsor", 6141 "type": "custom" 6142 }, 6143 { 6144 "url": "https://github.com/fabpot", 6145 "type": "github" 6146 }, 6147 { 6148 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6149 "type": "tidelift" 6150 } 6151 ], 6152 "time": "2020-10-02T07:34:48+00:00" 6153 }, 6154 { 6155 "name": "symfony/console", 6156 "version": "v4.4.15", 6157 "source": { 6158 "type": "git", 6159 "url": "https://github.com/symfony/console.git", 6160 "reference": "90933b39c7b312fc3ceaa1ddeac7eb48cb953124" 6161 }, 6162 "dist": { 6163 "type": "zip", 6164 "url": "https://api.github.com/repos/symfony/console/zipball/90933b39c7b312fc3ceaa1ddeac7eb48cb953124", 6165 "reference": "90933b39c7b312fc3ceaa1ddeac7eb48cb953124", 6166 "shasum": "" 6167 }, 6168 "require": { 6169 "php": ">=7.1.3", 6170 "symfony/polyfill-mbstring": "~1.0", 6171 "symfony/polyfill-php73": "^1.8", 6172 "symfony/polyfill-php80": "^1.15", 6173 "symfony/service-contracts": "^1.1|^2" 6174 }, 6175 "conflict": { 6176 "symfony/dependency-injection": "<3.4", 6177 "symfony/event-dispatcher": "<4.3|>=5", 6178 "symfony/lock": "<4.4", 6179 "symfony/process": "<3.3" 6180 }, 6181 "provide": { 6182 "psr/log-implementation": "1.0" 6183 }, 6184 "require-dev": { 6185 "psr/log": "~1.0", 6186 "symfony/config": "^3.4|^4.0|^5.0", 6187 "symfony/dependency-injection": "^3.4|^4.0|^5.0", 6188 "symfony/event-dispatcher": "^4.3", 6189 "symfony/lock": "^4.4|^5.0", 6190 "symfony/process": "^3.4|^4.0|^5.0", 6191 "symfony/var-dumper": "^4.3|^5.0" 6192 }, 6193 "suggest": { 6194 "psr/log": "For using the console logger", 6195 "symfony/event-dispatcher": "", 6196 "symfony/lock": "", 6197 "symfony/process": "" 6198 }, 6199 "type": "library", 6200 "extra": { 6201 "branch-alias": { 6202 "dev-master": "4.4-dev" 6203 } 6204 }, 6205 "autoload": { 6206 "psr-4": { 6207 "Symfony\\Component\\Console\\": "" 6208 }, 6209 "exclude-from-classmap": [ 6210 "/Tests/" 6211 ] 6212 }, 6213 "notification-url": "https://packagist.org/downloads/", 6214 "license": [ 6215 "MIT" 6216 ], 6217 "authors": [ 6218 { 6219 "name": "Fabien Potencier", 6220 "email": "fabien@symfony.com" 6221 }, 6222 { 6223 "name": "Symfony Community", 6224 "homepage": "https://symfony.com/contributors" 6225 } 6226 ], 6227 "description": "Symfony Console Component", 6228 "homepage": "https://symfony.com", 6229 "funding": [ 6230 { 6231 "url": "https://symfony.com/sponsor", 6232 "type": "custom" 6233 }, 6234 { 6235 "url": "https://github.com/fabpot", 6236 "type": "github" 6237 }, 6238 { 6239 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6240 "type": "tidelift" 6241 } 6242 ], 6243 "time": "2020-09-15T07:58:55+00:00" 6244 }, 6245 { 6246 "name": "symfony/filesystem", 6247 "version": "v4.4.15", 6248 "source": { 6249 "type": "git", 6250 "url": "https://github.com/symfony/filesystem.git", 6251 "reference": "ebc51494739d3b081ea543ed7c462fa73a4f74db" 6252 }, 6253 "dist": { 6254 "type": "zip", 6255 "url": "https://api.github.com/repos/symfony/filesystem/zipball/ebc51494739d3b081ea543ed7c462fa73a4f74db", 6256 "reference": "ebc51494739d3b081ea543ed7c462fa73a4f74db", 6257 "shasum": "" 6258 }, 6259 "require": { 6260 "php": ">=7.1.3", 6261 "symfony/polyfill-ctype": "~1.8" 6262 }, 6263 "type": "library", 6264 "extra": { 6265 "branch-alias": { 6266 "dev-master": "4.4-dev" 6267 } 6268 }, 6269 "autoload": { 6270 "psr-4": { 6271 "Symfony\\Component\\Filesystem\\": "" 6272 }, 6273 "exclude-from-classmap": [ 6274 "/Tests/" 6275 ] 6276 }, 6277 "notification-url": "https://packagist.org/downloads/", 6278 "license": [ 6279 "MIT" 6280 ], 6281 "authors": [ 6282 { 6283 "name": "Fabien Potencier", 6284 "email": "fabien@symfony.com" 6285 }, 6286 { 6287 "name": "Symfony Community", 6288 "homepage": "https://symfony.com/contributors" 6289 } 6290 ], 6291 "description": "Symfony Filesystem Component", 6292 "homepage": "https://symfony.com", 6293 "funding": [ 6294 { 6295 "url": "https://symfony.com/sponsor", 6296 "type": "custom" 6297 }, 6298 { 6299 "url": "https://github.com/fabpot", 6300 "type": "github" 6301 }, 6302 { 6303 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6304 "type": "tidelift" 6305 } 6306 ], 6307 "time": "2020-09-27T13:54:16+00:00" 6308 }, 6309 { 6310 "name": "symfony/finder", 6311 "version": "v4.4.15", 6312 "source": { 6313 "type": "git", 6314 "url": "https://github.com/symfony/finder.git", 6315 "reference": "60d08560f9aa72997c44077c40d47aa28a963230" 6316 }, 6317 "dist": { 6318 "type": "zip", 6319 "url": "https://api.github.com/repos/symfony/finder/zipball/60d08560f9aa72997c44077c40d47aa28a963230", 6320 "reference": "60d08560f9aa72997c44077c40d47aa28a963230", 6321 "shasum": "" 6322 }, 6323 "require": { 6324 "php": ">=7.1.3" 6325 }, 6326 "type": "library", 6327 "extra": { 6328 "branch-alias": { 6329 "dev-master": "4.4-dev" 6330 } 6331 }, 6332 "autoload": { 6333 "psr-4": { 6334 "Symfony\\Component\\Finder\\": "" 6335 }, 6336 "exclude-from-classmap": [ 6337 "/Tests/" 6338 ] 6339 }, 6340 "notification-url": "https://packagist.org/downloads/", 6341 "license": [ 6342 "MIT" 6343 ], 6344 "authors": [ 6345 { 6346 "name": "Fabien Potencier", 6347 "email": "fabien@symfony.com" 6348 }, 6349 { 6350 "name": "Symfony Community", 6351 "homepage": "https://symfony.com/contributors" 6352 } 6353 ], 6354 "description": "Symfony Finder Component", 6355 "homepage": "https://symfony.com", 6356 "funding": [ 6357 { 6358 "url": "https://symfony.com/sponsor", 6359 "type": "custom" 6360 }, 6361 { 6362 "url": "https://github.com/fabpot", 6363 "type": "github" 6364 }, 6365 { 6366 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6367 "type": "tidelift" 6368 } 6369 ], 6370 "time": "2020-10-02T07:34:48+00:00" 6371 }, 6372 { 6373 "name": "symfony/polyfill-php73", 6374 "version": "v1.18.1", 6375 "source": { 6376 "type": "git", 6377 "url": "https://github.com/symfony/polyfill-php73.git", 6378 "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca" 6379 }, 6380 "dist": { 6381 "type": "zip", 6382 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca", 6383 "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca", 6384 "shasum": "" 6385 }, 6386 "require": { 6387 "php": ">=5.3.3" 6388 }, 6389 "type": "library", 6390 "extra": { 6391 "branch-alias": { 6392 "dev-master": "1.18-dev" 6393 }, 6394 "thanks": { 6395 "name": "symfony/polyfill", 6396 "url": "https://github.com/symfony/polyfill" 6397 } 6398 }, 6399 "autoload": { 6400 "psr-4": { 6401 "Symfony\\Polyfill\\Php73\\": "" 6402 }, 6403 "files": [ 6404 "bootstrap.php" 6405 ], 6406 "classmap": [ 6407 "Resources/stubs" 6408 ] 6409 }, 6410 "notification-url": "https://packagist.org/downloads/", 6411 "license": [ 6412 "MIT" 6413 ], 6414 "authors": [ 6415 { 6416 "name": "Nicolas Grekas", 6417 "email": "p@tchwork.com" 6418 }, 6419 { 6420 "name": "Symfony Community", 6421 "homepage": "https://symfony.com/contributors" 6422 } 6423 ], 6424 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 6425 "homepage": "https://symfony.com", 6426 "keywords": [ 6427 "compatibility", 6428 "polyfill", 6429 "portable", 6430 "shim" 6431 ], 6432 "funding": [ 6433 { 6434 "url": "https://symfony.com/sponsor", 6435 "type": "custom" 6436 }, 6437 { 6438 "url": "https://github.com/fabpot", 6439 "type": "github" 6440 }, 6441 { 6442 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6443 "type": "tidelift" 6444 } 6445 ], 6446 "time": "2020-07-14T12:35:20+00:00" 6447 }, 6448 { 6449 "name": "symfony/process", 6450 "version": "v4.4.15", 6451 "source": { 6452 "type": "git", 6453 "url": "https://github.com/symfony/process.git", 6454 "reference": "9b887acc522935f77555ae8813495958c7771ba7" 6455 }, 6456 "dist": { 6457 "type": "zip", 6458 "url": "https://api.github.com/repos/symfony/process/zipball/9b887acc522935f77555ae8813495958c7771ba7", 6459 "reference": "9b887acc522935f77555ae8813495958c7771ba7", 6460 "shasum": "" 6461 }, 6462 "require": { 6463 "php": ">=7.1.3" 6464 }, 6465 "type": "library", 6466 "extra": { 6467 "branch-alias": { 6468 "dev-master": "4.4-dev" 6469 } 6470 }, 6471 "autoload": { 6472 "psr-4": { 6473 "Symfony\\Component\\Process\\": "" 6474 }, 6475 "exclude-from-classmap": [ 6476 "/Tests/" 6477 ] 6478 }, 6479 "notification-url": "https://packagist.org/downloads/", 6480 "license": [ 6481 "MIT" 6482 ], 6483 "authors": [ 6484 { 6485 "name": "Fabien Potencier", 6486 "email": "fabien@symfony.com" 6487 }, 6488 { 6489 "name": "Symfony Community", 6490 "homepage": "https://symfony.com/contributors" 6491 } 6492 ], 6493 "description": "Symfony Process Component", 6494 "homepage": "https://symfony.com", 6495 "funding": [ 6496 { 6497 "url": "https://symfony.com/sponsor", 6498 "type": "custom" 6499 }, 6500 { 6501 "url": "https://github.com/fabpot", 6502 "type": "github" 6503 }, 6504 { 6505 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6506 "type": "tidelift" 6507 } 6508 ], 6509 "time": "2020-09-02T16:08:58+00:00" 6510 }, 6511 { 6512 "name": "symfony/stopwatch", 6513 "version": "v4.4.15", 6514 "source": { 6515 "type": "git", 6516 "url": "https://github.com/symfony/stopwatch.git", 6517 "reference": "6f89e19772cf61b3c65bab329fe0e318259fbd91" 6518 }, 6519 "dist": { 6520 "type": "zip", 6521 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6f89e19772cf61b3c65bab329fe0e318259fbd91", 6522 "reference": "6f89e19772cf61b3c65bab329fe0e318259fbd91", 6523 "shasum": "" 6524 }, 6525 "require": { 6526 "php": ">=7.1.3", 6527 "symfony/service-contracts": "^1.0|^2" 6528 }, 6529 "type": "library", 6530 "extra": { 6531 "branch-alias": { 6532 "dev-master": "4.4-dev" 6533 } 6534 }, 6535 "autoload": { 6536 "psr-4": { 6537 "Symfony\\Component\\Stopwatch\\": "" 6538 }, 6539 "exclude-from-classmap": [ 6540 "/Tests/" 6541 ] 6542 }, 6543 "notification-url": "https://packagist.org/downloads/", 6544 "license": [ 6545 "MIT" 6546 ], 6547 "authors": [ 6548 { 6549 "name": "Fabien Potencier", 6550 "email": "fabien@symfony.com" 6551 }, 6552 { 6553 "name": "Symfony Community", 6554 "homepage": "https://symfony.com/contributors" 6555 } 6556 ], 6557 "description": "Symfony Stopwatch Component", 6558 "homepage": "https://symfony.com", 6559 "funding": [ 6560 { 6561 "url": "https://symfony.com/sponsor", 6562 "type": "custom" 6563 }, 6564 { 6565 "url": "https://github.com/fabpot", 6566 "type": "github" 6567 }, 6568 { 6569 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6570 "type": "tidelift" 6571 } 6572 ], 6573 "time": "2020-09-02T16:08:58+00:00" 6574 }, 6575 { 6576 "name": "symfony/var-dumper", 6577 "version": "v4.4.15", 6578 "source": { 6579 "type": "git", 6580 "url": "https://github.com/symfony/var-dumper.git", 6581 "reference": "0dc22bdf9d1197467bb04d505355180b6f20bcca" 6582 }, 6583 "dist": { 6584 "type": "zip", 6585 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0dc22bdf9d1197467bb04d505355180b6f20bcca", 6586 "reference": "0dc22bdf9d1197467bb04d505355180b6f20bcca", 6587 "shasum": "" 6588 }, 6589 "require": { 6590 "php": ">=7.1.3", 6591 "symfony/polyfill-mbstring": "~1.0", 6592 "symfony/polyfill-php72": "~1.5", 6593 "symfony/polyfill-php80": "^1.15" 6594 }, 6595 "conflict": { 6596 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 6597 "symfony/console": "<3.4" 6598 }, 6599 "require-dev": { 6600 "ext-iconv": "*", 6601 "symfony/console": "^3.4|^4.0|^5.0", 6602 "symfony/process": "^4.4|^5.0", 6603 "twig/twig": "^1.34|^2.4|^3.0" 6604 }, 6605 "suggest": { 6606 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 6607 "ext-intl": "To show region name in time zone dump", 6608 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" 6609 }, 6610 "bin": [ 6611 "Resources/bin/var-dump-server" 6612 ], 6613 "type": "library", 6614 "extra": { 6615 "branch-alias": { 6616 "dev-master": "4.4-dev" 6617 } 6618 }, 6619 "autoload": { 6620 "files": [ 6621 "Resources/functions/dump.php" 6622 ], 6623 "psr-4": { 6624 "Symfony\\Component\\VarDumper\\": "" 6625 }, 6626 "exclude-from-classmap": [ 6627 "/Tests/" 6628 ] 6629 }, 6630 "notification-url": "https://packagist.org/downloads/", 6631 "license": [ 6632 "MIT" 6633 ], 6634 "authors": [ 6635 { 6636 "name": "Nicolas Grekas", 6637 "email": "p@tchwork.com" 6638 }, 6639 { 6640 "name": "Symfony Community", 6641 "homepage": "https://symfony.com/contributors" 6642 } 6643 ], 6644 "description": "Symfony mechanism for exploring and dumping PHP variables", 6645 "homepage": "https://symfony.com", 6646 "keywords": [ 6647 "debug", 6648 "dump" 6649 ], 6650 "funding": [ 6651 { 6652 "url": "https://symfony.com/sponsor", 6653 "type": "custom" 6654 }, 6655 { 6656 "url": "https://github.com/fabpot", 6657 "type": "github" 6658 }, 6659 { 6660 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6661 "type": "tidelift" 6662 } 6663 ], 6664 "time": "2020-09-18T08:35:10+00:00" 6665 }, 6666 { 6667 "name": "symfony/yaml", 6668 "version": "v4.4.15", 6669 "source": { 6670 "type": "git", 6671 "url": "https://github.com/symfony/yaml.git", 6672 "reference": "c7885964b1eceb70b0981556d0a9b01d2d97c8d1" 6673 }, 6674 "dist": { 6675 "type": "zip", 6676 "url": "https://api.github.com/repos/symfony/yaml/zipball/c7885964b1eceb70b0981556d0a9b01d2d97c8d1", 6677 "reference": "c7885964b1eceb70b0981556d0a9b01d2d97c8d1", 6678 "shasum": "" 6679 }, 6680 "require": { 6681 "php": ">=7.1.3", 6682 "symfony/polyfill-ctype": "~1.8" 6683 }, 6684 "conflict": { 6685 "symfony/console": "<3.4" 6686 }, 6687 "require-dev": { 6688 "symfony/console": "^3.4|^4.0|^5.0" 6689 }, 6690 "suggest": { 6691 "symfony/console": "For validating YAML files using the lint command" 6692 }, 6693 "type": "library", 6694 "extra": { 6695 "branch-alias": { 6696 "dev-master": "4.4-dev" 6697 } 6698 }, 6699 "autoload": { 6700 "psr-4": { 6701 "Symfony\\Component\\Yaml\\": "" 6702 }, 6703 "exclude-from-classmap": [ 6704 "/Tests/" 6705 ] 6706 }, 6707 "notification-url": "https://packagist.org/downloads/", 6708 "license": [ 6709 "MIT" 6710 ], 6711 "authors": [ 6712 { 6713 "name": "Fabien Potencier", 6714 "email": "fabien@symfony.com" 6715 }, 6716 { 6717 "name": "Symfony Community", 6718 "homepage": "https://symfony.com/contributors" 6719 } 6720 ], 6721 "description": "Symfony Yaml Component", 6722 "homepage": "https://symfony.com", 6723 "funding": [ 6724 { 6725 "url": "https://symfony.com/sponsor", 6726 "type": "custom" 6727 }, 6728 { 6729 "url": "https://github.com/fabpot", 6730 "type": "github" 6731 }, 6732 { 6733 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6734 "type": "tidelift" 6735 } 6736 ], 6737 "time": "2020-09-27T03:36:23+00:00" 6738 }, 6739 { 6740 "name": "theseer/tokenizer", 6741 "version": "1.1.3", 6742 "source": { 6743 "type": "git", 6744 "url": "https://github.com/theseer/tokenizer.git", 6745 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" 6746 }, 6747 "dist": { 6748 "type": "zip", 6749 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 6750 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 6751 "shasum": "" 6752 }, 6753 "require": { 6754 "ext-dom": "*", 6755 "ext-tokenizer": "*", 6756 "ext-xmlwriter": "*", 6757 "php": "^7.0" 6758 }, 6759 "type": "library", 6760 "autoload": { 6761 "classmap": [ 6762 "src/" 6763 ] 6764 }, 6765 "notification-url": "https://packagist.org/downloads/", 6766 "license": [ 6767 "BSD-3-Clause" 6768 ], 6769 "authors": [ 6770 { 6771 "name": "Arne Blankerts", 6772 "email": "arne@blankerts.de", 6773 "role": "Developer" 6774 } 6775 ], 6776 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 6777 "time": "2019-06-13T22:48:21+00:00" 6778 }, 6779 { 6780 "name": "webmozart/assert", 6781 "version": "1.9.1", 6782 "source": { 6783 "type": "git", 6784 "url": "https://github.com/webmozart/assert.git", 6785 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" 6786 }, 6787 "dist": { 6788 "type": "zip", 6789 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", 6790 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", 6791 "shasum": "" 6792 }, 6793 "require": { 6794 "php": "^5.3.3 || ^7.0 || ^8.0", 6795 "symfony/polyfill-ctype": "^1.8" 6796 }, 6797 "conflict": { 6798 "phpstan/phpstan": "<0.12.20", 6799 "vimeo/psalm": "<3.9.1" 6800 }, 6801 "require-dev": { 6802 "phpunit/phpunit": "^4.8.36 || ^7.5.13" 6803 }, 6804 "type": "library", 6805 "autoload": { 6806 "psr-4": { 6807 "Webmozart\\Assert\\": "src/" 6808 } 6809 }, 6810 "notification-url": "https://packagist.org/downloads/", 6811 "license": [ 6812 "MIT" 6813 ], 6814 "authors": [ 6815 { 6816 "name": "Bernhard Schussek", 6817 "email": "bschussek@gmail.com" 6818 } 6819 ], 6820 "description": "Assertions to validate method input/output with nice error messages.", 6821 "keywords": [ 6822 "assert", 6823 "check", 6824 "validate" 6825 ], 6826 "time": "2020-07-08T17:02:28+00:00" 6827 } 6828 ], 6829 "aliases": [], 6830 "minimum-stability": "stable", 6831 "stability-flags": [], 6832 "prefer-stable": false, 6833 "prefer-lowest": false, 6834 "platform": { 6835 "ext-curl": "*", 6836 "ext-gd": "*", 6837 "ext-iconv": "*", 6838 "ext-intl": "*", 6839 "ext-json": "*", 6840 "ext-pcre": "*", 6841 "ext-pdo": "*", 6842 "ext-session": "*", 6843 "ext-simplexml": "*", 6844 "ext-xml": "*", 6845 "ext-zip": "*" 6846 }, 6847 "platform-dev": { 6848 "ext-pdo_sqlite": "*", 6849 "ext-sqlite3": "*" 6850 }, 6851 "platform-overrides": { 6852 "php": "7.1.8" 6853 }, 6854 "plugin-api-version": "1.1.0" 6855} 6856