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