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