Skip to content
Snippets Groups Projects
composer.lock 123 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
        "_readme": [
            "This file locks the dependencies of your project to a known state",
            "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
            "This file is @generated automatically"
        ],
    
        "hash": "ed505f794cc52c9b7a35ed0b2faccac0",
        "content-hash": "7e0e05e84f3eb333685719e2006b48a7",
    
    9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787
        "packages": [
            {
                "name": "classpreloader/classpreloader",
                "version": "3.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/ClassPreloader/ClassPreloader.git",
                    "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
                    "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
                    "shasum": ""
                },
                "require": {
                    "nikic/php-parser": "^1.0|^2.0",
                    "php": ">=5.5.9"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8|^5.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "ClassPreloader\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com"
                    },
                    {
                        "name": "Graham Campbell",
                        "email": "graham@alt-three.com"
                    }
                ],
                "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
                "keywords": [
                    "autoload",
                    "class",
                    "preload"
                ],
                "time": "2015-11-09 22:51:51"
            },
            {
                "name": "dnoegel/php-xdg-base-dir",
                "version": "0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
                    "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
                    "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "@stable"
                },
                "type": "project",
                "autoload": {
                    "psr-4": {
                        "XdgBaseDir\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "implementation of xdg base directory specification for php",
                "time": "2014-10-24 07:27:01"
            },
            {
                "name": "doctrine/inflector",
                "version": "v1.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/inflector.git",
                    "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
                    "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "4.*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Doctrine\\Common\\Inflector\\": "lib/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "Common String Manipulations with regard to casing and singular/plural rules.",
                "homepage": "http://www.doctrine-project.org",
                "keywords": [
                    "inflection",
                    "pluralize",
                    "singularize",
                    "string"
                ],
                "time": "2015-11-06 14:35:42"
            },
            {
                "name": "jakub-onderka/php-console-color",
                "version": "0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
                    "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
                    "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.2"
                },
                "require-dev": {
                    "jakub-onderka/php-code-style": "1.0",
                    "jakub-onderka/php-parallel-lint": "0.*",
                    "jakub-onderka/php-var-dump-check": "0.*",
                    "phpunit/phpunit": "3.7.*",
                    "squizlabs/php_codesniffer": "1.*"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "JakubOnderka\\PhpConsoleColor": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "Jakub Onderka",
                        "email": "jakub.onderka@gmail.com",
                        "homepage": "http://www.acci.cz"
                    }
                ],
                "time": "2014-04-08 15:00:19"
            },
            {
                "name": "jakub-onderka/php-console-highlighter",
                "version": "v0.3.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
                    "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
                    "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
                    "shasum": ""
                },
                "require": {
                    "jakub-onderka/php-console-color": "~0.1",
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "jakub-onderka/php-code-style": "~1.0",
                    "jakub-onderka/php-parallel-lint": "~0.5",
                    "jakub-onderka/php-var-dump-check": "~0.1",
                    "phpunit/phpunit": "~4.0",
                    "squizlabs/php_codesniffer": "~1.5"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "JakubOnderka\\PhpConsoleHighlighter": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jakub Onderka",
                        "email": "acci@acci.cz",
                        "homepage": "http://www.acci.cz/"
                    }
                ],
                "time": "2015-04-20 18:58:01"
            },
            {
                "name": "jeremeamia/SuperClosure",
                "version": "2.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/jeremeamia/super_closure.git",
                    "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
                    "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
                    "shasum": ""
                },
                "require": {
                    "nikic/php-parser": "^1.2|^2.0",
                    "php": ">=5.4",
                    "symfony/polyfill-php56": "^1.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.0|^5.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.2-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "SuperClosure\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jeremy Lindblom",
                        "email": "jeremeamia@gmail.com",
                        "homepage": "https://github.com/jeremeamia",
                        "role": "Developer"
                    }
                ],
                "description": "Serialize Closure objects, including their context and binding",
                "homepage": "https://github.com/jeremeamia/super_closure",
                "keywords": [
                    "closure",
                    "function",
                    "lambda",
                    "parser",
                    "serializable",
                    "serialize",
                    "tokenizer"
                ],
                "time": "2015-12-05 17:17:57"
            },
            {
                "name": "laravel/framework",
                "version": "v5.3.22",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laravel/framework.git",
                    "reference": "715328dd4fb1a7bcf3cb41b3472f9e3499d068fc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laravel/framework/zipball/715328dd4fb1a7bcf3cb41b3472f9e3499d068fc",
                    "reference": "715328dd4fb1a7bcf3cb41b3472f9e3499d068fc",
                    "shasum": ""
                },
                "require": {
                    "classpreloader/classpreloader": "~3.0",
                    "doctrine/inflector": "~1.0",
                    "ext-mbstring": "*",
                    "ext-openssl": "*",
                    "jeremeamia/superclosure": "~2.2",
                    "league/flysystem": "~1.0",
                    "monolog/monolog": "~1.11",
                    "mtdowling/cron-expression": "~1.0",
                    "nesbot/carbon": "~1.20",
                    "paragonie/random_compat": "~1.4|~2.0",
                    "php": ">=5.6.4",
                    "psy/psysh": "0.7.*",
                    "ramsey/uuid": "~3.0",
                    "swiftmailer/swiftmailer": "~5.1",
                    "symfony/console": "3.1.*",
                    "symfony/debug": "3.1.*",
                    "symfony/finder": "3.1.*",
                    "symfony/http-foundation": "3.1.*",
                    "symfony/http-kernel": "3.1.*",
                    "symfony/process": "3.1.*",
                    "symfony/routing": "3.1.*",
                    "symfony/translation": "3.1.*",
                    "symfony/var-dumper": "3.1.*",
                    "vlucas/phpdotenv": "~2.2"
                },
                "replace": {
                    "illuminate/auth": "self.version",
                    "illuminate/broadcasting": "self.version",
                    "illuminate/bus": "self.version",
                    "illuminate/cache": "self.version",
                    "illuminate/config": "self.version",
                    "illuminate/console": "self.version",
                    "illuminate/container": "self.version",
                    "illuminate/contracts": "self.version",
                    "illuminate/cookie": "self.version",
                    "illuminate/database": "self.version",
                    "illuminate/encryption": "self.version",
                    "illuminate/events": "self.version",
                    "illuminate/exception": "self.version",
                    "illuminate/filesystem": "self.version",
                    "illuminate/hashing": "self.version",
                    "illuminate/http": "self.version",
                    "illuminate/log": "self.version",
                    "illuminate/mail": "self.version",
                    "illuminate/notifications": "self.version",
                    "illuminate/pagination": "self.version",
                    "illuminate/pipeline": "self.version",
                    "illuminate/queue": "self.version",
                    "illuminate/redis": "self.version",
                    "illuminate/routing": "self.version",
                    "illuminate/session": "self.version",
                    "illuminate/support": "self.version",
                    "illuminate/translation": "self.version",
                    "illuminate/validation": "self.version",
                    "illuminate/view": "self.version",
                    "tightenco/collect": "self.version"
                },
                "require-dev": {
                    "aws/aws-sdk-php": "~3.0",
                    "mockery/mockery": "~0.9.4",
                    "pda/pheanstalk": "~3.0",
                    "phpunit/phpunit": "~5.4",
                    "predis/predis": "~1.0",
                    "symfony/css-selector": "3.1.*",
                    "symfony/dom-crawler": "3.1.*"
                },
                "suggest": {
                    "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
                    "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
                    "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
                    "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
                    "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
                    "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
                    "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
                    "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
                    "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
                    "symfony/css-selector": "Required to use some of the crawler integration testing tools (3.1.*).",
                    "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (3.1.*).",
                    "symfony/psr-http-message-bridge": "Required to use psr7 bridging features (0.2.*)."
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.3-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "src/Illuminate/Foundation/helpers.php",
                        "src/Illuminate/Support/helpers.php"
                    ],
                    "psr-4": {
                        "Illuminate\\": "src/Illuminate/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Taylor Otwell",
                        "email": "taylor@laravel.com"
                    }
                ],
                "description": "The Laravel Framework.",
                "homepage": "https://laravel.com",
                "keywords": [
                    "framework",
                    "laravel"
                ],
                "time": "2016-11-01 18:52:00"
            },
            {
                "name": "league/flysystem",
                "version": "1.0.32",
                "source": {
                    "type": "git",
                    "url": "https://github.com/thephpleague/flysystem.git",
                    "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1b5c4a0031697f46e779a9d1b309c2e1b24daeab",
                    "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9"
                },
                "conflict": {
                    "league/flysystem-sftp": "<1.0.6"
                },
                "require-dev": {
                    "ext-fileinfo": "*",
                    "mockery/mockery": "~0.9",
                    "phpspec/phpspec": "^2.2",
                    "phpunit/phpunit": "~4.8"
                },
                "suggest": {
                    "ext-fileinfo": "Required for MimeType",
                    "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
                    "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
                    "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
                    "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
                    "league/flysystem-copy": "Allows you to use Copy.com storage",
                    "league/flysystem-dropbox": "Allows you to use Dropbox storage",
                    "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
                    "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
                    "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
                    "league/flysystem-webdav": "Allows you to use WebDAV storage",
                    "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "League\\Flysystem\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Frank de Jonge",
                        "email": "info@frenky.net"
                    }
                ],
                "description": "Filesystem abstraction: Many filesystems, one API.",
                "keywords": [
                    "Cloud Files",
                    "WebDAV",
                    "abstraction",
                    "aws",
                    "cloud",
                    "copy.com",
                    "dropbox",
                    "file systems",
                    "files",
                    "filesystem",
                    "filesystems",
                    "ftp",
                    "rackspace",
                    "remote",
                    "s3",
                    "sftp",
                    "storage"
                ],
                "time": "2016-10-19 20:38:46"
            },
            {
                "name": "monolog/monolog",
                "version": "1.21.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Seldaek/monolog.git",
                    "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
                    "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0",
                    "psr/log": "~1.0"
                },
                "provide": {
                    "psr/log-implementation": "1.0.0"
                },
                "require-dev": {
                    "aws/aws-sdk-php": "^2.4.9",
                    "doctrine/couchdb": "~1.0@dev",
                    "graylog2/gelf-php": "~1.0",
                    "jakub-onderka/php-parallel-lint": "0.9",
                    "php-amqplib/php-amqplib": "~2.4",
                    "php-console/php-console": "^3.1.3",
                    "phpunit/phpunit": "~4.5",
                    "phpunit/phpunit-mock-objects": "2.3.0",
                    "ruflin/elastica": ">=0.90 <3.0",
                    "sentry/sentry": "^0.13",
                    "swiftmailer/swiftmailer": "~5.3"
                },
                "suggest": {
                    "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                    "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                    "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                    "ext-mongo": "Allow sending log messages to a MongoDB server",
                    "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                    "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                    "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                    "php-console/php-console": "Allow sending log messages to Google Chrome",
                    "rollbar/rollbar": "Allow sending log messages to Rollbar",
                    "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                    "sentry/sentry": "Allow sending log messages to a Sentry server"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Monolog\\": "src/Monolog"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    }
                ],
                "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
                "homepage": "http://github.com/Seldaek/monolog",
                "keywords": [
                    "log",
                    "logging",
                    "psr-3"
                ],
                "time": "2016-07-29 03:23:52"
            },
            {
                "name": "mtdowling/cron-expression",
                "version": "v1.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/mtdowling/cron-expression.git",
                    "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
                    "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.0|~5.0"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Cron": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    }
                ],
                "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
                "keywords": [
                    "cron",
                    "schedule"
                ],
                "time": "2016-01-26 21:23:30"
            },
            {
                "name": "nesbot/carbon",
                "version": "1.21.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/briannesbitt/Carbon.git",
                    "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
                    "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0",
                    "symfony/translation": "~2.6|~3.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.0|~5.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Carbon\\": "src/Carbon/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Brian Nesbitt",
                        "email": "brian@nesbot.com",
                        "homepage": "http://nesbot.com"
                    }
                ],
                "description": "A simple API extension for DateTime.",
                "homepage": "http://carbon.nesbot.com",
                "keywords": [
                    "date",
                    "datetime",
                    "time"
                ],
                "time": "2015-11-04 20:07:17"
            },
            {
                "name": "nikic/php-parser",
                "version": "v2.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/nikic/PHP-Parser.git",
                    "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
                    "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
                    "shasum": ""
                },
                "require": {
                    "ext-tokenizer": "*",
                    "php": ">=5.4"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.0"
                },
                "bin": [
                    "bin/php-parse"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.1-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "PhpParser\\": "lib/PhpParser"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Nikita Popov"
                    }
                ],
                "description": "A PHP parser written in PHP",
                "keywords": [
                    "parser",
                    "php"
                ],
                "time": "2016-09-16 12:04:44"
            },
            {
                "name": "paragonie/random_compat",
                "version": "v2.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/paragonie/random_compat.git",
                    "reference": "c0125896dbb151380ab47e96c621741e79623beb"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c0125896dbb151380ab47e96c621741e79623beb",
                    "reference": "c0125896dbb151380ab47e96c621741e79623beb",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.2.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "4.*|5.*"
                },
                "suggest": {
                    "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "lib/random.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Paragon Initiative Enterprises",
                        "email": "security@paragonie.com",
                        "homepage": "https://paragonie.com"
                    }
                ],
                "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
                "keywords": [
                    "csprng",
                    "pseudorandom",
                    "random"
                ],
                "time": "2016-10-17 15:23:22"
            },
    
            {
                "name": "predis/predis",
                "version": "v1.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/nrk/predis.git",
                    "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
                    "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.9"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.8"
                },
                "suggest": {
                    "ext-curl": "Allows access to Webdis when paired with phpiredis",
                    "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Predis\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniele Alessandri",
                        "email": "suppakilla@gmail.com",
                        "homepage": "http://clorophilla.net"
                    }
                ],
                "description": "Flexible and feature-complete Redis client for PHP and HHVM",
                "homepage": "http://github.com/nrk/predis",
                "keywords": [
                    "nosql",
                    "predis",
                    "redis"
                ],
                "time": "2016-06-16 16:22:20"
            },
    
            {
                "name": "psr/log",
                "version": "1.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/log.git",
                    "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                    "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Log\\": "Psr/Log/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for logging libraries",
                "homepage": "https://github.com/php-fig/log",
                "keywords": [
                    "log",
                    "psr",
                    "psr-3"
                ],
                "time": "2016-10-10 12:19:37"
            },
            {
                "name": "psy/psysh",
                "version": "v0.7.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/bobthecow/psysh.git",
                    "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
                    "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
                    "shasum": ""
                },
                "require": {
                    "dnoegel/php-xdg-base-dir": "0.1",
                    "jakub-onderka/php-console-highlighter": "0.3.*",
                    "nikic/php-parser": "^1.2.1|~2.0",
                    "php": ">=5.3.9",
                    "symfony/console": "~2.3.10|^2.4.2|~3.0",
                    "symfony/var-dumper": "~2.7|~3.0"
                },
                "require-dev": {
                    "fabpot/php-cs-fixer": "~1.5",
                    "phpunit/phpunit": "~3.7|~4.0|~5.0",
                    "squizlabs/php_codesniffer": "~2.0",
                    "symfony/finder": "~2.1|~3.0"
                },
                "suggest": {
                    "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                    "ext-pdo-sqlite": "The doc command requires SQLite to work.",
                    "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
                    "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
                },
                "bin": [
                    "bin/psysh"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-develop": "0.8.x-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "src/Psy/functions.php"
                    ],
                    "psr-4": {
                        "Psy\\": "src/Psy/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Justin Hileman",
                        "email": "justin@justinhileman.info",
                        "homepage": "http://justinhileman.com"
                    }
                ],
                "description": "An interactive shell for modern PHP.",
                "homepage": "http://psysh.org",
                "keywords": [
                    "REPL",
                    "console",
                    "interactive",
                    "shell"
                ],
                "time": "2016-03-09 05:03:14"
            },
            {
                "name": "ramsey/uuid",
                "version": "3.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/ramsey/uuid.git",
                    "reference": "a07797b986671b0dc823885a81d5e3516b931599"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/ramsey/uuid/zipball/a07797b986671b0dc823885a81d5e3516b931599",
                    "reference": "a07797b986671b0dc823885a81d5e3516b931599",
                    "shasum": ""
                },
                "require": {
                    "paragonie/random_compat": "^1.0|^2.0",
                    "php": ">=5.4"
                },
                "replace": {
                    "rhumsaa/uuid": "self.version"
                },
                "require-dev": {
                    "apigen/apigen": "^4.1",
                    "codeception/aspect-mock": "1.0.0",
                    "goaop/framework": "1.0.0-alpha.2",
                    "ircmaxell/random-lib": "^1.1",
                    "jakub-onderka/php-parallel-lint": "^0.9.0",
                    "mockery/mockery": "^0.9.4",
                    "moontoast/math": "^1.1",
                    "phpunit/phpunit": "^4.7|>=5.0 <5.4",
                    "satooshi/php-coveralls": "^0.6.1",
                    "squizlabs/php_codesniffer": "^2.3"
                },
                "suggest": {
                    "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
                    "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
                    "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                    "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
                    "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
                    "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
                },
                "type": "library",
                "extra": {
                    "branch-alias": {