1{ 2 "_readme": [ 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "e3fb272ffe5c4e3e9f607d62d366d163", 8 "packages": [ 9 { 10 "name": "aura/router", 11 "version": "3.1.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/auraphp/Aura.Router.git", 15 "reference": "52507bc813c92511dbcacc7463f163ef5149ad38" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/52507bc813c92511dbcacc7463f163ef5149ad38", 20 "reference": "52507bc813c92511dbcacc7463f163ef5149ad38", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.5.0", 25 "psr/http-message": "~1.0", 26 "psr/log": "~1.0" 27 }, 28 "require-dev": { 29 "phpunit/phpunit": "~5.7 || ~4.8", 30 "zendframework/zend-diactoros": "~1.0" 31 }, 32 "type": "library", 33 "autoload": { 34 "psr-4": { 35 "Aura\\Router\\": "src/" 36 } 37 }, 38 "notification-url": "https://packagist.org/downloads/", 39 "license": [ 40 "MIT" 41 ], 42 "authors": [ 43 { 44 "name": "Aura.Router Contributors", 45 "homepage": "https://github.com/auraphp/Aura.Router/contributors" 46 } 47 ], 48 "description": "Powerful, flexible web routing for PSR-7 requests.", 49 "homepage": "https://github.com/auraphp/Aura.Router", 50 "keywords": [ 51 "psr-7", 52 "route", 53 "router", 54 "routing" 55 ], 56 "time": "2017-03-02T16:34:47+00:00" 57 }, 58 { 59 "name": "doctrine/cache", 60 "version": "v1.8.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.56", 1437 "source": { 1438 "type": "git", 1439 "url": "https://github.com/thephpleague/flysystem.git", 1440 "reference": "90e3f83cb10ef6b058d70f95267030e7a6236518" 1441 }, 1442 "dist": { 1443 "type": "zip", 1444 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/90e3f83cb10ef6b058d70f95267030e7a6236518", 1445 "reference": "90e3f83cb10ef6b058d70f95267030e7a6236518", 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-10-12T13:05:59+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": "middlewares/client-ip", 1675 "version": "v1.3.0", 1676 "source": { 1677 "type": "git", 1678 "url": "https://github.com/middlewares/client-ip.git", 1679 "reference": "514d62f13839a045db095b03c25faeeaf0509c9c" 1680 }, 1681 "dist": { 1682 "type": "zip", 1683 "url": "https://api.github.com/repos/middlewares/client-ip/zipball/514d62f13839a045db095b03c25faeeaf0509c9c", 1684 "reference": "514d62f13839a045db095b03c25faeeaf0509c9c", 1685 "shasum": "" 1686 }, 1687 "require": { 1688 "php": "^7.0", 1689 "psr/http-server-middleware": "^1.0" 1690 }, 1691 "require-dev": { 1692 "eloquent/phony-phpunit": "^3.0|^4.0", 1693 "friendsofphp/php-cs-fixer": "^2.0", 1694 "middlewares/utils": "^2.1", 1695 "phpstan/phpstan": "^0.9.2|^0.10.3", 1696 "phpunit/phpunit": "^6.0|^7.0", 1697 "squizlabs/php_codesniffer": "^3.0", 1698 "zendframework/zend-diactoros": "^1.3" 1699 }, 1700 "type": "library", 1701 "autoload": { 1702 "psr-4": { 1703 "Middlewares\\": "src/" 1704 } 1705 }, 1706 "notification-url": "https://packagist.org/downloads/", 1707 "license": [ 1708 "MIT" 1709 ], 1710 "description": "Middleware to detect the client ip and save it as a request attribute", 1711 "homepage": "https://github.com/middlewares/client-ip", 1712 "keywords": [ 1713 "IP", 1714 "http", 1715 "middleware", 1716 "psr-15", 1717 "psr-7", 1718 "server" 1719 ], 1720 "time": "2019-03-29T09:10:29+00:00" 1721 }, 1722 { 1723 "name": "nesbot/carbon", 1724 "version": "2.25.1", 1725 "source": { 1726 "type": "git", 1727 "url": "https://github.com/briannesbitt/Carbon.git", 1728 "reference": "d59c6cea9c4a3547bb6c0dfec451319abdaa4fb1" 1729 }, 1730 "dist": { 1731 "type": "zip", 1732 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d59c6cea9c4a3547bb6c0dfec451319abdaa4fb1", 1733 "reference": "d59c6cea9c4a3547bb6c0dfec451319abdaa4fb1", 1734 "shasum": "" 1735 }, 1736 "require": { 1737 "ext-json": "*", 1738 "php": "^7.1.8 || ^8.0", 1739 "symfony/translation": "^3.4 || ^4.0" 1740 }, 1741 "require-dev": { 1742 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", 1743 "kylekatarnls/multi-tester": "^1.1", 1744 "phpmd/phpmd": "dev-php-7.1-compatibility", 1745 "phpstan/phpstan": "^0.11", 1746 "phpunit/phpunit": "^7.5 || ^8.0", 1747 "squizlabs/php_codesniffer": "^3.4" 1748 }, 1749 "bin": [ 1750 "bin/carbon" 1751 ], 1752 "type": "library", 1753 "extra": { 1754 "laravel": { 1755 "providers": [ 1756 "Carbon\\Laravel\\ServiceProvider" 1757 ] 1758 } 1759 }, 1760 "autoload": { 1761 "psr-4": { 1762 "Carbon\\": "src/Carbon/" 1763 } 1764 }, 1765 "notification-url": "https://packagist.org/downloads/", 1766 "license": [ 1767 "MIT" 1768 ], 1769 "authors": [ 1770 { 1771 "name": "Brian Nesbitt", 1772 "email": "brian@nesbot.com", 1773 "homepage": "http://nesbot.com" 1774 }, 1775 { 1776 "name": "kylekatarnls", 1777 "homepage": "http://github.com/kylekatarnls" 1778 } 1779 ], 1780 "description": "An API extension for DateTime that supports 281 different languages.", 1781 "homepage": "http://carbon.nesbot.com", 1782 "keywords": [ 1783 "date", 1784 "datetime", 1785 "time" 1786 ], 1787 "time": "2019-10-05T15:52:23+00:00" 1788 }, 1789 { 1790 "name": "nyholm/psr7", 1791 "version": "1.2.1", 1792 "source": { 1793 "type": "git", 1794 "url": "https://github.com/Nyholm/psr7.git", 1795 "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c" 1796 }, 1797 "dist": { 1798 "type": "zip", 1799 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/55ff6b76573f5b242554c9775792bd59fb52e11c", 1800 "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c", 1801 "shasum": "" 1802 }, 1803 "require": { 1804 "php": "^7.1", 1805 "php-http/message-factory": "^1.0", 1806 "psr/http-factory": "^1.0", 1807 "psr/http-message": "^1.0" 1808 }, 1809 "provide": { 1810 "psr/http-factory-implementation": "1.0", 1811 "psr/http-message-implementation": "1.0" 1812 }, 1813 "require-dev": { 1814 "http-interop/http-factory-tests": "dev-master", 1815 "php-http/psr7-integration-tests": "dev-master", 1816 "phpunit/phpunit": "^7.5" 1817 }, 1818 "type": "library", 1819 "extra": { 1820 "branch-alias": { 1821 "dev-master": "1.0-dev" 1822 } 1823 }, 1824 "autoload": { 1825 "psr-4": { 1826 "Nyholm\\Psr7\\": "src/" 1827 } 1828 }, 1829 "notification-url": "https://packagist.org/downloads/", 1830 "license": [ 1831 "MIT" 1832 ], 1833 "authors": [ 1834 { 1835 "name": "Tobias Nyholm", 1836 "email": "tobias.nyholm@gmail.com" 1837 }, 1838 { 1839 "name": "Martijn van der Ven", 1840 "email": "martijn@vanderven.se" 1841 } 1842 ], 1843 "description": "A fast PHP7 implementation of PSR-7", 1844 "homepage": "http://tnyholm.se", 1845 "keywords": [ 1846 "psr-17", 1847 "psr-7" 1848 ], 1849 "time": "2019-09-05T13:24:16+00:00" 1850 }, 1851 { 1852 "name": "nyholm/psr7-server", 1853 "version": "0.3.0", 1854 "source": { 1855 "type": "git", 1856 "url": "https://github.com/Nyholm/psr7-server.git", 1857 "reference": "1b71a848fcb066fb805b7a9ab3f41ff65bffcde8" 1858 }, 1859 "dist": { 1860 "type": "zip", 1861 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/1b71a848fcb066fb805b7a9ab3f41ff65bffcde8", 1862 "reference": "1b71a848fcb066fb805b7a9ab3f41ff65bffcde8", 1863 "shasum": "" 1864 }, 1865 "require": { 1866 "php": "^7.1", 1867 "psr/http-factory": "^1.0", 1868 "psr/http-message": "^1.0" 1869 }, 1870 "require-dev": { 1871 "nyholm/nsa": "^1.1", 1872 "nyholm/psr7": "^1.0", 1873 "phpunit/phpunit": "^7.0" 1874 }, 1875 "type": "library", 1876 "autoload": { 1877 "psr-4": { 1878 "Nyholm\\Psr7Server\\": "src/" 1879 } 1880 }, 1881 "notification-url": "https://packagist.org/downloads/", 1882 "license": [ 1883 "MIT" 1884 ], 1885 "authors": [ 1886 { 1887 "name": "Tobias Nyholm", 1888 "email": "tobias.nyholm@gmail.com" 1889 }, 1890 { 1891 "name": "Martijn van der Ven", 1892 "email": "martijn@vanderven.se" 1893 } 1894 ], 1895 "description": "Helper classes to handle PSR-7 server requests", 1896 "homepage": "http://tnyholm.se", 1897 "keywords": [ 1898 "psr-17", 1899 "psr-7" 1900 ], 1901 "time": "2018-09-02T10:41:28+00:00" 1902 }, 1903 { 1904 "name": "oscarotero/middleland", 1905 "version": "v1.0.0", 1906 "source": { 1907 "type": "git", 1908 "url": "https://github.com/oscarotero/middleland.git", 1909 "reference": "abd480afe264714095d043edd76c542a99f1695b" 1910 }, 1911 "dist": { 1912 "type": "zip", 1913 "url": "https://api.github.com/repos/oscarotero/middleland/zipball/abd480afe264714095d043edd76c542a99f1695b", 1914 "reference": "abd480afe264714095d043edd76c542a99f1695b", 1915 "shasum": "" 1916 }, 1917 "require": { 1918 "php": "^7.0", 1919 "psr/container": "^1.0", 1920 "psr/http-server-middleware": "^1.0" 1921 }, 1922 "require-dev": { 1923 "friendsofphp/php-cs-fixer": "^2.0", 1924 "phpunit/phpunit": "^6.0", 1925 "zendframework/zend-diactoros": "^1.3" 1926 }, 1927 "type": "library", 1928 "autoload": { 1929 "psr-4": { 1930 "Middleland\\": "src/" 1931 } 1932 }, 1933 "notification-url": "https://packagist.org/downloads/", 1934 "license": [ 1935 "MIT" 1936 ], 1937 "authors": [ 1938 { 1939 "name": "Oscar Otero", 1940 "email": "oom@oscarotero.com", 1941 "homepage": "http://oscarotero.com", 1942 "role": "Developer" 1943 } 1944 ], 1945 "description": "PSR-15 middleware dispatcher", 1946 "homepage": "https://github.com/oscarotero/dispatcher", 1947 "keywords": [ 1948 "http", 1949 "middleware", 1950 "psr-15", 1951 "psr-7" 1952 ], 1953 "time": "2018-01-24T20:41:57+00:00" 1954 }, 1955 { 1956 "name": "paragonie/random_compat", 1957 "version": "v9.99.99", 1958 "source": { 1959 "type": "git", 1960 "url": "https://github.com/paragonie/random_compat.git", 1961 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" 1962 }, 1963 "dist": { 1964 "type": "zip", 1965 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 1966 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 1967 "shasum": "" 1968 }, 1969 "require": { 1970 "php": "^7" 1971 }, 1972 "require-dev": { 1973 "phpunit/phpunit": "4.*|5.*", 1974 "vimeo/psalm": "^1" 1975 }, 1976 "suggest": { 1977 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 1978 }, 1979 "type": "library", 1980 "notification-url": "https://packagist.org/downloads/", 1981 "license": [ 1982 "MIT" 1983 ], 1984 "authors": [ 1985 { 1986 "name": "Paragon Initiative Enterprises", 1987 "email": "security@paragonie.com", 1988 "homepage": "https://paragonie.com" 1989 } 1990 ], 1991 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 1992 "keywords": [ 1993 "csprng", 1994 "polyfill", 1995 "pseudorandom", 1996 "random" 1997 ], 1998 "time": "2018-07-02T15:55:56+00:00" 1999 }, 2000 { 2001 "name": "php-http/message-factory", 2002 "version": "v1.0.2", 2003 "source": { 2004 "type": "git", 2005 "url": "https://github.com/php-http/message-factory.git", 2006 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" 2007 }, 2008 "dist": { 2009 "type": "zip", 2010 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2011 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2012 "shasum": "" 2013 }, 2014 "require": { 2015 "php": ">=5.4", 2016 "psr/http-message": "^1.0" 2017 }, 2018 "type": "library", 2019 "extra": { 2020 "branch-alias": { 2021 "dev-master": "1.0-dev" 2022 } 2023 }, 2024 "autoload": { 2025 "psr-4": { 2026 "Http\\Message\\": "src/" 2027 } 2028 }, 2029 "notification-url": "https://packagist.org/downloads/", 2030 "license": [ 2031 "MIT" 2032 ], 2033 "authors": [ 2034 { 2035 "name": "Márk Sági-Kazár", 2036 "email": "mark.sagikazar@gmail.com" 2037 } 2038 ], 2039 "description": "Factory interfaces for PSR-7 HTTP Message", 2040 "homepage": "http://php-http.org", 2041 "keywords": [ 2042 "factory", 2043 "http", 2044 "message", 2045 "stream", 2046 "uri" 2047 ], 2048 "time": "2015-12-19T14:08:53+00:00" 2049 }, 2050 { 2051 "name": "psr/cache", 2052 "version": "1.0.1", 2053 "source": { 2054 "type": "git", 2055 "url": "https://github.com/php-fig/cache.git", 2056 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 2057 }, 2058 "dist": { 2059 "type": "zip", 2060 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 2061 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 2062 "shasum": "" 2063 }, 2064 "require": { 2065 "php": ">=5.3.0" 2066 }, 2067 "type": "library", 2068 "extra": { 2069 "branch-alias": { 2070 "dev-master": "1.0.x-dev" 2071 } 2072 }, 2073 "autoload": { 2074 "psr-4": { 2075 "Psr\\Cache\\": "src/" 2076 } 2077 }, 2078 "notification-url": "https://packagist.org/downloads/", 2079 "license": [ 2080 "MIT" 2081 ], 2082 "authors": [ 2083 { 2084 "name": "PHP-FIG", 2085 "homepage": "http://www.php-fig.org/" 2086 } 2087 ], 2088 "description": "Common interface for caching libraries", 2089 "keywords": [ 2090 "cache", 2091 "psr", 2092 "psr-6" 2093 ], 2094 "time": "2016-08-06T20:24:11+00:00" 2095 }, 2096 { 2097 "name": "psr/container", 2098 "version": "1.0.0", 2099 "source": { 2100 "type": "git", 2101 "url": "https://github.com/php-fig/container.git", 2102 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" 2103 }, 2104 "dist": { 2105 "type": "zip", 2106 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 2107 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 2108 "shasum": "" 2109 }, 2110 "require": { 2111 "php": ">=5.3.0" 2112 }, 2113 "type": "library", 2114 "extra": { 2115 "branch-alias": { 2116 "dev-master": "1.0.x-dev" 2117 } 2118 }, 2119 "autoload": { 2120 "psr-4": { 2121 "Psr\\Container\\": "src/" 2122 } 2123 }, 2124 "notification-url": "https://packagist.org/downloads/", 2125 "license": [ 2126 "MIT" 2127 ], 2128 "authors": [ 2129 { 2130 "name": "PHP-FIG", 2131 "homepage": "http://www.php-fig.org/" 2132 } 2133 ], 2134 "description": "Common Container Interface (PHP FIG PSR-11)", 2135 "homepage": "https://github.com/php-fig/container", 2136 "keywords": [ 2137 "PSR-11", 2138 "container", 2139 "container-interface", 2140 "container-interop", 2141 "psr" 2142 ], 2143 "time": "2017-02-14T16:28:37+00:00" 2144 }, 2145 { 2146 "name": "psr/http-factory", 2147 "version": "1.0.1", 2148 "source": { 2149 "type": "git", 2150 "url": "https://github.com/php-fig/http-factory.git", 2151 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" 2152 }, 2153 "dist": { 2154 "type": "zip", 2155 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2156 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2157 "shasum": "" 2158 }, 2159 "require": { 2160 "php": ">=7.0.0", 2161 "psr/http-message": "^1.0" 2162 }, 2163 "type": "library", 2164 "extra": { 2165 "branch-alias": { 2166 "dev-master": "1.0.x-dev" 2167 } 2168 }, 2169 "autoload": { 2170 "psr-4": { 2171 "Psr\\Http\\Message\\": "src/" 2172 } 2173 }, 2174 "notification-url": "https://packagist.org/downloads/", 2175 "license": [ 2176 "MIT" 2177 ], 2178 "authors": [ 2179 { 2180 "name": "PHP-FIG", 2181 "homepage": "http://www.php-fig.org/" 2182 } 2183 ], 2184 "description": "Common interfaces for PSR-7 HTTP message factories", 2185 "keywords": [ 2186 "factory", 2187 "http", 2188 "message", 2189 "psr", 2190 "psr-17", 2191 "psr-7", 2192 "request", 2193 "response" 2194 ], 2195 "time": "2019-04-30T12:38:16+00:00" 2196 }, 2197 { 2198 "name": "psr/http-message", 2199 "version": "1.0.1", 2200 "source": { 2201 "type": "git", 2202 "url": "https://github.com/php-fig/http-message.git", 2203 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 2204 }, 2205 "dist": { 2206 "type": "zip", 2207 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 2208 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 2209 "shasum": "" 2210 }, 2211 "require": { 2212 "php": ">=5.3.0" 2213 }, 2214 "type": "library", 2215 "extra": { 2216 "branch-alias": { 2217 "dev-master": "1.0.x-dev" 2218 } 2219 }, 2220 "autoload": { 2221 "psr-4": { 2222 "Psr\\Http\\Message\\": "src/" 2223 } 2224 }, 2225 "notification-url": "https://packagist.org/downloads/", 2226 "license": [ 2227 "MIT" 2228 ], 2229 "authors": [ 2230 { 2231 "name": "PHP-FIG", 2232 "homepage": "http://www.php-fig.org/" 2233 } 2234 ], 2235 "description": "Common interface for HTTP messages", 2236 "homepage": "https://github.com/php-fig/http-message", 2237 "keywords": [ 2238 "http", 2239 "http-message", 2240 "psr", 2241 "psr-7", 2242 "request", 2243 "response" 2244 ], 2245 "time": "2016-08-06T14:39:51+00:00" 2246 }, 2247 { 2248 "name": "psr/http-server-handler", 2249 "version": "1.0.1", 2250 "source": { 2251 "type": "git", 2252 "url": "https://github.com/php-fig/http-server-handler.git", 2253 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" 2254 }, 2255 "dist": { 2256 "type": "zip", 2257 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2258 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2259 "shasum": "" 2260 }, 2261 "require": { 2262 "php": ">=7.0", 2263 "psr/http-message": "^1.0" 2264 }, 2265 "type": "library", 2266 "extra": { 2267 "branch-alias": { 2268 "dev-master": "1.0.x-dev" 2269 } 2270 }, 2271 "autoload": { 2272 "psr-4": { 2273 "Psr\\Http\\Server\\": "src/" 2274 } 2275 }, 2276 "notification-url": "https://packagist.org/downloads/", 2277 "license": [ 2278 "MIT" 2279 ], 2280 "authors": [ 2281 { 2282 "name": "PHP-FIG", 2283 "homepage": "http://www.php-fig.org/" 2284 } 2285 ], 2286 "description": "Common interface for HTTP server-side request handler", 2287 "keywords": [ 2288 "handler", 2289 "http", 2290 "http-interop", 2291 "psr", 2292 "psr-15", 2293 "psr-7", 2294 "request", 2295 "response", 2296 "server" 2297 ], 2298 "time": "2018-10-30T16:46:14+00:00" 2299 }, 2300 { 2301 "name": "psr/http-server-middleware", 2302 "version": "1.0.1", 2303 "source": { 2304 "type": "git", 2305 "url": "https://github.com/php-fig/http-server-middleware.git", 2306 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" 2307 }, 2308 "dist": { 2309 "type": "zip", 2310 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2311 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2312 "shasum": "" 2313 }, 2314 "require": { 2315 "php": ">=7.0", 2316 "psr/http-message": "^1.0", 2317 "psr/http-server-handler": "^1.0" 2318 }, 2319 "type": "library", 2320 "extra": { 2321 "branch-alias": { 2322 "dev-master": "1.0.x-dev" 2323 } 2324 }, 2325 "autoload": { 2326 "psr-4": { 2327 "Psr\\Http\\Server\\": "src/" 2328 } 2329 }, 2330 "notification-url": "https://packagist.org/downloads/", 2331 "license": [ 2332 "MIT" 2333 ], 2334 "authors": [ 2335 { 2336 "name": "PHP-FIG", 2337 "homepage": "http://www.php-fig.org/" 2338 } 2339 ], 2340 "description": "Common interface for HTTP server-side middleware", 2341 "keywords": [ 2342 "http", 2343 "http-interop", 2344 "middleware", 2345 "psr", 2346 "psr-15", 2347 "psr-7", 2348 "request", 2349 "response" 2350 ], 2351 "time": "2018-10-30T17:12:04+00:00" 2352 }, 2353 { 2354 "name": "psr/log", 2355 "version": "1.1.0", 2356 "source": { 2357 "type": "git", 2358 "url": "https://github.com/php-fig/log.git", 2359 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" 2360 }, 2361 "dist": { 2362 "type": "zip", 2363 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", 2364 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", 2365 "shasum": "" 2366 }, 2367 "require": { 2368 "php": ">=5.3.0" 2369 }, 2370 "type": "library", 2371 "extra": { 2372 "branch-alias": { 2373 "dev-master": "1.0.x-dev" 2374 } 2375 }, 2376 "autoload": { 2377 "psr-4": { 2378 "Psr\\Log\\": "Psr/Log/" 2379 } 2380 }, 2381 "notification-url": "https://packagist.org/downloads/", 2382 "license": [ 2383 "MIT" 2384 ], 2385 "authors": [ 2386 { 2387 "name": "PHP-FIG", 2388 "homepage": "http://www.php-fig.org/" 2389 } 2390 ], 2391 "description": "Common interface for logging libraries", 2392 "homepage": "https://github.com/php-fig/log", 2393 "keywords": [ 2394 "log", 2395 "psr", 2396 "psr-3" 2397 ], 2398 "time": "2018-11-20T15:27:04+00:00" 2399 }, 2400 { 2401 "name": "psr/simple-cache", 2402 "version": "1.0.1", 2403 "source": { 2404 "type": "git", 2405 "url": "https://github.com/php-fig/simple-cache.git", 2406 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" 2407 }, 2408 "dist": { 2409 "type": "zip", 2410 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2411 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2412 "shasum": "" 2413 }, 2414 "require": { 2415 "php": ">=5.3.0" 2416 }, 2417 "type": "library", 2418 "extra": { 2419 "branch-alias": { 2420 "dev-master": "1.0.x-dev" 2421 } 2422 }, 2423 "autoload": { 2424 "psr-4": { 2425 "Psr\\SimpleCache\\": "src/" 2426 } 2427 }, 2428 "notification-url": "https://packagist.org/downloads/", 2429 "license": [ 2430 "MIT" 2431 ], 2432 "authors": [ 2433 { 2434 "name": "PHP-FIG", 2435 "homepage": "http://www.php-fig.org/" 2436 } 2437 ], 2438 "description": "Common interfaces for simple caching", 2439 "keywords": [ 2440 "cache", 2441 "caching", 2442 "psr", 2443 "psr-16", 2444 "simple-cache" 2445 ], 2446 "time": "2017-10-23T01:57:42+00:00" 2447 }, 2448 { 2449 "name": "ralouphie/getallheaders", 2450 "version": "3.0.3", 2451 "source": { 2452 "type": "git", 2453 "url": "https://github.com/ralouphie/getallheaders.git", 2454 "reference": "120b605dfeb996808c31b6477290a714d356e822" 2455 }, 2456 "dist": { 2457 "type": "zip", 2458 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 2459 "reference": "120b605dfeb996808c31b6477290a714d356e822", 2460 "shasum": "" 2461 }, 2462 "require": { 2463 "php": ">=5.6" 2464 }, 2465 "require-dev": { 2466 "php-coveralls/php-coveralls": "^2.1", 2467 "phpunit/phpunit": "^5 || ^6.5" 2468 }, 2469 "type": "library", 2470 "autoload": { 2471 "files": [ 2472 "src/getallheaders.php" 2473 ] 2474 }, 2475 "notification-url": "https://packagist.org/downloads/", 2476 "license": [ 2477 "MIT" 2478 ], 2479 "authors": [ 2480 { 2481 "name": "Ralph Khattar", 2482 "email": "ralph.khattar@gmail.com" 2483 } 2484 ], 2485 "description": "A polyfill for getallheaders.", 2486 "time": "2019-03-08T08:55:37+00:00" 2487 }, 2488 { 2489 "name": "ramsey/uuid", 2490 "version": "3.8.0", 2491 "source": { 2492 "type": "git", 2493 "url": "https://github.com/ramsey/uuid.git", 2494 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3" 2495 }, 2496 "dist": { 2497 "type": "zip", 2498 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3", 2499 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3", 2500 "shasum": "" 2501 }, 2502 "require": { 2503 "paragonie/random_compat": "^1.0|^2.0|9.99.99", 2504 "php": "^5.4 || ^7.0", 2505 "symfony/polyfill-ctype": "^1.8" 2506 }, 2507 "replace": { 2508 "rhumsaa/uuid": "self.version" 2509 }, 2510 "require-dev": { 2511 "codeception/aspect-mock": "^1.0 | ~2.0.0", 2512 "doctrine/annotations": "~1.2.0", 2513 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", 2514 "ircmaxell/random-lib": "^1.1", 2515 "jakub-onderka/php-parallel-lint": "^0.9.0", 2516 "mockery/mockery": "^0.9.9", 2517 "moontoast/math": "^1.1", 2518 "php-mock/php-mock-phpunit": "^0.3|^1.1", 2519 "phpunit/phpunit": "^4.7|^5.0|^6.5", 2520 "squizlabs/php_codesniffer": "^2.3" 2521 }, 2522 "suggest": { 2523 "ext-ctype": "Provides support for PHP Ctype functions", 2524 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", 2525 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", 2526 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 2527 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", 2528 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", 2529 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 2530 }, 2531 "type": "library", 2532 "extra": { 2533 "branch-alias": { 2534 "dev-master": "3.x-dev" 2535 } 2536 }, 2537 "autoload": { 2538 "psr-4": { 2539 "Ramsey\\Uuid\\": "src/" 2540 } 2541 }, 2542 "notification-url": "https://packagist.org/downloads/", 2543 "license": [ 2544 "MIT" 2545 ], 2546 "authors": [ 2547 { 2548 "name": "Marijn Huizendveld", 2549 "email": "marijn.huizendveld@gmail.com" 2550 }, 2551 { 2552 "name": "Thibaud Fabre", 2553 "email": "thibaud@aztech.io" 2554 }, 2555 { 2556 "name": "Ben Ramsey", 2557 "email": "ben@benramsey.com", 2558 "homepage": "https://benramsey.com" 2559 } 2560 ], 2561 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 2562 "homepage": "https://github.com/ramsey/uuid", 2563 "keywords": [ 2564 "guid", 2565 "identifier", 2566 "uuid" 2567 ], 2568 "time": "2018-07-19T23:38:55+00:00" 2569 }, 2570 { 2571 "name": "swiftmailer/swiftmailer", 2572 "version": "v6.2.1", 2573 "source": { 2574 "type": "git", 2575 "url": "https://github.com/swiftmailer/swiftmailer.git", 2576 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a" 2577 }, 2578 "dist": { 2579 "type": "zip", 2580 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a", 2581 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a", 2582 "shasum": "" 2583 }, 2584 "require": { 2585 "egulias/email-validator": "~2.0", 2586 "php": ">=7.0.0", 2587 "symfony/polyfill-iconv": "^1.0", 2588 "symfony/polyfill-intl-idn": "^1.10", 2589 "symfony/polyfill-mbstring": "^1.0" 2590 }, 2591 "require-dev": { 2592 "mockery/mockery": "~0.9.1", 2593 "symfony/phpunit-bridge": "^3.4.19|^4.1.8" 2594 }, 2595 "suggest": { 2596 "ext-intl": "Needed to support internationalized email addresses", 2597 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" 2598 }, 2599 "type": "library", 2600 "extra": { 2601 "branch-alias": { 2602 "dev-master": "6.2-dev" 2603 } 2604 }, 2605 "autoload": { 2606 "files": [ 2607 "lib/swift_required.php" 2608 ] 2609 }, 2610 "notification-url": "https://packagist.org/downloads/", 2611 "license": [ 2612 "MIT" 2613 ], 2614 "authors": [ 2615 { 2616 "name": "Chris Corbyn" 2617 }, 2618 { 2619 "name": "Fabien Potencier", 2620 "email": "fabien@symfony.com" 2621 } 2622 ], 2623 "description": "Swiftmailer, free feature-rich PHP mailer", 2624 "homepage": "https://swiftmailer.symfony.com", 2625 "keywords": [ 2626 "email", 2627 "mail", 2628 "mailer" 2629 ], 2630 "time": "2019-04-21T09:21:45+00:00" 2631 }, 2632 { 2633 "name": "symfony/cache", 2634 "version": "v4.3.5", 2635 "source": { 2636 "type": "git", 2637 "url": "https://github.com/symfony/cache.git", 2638 "reference": "40c62600ebad1ed2defbf7d35523d918a73ab330" 2639 }, 2640 "dist": { 2641 "type": "zip", 2642 "url": "https://api.github.com/repos/symfony/cache/zipball/40c62600ebad1ed2defbf7d35523d918a73ab330", 2643 "reference": "40c62600ebad1ed2defbf7d35523d918a73ab330", 2644 "shasum": "" 2645 }, 2646 "require": { 2647 "php": "^7.1.3", 2648 "psr/cache": "~1.0", 2649 "psr/log": "~1.0", 2650 "symfony/cache-contracts": "^1.1", 2651 "symfony/service-contracts": "^1.1", 2652 "symfony/var-exporter": "^4.2" 2653 }, 2654 "conflict": { 2655 "doctrine/dbal": "<2.5", 2656 "symfony/dependency-injection": "<3.4", 2657 "symfony/var-dumper": "<3.4" 2658 }, 2659 "provide": { 2660 "psr/cache-implementation": "1.0", 2661 "psr/simple-cache-implementation": "1.0", 2662 "symfony/cache-implementation": "1.0" 2663 }, 2664 "require-dev": { 2665 "cache/integration-tests": "dev-master", 2666 "doctrine/cache": "~1.6", 2667 "doctrine/dbal": "~2.5", 2668 "predis/predis": "~1.1", 2669 "psr/simple-cache": "^1.0", 2670 "symfony/config": "~4.2", 2671 "symfony/dependency-injection": "~3.4|~4.1", 2672 "symfony/var-dumper": "^4.1.1" 2673 }, 2674 "type": "library", 2675 "extra": { 2676 "branch-alias": { 2677 "dev-master": "4.3-dev" 2678 } 2679 }, 2680 "autoload": { 2681 "psr-4": { 2682 "Symfony\\Component\\Cache\\": "" 2683 }, 2684 "exclude-from-classmap": [ 2685 "/Tests/" 2686 ] 2687 }, 2688 "notification-url": "https://packagist.org/downloads/", 2689 "license": [ 2690 "MIT" 2691 ], 2692 "authors": [ 2693 { 2694 "name": "Nicolas Grekas", 2695 "email": "p@tchwork.com" 2696 }, 2697 { 2698 "name": "Symfony Community", 2699 "homepage": "https://symfony.com/contributors" 2700 } 2701 ], 2702 "description": "Symfony Cache component with PSR-6, PSR-16, and tags", 2703 "homepage": "https://symfony.com", 2704 "keywords": [ 2705 "caching", 2706 "psr6" 2707 ], 2708 "time": "2019-10-04T10:57:53+00:00" 2709 }, 2710 { 2711 "name": "symfony/cache-contracts", 2712 "version": "v1.1.7", 2713 "source": { 2714 "type": "git", 2715 "url": "https://github.com/symfony/cache-contracts.git", 2716 "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1" 2717 }, 2718 "dist": { 2719 "type": "zip", 2720 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/af50d14ada9e4e82cfabfabdc502d144f89be0a1", 2721 "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1", 2722 "shasum": "" 2723 }, 2724 "require": { 2725 "php": "^7.1.3", 2726 "psr/cache": "^1.0" 2727 }, 2728 "suggest": { 2729 "symfony/cache-implementation": "" 2730 }, 2731 "type": "library", 2732 "extra": { 2733 "branch-alias": { 2734 "dev-master": "1.1-dev" 2735 } 2736 }, 2737 "autoload": { 2738 "psr-4": { 2739 "Symfony\\Contracts\\Cache\\": "" 2740 } 2741 }, 2742 "notification-url": "https://packagist.org/downloads/", 2743 "license": [ 2744 "MIT" 2745 ], 2746 "authors": [ 2747 { 2748 "name": "Nicolas Grekas", 2749 "email": "p@tchwork.com" 2750 }, 2751 { 2752 "name": "Symfony Community", 2753 "homepage": "https://symfony.com/contributors" 2754 } 2755 ], 2756 "description": "Generic abstractions related to caching", 2757 "homepage": "https://symfony.com", 2758 "keywords": [ 2759 "abstractions", 2760 "contracts", 2761 "decoupling", 2762 "interfaces", 2763 "interoperability", 2764 "standards" 2765 ], 2766 "time": "2019-10-04T21:43:27+00:00" 2767 }, 2768 { 2769 "name": "symfony/debug", 2770 "version": "v4.3.5", 2771 "source": { 2772 "type": "git", 2773 "url": "https://github.com/symfony/debug.git", 2774 "reference": "cc5c1efd0edfcfd10b354750594a46b3dd2afbbe" 2775 }, 2776 "dist": { 2777 "type": "zip", 2778 "url": "https://api.github.com/repos/symfony/debug/zipball/cc5c1efd0edfcfd10b354750594a46b3dd2afbbe", 2779 "reference": "cc5c1efd0edfcfd10b354750594a46b3dd2afbbe", 2780 "shasum": "" 2781 }, 2782 "require": { 2783 "php": "^7.1.3", 2784 "psr/log": "~1.0" 2785 }, 2786 "conflict": { 2787 "symfony/http-kernel": "<3.4" 2788 }, 2789 "require-dev": { 2790 "symfony/http-kernel": "~3.4|~4.0" 2791 }, 2792 "type": "library", 2793 "extra": { 2794 "branch-alias": { 2795 "dev-master": "4.3-dev" 2796 } 2797 }, 2798 "autoload": { 2799 "psr-4": { 2800 "Symfony\\Component\\Debug\\": "" 2801 }, 2802 "exclude-from-classmap": [ 2803 "/Tests/" 2804 ] 2805 }, 2806 "notification-url": "https://packagist.org/downloads/", 2807 "license": [ 2808 "MIT" 2809 ], 2810 "authors": [ 2811 { 2812 "name": "Fabien Potencier", 2813 "email": "fabien@symfony.com" 2814 }, 2815 { 2816 "name": "Symfony Community", 2817 "homepage": "https://symfony.com/contributors" 2818 } 2819 ], 2820 "description": "Symfony Debug Component", 2821 "homepage": "https://symfony.com", 2822 "time": "2019-09-19T15:51:53+00:00" 2823 }, 2824 { 2825 "name": "symfony/event-dispatcher", 2826 "version": "v4.3.5", 2827 "source": { 2828 "type": "git", 2829 "url": "https://github.com/symfony/event-dispatcher.git", 2830 "reference": "6229f58993e5a157f6096fc7145c0717d0be8807" 2831 }, 2832 "dist": { 2833 "type": "zip", 2834 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6229f58993e5a157f6096fc7145c0717d0be8807", 2835 "reference": "6229f58993e5a157f6096fc7145c0717d0be8807", 2836 "shasum": "" 2837 }, 2838 "require": { 2839 "php": "^7.1.3", 2840 "symfony/event-dispatcher-contracts": "^1.1" 2841 }, 2842 "conflict": { 2843 "symfony/dependency-injection": "<3.4" 2844 }, 2845 "provide": { 2846 "psr/event-dispatcher-implementation": "1.0", 2847 "symfony/event-dispatcher-implementation": "1.1" 2848 }, 2849 "require-dev": { 2850 "psr/log": "~1.0", 2851 "symfony/config": "~3.4|~4.0", 2852 "symfony/dependency-injection": "~3.4|~4.0", 2853 "symfony/expression-language": "~3.4|~4.0", 2854 "symfony/http-foundation": "^3.4|^4.0", 2855 "symfony/service-contracts": "^1.1", 2856 "symfony/stopwatch": "~3.4|~4.0" 2857 }, 2858 "suggest": { 2859 "symfony/dependency-injection": "", 2860 "symfony/http-kernel": "" 2861 }, 2862 "type": "library", 2863 "extra": { 2864 "branch-alias": { 2865 "dev-master": "4.3-dev" 2866 } 2867 }, 2868 "autoload": { 2869 "psr-4": { 2870 "Symfony\\Component\\EventDispatcher\\": "" 2871 }, 2872 "exclude-from-classmap": [ 2873 "/Tests/" 2874 ] 2875 }, 2876 "notification-url": "https://packagist.org/downloads/", 2877 "license": [ 2878 "MIT" 2879 ], 2880 "authors": [ 2881 { 2882 "name": "Fabien Potencier", 2883 "email": "fabien@symfony.com" 2884 }, 2885 { 2886 "name": "Symfony Community", 2887 "homepage": "https://symfony.com/contributors" 2888 } 2889 ], 2890 "description": "Symfony EventDispatcher Component", 2891 "homepage": "https://symfony.com", 2892 "time": "2019-10-01T16:40:32+00:00" 2893 }, 2894 { 2895 "name": "symfony/event-dispatcher-contracts", 2896 "version": "v1.1.7", 2897 "source": { 2898 "type": "git", 2899 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 2900 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18" 2901 }, 2902 "dist": { 2903 "type": "zip", 2904 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18", 2905 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18", 2906 "shasum": "" 2907 }, 2908 "require": { 2909 "php": "^7.1.3" 2910 }, 2911 "suggest": { 2912 "psr/event-dispatcher": "", 2913 "symfony/event-dispatcher-implementation": "" 2914 }, 2915 "type": "library", 2916 "extra": { 2917 "branch-alias": { 2918 "dev-master": "1.1-dev" 2919 } 2920 }, 2921 "autoload": { 2922 "psr-4": { 2923 "Symfony\\Contracts\\EventDispatcher\\": "" 2924 } 2925 }, 2926 "notification-url": "https://packagist.org/downloads/", 2927 "license": [ 2928 "MIT" 2929 ], 2930 "authors": [ 2931 { 2932 "name": "Nicolas Grekas", 2933 "email": "p@tchwork.com" 2934 }, 2935 { 2936 "name": "Symfony Community", 2937 "homepage": "https://symfony.com/contributors" 2938 } 2939 ], 2940 "description": "Generic abstractions related to dispatching event", 2941 "homepage": "https://symfony.com", 2942 "keywords": [ 2943 "abstractions", 2944 "contracts", 2945 "decoupling", 2946 "interfaces", 2947 "interoperability", 2948 "standards" 2949 ], 2950 "time": "2019-09-17T09:54:03+00:00" 2951 }, 2952 { 2953 "name": "symfony/expression-language", 2954 "version": "v4.3.5", 2955 "source": { 2956 "type": "git", 2957 "url": "https://github.com/symfony/expression-language.git", 2958 "reference": "c8b47d8820d3bf75f757eec8a2647584c14cf0c6" 2959 }, 2960 "dist": { 2961 "type": "zip", 2962 "url": "https://api.github.com/repos/symfony/expression-language/zipball/c8b47d8820d3bf75f757eec8a2647584c14cf0c6", 2963 "reference": "c8b47d8820d3bf75f757eec8a2647584c14cf0c6", 2964 "shasum": "" 2965 }, 2966 "require": { 2967 "php": "^7.1.3", 2968 "symfony/cache": "~3.4|~4.0", 2969 "symfony/service-contracts": "^1.1" 2970 }, 2971 "type": "library", 2972 "extra": { 2973 "branch-alias": { 2974 "dev-master": "4.3-dev" 2975 } 2976 }, 2977 "autoload": { 2978 "psr-4": { 2979 "Symfony\\Component\\ExpressionLanguage\\": "" 2980 }, 2981 "exclude-from-classmap": [ 2982 "/Tests/" 2983 ] 2984 }, 2985 "notification-url": "https://packagist.org/downloads/", 2986 "license": [ 2987 "MIT" 2988 ], 2989 "authors": [ 2990 { 2991 "name": "Fabien Potencier", 2992 "email": "fabien@symfony.com" 2993 }, 2994 { 2995 "name": "Symfony Community", 2996 "homepage": "https://symfony.com/contributors" 2997 } 2998 ], 2999 "description": "Symfony ExpressionLanguage Component", 3000 "homepage": "https://symfony.com", 3001 "time": "2019-08-08T09:29:19+00:00" 3002 }, 3003 { 3004 "name": "symfony/http-foundation", 3005 "version": "v4.3.5", 3006 "source": { 3007 "type": "git", 3008 "url": "https://github.com/symfony/http-foundation.git", 3009 "reference": "76590ced16d4674780863471bae10452b79210a5" 3010 }, 3011 "dist": { 3012 "type": "zip", 3013 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/76590ced16d4674780863471bae10452b79210a5", 3014 "reference": "76590ced16d4674780863471bae10452b79210a5", 3015 "shasum": "" 3016 }, 3017 "require": { 3018 "php": "^7.1.3", 3019 "symfony/mime": "^4.3", 3020 "symfony/polyfill-mbstring": "~1.1" 3021 }, 3022 "require-dev": { 3023 "predis/predis": "~1.0", 3024 "symfony/expression-language": "~3.4|~4.0" 3025 }, 3026 "type": "library", 3027 "extra": { 3028 "branch-alias": { 3029 "dev-master": "4.3-dev" 3030 } 3031 }, 3032 "autoload": { 3033 "psr-4": { 3034 "Symfony\\Component\\HttpFoundation\\": "" 3035 }, 3036 "exclude-from-classmap": [ 3037 "/Tests/" 3038 ] 3039 }, 3040 "notification-url": "https://packagist.org/downloads/", 3041 "license": [ 3042 "MIT" 3043 ], 3044 "authors": [ 3045 { 3046 "name": "Fabien Potencier", 3047 "email": "fabien@symfony.com" 3048 }, 3049 { 3050 "name": "Symfony Community", 3051 "homepage": "https://symfony.com/contributors" 3052 } 3053 ], 3054 "description": "Symfony HttpFoundation Component", 3055 "homepage": "https://symfony.com", 3056 "time": "2019-10-04T19:48:13+00:00" 3057 }, 3058 { 3059 "name": "symfony/http-kernel", 3060 "version": "v4.3.5", 3061 "source": { 3062 "type": "git", 3063 "url": "https://github.com/symfony/http-kernel.git", 3064 "reference": "5f08141850932e8019c01d8988bf3ed6367d2991" 3065 }, 3066 "dist": { 3067 "type": "zip", 3068 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5f08141850932e8019c01d8988bf3ed6367d2991", 3069 "reference": "5f08141850932e8019c01d8988bf3ed6367d2991", 3070 "shasum": "" 3071 }, 3072 "require": { 3073 "php": "^7.1.3", 3074 "psr/log": "~1.0", 3075 "symfony/debug": "~3.4|~4.0", 3076 "symfony/event-dispatcher": "^4.3", 3077 "symfony/http-foundation": "^4.1.1", 3078 "symfony/polyfill-ctype": "~1.8", 3079 "symfony/polyfill-php73": "^1.9" 3080 }, 3081 "conflict": { 3082 "symfony/browser-kit": "<4.3", 3083 "symfony/config": "<3.4", 3084 "symfony/dependency-injection": "<4.3", 3085 "symfony/translation": "<4.2", 3086 "symfony/var-dumper": "<4.1.1", 3087 "twig/twig": "<1.34|<2.4,>=2" 3088 }, 3089 "provide": { 3090 "psr/log-implementation": "1.0" 3091 }, 3092 "require-dev": { 3093 "psr/cache": "~1.0", 3094 "symfony/browser-kit": "^4.3", 3095 "symfony/config": "~3.4|~4.0", 3096 "symfony/console": "~3.4|~4.0", 3097 "symfony/css-selector": "~3.4|~4.0", 3098 "symfony/dependency-injection": "^4.3", 3099 "symfony/dom-crawler": "~3.4|~4.0", 3100 "symfony/expression-language": "~3.4|~4.0", 3101 "symfony/finder": "~3.4|~4.0", 3102 "symfony/process": "~3.4|~4.0", 3103 "symfony/routing": "~3.4|~4.0", 3104 "symfony/stopwatch": "~3.4|~4.0", 3105 "symfony/templating": "~3.4|~4.0", 3106 "symfony/translation": "~4.2", 3107 "symfony/translation-contracts": "^1.1", 3108 "symfony/var-dumper": "^4.1.1", 3109 "twig/twig": "^1.34|^2.4" 3110 }, 3111 "suggest": { 3112 "symfony/browser-kit": "", 3113 "symfony/config": "", 3114 "symfony/console": "", 3115 "symfony/dependency-injection": "", 3116 "symfony/var-dumper": "" 3117 }, 3118 "type": "library", 3119 "extra": { 3120 "branch-alias": { 3121 "dev-master": "4.3-dev" 3122 } 3123 }, 3124 "autoload": { 3125 "psr-4": { 3126 "Symfony\\Component\\HttpKernel\\": "" 3127 }, 3128 "exclude-from-classmap": [ 3129 "/Tests/" 3130 ] 3131 }, 3132 "notification-url": "https://packagist.org/downloads/", 3133 "license": [ 3134 "MIT" 3135 ], 3136 "authors": [ 3137 { 3138 "name": "Fabien Potencier", 3139 "email": "fabien@symfony.com" 3140 }, 3141 { 3142 "name": "Symfony Community", 3143 "homepage": "https://symfony.com/contributors" 3144 } 3145 ], 3146 "description": "Symfony HttpKernel Component", 3147 "homepage": "https://symfony.com", 3148 "time": "2019-10-07T15:06:41+00:00" 3149 }, 3150 { 3151 "name": "symfony/mime", 3152 "version": "v4.3.5", 3153 "source": { 3154 "type": "git", 3155 "url": "https://github.com/symfony/mime.git", 3156 "reference": "32f71570547b91879fdbd9cf50317d556ae86916" 3157 }, 3158 "dist": { 3159 "type": "zip", 3160 "url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916", 3161 "reference": "32f71570547b91879fdbd9cf50317d556ae86916", 3162 "shasum": "" 3163 }, 3164 "require": { 3165 "php": "^7.1.3", 3166 "symfony/polyfill-intl-idn": "^1.10", 3167 "symfony/polyfill-mbstring": "^1.0" 3168 }, 3169 "require-dev": { 3170 "egulias/email-validator": "^2.1.10", 3171 "symfony/dependency-injection": "~3.4|^4.1" 3172 }, 3173 "type": "library", 3174 "extra": { 3175 "branch-alias": { 3176 "dev-master": "4.3-dev" 3177 } 3178 }, 3179 "autoload": { 3180 "psr-4": { 3181 "Symfony\\Component\\Mime\\": "" 3182 }, 3183 "exclude-from-classmap": [ 3184 "/Tests/" 3185 ] 3186 }, 3187 "notification-url": "https://packagist.org/downloads/", 3188 "license": [ 3189 "MIT" 3190 ], 3191 "authors": [ 3192 { 3193 "name": "Fabien Potencier", 3194 "email": "fabien@symfony.com" 3195 }, 3196 { 3197 "name": "Symfony Community", 3198 "homepage": "https://symfony.com/contributors" 3199 } 3200 ], 3201 "description": "A library to manipulate MIME messages", 3202 "homepage": "https://symfony.com", 3203 "keywords": [ 3204 "mime", 3205 "mime-type" 3206 ], 3207 "time": "2019-09-19T17:00:15+00:00" 3208 }, 3209 { 3210 "name": "symfony/polyfill-ctype", 3211 "version": "v1.12.0", 3212 "source": { 3213 "type": "git", 3214 "url": "https://github.com/symfony/polyfill-ctype.git", 3215 "reference": "550ebaac289296ce228a706d0867afc34687e3f4" 3216 }, 3217 "dist": { 3218 "type": "zip", 3219 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", 3220 "reference": "550ebaac289296ce228a706d0867afc34687e3f4", 3221 "shasum": "" 3222 }, 3223 "require": { 3224 "php": ">=5.3.3" 3225 }, 3226 "suggest": { 3227 "ext-ctype": "For best performance" 3228 }, 3229 "type": "library", 3230 "extra": { 3231 "branch-alias": { 3232 "dev-master": "1.12-dev" 3233 } 3234 }, 3235 "autoload": { 3236 "psr-4": { 3237 "Symfony\\Polyfill\\Ctype\\": "" 3238 }, 3239 "files": [ 3240 "bootstrap.php" 3241 ] 3242 }, 3243 "notification-url": "https://packagist.org/downloads/", 3244 "license": [ 3245 "MIT" 3246 ], 3247 "authors": [ 3248 { 3249 "name": "Gert de Pagter", 3250 "email": "BackEndTea@gmail.com" 3251 }, 3252 { 3253 "name": "Symfony Community", 3254 "homepage": "https://symfony.com/contributors" 3255 } 3256 ], 3257 "description": "Symfony polyfill for ctype functions", 3258 "homepage": "https://symfony.com", 3259 "keywords": [ 3260 "compatibility", 3261 "ctype", 3262 "polyfill", 3263 "portable" 3264 ], 3265 "time": "2019-08-06T08:03:45+00:00" 3266 }, 3267 { 3268 "name": "symfony/polyfill-iconv", 3269 "version": "v1.12.0", 3270 "source": { 3271 "type": "git", 3272 "url": "https://github.com/symfony/polyfill-iconv.git", 3273 "reference": "685968b11e61a347c18bf25db32effa478be610f" 3274 }, 3275 "dist": { 3276 "type": "zip", 3277 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f", 3278 "reference": "685968b11e61a347c18bf25db32effa478be610f", 3279 "shasum": "" 3280 }, 3281 "require": { 3282 "php": ">=5.3.3" 3283 }, 3284 "suggest": { 3285 "ext-iconv": "For best performance" 3286 }, 3287 "type": "library", 3288 "extra": { 3289 "branch-alias": { 3290 "dev-master": "1.12-dev" 3291 } 3292 }, 3293 "autoload": { 3294 "psr-4": { 3295 "Symfony\\Polyfill\\Iconv\\": "" 3296 }, 3297 "files": [ 3298 "bootstrap.php" 3299 ] 3300 }, 3301 "notification-url": "https://packagist.org/downloads/", 3302 "license": [ 3303 "MIT" 3304 ], 3305 "authors": [ 3306 { 3307 "name": "Nicolas Grekas", 3308 "email": "p@tchwork.com" 3309 }, 3310 { 3311 "name": "Symfony Community", 3312 "homepage": "https://symfony.com/contributors" 3313 } 3314 ], 3315 "description": "Symfony polyfill for the Iconv extension", 3316 "homepage": "https://symfony.com", 3317 "keywords": [ 3318 "compatibility", 3319 "iconv", 3320 "polyfill", 3321 "portable", 3322 "shim" 3323 ], 3324 "time": "2019-08-06T08:03:45+00:00" 3325 }, 3326 { 3327 "name": "symfony/polyfill-intl-idn", 3328 "version": "v1.12.0", 3329 "source": { 3330 "type": "git", 3331 "url": "https://github.com/symfony/polyfill-intl-idn.git", 3332 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2" 3333 }, 3334 "dist": { 3335 "type": "zip", 3336 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", 3337 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", 3338 "shasum": "" 3339 }, 3340 "require": { 3341 "php": ">=5.3.3", 3342 "symfony/polyfill-mbstring": "^1.3", 3343 "symfony/polyfill-php72": "^1.9" 3344 }, 3345 "suggest": { 3346 "ext-intl": "For best performance" 3347 }, 3348 "type": "library", 3349 "extra": { 3350 "branch-alias": { 3351 "dev-master": "1.12-dev" 3352 } 3353 }, 3354 "autoload": { 3355 "psr-4": { 3356 "Symfony\\Polyfill\\Intl\\Idn\\": "" 3357 }, 3358 "files": [ 3359 "bootstrap.php" 3360 ] 3361 }, 3362 "notification-url": "https://packagist.org/downloads/", 3363 "license": [ 3364 "MIT" 3365 ], 3366 "authors": [ 3367 { 3368 "name": "Laurent Bassin", 3369 "email": "laurent@bassin.info" 3370 }, 3371 { 3372 "name": "Symfony Community", 3373 "homepage": "https://symfony.com/contributors" 3374 } 3375 ], 3376 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 3377 "homepage": "https://symfony.com", 3378 "keywords": [ 3379 "compatibility", 3380 "idn", 3381 "intl", 3382 "polyfill", 3383 "portable", 3384 "shim" 3385 ], 3386 "time": "2019-08-06T08:03:45+00:00" 3387 }, 3388 { 3389 "name": "symfony/polyfill-mbstring", 3390 "version": "v1.12.0", 3391 "source": { 3392 "type": "git", 3393 "url": "https://github.com/symfony/polyfill-mbstring.git", 3394 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" 3395 }, 3396 "dist": { 3397 "type": "zip", 3398 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", 3399 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", 3400 "shasum": "" 3401 }, 3402 "require": { 3403 "php": ">=5.3.3" 3404 }, 3405 "suggest": { 3406 "ext-mbstring": "For best performance" 3407 }, 3408 "type": "library", 3409 "extra": { 3410 "branch-alias": { 3411 "dev-master": "1.12-dev" 3412 } 3413 }, 3414 "autoload": { 3415 "psr-4": { 3416 "Symfony\\Polyfill\\Mbstring\\": "" 3417 }, 3418 "files": [ 3419 "bootstrap.php" 3420 ] 3421 }, 3422 "notification-url": "https://packagist.org/downloads/", 3423 "license": [ 3424 "MIT" 3425 ], 3426 "authors": [ 3427 { 3428 "name": "Nicolas Grekas", 3429 "email": "p@tchwork.com" 3430 }, 3431 { 3432 "name": "Symfony Community", 3433 "homepage": "https://symfony.com/contributors" 3434 } 3435 ], 3436 "description": "Symfony polyfill for the Mbstring extension", 3437 "homepage": "https://symfony.com", 3438 "keywords": [ 3439 "compatibility", 3440 "mbstring", 3441 "polyfill", 3442 "portable", 3443 "shim" 3444 ], 3445 "time": "2019-08-06T08:03:45+00:00" 3446 }, 3447 { 3448 "name": "symfony/polyfill-php72", 3449 "version": "v1.12.0", 3450 "source": { 3451 "type": "git", 3452 "url": "https://github.com/symfony/polyfill-php72.git", 3453 "reference": "04ce3335667451138df4307d6a9b61565560199e" 3454 }, 3455 "dist": { 3456 "type": "zip", 3457 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", 3458 "reference": "04ce3335667451138df4307d6a9b61565560199e", 3459 "shasum": "" 3460 }, 3461 "require": { 3462 "php": ">=5.3.3" 3463 }, 3464 "type": "library", 3465 "extra": { 3466 "branch-alias": { 3467 "dev-master": "1.12-dev" 3468 } 3469 }, 3470 "autoload": { 3471 "psr-4": { 3472 "Symfony\\Polyfill\\Php72\\": "" 3473 }, 3474 "files": [ 3475 "bootstrap.php" 3476 ] 3477 }, 3478 "notification-url": "https://packagist.org/downloads/", 3479 "license": [ 3480 "MIT" 3481 ], 3482 "authors": [ 3483 { 3484 "name": "Nicolas Grekas", 3485 "email": "p@tchwork.com" 3486 }, 3487 { 3488 "name": "Symfony Community", 3489 "homepage": "https://symfony.com/contributors" 3490 } 3491 ], 3492 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 3493 "homepage": "https://symfony.com", 3494 "keywords": [ 3495 "compatibility", 3496 "polyfill", 3497 "portable", 3498 "shim" 3499 ], 3500 "time": "2019-08-06T08:03:45+00:00" 3501 }, 3502 { 3503 "name": "symfony/polyfill-php73", 3504 "version": "v1.12.0", 3505 "source": { 3506 "type": "git", 3507 "url": "https://github.com/symfony/polyfill-php73.git", 3508 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188" 3509 }, 3510 "dist": { 3511 "type": "zip", 3512 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188", 3513 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188", 3514 "shasum": "" 3515 }, 3516 "require": { 3517 "php": ">=5.3.3" 3518 }, 3519 "type": "library", 3520 "extra": { 3521 "branch-alias": { 3522 "dev-master": "1.12-dev" 3523 } 3524 }, 3525 "autoload": { 3526 "psr-4": { 3527 "Symfony\\Polyfill\\Php73\\": "" 3528 }, 3529 "files": [ 3530 "bootstrap.php" 3531 ], 3532 "classmap": [ 3533 "Resources/stubs" 3534 ] 3535 }, 3536 "notification-url": "https://packagist.org/downloads/", 3537 "license": [ 3538 "MIT" 3539 ], 3540 "authors": [ 3541 { 3542 "name": "Nicolas Grekas", 3543 "email": "p@tchwork.com" 3544 }, 3545 { 3546 "name": "Symfony Community", 3547 "homepage": "https://symfony.com/contributors" 3548 } 3549 ], 3550 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 3551 "homepage": "https://symfony.com", 3552 "keywords": [ 3553 "compatibility", 3554 "polyfill", 3555 "portable", 3556 "shim" 3557 ], 3558 "time": "2019-08-06T08:03:45+00:00" 3559 }, 3560 { 3561 "name": "symfony/service-contracts", 3562 "version": "v1.1.7", 3563 "source": { 3564 "type": "git", 3565 "url": "https://github.com/symfony/service-contracts.git", 3566 "reference": "ffcde9615dc5bb4825b9f6aed07716f1f57faae0" 3567 }, 3568 "dist": { 3569 "type": "zip", 3570 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffcde9615dc5bb4825b9f6aed07716f1f57faae0", 3571 "reference": "ffcde9615dc5bb4825b9f6aed07716f1f57faae0", 3572 "shasum": "" 3573 }, 3574 "require": { 3575 "php": "^7.1.3", 3576 "psr/container": "^1.0" 3577 }, 3578 "suggest": { 3579 "symfony/service-implementation": "" 3580 }, 3581 "type": "library", 3582 "extra": { 3583 "branch-alias": { 3584 "dev-master": "1.1-dev" 3585 } 3586 }, 3587 "autoload": { 3588 "psr-4": { 3589 "Symfony\\Contracts\\Service\\": "" 3590 } 3591 }, 3592 "notification-url": "https://packagist.org/downloads/", 3593 "license": [ 3594 "MIT" 3595 ], 3596 "authors": [ 3597 { 3598 "name": "Nicolas Grekas", 3599 "email": "p@tchwork.com" 3600 }, 3601 { 3602 "name": "Symfony Community", 3603 "homepage": "https://symfony.com/contributors" 3604 } 3605 ], 3606 "description": "Generic abstractions related to writing services", 3607 "homepage": "https://symfony.com", 3608 "keywords": [ 3609 "abstractions", 3610 "contracts", 3611 "decoupling", 3612 "interfaces", 3613 "interoperability", 3614 "standards" 3615 ], 3616 "time": "2019-09-17T11:12:18+00:00" 3617 }, 3618 { 3619 "name": "symfony/translation", 3620 "version": "v4.3.5", 3621 "source": { 3622 "type": "git", 3623 "url": "https://github.com/symfony/translation.git", 3624 "reference": "fe6193b066c457c144333c06aaa869a2d42a167f" 3625 }, 3626 "dist": { 3627 "type": "zip", 3628 "url": "https://api.github.com/repos/symfony/translation/zipball/fe6193b066c457c144333c06aaa869a2d42a167f", 3629 "reference": "fe6193b066c457c144333c06aaa869a2d42a167f", 3630 "shasum": "" 3631 }, 3632 "require": { 3633 "php": "^7.1.3", 3634 "symfony/polyfill-mbstring": "~1.0", 3635 "symfony/translation-contracts": "^1.1.6" 3636 }, 3637 "conflict": { 3638 "symfony/config": "<3.4", 3639 "symfony/dependency-injection": "<3.4", 3640 "symfony/yaml": "<3.4" 3641 }, 3642 "provide": { 3643 "symfony/translation-implementation": "1.0" 3644 }, 3645 "require-dev": { 3646 "psr/log": "~1.0", 3647 "symfony/config": "~3.4|~4.0", 3648 "symfony/console": "~3.4|~4.0", 3649 "symfony/dependency-injection": "~3.4|~4.0", 3650 "symfony/finder": "~2.8|~3.0|~4.0", 3651 "symfony/http-kernel": "~3.4|~4.0", 3652 "symfony/intl": "~3.4|~4.0", 3653 "symfony/service-contracts": "^1.1.2", 3654 "symfony/var-dumper": "~3.4|~4.0", 3655 "symfony/yaml": "~3.4|~4.0" 3656 }, 3657 "suggest": { 3658 "psr/log-implementation": "To use logging capability in translator", 3659 "symfony/config": "", 3660 "symfony/yaml": "" 3661 }, 3662 "type": "library", 3663 "extra": { 3664 "branch-alias": { 3665 "dev-master": "4.3-dev" 3666 } 3667 }, 3668 "autoload": { 3669 "psr-4": { 3670 "Symfony\\Component\\Translation\\": "" 3671 }, 3672 "exclude-from-classmap": [ 3673 "/Tests/" 3674 ] 3675 }, 3676 "notification-url": "https://packagist.org/downloads/", 3677 "license": [ 3678 "MIT" 3679 ], 3680 "authors": [ 3681 { 3682 "name": "Fabien Potencier", 3683 "email": "fabien@symfony.com" 3684 }, 3685 { 3686 "name": "Symfony Community", 3687 "homepage": "https://symfony.com/contributors" 3688 } 3689 ], 3690 "description": "Symfony Translation Component", 3691 "homepage": "https://symfony.com", 3692 "time": "2019-09-27T14:37:39+00:00" 3693 }, 3694 { 3695 "name": "symfony/translation-contracts", 3696 "version": "v1.1.7", 3697 "source": { 3698 "type": "git", 3699 "url": "https://github.com/symfony/translation-contracts.git", 3700 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6" 3701 }, 3702 "dist": { 3703 "type": "zip", 3704 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6", 3705 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6", 3706 "shasum": "" 3707 }, 3708 "require": { 3709 "php": "^7.1.3" 3710 }, 3711 "suggest": { 3712 "symfony/translation-implementation": "" 3713 }, 3714 "type": "library", 3715 "extra": { 3716 "branch-alias": { 3717 "dev-master": "1.1-dev" 3718 } 3719 }, 3720 "autoload": { 3721 "psr-4": { 3722 "Symfony\\Contracts\\Translation\\": "" 3723 } 3724 }, 3725 "notification-url": "https://packagist.org/downloads/", 3726 "license": [ 3727 "MIT" 3728 ], 3729 "authors": [ 3730 { 3731 "name": "Nicolas Grekas", 3732 "email": "p@tchwork.com" 3733 }, 3734 { 3735 "name": "Symfony Community", 3736 "homepage": "https://symfony.com/contributors" 3737 } 3738 ], 3739 "description": "Generic abstractions related to translation", 3740 "homepage": "https://symfony.com", 3741 "keywords": [ 3742 "abstractions", 3743 "contracts", 3744 "decoupling", 3745 "interfaces", 3746 "interoperability", 3747 "standards" 3748 ], 3749 "time": "2019-09-17T11:12:18+00:00" 3750 }, 3751 { 3752 "name": "symfony/var-exporter", 3753 "version": "v4.3.5", 3754 "source": { 3755 "type": "git", 3756 "url": "https://github.com/symfony/var-exporter.git", 3757 "reference": "d5b4e2d334c1d80e42876c7d489896cfd37562f2" 3758 }, 3759 "dist": { 3760 "type": "zip", 3761 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/d5b4e2d334c1d80e42876c7d489896cfd37562f2", 3762 "reference": "d5b4e2d334c1d80e42876c7d489896cfd37562f2", 3763 "shasum": "" 3764 }, 3765 "require": { 3766 "php": "^7.1.3" 3767 }, 3768 "require-dev": { 3769 "symfony/var-dumper": "^4.1.1" 3770 }, 3771 "type": "library", 3772 "extra": { 3773 "branch-alias": { 3774 "dev-master": "4.3-dev" 3775 } 3776 }, 3777 "autoload": { 3778 "psr-4": { 3779 "Symfony\\Component\\VarExporter\\": "" 3780 }, 3781 "exclude-from-classmap": [ 3782 "/Tests/" 3783 ] 3784 }, 3785 "notification-url": "https://packagist.org/downloads/", 3786 "license": [ 3787 "MIT" 3788 ], 3789 "authors": [ 3790 { 3791 "name": "Nicolas Grekas", 3792 "email": "p@tchwork.com" 3793 }, 3794 { 3795 "name": "Symfony Community", 3796 "homepage": "https://symfony.com/contributors" 3797 } 3798 ], 3799 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", 3800 "homepage": "https://symfony.com", 3801 "keywords": [ 3802 "clone", 3803 "construct", 3804 "export", 3805 "hydrate", 3806 "instantiate", 3807 "serialize" 3808 ], 3809 "time": "2019-08-22T07:33:08+00:00" 3810 }, 3811 { 3812 "name": "tecnickcom/tcpdf", 3813 "version": "6.3.2", 3814 "source": { 3815 "type": "git", 3816 "url": "https://github.com/tecnickcom/TCPDF.git", 3817 "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b" 3818 }, 3819 "dist": { 3820 "type": "zip", 3821 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b", 3822 "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b", 3823 "shasum": "" 3824 }, 3825 "require": { 3826 "php": ">=5.3.0" 3827 }, 3828 "type": "library", 3829 "autoload": { 3830 "classmap": [ 3831 "config", 3832 "include", 3833 "tcpdf.php", 3834 "tcpdf_parser.php", 3835 "tcpdf_import.php", 3836 "tcpdf_barcodes_1d.php", 3837 "tcpdf_barcodes_2d.php", 3838 "include/tcpdf_colors.php", 3839 "include/tcpdf_filters.php", 3840 "include/tcpdf_font_data.php", 3841 "include/tcpdf_fonts.php", 3842 "include/tcpdf_images.php", 3843 "include/tcpdf_static.php", 3844 "include/barcodes/datamatrix.php", 3845 "include/barcodes/pdf417.php", 3846 "include/barcodes/qrcode.php" 3847 ] 3848 }, 3849 "notification-url": "https://packagist.org/downloads/", 3850 "license": [ 3851 "LGPL-3.0" 3852 ], 3853 "authors": [ 3854 { 3855 "name": "Nicola Asuni", 3856 "email": "info@tecnick.com", 3857 "role": "lead" 3858 } 3859 ], 3860 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 3861 "homepage": "http://www.tcpdf.org/", 3862 "keywords": [ 3863 "PDFD32000-2008", 3864 "TCPDF", 3865 "barcodes", 3866 "datamatrix", 3867 "pdf", 3868 "pdf417", 3869 "qrcode" 3870 ], 3871 "time": "2019-09-20T09:35:01+00:00" 3872 } 3873 ], 3874 "packages-dev": [ 3875 { 3876 "name": "composer/ca-bundle", 3877 "version": "1.2.4", 3878 "source": { 3879 "type": "git", 3880 "url": "https://github.com/composer/ca-bundle.git", 3881 "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527" 3882 }, 3883 "dist": { 3884 "type": "zip", 3885 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527", 3886 "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527", 3887 "shasum": "" 3888 }, 3889 "require": { 3890 "ext-openssl": "*", 3891 "ext-pcre": "*", 3892 "php": "^5.3.2 || ^7.0 || ^8.0" 3893 }, 3894 "require-dev": { 3895 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", 3896 "psr/log": "^1.0", 3897 "symfony/process": "^2.5 || ^3.0 || ^4.0" 3898 }, 3899 "type": "library", 3900 "extra": { 3901 "branch-alias": { 3902 "dev-master": "1.x-dev" 3903 } 3904 }, 3905 "autoload": { 3906 "psr-4": { 3907 "Composer\\CaBundle\\": "src" 3908 } 3909 }, 3910 "notification-url": "https://packagist.org/downloads/", 3911 "license": [ 3912 "MIT" 3913 ], 3914 "authors": [ 3915 { 3916 "name": "Jordi Boggiano", 3917 "email": "j.boggiano@seld.be", 3918 "homepage": "http://seld.be" 3919 } 3920 ], 3921 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", 3922 "keywords": [ 3923 "cabundle", 3924 "cacert", 3925 "certificate", 3926 "ssl", 3927 "tls" 3928 ], 3929 "time": "2019-08-30T08:44:50+00:00" 3930 }, 3931 { 3932 "name": "composer/composer", 3933 "version": "1.9.0", 3934 "source": { 3935 "type": "git", 3936 "url": "https://github.com/composer/composer.git", 3937 "reference": "314aa57fdcfc942065996f59fb73a8b3f74f3fa5" 3938 }, 3939 "dist": { 3940 "type": "zip", 3941 "url": "https://api.github.com/repos/composer/composer/zipball/314aa57fdcfc942065996f59fb73a8b3f74f3fa5", 3942 "reference": "314aa57fdcfc942065996f59fb73a8b3f74f3fa5", 3943 "shasum": "" 3944 }, 3945 "require": { 3946 "composer/ca-bundle": "^1.0", 3947 "composer/semver": "^1.0", 3948 "composer/spdx-licenses": "^1.2", 3949 "composer/xdebug-handler": "^1.1", 3950 "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", 3951 "php": "^5.3.2 || ^7.0", 3952 "psr/log": "^1.0", 3953 "seld/jsonlint": "^1.4", 3954 "seld/phar-utils": "^1.0", 3955 "symfony/console": "^2.7 || ^3.0 || ^4.0", 3956 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0", 3957 "symfony/finder": "^2.7 || ^3.0 || ^4.0", 3958 "symfony/process": "^2.7 || ^3.0 || ^4.0" 3959 }, 3960 "conflict": { 3961 "symfony/console": "2.8.38" 3962 }, 3963 "require-dev": { 3964 "phpunit/phpunit": "^4.8.35 || ^5.7", 3965 "phpunit/phpunit-mock-objects": "^2.3 || ^3.0" 3966 }, 3967 "suggest": { 3968 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", 3969 "ext-zip": "Enabling the zip extension allows you to unzip archives", 3970 "ext-zlib": "Allow gzip compression of HTTP requests" 3971 }, 3972 "bin": [ 3973 "bin/composer" 3974 ], 3975 "type": "library", 3976 "extra": { 3977 "branch-alias": { 3978 "dev-master": "1.9-dev" 3979 } 3980 }, 3981 "autoload": { 3982 "psr-4": { 3983 "Composer\\": "src/Composer" 3984 } 3985 }, 3986 "notification-url": "https://packagist.org/downloads/", 3987 "license": [ 3988 "MIT" 3989 ], 3990 "authors": [ 3991 { 3992 "name": "Nils Adermann", 3993 "email": "naderman@naderman.de", 3994 "homepage": "http://www.naderman.de" 3995 }, 3996 { 3997 "name": "Jordi Boggiano", 3998 "email": "j.boggiano@seld.be", 3999 "homepage": "http://seld.be" 4000 } 4001 ], 4002 "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", 4003 "homepage": "https://getcomposer.org/", 4004 "keywords": [ 4005 "autoload", 4006 "dependency", 4007 "package" 4008 ], 4009 "time": "2019-08-02T18:55:33+00:00" 4010 }, 4011 { 4012 "name": "composer/semver", 4013 "version": "1.5.0", 4014 "source": { 4015 "type": "git", 4016 "url": "https://github.com/composer/semver.git", 4017 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e" 4018 }, 4019 "dist": { 4020 "type": "zip", 4021 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e", 4022 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e", 4023 "shasum": "" 4024 }, 4025 "require": { 4026 "php": "^5.3.2 || ^7.0" 4027 }, 4028 "require-dev": { 4029 "phpunit/phpunit": "^4.5 || ^5.0.5", 4030 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" 4031 }, 4032 "type": "library", 4033 "extra": { 4034 "branch-alias": { 4035 "dev-master": "1.x-dev" 4036 } 4037 }, 4038 "autoload": { 4039 "psr-4": { 4040 "Composer\\Semver\\": "src" 4041 } 4042 }, 4043 "notification-url": "https://packagist.org/downloads/", 4044 "license": [ 4045 "MIT" 4046 ], 4047 "authors": [ 4048 { 4049 "name": "Nils Adermann", 4050 "email": "naderman@naderman.de", 4051 "homepage": "http://www.naderman.de" 4052 }, 4053 { 4054 "name": "Jordi Boggiano", 4055 "email": "j.boggiano@seld.be", 4056 "homepage": "http://seld.be" 4057 }, 4058 { 4059 "name": "Rob Bast", 4060 "email": "rob.bast@gmail.com", 4061 "homepage": "http://robbast.nl" 4062 } 4063 ], 4064 "description": "Semver library that offers utilities, version constraint parsing and validation.", 4065 "keywords": [ 4066 "semantic", 4067 "semver", 4068 "validation", 4069 "versioning" 4070 ], 4071 "time": "2019-03-19T17:25:45+00:00" 4072 }, 4073 { 4074 "name": "composer/spdx-licenses", 4075 "version": "1.5.2", 4076 "source": { 4077 "type": "git", 4078 "url": "https://github.com/composer/spdx-licenses.git", 4079 "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5" 4080 }, 4081 "dist": { 4082 "type": "zip", 4083 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5", 4084 "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5", 4085 "shasum": "" 4086 }, 4087 "require": { 4088 "php": "^5.3.2 || ^7.0 || ^8.0" 4089 }, 4090 "require-dev": { 4091 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" 4092 }, 4093 "type": "library", 4094 "extra": { 4095 "branch-alias": { 4096 "dev-master": "1.x-dev" 4097 } 4098 }, 4099 "autoload": { 4100 "psr-4": { 4101 "Composer\\Spdx\\": "src" 4102 } 4103 }, 4104 "notification-url": "https://packagist.org/downloads/", 4105 "license": [ 4106 "MIT" 4107 ], 4108 "authors": [ 4109 { 4110 "name": "Nils Adermann", 4111 "email": "naderman@naderman.de", 4112 "homepage": "http://www.naderman.de" 4113 }, 4114 { 4115 "name": "Jordi Boggiano", 4116 "email": "j.boggiano@seld.be", 4117 "homepage": "http://seld.be" 4118 }, 4119 { 4120 "name": "Rob Bast", 4121 "email": "rob.bast@gmail.com", 4122 "homepage": "http://robbast.nl" 4123 } 4124 ], 4125 "description": "SPDX licenses list and validation library.", 4126 "keywords": [ 4127 "license", 4128 "spdx", 4129 "validator" 4130 ], 4131 "time": "2019-07-29T10:31:59+00:00" 4132 }, 4133 { 4134 "name": "composer/xdebug-handler", 4135 "version": "1.3.3", 4136 "source": { 4137 "type": "git", 4138 "url": "https://github.com/composer/xdebug-handler.git", 4139 "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f" 4140 }, 4141 "dist": { 4142 "type": "zip", 4143 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f", 4144 "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f", 4145 "shasum": "" 4146 }, 4147 "require": { 4148 "php": "^5.3.2 || ^7.0", 4149 "psr/log": "^1.0" 4150 }, 4151 "require-dev": { 4152 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" 4153 }, 4154 "type": "library", 4155 "autoload": { 4156 "psr-4": { 4157 "Composer\\XdebugHandler\\": "src" 4158 } 4159 }, 4160 "notification-url": "https://packagist.org/downloads/", 4161 "license": [ 4162 "MIT" 4163 ], 4164 "authors": [ 4165 { 4166 "name": "John Stevenson", 4167 "email": "john-stevenson@blueyonder.co.uk" 4168 } 4169 ], 4170 "description": "Restarts a process without xdebug.", 4171 "keywords": [ 4172 "Xdebug", 4173 "performance" 4174 ], 4175 "time": "2019-05-27T17:52:04+00:00" 4176 }, 4177 { 4178 "name": "doctrine/instantiator", 4179 "version": "1.2.0", 4180 "source": { 4181 "type": "git", 4182 "url": "https://github.com/doctrine/instantiator.git", 4183 "reference": "a2c590166b2133a4633738648b6b064edae0814a" 4184 }, 4185 "dist": { 4186 "type": "zip", 4187 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", 4188 "reference": "a2c590166b2133a4633738648b6b064edae0814a", 4189 "shasum": "" 4190 }, 4191 "require": { 4192 "php": "^7.1" 4193 }, 4194 "require-dev": { 4195 "doctrine/coding-standard": "^6.0", 4196 "ext-pdo": "*", 4197 "ext-phar": "*", 4198 "phpbench/phpbench": "^0.13", 4199 "phpstan/phpstan-phpunit": "^0.11", 4200 "phpstan/phpstan-shim": "^0.11", 4201 "phpunit/phpunit": "^7.0" 4202 }, 4203 "type": "library", 4204 "extra": { 4205 "branch-alias": { 4206 "dev-master": "1.2.x-dev" 4207 } 4208 }, 4209 "autoload": { 4210 "psr-4": { 4211 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 4212 } 4213 }, 4214 "notification-url": "https://packagist.org/downloads/", 4215 "license": [ 4216 "MIT" 4217 ], 4218 "authors": [ 4219 { 4220 "name": "Marco Pivetta", 4221 "email": "ocramius@gmail.com", 4222 "homepage": "http://ocramius.github.com/" 4223 } 4224 ], 4225 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 4226 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 4227 "keywords": [ 4228 "constructor", 4229 "instantiate" 4230 ], 4231 "time": "2019-03-17T17:37:11+00:00" 4232 }, 4233 { 4234 "name": "justinrainbow/json-schema", 4235 "version": "5.2.8", 4236 "source": { 4237 "type": "git", 4238 "url": "https://github.com/justinrainbow/json-schema.git", 4239 "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4" 4240 }, 4241 "dist": { 4242 "type": "zip", 4243 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4", 4244 "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4", 4245 "shasum": "" 4246 }, 4247 "require": { 4248 "php": ">=5.3.3" 4249 }, 4250 "require-dev": { 4251 "friendsofphp/php-cs-fixer": "~2.2.20", 4252 "json-schema/json-schema-test-suite": "1.2.0", 4253 "phpunit/phpunit": "^4.8.35" 4254 }, 4255 "bin": [ 4256 "bin/validate-json" 4257 ], 4258 "type": "library", 4259 "extra": { 4260 "branch-alias": { 4261 "dev-master": "5.0.x-dev" 4262 } 4263 }, 4264 "autoload": { 4265 "psr-4": { 4266 "JsonSchema\\": "src/JsonSchema/" 4267 } 4268 }, 4269 "notification-url": "https://packagist.org/downloads/", 4270 "license": [ 4271 "MIT" 4272 ], 4273 "authors": [ 4274 { 4275 "name": "Bruno Prieto Reis", 4276 "email": "bruno.p.reis@gmail.com" 4277 }, 4278 { 4279 "name": "Justin Rainbow", 4280 "email": "justin.rainbow@gmail.com" 4281 }, 4282 { 4283 "name": "Igor Wiedler", 4284 "email": "igor@wiedler.ch" 4285 }, 4286 { 4287 "name": "Robert Schönthal", 4288 "email": "seroscho@googlemail.com" 4289 } 4290 ], 4291 "description": "A library to validate a json schema.", 4292 "homepage": "https://github.com/justinrainbow/json-schema", 4293 "keywords": [ 4294 "json", 4295 "schema" 4296 ], 4297 "time": "2019-01-14T23:55:14+00:00" 4298 }, 4299 { 4300 "name": "league/flysystem-memory", 4301 "version": "1.0.2", 4302 "source": { 4303 "type": "git", 4304 "url": "https://github.com/thephpleague/flysystem-memory.git", 4305 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757" 4306 }, 4307 "dist": { 4308 "type": "zip", 4309 "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757", 4310 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757", 4311 "shasum": "" 4312 }, 4313 "require": { 4314 "league/flysystem": "~1.0" 4315 }, 4316 "require-dev": { 4317 "phpunit/phpunit": "^5.7.10" 4318 }, 4319 "type": "library", 4320 "extra": { 4321 "branch-alias": { 4322 "dev-master": "1.0-dev" 4323 } 4324 }, 4325 "autoload": { 4326 "psr-4": { 4327 "League\\Flysystem\\Memory\\": "src/" 4328 } 4329 }, 4330 "notification-url": "https://packagist.org/downloads/", 4331 "license": [ 4332 "MIT" 4333 ], 4334 "authors": [ 4335 { 4336 "name": "Chris Leppanen", 4337 "email": "chris.leppanen@gmail.com", 4338 "role": "Developer" 4339 } 4340 ], 4341 "description": "An in-memory adapter for Flysystem.", 4342 "homepage": "https://github.com/thephpleague/flysystem-memory", 4343 "keywords": [ 4344 "Flysystem", 4345 "adapter", 4346 "memory" 4347 ], 4348 "time": "2019-05-30T21:34:13+00:00" 4349 }, 4350 { 4351 "name": "maximebf/debugbar", 4352 "version": "v1.15.0", 4353 "source": { 4354 "type": "git", 4355 "url": "https://github.com/maximebf/php-debugbar.git", 4356 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07" 4357 }, 4358 "dist": { 4359 "type": "zip", 4360 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07", 4361 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07", 4362 "shasum": "" 4363 }, 4364 "require": { 4365 "php": ">=5.3.0", 4366 "psr/log": "^1.0", 4367 "symfony/var-dumper": "^2.6|^3.0|^4.0" 4368 }, 4369 "require-dev": { 4370 "phpunit/phpunit": "^4.0|^5.0" 4371 }, 4372 "suggest": { 4373 "kriswallsmith/assetic": "The best way to manage assets", 4374 "monolog/monolog": "Log using Monolog", 4375 "predis/predis": "Redis storage" 4376 }, 4377 "type": "library", 4378 "extra": { 4379 "branch-alias": { 4380 "dev-master": "1.14-dev" 4381 } 4382 }, 4383 "autoload": { 4384 "psr-4": { 4385 "DebugBar\\": "src/DebugBar/" 4386 } 4387 }, 4388 "notification-url": "https://packagist.org/downloads/", 4389 "license": [ 4390 "MIT" 4391 ], 4392 "authors": [ 4393 { 4394 "name": "Maxime Bouroumeau-Fuseau", 4395 "email": "maxime.bouroumeau@gmail.com", 4396 "homepage": "http://maximebf.com" 4397 }, 4398 { 4399 "name": "Barry vd. Heuvel", 4400 "email": "barryvdh@gmail.com" 4401 } 4402 ], 4403 "description": "Debug bar in the browser for php application", 4404 "homepage": "https://github.com/maximebf/php-debugbar", 4405 "keywords": [ 4406 "debug", 4407 "debugbar" 4408 ], 4409 "time": "2017-12-15T11:13:46+00:00" 4410 }, 4411 { 4412 "name": "myclabs/deep-copy", 4413 "version": "1.9.3", 4414 "source": { 4415 "type": "git", 4416 "url": "https://github.com/myclabs/DeepCopy.git", 4417 "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea" 4418 }, 4419 "dist": { 4420 "type": "zip", 4421 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea", 4422 "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea", 4423 "shasum": "" 4424 }, 4425 "require": { 4426 "php": "^7.1" 4427 }, 4428 "replace": { 4429 "myclabs/deep-copy": "self.version" 4430 }, 4431 "require-dev": { 4432 "doctrine/collections": "^1.0", 4433 "doctrine/common": "^2.6", 4434 "phpunit/phpunit": "^7.1" 4435 }, 4436 "type": "library", 4437 "autoload": { 4438 "psr-4": { 4439 "DeepCopy\\": "src/DeepCopy/" 4440 }, 4441 "files": [ 4442 "src/DeepCopy/deep_copy.php" 4443 ] 4444 }, 4445 "notification-url": "https://packagist.org/downloads/", 4446 "license": [ 4447 "MIT" 4448 ], 4449 "description": "Create deep copies (clones) of your objects", 4450 "keywords": [ 4451 "clone", 4452 "copy", 4453 "duplicate", 4454 "object", 4455 "object graph" 4456 ], 4457 "time": "2019-08-09T12:45:53+00:00" 4458 }, 4459 { 4460 "name": "phar-io/manifest", 4461 "version": "1.0.3", 4462 "source": { 4463 "type": "git", 4464 "url": "https://github.com/phar-io/manifest.git", 4465 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" 4466 }, 4467 "dist": { 4468 "type": "zip", 4469 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 4470 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 4471 "shasum": "" 4472 }, 4473 "require": { 4474 "ext-dom": "*", 4475 "ext-phar": "*", 4476 "phar-io/version": "^2.0", 4477 "php": "^5.6 || ^7.0" 4478 }, 4479 "type": "library", 4480 "extra": { 4481 "branch-alias": { 4482 "dev-master": "1.0.x-dev" 4483 } 4484 }, 4485 "autoload": { 4486 "classmap": [ 4487 "src/" 4488 ] 4489 }, 4490 "notification-url": "https://packagist.org/downloads/", 4491 "license": [ 4492 "BSD-3-Clause" 4493 ], 4494 "authors": [ 4495 { 4496 "name": "Arne Blankerts", 4497 "email": "arne@blankerts.de", 4498 "role": "Developer" 4499 }, 4500 { 4501 "name": "Sebastian Heuer", 4502 "email": "sebastian@phpeople.de", 4503 "role": "Developer" 4504 }, 4505 { 4506 "name": "Sebastian Bergmann", 4507 "email": "sebastian@phpunit.de", 4508 "role": "Developer" 4509 } 4510 ], 4511 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 4512 "time": "2018-07-08T19:23:20+00:00" 4513 }, 4514 { 4515 "name": "phar-io/version", 4516 "version": "2.0.1", 4517 "source": { 4518 "type": "git", 4519 "url": "https://github.com/phar-io/version.git", 4520 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" 4521 }, 4522 "dist": { 4523 "type": "zip", 4524 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4525 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4526 "shasum": "" 4527 }, 4528 "require": { 4529 "php": "^5.6 || ^7.0" 4530 }, 4531 "type": "library", 4532 "autoload": { 4533 "classmap": [ 4534 "src/" 4535 ] 4536 }, 4537 "notification-url": "https://packagist.org/downloads/", 4538 "license": [ 4539 "BSD-3-Clause" 4540 ], 4541 "authors": [ 4542 { 4543 "name": "Arne Blankerts", 4544 "email": "arne@blankerts.de", 4545 "role": "Developer" 4546 }, 4547 { 4548 "name": "Sebastian Heuer", 4549 "email": "sebastian@phpeople.de", 4550 "role": "Developer" 4551 }, 4552 { 4553 "name": "Sebastian Bergmann", 4554 "email": "sebastian@phpunit.de", 4555 "role": "Developer" 4556 } 4557 ], 4558 "description": "Library for handling version information and constraints", 4559 "time": "2018-07-08T19:19:57+00:00" 4560 }, 4561 { 4562 "name": "php-coveralls/php-coveralls", 4563 "version": "v2.1.0", 4564 "source": { 4565 "type": "git", 4566 "url": "https://github.com/php-coveralls/php-coveralls.git", 4567 "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d" 4568 }, 4569 "dist": { 4570 "type": "zip", 4571 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d", 4572 "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d", 4573 "shasum": "" 4574 }, 4575 "require": { 4576 "ext-json": "*", 4577 "ext-simplexml": "*", 4578 "guzzlehttp/guzzle": "^6.0", 4579 "php": "^5.5 || ^7.0", 4580 "psr/log": "^1.0", 4581 "symfony/config": "^2.1 || ^3.0 || ^4.0", 4582 "symfony/console": "^2.1 || ^3.0 || ^4.0", 4583 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", 4584 "symfony/yaml": "^2.0 || ^3.0 || ^4.0" 4585 }, 4586 "require-dev": { 4587 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" 4588 }, 4589 "suggest": { 4590 "symfony/http-kernel": "Allows Symfony integration" 4591 }, 4592 "bin": [ 4593 "bin/php-coveralls" 4594 ], 4595 "type": "library", 4596 "extra": { 4597 "branch-alias": { 4598 "dev-master": "2.1-dev" 4599 } 4600 }, 4601 "autoload": { 4602 "psr-4": { 4603 "PhpCoveralls\\": "src/" 4604 } 4605 }, 4606 "notification-url": "https://packagist.org/downloads/", 4607 "license": [ 4608 "MIT" 4609 ], 4610 "authors": [ 4611 { 4612 "name": "Kitamura Satoshi", 4613 "email": "with.no.parachute@gmail.com", 4614 "homepage": "https://www.facebook.com/satooshi.jp", 4615 "role": "Original creator" 4616 }, 4617 { 4618 "name": "Takashi Matsuo", 4619 "email": "tmatsuo@google.com" 4620 }, 4621 { 4622 "name": "Google Inc" 4623 }, 4624 { 4625 "name": "Dariusz Ruminski", 4626 "email": "dariusz.ruminski@gmail.com", 4627 "homepage": "https://github.com/keradus" 4628 }, 4629 { 4630 "name": "Contributors", 4631 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 4632 } 4633 ], 4634 "description": "PHP client library for Coveralls API", 4635 "homepage": "https://github.com/php-coveralls/php-coveralls", 4636 "keywords": [ 4637 "ci", 4638 "coverage", 4639 "github", 4640 "test" 4641 ], 4642 "time": "2018-05-22T23:11:08+00:00" 4643 }, 4644 { 4645 "name": "phpdocumentor/reflection-common", 4646 "version": "2.0.0", 4647 "source": { 4648 "type": "git", 4649 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 4650 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a" 4651 }, 4652 "dist": { 4653 "type": "zip", 4654 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a", 4655 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a", 4656 "shasum": "" 4657 }, 4658 "require": { 4659 "php": ">=7.1" 4660 }, 4661 "require-dev": { 4662 "phpunit/phpunit": "~6" 4663 }, 4664 "type": "library", 4665 "extra": { 4666 "branch-alias": { 4667 "dev-master": "2.x-dev" 4668 } 4669 }, 4670 "autoload": { 4671 "psr-4": { 4672 "phpDocumentor\\Reflection\\": "src/" 4673 } 4674 }, 4675 "notification-url": "https://packagist.org/downloads/", 4676 "license": [ 4677 "MIT" 4678 ], 4679 "authors": [ 4680 { 4681 "name": "Jaap van Otterdijk", 4682 "email": "opensource@ijaap.nl" 4683 } 4684 ], 4685 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 4686 "homepage": "http://www.phpdoc.org", 4687 "keywords": [ 4688 "FQSEN", 4689 "phpDocumentor", 4690 "phpdoc", 4691 "reflection", 4692 "static analysis" 4693 ], 4694 "time": "2018-08-07T13:53:10+00:00" 4695 }, 4696 { 4697 "name": "phpdocumentor/reflection-docblock", 4698 "version": "4.3.2", 4699 "source": { 4700 "type": "git", 4701 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 4702 "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e" 4703 }, 4704 "dist": { 4705 "type": "zip", 4706 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e", 4707 "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e", 4708 "shasum": "" 4709 }, 4710 "require": { 4711 "php": "^7.0", 4712 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", 4713 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", 4714 "webmozart/assert": "^1.0" 4715 }, 4716 "require-dev": { 4717 "doctrine/instantiator": "^1.0.5", 4718 "mockery/mockery": "^1.0", 4719 "phpunit/phpunit": "^6.4" 4720 }, 4721 "type": "library", 4722 "extra": { 4723 "branch-alias": { 4724 "dev-master": "4.x-dev" 4725 } 4726 }, 4727 "autoload": { 4728 "psr-4": { 4729 "phpDocumentor\\Reflection\\": [ 4730 "src/" 4731 ] 4732 } 4733 }, 4734 "notification-url": "https://packagist.org/downloads/", 4735 "license": [ 4736 "MIT" 4737 ], 4738 "authors": [ 4739 { 4740 "name": "Mike van Riel", 4741 "email": "me@mikevanriel.com" 4742 } 4743 ], 4744 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 4745 "time": "2019-09-12T14:27:41+00:00" 4746 }, 4747 { 4748 "name": "phpdocumentor/type-resolver", 4749 "version": "1.0.1", 4750 "source": { 4751 "type": "git", 4752 "url": "https://github.com/phpDocumentor/TypeResolver.git", 4753 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" 4754 }, 4755 "dist": { 4756 "type": "zip", 4757 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", 4758 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", 4759 "shasum": "" 4760 }, 4761 "require": { 4762 "php": "^7.1", 4763 "phpdocumentor/reflection-common": "^2.0" 4764 }, 4765 "require-dev": { 4766 "ext-tokenizer": "^7.1", 4767 "mockery/mockery": "~1", 4768 "phpunit/phpunit": "^7.0" 4769 }, 4770 "type": "library", 4771 "extra": { 4772 "branch-alias": { 4773 "dev-master": "1.x-dev" 4774 } 4775 }, 4776 "autoload": { 4777 "psr-4": { 4778 "phpDocumentor\\Reflection\\": "src" 4779 } 4780 }, 4781 "notification-url": "https://packagist.org/downloads/", 4782 "license": [ 4783 "MIT" 4784 ], 4785 "authors": [ 4786 { 4787 "name": "Mike van Riel", 4788 "email": "me@mikevanriel.com" 4789 } 4790 ], 4791 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 4792 "time": "2019-08-22T18:11:29+00:00" 4793 }, 4794 { 4795 "name": "phpspec/prophecy", 4796 "version": "1.9.0", 4797 "source": { 4798 "type": "git", 4799 "url": "https://github.com/phpspec/prophecy.git", 4800 "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203" 4801 }, 4802 "dist": { 4803 "type": "zip", 4804 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203", 4805 "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203", 4806 "shasum": "" 4807 }, 4808 "require": { 4809 "doctrine/instantiator": "^1.0.2", 4810 "php": "^5.3|^7.0", 4811 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", 4812 "sebastian/comparator": "^1.1|^2.0|^3.0", 4813 "sebastian/recursion-context": "^1.0|^2.0|^3.0" 4814 }, 4815 "require-dev": { 4816 "phpspec/phpspec": "^2.5|^3.2", 4817 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" 4818 }, 4819 "type": "library", 4820 "extra": { 4821 "branch-alias": { 4822 "dev-master": "1.8.x-dev" 4823 } 4824 }, 4825 "autoload": { 4826 "psr-4": { 4827 "Prophecy\\": "src/Prophecy" 4828 } 4829 }, 4830 "notification-url": "https://packagist.org/downloads/", 4831 "license": [ 4832 "MIT" 4833 ], 4834 "authors": [ 4835 { 4836 "name": "Konstantin Kudryashov", 4837 "email": "ever.zet@gmail.com", 4838 "homepage": "http://everzet.com" 4839 }, 4840 { 4841 "name": "Marcello Duarte", 4842 "email": "marcello.duarte@gmail.com" 4843 } 4844 ], 4845 "description": "Highly opinionated mocking framework for PHP 5.3+", 4846 "homepage": "https://github.com/phpspec/prophecy", 4847 "keywords": [ 4848 "Double", 4849 "Dummy", 4850 "fake", 4851 "mock", 4852 "spy", 4853 "stub" 4854 ], 4855 "time": "2019-10-03T11:07:50+00:00" 4856 }, 4857 { 4858 "name": "phpunit/php-code-coverage", 4859 "version": "6.1.4", 4860 "source": { 4861 "type": "git", 4862 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 4863 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" 4864 }, 4865 "dist": { 4866 "type": "zip", 4867 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 4868 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 4869 "shasum": "" 4870 }, 4871 "require": { 4872 "ext-dom": "*", 4873 "ext-xmlwriter": "*", 4874 "php": "^7.1", 4875 "phpunit/php-file-iterator": "^2.0", 4876 "phpunit/php-text-template": "^1.2.1", 4877 "phpunit/php-token-stream": "^3.0", 4878 "sebastian/code-unit-reverse-lookup": "^1.0.1", 4879 "sebastian/environment": "^3.1 || ^4.0", 4880 "sebastian/version": "^2.0.1", 4881 "theseer/tokenizer": "^1.1" 4882 }, 4883 "require-dev": { 4884 "phpunit/phpunit": "^7.0" 4885 }, 4886 "suggest": { 4887 "ext-xdebug": "^2.6.0" 4888 }, 4889 "type": "library", 4890 "extra": { 4891 "branch-alias": { 4892 "dev-master": "6.1-dev" 4893 } 4894 }, 4895 "autoload": { 4896 "classmap": [ 4897 "src/" 4898 ] 4899 }, 4900 "notification-url": "https://packagist.org/downloads/", 4901 "license": [ 4902 "BSD-3-Clause" 4903 ], 4904 "authors": [ 4905 { 4906 "name": "Sebastian Bergmann", 4907 "email": "sebastian@phpunit.de", 4908 "role": "lead" 4909 } 4910 ], 4911 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 4912 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 4913 "keywords": [ 4914 "coverage", 4915 "testing", 4916 "xunit" 4917 ], 4918 "time": "2018-10-31T16:06:48+00:00" 4919 }, 4920 { 4921 "name": "phpunit/php-file-iterator", 4922 "version": "2.0.2", 4923 "source": { 4924 "type": "git", 4925 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 4926 "reference": "050bedf145a257b1ff02746c31894800e5122946" 4927 }, 4928 "dist": { 4929 "type": "zip", 4930 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", 4931 "reference": "050bedf145a257b1ff02746c31894800e5122946", 4932 "shasum": "" 4933 }, 4934 "require": { 4935 "php": "^7.1" 4936 }, 4937 "require-dev": { 4938 "phpunit/phpunit": "^7.1" 4939 }, 4940 "type": "library", 4941 "extra": { 4942 "branch-alias": { 4943 "dev-master": "2.0.x-dev" 4944 } 4945 }, 4946 "autoload": { 4947 "classmap": [ 4948 "src/" 4949 ] 4950 }, 4951 "notification-url": "https://packagist.org/downloads/", 4952 "license": [ 4953 "BSD-3-Clause" 4954 ], 4955 "authors": [ 4956 { 4957 "name": "Sebastian Bergmann", 4958 "email": "sebastian@phpunit.de", 4959 "role": "lead" 4960 } 4961 ], 4962 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 4963 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 4964 "keywords": [ 4965 "filesystem", 4966 "iterator" 4967 ], 4968 "time": "2018-09-13T20:33:42+00:00" 4969 }, 4970 { 4971 "name": "phpunit/php-text-template", 4972 "version": "1.2.1", 4973 "source": { 4974 "type": "git", 4975 "url": "https://github.com/sebastianbergmann/php-text-template.git", 4976 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 4977 }, 4978 "dist": { 4979 "type": "zip", 4980 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 4981 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 4982 "shasum": "" 4983 }, 4984 "require": { 4985 "php": ">=5.3.3" 4986 }, 4987 "type": "library", 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": "Simple template engine.", 5005 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 5006 "keywords": [ 5007 "template" 5008 ], 5009 "time": "2015-06-21T13:50:34+00:00" 5010 }, 5011 { 5012 "name": "phpunit/php-timer", 5013 "version": "2.1.2", 5014 "source": { 5015 "type": "git", 5016 "url": "https://github.com/sebastianbergmann/php-timer.git", 5017 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" 5018 }, 5019 "dist": { 5020 "type": "zip", 5021 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", 5022 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", 5023 "shasum": "" 5024 }, 5025 "require": { 5026 "php": "^7.1" 5027 }, 5028 "require-dev": { 5029 "phpunit/phpunit": "^7.0" 5030 }, 5031 "type": "library", 5032 "extra": { 5033 "branch-alias": { 5034 "dev-master": "2.1-dev" 5035 } 5036 }, 5037 "autoload": { 5038 "classmap": [ 5039 "src/" 5040 ] 5041 }, 5042 "notification-url": "https://packagist.org/downloads/", 5043 "license": [ 5044 "BSD-3-Clause" 5045 ], 5046 "authors": [ 5047 { 5048 "name": "Sebastian Bergmann", 5049 "email": "sebastian@phpunit.de", 5050 "role": "lead" 5051 } 5052 ], 5053 "description": "Utility class for timing", 5054 "homepage": "https://github.com/sebastianbergmann/php-timer/", 5055 "keywords": [ 5056 "timer" 5057 ], 5058 "time": "2019-06-07T04:22:29+00:00" 5059 }, 5060 { 5061 "name": "phpunit/php-token-stream", 5062 "version": "3.1.1", 5063 "source": { 5064 "type": "git", 5065 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 5066 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" 5067 }, 5068 "dist": { 5069 "type": "zip", 5070 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", 5071 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", 5072 "shasum": "" 5073 }, 5074 "require": { 5075 "ext-tokenizer": "*", 5076 "php": "^7.1" 5077 }, 5078 "require-dev": { 5079 "phpunit/phpunit": "^7.0" 5080 }, 5081 "type": "library", 5082 "extra": { 5083 "branch-alias": { 5084 "dev-master": "3.1-dev" 5085 } 5086 }, 5087 "autoload": { 5088 "classmap": [ 5089 "src/" 5090 ] 5091 }, 5092 "notification-url": "https://packagist.org/downloads/", 5093 "license": [ 5094 "BSD-3-Clause" 5095 ], 5096 "authors": [ 5097 { 5098 "name": "Sebastian Bergmann", 5099 "email": "sebastian@phpunit.de" 5100 } 5101 ], 5102 "description": "Wrapper around PHP's tokenizer extension.", 5103 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 5104 "keywords": [ 5105 "tokenizer" 5106 ], 5107 "time": "2019-09-17T06:23:10+00:00" 5108 }, 5109 { 5110 "name": "phpunit/phpunit", 5111 "version": "7.5.16", 5112 "source": { 5113 "type": "git", 5114 "url": "https://github.com/sebastianbergmann/phpunit.git", 5115 "reference": "316afa6888d2562e04aeb67ea7f2017a0eb41661" 5116 }, 5117 "dist": { 5118 "type": "zip", 5119 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/316afa6888d2562e04aeb67ea7f2017a0eb41661", 5120 "reference": "316afa6888d2562e04aeb67ea7f2017a0eb41661", 5121 "shasum": "" 5122 }, 5123 "require": { 5124 "doctrine/instantiator": "^1.1", 5125 "ext-dom": "*", 5126 "ext-json": "*", 5127 "ext-libxml": "*", 5128 "ext-mbstring": "*", 5129 "ext-xml": "*", 5130 "myclabs/deep-copy": "^1.7", 5131 "phar-io/manifest": "^1.0.2", 5132 "phar-io/version": "^2.0", 5133 "php": "^7.1", 5134 "phpspec/prophecy": "^1.7", 5135 "phpunit/php-code-coverage": "^6.0.7", 5136 "phpunit/php-file-iterator": "^2.0.1", 5137 "phpunit/php-text-template": "^1.2.1", 5138 "phpunit/php-timer": "^2.1", 5139 "sebastian/comparator": "^3.0", 5140 "sebastian/diff": "^3.0", 5141 "sebastian/environment": "^4.0", 5142 "sebastian/exporter": "^3.1", 5143 "sebastian/global-state": "^2.0", 5144 "sebastian/object-enumerator": "^3.0.3", 5145 "sebastian/resource-operations": "^2.0", 5146 "sebastian/version": "^2.0.1" 5147 }, 5148 "conflict": { 5149 "phpunit/phpunit-mock-objects": "*" 5150 }, 5151 "require-dev": { 5152 "ext-pdo": "*" 5153 }, 5154 "suggest": { 5155 "ext-soap": "*", 5156 "ext-xdebug": "*", 5157 "phpunit/php-invoker": "^2.0" 5158 }, 5159 "bin": [ 5160 "phpunit" 5161 ], 5162 "type": "library", 5163 "extra": { 5164 "branch-alias": { 5165 "dev-master": "7.5-dev" 5166 } 5167 }, 5168 "autoload": { 5169 "classmap": [ 5170 "src/" 5171 ] 5172 }, 5173 "notification-url": "https://packagist.org/downloads/", 5174 "license": [ 5175 "BSD-3-Clause" 5176 ], 5177 "authors": [ 5178 { 5179 "name": "Sebastian Bergmann", 5180 "email": "sebastian@phpunit.de", 5181 "role": "lead" 5182 } 5183 ], 5184 "description": "The PHP Unit Testing framework.", 5185 "homepage": "https://phpunit.de/", 5186 "keywords": [ 5187 "phpunit", 5188 "testing", 5189 "xunit" 5190 ], 5191 "time": "2019-09-14T09:08:39+00:00" 5192 }, 5193 { 5194 "name": "sebastian/code-unit-reverse-lookup", 5195 "version": "1.0.1", 5196 "source": { 5197 "type": "git", 5198 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 5199 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" 5200 }, 5201 "dist": { 5202 "type": "zip", 5203 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 5204 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 5205 "shasum": "" 5206 }, 5207 "require": { 5208 "php": "^5.6 || ^7.0" 5209 }, 5210 "require-dev": { 5211 "phpunit/phpunit": "^5.7 || ^6.0" 5212 }, 5213 "type": "library", 5214 "extra": { 5215 "branch-alias": { 5216 "dev-master": "1.0.x-dev" 5217 } 5218 }, 5219 "autoload": { 5220 "classmap": [ 5221 "src/" 5222 ] 5223 }, 5224 "notification-url": "https://packagist.org/downloads/", 5225 "license": [ 5226 "BSD-3-Clause" 5227 ], 5228 "authors": [ 5229 { 5230 "name": "Sebastian Bergmann", 5231 "email": "sebastian@phpunit.de" 5232 } 5233 ], 5234 "description": "Looks up which function or method a line of code belongs to", 5235 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 5236 "time": "2017-03-04T06:30:41+00:00" 5237 }, 5238 { 5239 "name": "sebastian/comparator", 5240 "version": "3.0.2", 5241 "source": { 5242 "type": "git", 5243 "url": "https://github.com/sebastianbergmann/comparator.git", 5244 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" 5245 }, 5246 "dist": { 5247 "type": "zip", 5248 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 5249 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 5250 "shasum": "" 5251 }, 5252 "require": { 5253 "php": "^7.1", 5254 "sebastian/diff": "^3.0", 5255 "sebastian/exporter": "^3.1" 5256 }, 5257 "require-dev": { 5258 "phpunit/phpunit": "^7.1" 5259 }, 5260 "type": "library", 5261 "extra": { 5262 "branch-alias": { 5263 "dev-master": "3.0-dev" 5264 } 5265 }, 5266 "autoload": { 5267 "classmap": [ 5268 "src/" 5269 ] 5270 }, 5271 "notification-url": "https://packagist.org/downloads/", 5272 "license": [ 5273 "BSD-3-Clause" 5274 ], 5275 "authors": [ 5276 { 5277 "name": "Jeff Welch", 5278 "email": "whatthejeff@gmail.com" 5279 }, 5280 { 5281 "name": "Volker Dusch", 5282 "email": "github@wallbash.com" 5283 }, 5284 { 5285 "name": "Bernhard Schussek", 5286 "email": "bschussek@2bepublished.at" 5287 }, 5288 { 5289 "name": "Sebastian Bergmann", 5290 "email": "sebastian@phpunit.de" 5291 } 5292 ], 5293 "description": "Provides the functionality to compare PHP values for equality", 5294 "homepage": "https://github.com/sebastianbergmann/comparator", 5295 "keywords": [ 5296 "comparator", 5297 "compare", 5298 "equality" 5299 ], 5300 "time": "2018-07-12T15:12:46+00:00" 5301 }, 5302 { 5303 "name": "sebastian/diff", 5304 "version": "3.0.2", 5305 "source": { 5306 "type": "git", 5307 "url": "https://github.com/sebastianbergmann/diff.git", 5308 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" 5309 }, 5310 "dist": { 5311 "type": "zip", 5312 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", 5313 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", 5314 "shasum": "" 5315 }, 5316 "require": { 5317 "php": "^7.1" 5318 }, 5319 "require-dev": { 5320 "phpunit/phpunit": "^7.5 || ^8.0", 5321 "symfony/process": "^2 || ^3.3 || ^4" 5322 }, 5323 "type": "library", 5324 "extra": { 5325 "branch-alias": { 5326 "dev-master": "3.0-dev" 5327 } 5328 }, 5329 "autoload": { 5330 "classmap": [ 5331 "src/" 5332 ] 5333 }, 5334 "notification-url": "https://packagist.org/downloads/", 5335 "license": [ 5336 "BSD-3-Clause" 5337 ], 5338 "authors": [ 5339 { 5340 "name": "Kore Nordmann", 5341 "email": "mail@kore-nordmann.de" 5342 }, 5343 { 5344 "name": "Sebastian Bergmann", 5345 "email": "sebastian@phpunit.de" 5346 } 5347 ], 5348 "description": "Diff implementation", 5349 "homepage": "https://github.com/sebastianbergmann/diff", 5350 "keywords": [ 5351 "diff", 5352 "udiff", 5353 "unidiff", 5354 "unified diff" 5355 ], 5356 "time": "2019-02-04T06:01:07+00:00" 5357 }, 5358 { 5359 "name": "sebastian/environment", 5360 "version": "4.2.2", 5361 "source": { 5362 "type": "git", 5363 "url": "https://github.com/sebastianbergmann/environment.git", 5364 "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404" 5365 }, 5366 "dist": { 5367 "type": "zip", 5368 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404", 5369 "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404", 5370 "shasum": "" 5371 }, 5372 "require": { 5373 "php": "^7.1" 5374 }, 5375 "require-dev": { 5376 "phpunit/phpunit": "^7.5" 5377 }, 5378 "suggest": { 5379 "ext-posix": "*" 5380 }, 5381 "type": "library", 5382 "extra": { 5383 "branch-alias": { 5384 "dev-master": "4.2-dev" 5385 } 5386 }, 5387 "autoload": { 5388 "classmap": [ 5389 "src/" 5390 ] 5391 }, 5392 "notification-url": "https://packagist.org/downloads/", 5393 "license": [ 5394 "BSD-3-Clause" 5395 ], 5396 "authors": [ 5397 { 5398 "name": "Sebastian Bergmann", 5399 "email": "sebastian@phpunit.de" 5400 } 5401 ], 5402 "description": "Provides functionality to handle HHVM/PHP environments", 5403 "homepage": "http://www.github.com/sebastianbergmann/environment", 5404 "keywords": [ 5405 "Xdebug", 5406 "environment", 5407 "hhvm" 5408 ], 5409 "time": "2019-05-05T09:05:15+00:00" 5410 }, 5411 { 5412 "name": "sebastian/exporter", 5413 "version": "3.1.2", 5414 "source": { 5415 "type": "git", 5416 "url": "https://github.com/sebastianbergmann/exporter.git", 5417 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" 5418 }, 5419 "dist": { 5420 "type": "zip", 5421 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", 5422 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", 5423 "shasum": "" 5424 }, 5425 "require": { 5426 "php": "^7.0", 5427 "sebastian/recursion-context": "^3.0" 5428 }, 5429 "require-dev": { 5430 "ext-mbstring": "*", 5431 "phpunit/phpunit": "^6.0" 5432 }, 5433 "type": "library", 5434 "extra": { 5435 "branch-alias": { 5436 "dev-master": "3.1.x-dev" 5437 } 5438 }, 5439 "autoload": { 5440 "classmap": [ 5441 "src/" 5442 ] 5443 }, 5444 "notification-url": "https://packagist.org/downloads/", 5445 "license": [ 5446 "BSD-3-Clause" 5447 ], 5448 "authors": [ 5449 { 5450 "name": "Sebastian Bergmann", 5451 "email": "sebastian@phpunit.de" 5452 }, 5453 { 5454 "name": "Jeff Welch", 5455 "email": "whatthejeff@gmail.com" 5456 }, 5457 { 5458 "name": "Volker Dusch", 5459 "email": "github@wallbash.com" 5460 }, 5461 { 5462 "name": "Adam Harvey", 5463 "email": "aharvey@php.net" 5464 }, 5465 { 5466 "name": "Bernhard Schussek", 5467 "email": "bschussek@gmail.com" 5468 } 5469 ], 5470 "description": "Provides the functionality to export PHP variables for visualization", 5471 "homepage": "http://www.github.com/sebastianbergmann/exporter", 5472 "keywords": [ 5473 "export", 5474 "exporter" 5475 ], 5476 "time": "2019-09-14T09:02:43+00:00" 5477 }, 5478 { 5479 "name": "sebastian/global-state", 5480 "version": "2.0.0", 5481 "source": { 5482 "type": "git", 5483 "url": "https://github.com/sebastianbergmann/global-state.git", 5484 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" 5485 }, 5486 "dist": { 5487 "type": "zip", 5488 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 5489 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 5490 "shasum": "" 5491 }, 5492 "require": { 5493 "php": "^7.0" 5494 }, 5495 "require-dev": { 5496 "phpunit/phpunit": "^6.0" 5497 }, 5498 "suggest": { 5499 "ext-uopz": "*" 5500 }, 5501 "type": "library", 5502 "extra": { 5503 "branch-alias": { 5504 "dev-master": "2.0-dev" 5505 } 5506 }, 5507 "autoload": { 5508 "classmap": [ 5509 "src/" 5510 ] 5511 }, 5512 "notification-url": "https://packagist.org/downloads/", 5513 "license": [ 5514 "BSD-3-Clause" 5515 ], 5516 "authors": [ 5517 { 5518 "name": "Sebastian Bergmann", 5519 "email": "sebastian@phpunit.de" 5520 } 5521 ], 5522 "description": "Snapshotting of global state", 5523 "homepage": "http://www.github.com/sebastianbergmann/global-state", 5524 "keywords": [ 5525 "global state" 5526 ], 5527 "time": "2017-04-27T15:39:26+00:00" 5528 }, 5529 { 5530 "name": "sebastian/object-enumerator", 5531 "version": "3.0.3", 5532 "source": { 5533 "type": "git", 5534 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 5535 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" 5536 }, 5537 "dist": { 5538 "type": "zip", 5539 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", 5540 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", 5541 "shasum": "" 5542 }, 5543 "require": { 5544 "php": "^7.0", 5545 "sebastian/object-reflector": "^1.1.1", 5546 "sebastian/recursion-context": "^3.0" 5547 }, 5548 "require-dev": { 5549 "phpunit/phpunit": "^6.0" 5550 }, 5551 "type": "library", 5552 "extra": { 5553 "branch-alias": { 5554 "dev-master": "3.0.x-dev" 5555 } 5556 }, 5557 "autoload": { 5558 "classmap": [ 5559 "src/" 5560 ] 5561 }, 5562 "notification-url": "https://packagist.org/downloads/", 5563 "license": [ 5564 "BSD-3-Clause" 5565 ], 5566 "authors": [ 5567 { 5568 "name": "Sebastian Bergmann", 5569 "email": "sebastian@phpunit.de" 5570 } 5571 ], 5572 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 5573 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 5574 "time": "2017-08-03T12:35:26+00:00" 5575 }, 5576 { 5577 "name": "sebastian/object-reflector", 5578 "version": "1.1.1", 5579 "source": { 5580 "type": "git", 5581 "url": "https://github.com/sebastianbergmann/object-reflector.git", 5582 "reference": "773f97c67f28de00d397be301821b06708fca0be" 5583 }, 5584 "dist": { 5585 "type": "zip", 5586 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", 5587 "reference": "773f97c67f28de00d397be301821b06708fca0be", 5588 "shasum": "" 5589 }, 5590 "require": { 5591 "php": "^7.0" 5592 }, 5593 "require-dev": { 5594 "phpunit/phpunit": "^6.0" 5595 }, 5596 "type": "library", 5597 "extra": { 5598 "branch-alias": { 5599 "dev-master": "1.1-dev" 5600 } 5601 }, 5602 "autoload": { 5603 "classmap": [ 5604 "src/" 5605 ] 5606 }, 5607 "notification-url": "https://packagist.org/downloads/", 5608 "license": [ 5609 "BSD-3-Clause" 5610 ], 5611 "authors": [ 5612 { 5613 "name": "Sebastian Bergmann", 5614 "email": "sebastian@phpunit.de" 5615 } 5616 ], 5617 "description": "Allows reflection of object attributes, including inherited and non-public ones", 5618 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 5619 "time": "2017-03-29T09:07:27+00:00" 5620 }, 5621 { 5622 "name": "sebastian/recursion-context", 5623 "version": "3.0.0", 5624 "source": { 5625 "type": "git", 5626 "url": "https://github.com/sebastianbergmann/recursion-context.git", 5627 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" 5628 }, 5629 "dist": { 5630 "type": "zip", 5631 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 5632 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 5633 "shasum": "" 5634 }, 5635 "require": { 5636 "php": "^7.0" 5637 }, 5638 "require-dev": { 5639 "phpunit/phpunit": "^6.0" 5640 }, 5641 "type": "library", 5642 "extra": { 5643 "branch-alias": { 5644 "dev-master": "3.0.x-dev" 5645 } 5646 }, 5647 "autoload": { 5648 "classmap": [ 5649 "src/" 5650 ] 5651 }, 5652 "notification-url": "https://packagist.org/downloads/", 5653 "license": [ 5654 "BSD-3-Clause" 5655 ], 5656 "authors": [ 5657 { 5658 "name": "Jeff Welch", 5659 "email": "whatthejeff@gmail.com" 5660 }, 5661 { 5662 "name": "Sebastian Bergmann", 5663 "email": "sebastian@phpunit.de" 5664 }, 5665 { 5666 "name": "Adam Harvey", 5667 "email": "aharvey@php.net" 5668 } 5669 ], 5670 "description": "Provides functionality to recursively process PHP variables", 5671 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 5672 "time": "2017-03-03T06:23:57+00:00" 5673 }, 5674 { 5675 "name": "sebastian/resource-operations", 5676 "version": "2.0.1", 5677 "source": { 5678 "type": "git", 5679 "url": "https://github.com/sebastianbergmann/resource-operations.git", 5680 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" 5681 }, 5682 "dist": { 5683 "type": "zip", 5684 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 5685 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 5686 "shasum": "" 5687 }, 5688 "require": { 5689 "php": "^7.1" 5690 }, 5691 "type": "library", 5692 "extra": { 5693 "branch-alias": { 5694 "dev-master": "2.0-dev" 5695 } 5696 }, 5697 "autoload": { 5698 "classmap": [ 5699 "src/" 5700 ] 5701 }, 5702 "notification-url": "https://packagist.org/downloads/", 5703 "license": [ 5704 "BSD-3-Clause" 5705 ], 5706 "authors": [ 5707 { 5708 "name": "Sebastian Bergmann", 5709 "email": "sebastian@phpunit.de" 5710 } 5711 ], 5712 "description": "Provides a list of PHP built-in functions that operate on resources", 5713 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 5714 "time": "2018-10-04T04:07:39+00:00" 5715 }, 5716 { 5717 "name": "sebastian/version", 5718 "version": "2.0.1", 5719 "source": { 5720 "type": "git", 5721 "url": "https://github.com/sebastianbergmann/version.git", 5722 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 5723 }, 5724 "dist": { 5725 "type": "zip", 5726 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 5727 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 5728 "shasum": "" 5729 }, 5730 "require": { 5731 "php": ">=5.6" 5732 }, 5733 "type": "library", 5734 "extra": { 5735 "branch-alias": { 5736 "dev-master": "2.0.x-dev" 5737 } 5738 }, 5739 "autoload": { 5740 "classmap": [ 5741 "src/" 5742 ] 5743 }, 5744 "notification-url": "https://packagist.org/downloads/", 5745 "license": [ 5746 "BSD-3-Clause" 5747 ], 5748 "authors": [ 5749 { 5750 "name": "Sebastian Bergmann", 5751 "email": "sebastian@phpunit.de", 5752 "role": "lead" 5753 } 5754 ], 5755 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 5756 "homepage": "https://github.com/sebastianbergmann/version", 5757 "time": "2016-10-03T07:35:21+00:00" 5758 }, 5759 { 5760 "name": "seld/jsonlint", 5761 "version": "1.7.1", 5762 "source": { 5763 "type": "git", 5764 "url": "https://github.com/Seldaek/jsonlint.git", 5765 "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" 5766 }, 5767 "dist": { 5768 "type": "zip", 5769 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", 5770 "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", 5771 "shasum": "" 5772 }, 5773 "require": { 5774 "php": "^5.3 || ^7.0" 5775 }, 5776 "require-dev": { 5777 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 5778 }, 5779 "bin": [ 5780 "bin/jsonlint" 5781 ], 5782 "type": "library", 5783 "autoload": { 5784 "psr-4": { 5785 "Seld\\JsonLint\\": "src/Seld/JsonLint/" 5786 } 5787 }, 5788 "notification-url": "https://packagist.org/downloads/", 5789 "license": [ 5790 "MIT" 5791 ], 5792 "authors": [ 5793 { 5794 "name": "Jordi Boggiano", 5795 "email": "j.boggiano@seld.be", 5796 "homepage": "http://seld.be" 5797 } 5798 ], 5799 "description": "JSON Linter", 5800 "keywords": [ 5801 "json", 5802 "linter", 5803 "parser", 5804 "validator" 5805 ], 5806 "time": "2018-01-24T12:46:19+00:00" 5807 }, 5808 { 5809 "name": "seld/phar-utils", 5810 "version": "1.0.1", 5811 "source": { 5812 "type": "git", 5813 "url": "https://github.com/Seldaek/phar-utils.git", 5814 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a" 5815 }, 5816 "dist": { 5817 "type": "zip", 5818 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a", 5819 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a", 5820 "shasum": "" 5821 }, 5822 "require": { 5823 "php": ">=5.3" 5824 }, 5825 "type": "library", 5826 "extra": { 5827 "branch-alias": { 5828 "dev-master": "1.x-dev" 5829 } 5830 }, 5831 "autoload": { 5832 "psr-4": { 5833 "Seld\\PharUtils\\": "src/" 5834 } 5835 }, 5836 "notification-url": "https://packagist.org/downloads/", 5837 "license": [ 5838 "MIT" 5839 ], 5840 "authors": [ 5841 { 5842 "name": "Jordi Boggiano", 5843 "email": "j.boggiano@seld.be" 5844 } 5845 ], 5846 "description": "PHAR file format utilities, for when PHP phars you up", 5847 "keywords": [ 5848 "phra" 5849 ], 5850 "time": "2015-10-13T18:44:15+00:00" 5851 }, 5852 { 5853 "name": "symfony/config", 5854 "version": "v4.3.5", 5855 "source": { 5856 "type": "git", 5857 "url": "https://github.com/symfony/config.git", 5858 "reference": "0acb26407a9e1a64a275142f0ae5e36436342720" 5859 }, 5860 "dist": { 5861 "type": "zip", 5862 "url": "https://api.github.com/repos/symfony/config/zipball/0acb26407a9e1a64a275142f0ae5e36436342720", 5863 "reference": "0acb26407a9e1a64a275142f0ae5e36436342720", 5864 "shasum": "" 5865 }, 5866 "require": { 5867 "php": "^7.1.3", 5868 "symfony/filesystem": "~3.4|~4.0", 5869 "symfony/polyfill-ctype": "~1.8" 5870 }, 5871 "conflict": { 5872 "symfony/finder": "<3.4" 5873 }, 5874 "require-dev": { 5875 "symfony/dependency-injection": "~3.4|~4.0", 5876 "symfony/event-dispatcher": "~3.4|~4.0", 5877 "symfony/finder": "~3.4|~4.0", 5878 "symfony/messenger": "~4.1", 5879 "symfony/yaml": "~3.4|~4.0" 5880 }, 5881 "suggest": { 5882 "symfony/yaml": "To use the yaml reference dumper" 5883 }, 5884 "type": "library", 5885 "extra": { 5886 "branch-alias": { 5887 "dev-master": "4.3-dev" 5888 } 5889 }, 5890 "autoload": { 5891 "psr-4": { 5892 "Symfony\\Component\\Config\\": "" 5893 }, 5894 "exclude-from-classmap": [ 5895 "/Tests/" 5896 ] 5897 }, 5898 "notification-url": "https://packagist.org/downloads/", 5899 "license": [ 5900 "MIT" 5901 ], 5902 "authors": [ 5903 { 5904 "name": "Fabien Potencier", 5905 "email": "fabien@symfony.com" 5906 }, 5907 { 5908 "name": "Symfony Community", 5909 "homepage": "https://symfony.com/contributors" 5910 } 5911 ], 5912 "description": "Symfony Config Component", 5913 "homepage": "https://symfony.com", 5914 "time": "2019-09-19T15:51:53+00:00" 5915 }, 5916 { 5917 "name": "symfony/console", 5918 "version": "v4.3.5", 5919 "source": { 5920 "type": "git", 5921 "url": "https://github.com/symfony/console.git", 5922 "reference": "929ddf360d401b958f611d44e726094ab46a7369" 5923 }, 5924 "dist": { 5925 "type": "zip", 5926 "url": "https://api.github.com/repos/symfony/console/zipball/929ddf360d401b958f611d44e726094ab46a7369", 5927 "reference": "929ddf360d401b958f611d44e726094ab46a7369", 5928 "shasum": "" 5929 }, 5930 "require": { 5931 "php": "^7.1.3", 5932 "symfony/polyfill-mbstring": "~1.0", 5933 "symfony/polyfill-php73": "^1.8", 5934 "symfony/service-contracts": "^1.1" 5935 }, 5936 "conflict": { 5937 "symfony/dependency-injection": "<3.4", 5938 "symfony/event-dispatcher": "<4.3", 5939 "symfony/process": "<3.3" 5940 }, 5941 "provide": { 5942 "psr/log-implementation": "1.0" 5943 }, 5944 "require-dev": { 5945 "psr/log": "~1.0", 5946 "symfony/config": "~3.4|~4.0", 5947 "symfony/dependency-injection": "~3.4|~4.0", 5948 "symfony/event-dispatcher": "^4.3", 5949 "symfony/lock": "~3.4|~4.0", 5950 "symfony/process": "~3.4|~4.0", 5951 "symfony/var-dumper": "^4.3" 5952 }, 5953 "suggest": { 5954 "psr/log": "For using the console logger", 5955 "symfony/event-dispatcher": "", 5956 "symfony/lock": "", 5957 "symfony/process": "" 5958 }, 5959 "type": "library", 5960 "extra": { 5961 "branch-alias": { 5962 "dev-master": "4.3-dev" 5963 } 5964 }, 5965 "autoload": { 5966 "psr-4": { 5967 "Symfony\\Component\\Console\\": "" 5968 }, 5969 "exclude-from-classmap": [ 5970 "/Tests/" 5971 ] 5972 }, 5973 "notification-url": "https://packagist.org/downloads/", 5974 "license": [ 5975 "MIT" 5976 ], 5977 "authors": [ 5978 { 5979 "name": "Fabien Potencier", 5980 "email": "fabien@symfony.com" 5981 }, 5982 { 5983 "name": "Symfony Community", 5984 "homepage": "https://symfony.com/contributors" 5985 } 5986 ], 5987 "description": "Symfony Console Component", 5988 "homepage": "https://symfony.com", 5989 "time": "2019-10-07T12:36:49+00:00" 5990 }, 5991 { 5992 "name": "symfony/filesystem", 5993 "version": "v4.3.5", 5994 "source": { 5995 "type": "git", 5996 "url": "https://github.com/symfony/filesystem.git", 5997 "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263" 5998 }, 5999 "dist": { 6000 "type": "zip", 6001 "url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263", 6002 "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263", 6003 "shasum": "" 6004 }, 6005 "require": { 6006 "php": "^7.1.3", 6007 "symfony/polyfill-ctype": "~1.8" 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\\Filesystem\\": "" 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 Filesystem Component", 6038 "homepage": "https://symfony.com", 6039 "time": "2019-08-20T14:07:54+00:00" 6040 }, 6041 { 6042 "name": "symfony/finder", 6043 "version": "v4.3.5", 6044 "source": { 6045 "type": "git", 6046 "url": "https://github.com/symfony/finder.git", 6047 "reference": "5e575faa95548d0586f6bedaeabec259714e44d1" 6048 }, 6049 "dist": { 6050 "type": "zip", 6051 "url": "https://api.github.com/repos/symfony/finder/zipball/5e575faa95548d0586f6bedaeabec259714e44d1", 6052 "reference": "5e575faa95548d0586f6bedaeabec259714e44d1", 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\\Finder\\": "" 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 Finder Component", 6087 "homepage": "https://symfony.com", 6088 "time": "2019-09-16T11:29:48+00:00" 6089 }, 6090 { 6091 "name": "symfony/process", 6092 "version": "v4.3.5", 6093 "source": { 6094 "type": "git", 6095 "url": "https://github.com/symfony/process.git", 6096 "reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b" 6097 }, 6098 "dist": { 6099 "type": "zip", 6100 "url": "https://api.github.com/repos/symfony/process/zipball/50556892f3cc47d4200bfd1075314139c4c9ff4b", 6101 "reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b", 6102 "shasum": "" 6103 }, 6104 "require": { 6105 "php": "^7.1.3" 6106 }, 6107 "type": "library", 6108 "extra": { 6109 "branch-alias": { 6110 "dev-master": "4.3-dev" 6111 } 6112 }, 6113 "autoload": { 6114 "psr-4": { 6115 "Symfony\\Component\\Process\\": "" 6116 }, 6117 "exclude-from-classmap": [ 6118 "/Tests/" 6119 ] 6120 }, 6121 "notification-url": "https://packagist.org/downloads/", 6122 "license": [ 6123 "MIT" 6124 ], 6125 "authors": [ 6126 { 6127 "name": "Fabien Potencier", 6128 "email": "fabien@symfony.com" 6129 }, 6130 { 6131 "name": "Symfony Community", 6132 "homepage": "https://symfony.com/contributors" 6133 } 6134 ], 6135 "description": "Symfony Process Component", 6136 "homepage": "https://symfony.com", 6137 "time": "2019-09-26T21:17:10+00:00" 6138 }, 6139 { 6140 "name": "symfony/stopwatch", 6141 "version": "v4.3.5", 6142 "source": { 6143 "type": "git", 6144 "url": "https://github.com/symfony/stopwatch.git", 6145 "reference": "1e4ff456bd625be5032fac9be4294e60442e9b71" 6146 }, 6147 "dist": { 6148 "type": "zip", 6149 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/1e4ff456bd625be5032fac9be4294e60442e9b71", 6150 "reference": "1e4ff456bd625be5032fac9be4294e60442e9b71", 6151 "shasum": "" 6152 }, 6153 "require": { 6154 "php": "^7.1.3", 6155 "symfony/service-contracts": "^1.0" 6156 }, 6157 "type": "library", 6158 "extra": { 6159 "branch-alias": { 6160 "dev-master": "4.3-dev" 6161 } 6162 }, 6163 "autoload": { 6164 "psr-4": { 6165 "Symfony\\Component\\Stopwatch\\": "" 6166 }, 6167 "exclude-from-classmap": [ 6168 "/Tests/" 6169 ] 6170 }, 6171 "notification-url": "https://packagist.org/downloads/", 6172 "license": [ 6173 "MIT" 6174 ], 6175 "authors": [ 6176 { 6177 "name": "Fabien Potencier", 6178 "email": "fabien@symfony.com" 6179 }, 6180 { 6181 "name": "Symfony Community", 6182 "homepage": "https://symfony.com/contributors" 6183 } 6184 ], 6185 "description": "Symfony Stopwatch Component", 6186 "homepage": "https://symfony.com", 6187 "time": "2019-08-07T11:52:19+00:00" 6188 }, 6189 { 6190 "name": "symfony/var-dumper", 6191 "version": "v4.3.5", 6192 "source": { 6193 "type": "git", 6194 "url": "https://github.com/symfony/var-dumper.git", 6195 "reference": "bde8957fc415fdc6964f33916a3755737744ff05" 6196 }, 6197 "dist": { 6198 "type": "zip", 6199 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/bde8957fc415fdc6964f33916a3755737744ff05", 6200 "reference": "bde8957fc415fdc6964f33916a3755737744ff05", 6201 "shasum": "" 6202 }, 6203 "require": { 6204 "php": "^7.1.3", 6205 "symfony/polyfill-mbstring": "~1.0", 6206 "symfony/polyfill-php72": "~1.5" 6207 }, 6208 "conflict": { 6209 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 6210 "symfony/console": "<3.4" 6211 }, 6212 "require-dev": { 6213 "ext-iconv": "*", 6214 "symfony/console": "~3.4|~4.0", 6215 "symfony/process": "~3.4|~4.0", 6216 "twig/twig": "~1.34|~2.4" 6217 }, 6218 "suggest": { 6219 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 6220 "ext-intl": "To show region name in time zone dump", 6221 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" 6222 }, 6223 "bin": [ 6224 "Resources/bin/var-dump-server" 6225 ], 6226 "type": "library", 6227 "extra": { 6228 "branch-alias": { 6229 "dev-master": "4.3-dev" 6230 } 6231 }, 6232 "autoload": { 6233 "files": [ 6234 "Resources/functions/dump.php" 6235 ], 6236 "psr-4": { 6237 "Symfony\\Component\\VarDumper\\": "" 6238 }, 6239 "exclude-from-classmap": [ 6240 "/Tests/" 6241 ] 6242 }, 6243 "notification-url": "https://packagist.org/downloads/", 6244 "license": [ 6245 "MIT" 6246 ], 6247 "authors": [ 6248 { 6249 "name": "Nicolas Grekas", 6250 "email": "p@tchwork.com" 6251 }, 6252 { 6253 "name": "Symfony Community", 6254 "homepage": "https://symfony.com/contributors" 6255 } 6256 ], 6257 "description": "Symfony mechanism for exploring and dumping PHP variables", 6258 "homepage": "https://symfony.com", 6259 "keywords": [ 6260 "debug", 6261 "dump" 6262 ], 6263 "time": "2019-10-04T19:48:13+00:00" 6264 }, 6265 { 6266 "name": "symfony/yaml", 6267 "version": "v4.3.5", 6268 "source": { 6269 "type": "git", 6270 "url": "https://github.com/symfony/yaml.git", 6271 "reference": "41e16350a2a1c7383c4735aa2f9fce74cf3d1178" 6272 }, 6273 "dist": { 6274 "type": "zip", 6275 "url": "https://api.github.com/repos/symfony/yaml/zipball/41e16350a2a1c7383c4735aa2f9fce74cf3d1178", 6276 "reference": "41e16350a2a1c7383c4735aa2f9fce74cf3d1178", 6277 "shasum": "" 6278 }, 6279 "require": { 6280 "php": "^7.1.3", 6281 "symfony/polyfill-ctype": "~1.8" 6282 }, 6283 "conflict": { 6284 "symfony/console": "<3.4" 6285 }, 6286 "require-dev": { 6287 "symfony/console": "~3.4|~4.0" 6288 }, 6289 "suggest": { 6290 "symfony/console": "For validating YAML files using the lint command" 6291 }, 6292 "type": "library", 6293 "extra": { 6294 "branch-alias": { 6295 "dev-master": "4.3-dev" 6296 } 6297 }, 6298 "autoload": { 6299 "psr-4": { 6300 "Symfony\\Component\\Yaml\\": "" 6301 }, 6302 "exclude-from-classmap": [ 6303 "/Tests/" 6304 ] 6305 }, 6306 "notification-url": "https://packagist.org/downloads/", 6307 "license": [ 6308 "MIT" 6309 ], 6310 "authors": [ 6311 { 6312 "name": "Fabien Potencier", 6313 "email": "fabien@symfony.com" 6314 }, 6315 { 6316 "name": "Symfony Community", 6317 "homepage": "https://symfony.com/contributors" 6318 } 6319 ], 6320 "description": "Symfony Yaml Component", 6321 "homepage": "https://symfony.com", 6322 "time": "2019-09-11T15:41:19+00:00" 6323 }, 6324 { 6325 "name": "theseer/tokenizer", 6326 "version": "1.1.3", 6327 "source": { 6328 "type": "git", 6329 "url": "https://github.com/theseer/tokenizer.git", 6330 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" 6331 }, 6332 "dist": { 6333 "type": "zip", 6334 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 6335 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 6336 "shasum": "" 6337 }, 6338 "require": { 6339 "ext-dom": "*", 6340 "ext-tokenizer": "*", 6341 "ext-xmlwriter": "*", 6342 "php": "^7.0" 6343 }, 6344 "type": "library", 6345 "autoload": { 6346 "classmap": [ 6347 "src/" 6348 ] 6349 }, 6350 "notification-url": "https://packagist.org/downloads/", 6351 "license": [ 6352 "BSD-3-Clause" 6353 ], 6354 "authors": [ 6355 { 6356 "name": "Arne Blankerts", 6357 "email": "arne@blankerts.de", 6358 "role": "Developer" 6359 } 6360 ], 6361 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 6362 "time": "2019-06-13T22:48:21+00:00" 6363 }, 6364 { 6365 "name": "webmozart/assert", 6366 "version": "1.5.0", 6367 "source": { 6368 "type": "git", 6369 "url": "https://github.com/webmozart/assert.git", 6370 "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" 6371 }, 6372 "dist": { 6373 "type": "zip", 6374 "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", 6375 "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", 6376 "shasum": "" 6377 }, 6378 "require": { 6379 "php": "^5.3.3 || ^7.0", 6380 "symfony/polyfill-ctype": "^1.8" 6381 }, 6382 "require-dev": { 6383 "phpunit/phpunit": "^4.8.36 || ^7.5.13" 6384 }, 6385 "type": "library", 6386 "extra": { 6387 "branch-alias": { 6388 "dev-master": "1.3-dev" 6389 } 6390 }, 6391 "autoload": { 6392 "psr-4": { 6393 "Webmozart\\Assert\\": "src/" 6394 } 6395 }, 6396 "notification-url": "https://packagist.org/downloads/", 6397 "license": [ 6398 "MIT" 6399 ], 6400 "authors": [ 6401 { 6402 "name": "Bernhard Schussek", 6403 "email": "bschussek@gmail.com" 6404 } 6405 ], 6406 "description": "Assertions to validate method input/output with nice error messages.", 6407 "keywords": [ 6408 "assert", 6409 "check", 6410 "validate" 6411 ], 6412 "time": "2019-08-24T08:43:50+00:00" 6413 } 6414 ], 6415 "aliases": [], 6416 "minimum-stability": "stable", 6417 "stability-flags": [], 6418 "prefer-stable": false, 6419 "prefer-lowest": false, 6420 "platform": { 6421 "ext-curl": "*", 6422 "ext-gd": "*", 6423 "ext-iconv": "*", 6424 "ext-intl": "*", 6425 "ext-json": "*", 6426 "ext-pcre": "*", 6427 "ext-pdo": "*", 6428 "ext-session": "*", 6429 "ext-simplexml": "*", 6430 "ext-xml": "*", 6431 "ext-zip": "*" 6432 }, 6433 "platform-dev": { 6434 "ext-pdo_sqlite": "*", 6435 "ext-sqlite3": "*" 6436 }, 6437 "platform-overrides": { 6438 "php": "7.1.8" 6439 } 6440} 6441