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