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