planiverse

A minimalist, no-JS front-end for Mastodon.
git clone https://git.stjo.hn/planiverse
Log | Files | Refs | README | LICENSE

composer.lock (160946B)


      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#composer-lock-the-lock-file",
      5         "This file is @generated automatically"
      6     ],
      7     "hash": "c699abc4e7b0c1784938122332cc0b9b",
      8     "content-hash": "d3b83177a4165b407a361c33e1deac23",
      9     "packages": [
     10         {
     11             "name": "dnoegel/php-xdg-base-dir",
     12             "version": "0.1",
     13             "source": {
     14                 "type": "git",
     15                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
     16                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
     17             },
     18             "dist": {
     19                 "type": "zip",
     20                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
     21                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
     22                 "shasum": ""
     23             },
     24             "require": {
     25                 "php": ">=5.3.2"
     26             },
     27             "require-dev": {
     28                 "phpunit/phpunit": "@stable"
     29             },
     30             "type": "project",
     31             "autoload": {
     32                 "psr-4": {
     33                     "XdgBaseDir\\": "src/"
     34                 }
     35             },
     36             "notification-url": "https://packagist.org/downloads/",
     37             "license": [
     38                 "MIT"
     39             ],
     40             "description": "implementation of xdg base directory specification for php",
     41             "time": "2014-10-24 07:27:01"
     42         },
     43         {
     44             "name": "doctrine/inflector",
     45             "version": "v1.2.0",
     46             "source": {
     47                 "type": "git",
     48                 "url": "https://github.com/doctrine/inflector.git",
     49                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
     50             },
     51             "dist": {
     52                 "type": "zip",
     53                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
     54                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
     55                 "shasum": ""
     56             },
     57             "require": {
     58                 "php": "^7.0"
     59             },
     60             "require-dev": {
     61                 "phpunit/phpunit": "^6.2"
     62             },
     63             "type": "library",
     64             "extra": {
     65                 "branch-alias": {
     66                     "dev-master": "1.2.x-dev"
     67                 }
     68             },
     69             "autoload": {
     70                 "psr-4": {
     71                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
     72                 }
     73             },
     74             "notification-url": "https://packagist.org/downloads/",
     75             "license": [
     76                 "MIT"
     77             ],
     78             "authors": [
     79                 {
     80                     "name": "Roman Borschel",
     81                     "email": "roman@code-factory.org"
     82                 },
     83                 {
     84                     "name": "Benjamin Eberlei",
     85                     "email": "kontakt@beberlei.de"
     86                 },
     87                 {
     88                     "name": "Guilherme Blanco",
     89                     "email": "guilhermeblanco@gmail.com"
     90                 },
     91                 {
     92                     "name": "Jonathan Wage",
     93                     "email": "jonwage@gmail.com"
     94                 },
     95                 {
     96                     "name": "Johannes Schmitt",
     97                     "email": "schmittjoh@gmail.com"
     98                 }
     99             ],
    100             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
    101             "homepage": "http://www.doctrine-project.org",
    102             "keywords": [
    103                 "inflection",
    104                 "pluralize",
    105                 "singularize",
    106                 "string"
    107             ],
    108             "time": "2017-07-22 12:18:28"
    109         },
    110         {
    111             "name": "doctrine/lexer",
    112             "version": "v1.0.1",
    113             "source": {
    114                 "type": "git",
    115                 "url": "https://github.com/doctrine/lexer.git",
    116                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
    117             },
    118             "dist": {
    119                 "type": "zip",
    120                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
    121                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
    122                 "shasum": ""
    123             },
    124             "require": {
    125                 "php": ">=5.3.2"
    126             },
    127             "type": "library",
    128             "extra": {
    129                 "branch-alias": {
    130                     "dev-master": "1.0.x-dev"
    131                 }
    132             },
    133             "autoload": {
    134                 "psr-0": {
    135                     "Doctrine\\Common\\Lexer\\": "lib/"
    136                 }
    137             },
    138             "notification-url": "https://packagist.org/downloads/",
    139             "license": [
    140                 "MIT"
    141             ],
    142             "authors": [
    143                 {
    144                     "name": "Roman Borschel",
    145                     "email": "roman@code-factory.org"
    146                 },
    147                 {
    148                     "name": "Guilherme Blanco",
    149                     "email": "guilhermeblanco@gmail.com"
    150                 },
    151                 {
    152                     "name": "Johannes Schmitt",
    153                     "email": "schmittjoh@gmail.com"
    154                 }
    155             ],
    156             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
    157             "homepage": "http://www.doctrine-project.org",
    158             "keywords": [
    159                 "lexer",
    160                 "parser"
    161             ],
    162             "time": "2014-09-09 13:34:57"
    163         },
    164         {
    165             "name": "egulias/email-validator",
    166             "version": "2.1.4",
    167             "source": {
    168                 "type": "git",
    169                 "url": "https://github.com/egulias/EmailValidator.git",
    170                 "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
    171             },
    172             "dist": {
    173                 "type": "zip",
    174                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
    175                 "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
    176                 "shasum": ""
    177             },
    178             "require": {
    179                 "doctrine/lexer": "^1.0.1",
    180                 "php": ">= 5.5"
    181             },
    182             "require-dev": {
    183                 "dominicsayers/isemail": "dev-master",
    184                 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
    185                 "satooshi/php-coveralls": "^1.0.1"
    186             },
    187             "suggest": {
    188                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
    189             },
    190             "type": "library",
    191             "extra": {
    192                 "branch-alias": {
    193                     "dev-master": "2.0.x-dev"
    194                 }
    195             },
    196             "autoload": {
    197                 "psr-4": {
    198                     "Egulias\\EmailValidator\\": "EmailValidator"
    199                 }
    200             },
    201             "notification-url": "https://packagist.org/downloads/",
    202             "license": [
    203                 "MIT"
    204             ],
    205             "authors": [
    206                 {
    207                     "name": "Eduardo Gulias Davis"
    208                 }
    209             ],
    210             "description": "A library for validating emails against several RFCs",
    211             "homepage": "https://github.com/egulias/EmailValidator",
    212             "keywords": [
    213                 "email",
    214                 "emailvalidation",
    215                 "emailvalidator",
    216                 "validation",
    217                 "validator"
    218             ],
    219             "time": "2018-04-10 10:11:19"
    220         },
    221         {
    222             "name": "erusev/parsedown",
    223             "version": "1.7.1",
    224             "source": {
    225                 "type": "git",
    226                 "url": "https://github.com/erusev/parsedown.git",
    227                 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
    228             },
    229             "dist": {
    230                 "type": "zip",
    231                 "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
    232                 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
    233                 "shasum": ""
    234             },
    235             "require": {
    236                 "ext-mbstring": "*",
    237                 "php": ">=5.3.0"
    238             },
    239             "require-dev": {
    240                 "phpunit/phpunit": "^4.8.35"
    241             },
    242             "type": "library",
    243             "autoload": {
    244                 "psr-0": {
    245                     "Parsedown": ""
    246                 }
    247             },
    248             "notification-url": "https://packagist.org/downloads/",
    249             "license": [
    250                 "MIT"
    251             ],
    252             "authors": [
    253                 {
    254                     "name": "Emanuil Rusev",
    255                     "email": "hello@erusev.com",
    256                     "homepage": "http://erusev.com"
    257                 }
    258             ],
    259             "description": "Parser for Markdown.",
    260             "homepage": "http://parsedown.org",
    261             "keywords": [
    262                 "markdown",
    263                 "parser"
    264             ],
    265             "time": "2018-03-08 01:11:30"
    266         },
    267         {
    268             "name": "fideloper/proxy",
    269             "version": "3.3.4",
    270             "source": {
    271                 "type": "git",
    272                 "url": "https://github.com/fideloper/TrustedProxy.git",
    273                 "reference": "9cdf6f118af58d89764249bbcc7bb260c132924f"
    274             },
    275             "dist": {
    276                 "type": "zip",
    277                 "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9cdf6f118af58d89764249bbcc7bb260c132924f",
    278                 "reference": "9cdf6f118af58d89764249bbcc7bb260c132924f",
    279                 "shasum": ""
    280             },
    281             "require": {
    282                 "illuminate/contracts": "~5.0",
    283                 "php": ">=5.4.0"
    284             },
    285             "require-dev": {
    286                 "illuminate/http": "~5.0",
    287                 "mockery/mockery": "~0.9.3",
    288                 "phpunit/phpunit": "^5.7"
    289             },
    290             "type": "library",
    291             "extra": {
    292                 "branch-alias": {
    293                     "dev-master": "3.3-dev"
    294                 },
    295                 "laravel": {
    296                     "providers": [
    297                         "Fideloper\\Proxy\\TrustedProxyServiceProvider"
    298                     ]
    299                 }
    300             },
    301             "autoload": {
    302                 "psr-4": {
    303                     "Fideloper\\Proxy\\": "src/"
    304                 }
    305             },
    306             "notification-url": "https://packagist.org/downloads/",
    307             "license": [
    308                 "MIT"
    309             ],
    310             "authors": [
    311                 {
    312                     "name": "Chris Fidao",
    313                     "email": "fideloper@gmail.com"
    314                 }
    315             ],
    316             "description": "Set trusted proxies for Laravel",
    317             "keywords": [
    318                 "load balancing",
    319                 "proxy",
    320                 "trusted proxy"
    321             ],
    322             "time": "2017-06-15 17:19:42"
    323         },
    324         {
    325             "name": "guzzlehttp/guzzle",
    326             "version": "6.3.3",
    327             "source": {
    328                 "type": "git",
    329                 "url": "https://github.com/guzzle/guzzle.git",
    330                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
    331             },
    332             "dist": {
    333                 "type": "zip",
    334                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
    335                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
    336                 "shasum": ""
    337             },
    338             "require": {
    339                 "guzzlehttp/promises": "^1.0",
    340                 "guzzlehttp/psr7": "^1.4",
    341                 "php": ">=5.5"
    342             },
    343             "require-dev": {
    344                 "ext-curl": "*",
    345                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
    346                 "psr/log": "^1.0"
    347             },
    348             "suggest": {
    349                 "psr/log": "Required for using the Log middleware"
    350             },
    351             "type": "library",
    352             "extra": {
    353                 "branch-alias": {
    354                     "dev-master": "6.3-dev"
    355                 }
    356             },
    357             "autoload": {
    358                 "files": [
    359                     "src/functions_include.php"
    360                 ],
    361                 "psr-4": {
    362                     "GuzzleHttp\\": "src/"
    363                 }
    364             },
    365             "notification-url": "https://packagist.org/downloads/",
    366             "license": [
    367                 "MIT"
    368             ],
    369             "authors": [
    370                 {
    371                     "name": "Michael Dowling",
    372                     "email": "mtdowling@gmail.com",
    373                     "homepage": "https://github.com/mtdowling"
    374                 }
    375             ],
    376             "description": "Guzzle is a PHP HTTP client library",
    377             "homepage": "http://guzzlephp.org/",
    378             "keywords": [
    379                 "client",
    380                 "curl",
    381                 "framework",
    382                 "http",
    383                 "http client",
    384                 "rest",
    385                 "web service"
    386             ],
    387             "time": "2018-04-22 15:46:56"
    388         },
    389         {
    390             "name": "guzzlehttp/promises",
    391             "version": "v1.3.1",
    392             "source": {
    393                 "type": "git",
    394                 "url": "https://github.com/guzzle/promises.git",
    395                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
    396             },
    397             "dist": {
    398                 "type": "zip",
    399                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
    400                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
    401                 "shasum": ""
    402             },
    403             "require": {
    404                 "php": ">=5.5.0"
    405             },
    406             "require-dev": {
    407                 "phpunit/phpunit": "^4.0"
    408             },
    409             "type": "library",
    410             "extra": {
    411                 "branch-alias": {
    412                     "dev-master": "1.4-dev"
    413                 }
    414             },
    415             "autoload": {
    416                 "psr-4": {
    417                     "GuzzleHttp\\Promise\\": "src/"
    418                 },
    419                 "files": [
    420                     "src/functions_include.php"
    421                 ]
    422             },
    423             "notification-url": "https://packagist.org/downloads/",
    424             "license": [
    425                 "MIT"
    426             ],
    427             "authors": [
    428                 {
    429                     "name": "Michael Dowling",
    430                     "email": "mtdowling@gmail.com",
    431                     "homepage": "https://github.com/mtdowling"
    432                 }
    433             ],
    434             "description": "Guzzle promises library",
    435             "keywords": [
    436                 "promise"
    437             ],
    438             "time": "2016-12-20 10:07:11"
    439         },
    440         {
    441             "name": "guzzlehttp/psr7",
    442             "version": "1.4.2",
    443             "source": {
    444                 "type": "git",
    445                 "url": "https://github.com/guzzle/psr7.git",
    446                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
    447             },
    448             "dist": {
    449                 "type": "zip",
    450                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
    451                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
    452                 "shasum": ""
    453             },
    454             "require": {
    455                 "php": ">=5.4.0",
    456                 "psr/http-message": "~1.0"
    457             },
    458             "provide": {
    459                 "psr/http-message-implementation": "1.0"
    460             },
    461             "require-dev": {
    462                 "phpunit/phpunit": "~4.0"
    463             },
    464             "type": "library",
    465             "extra": {
    466                 "branch-alias": {
    467                     "dev-master": "1.4-dev"
    468                 }
    469             },
    470             "autoload": {
    471                 "psr-4": {
    472                     "GuzzleHttp\\Psr7\\": "src/"
    473                 },
    474                 "files": [
    475                     "src/functions_include.php"
    476                 ]
    477             },
    478             "notification-url": "https://packagist.org/downloads/",
    479             "license": [
    480                 "MIT"
    481             ],
    482             "authors": [
    483                 {
    484                     "name": "Michael Dowling",
    485                     "email": "mtdowling@gmail.com",
    486                     "homepage": "https://github.com/mtdowling"
    487                 },
    488                 {
    489                     "name": "Tobias Schultze",
    490                     "homepage": "https://github.com/Tobion"
    491                 }
    492             ],
    493             "description": "PSR-7 message implementation that also provides common utility methods",
    494             "keywords": [
    495                 "http",
    496                 "message",
    497                 "request",
    498                 "response",
    499                 "stream",
    500                 "uri",
    501                 "url"
    502             ],
    503             "time": "2017-03-20 17:10:46"
    504         },
    505         {
    506             "name": "jakub-onderka/php-console-color",
    507             "version": "0.1",
    508             "source": {
    509                 "type": "git",
    510                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
    511                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
    512             },
    513             "dist": {
    514                 "type": "zip",
    515                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
    516                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
    517                 "shasum": ""
    518             },
    519             "require": {
    520                 "php": ">=5.3.2"
    521             },
    522             "require-dev": {
    523                 "jakub-onderka/php-code-style": "1.0",
    524                 "jakub-onderka/php-parallel-lint": "0.*",
    525                 "jakub-onderka/php-var-dump-check": "0.*",
    526                 "phpunit/phpunit": "3.7.*",
    527                 "squizlabs/php_codesniffer": "1.*"
    528             },
    529             "type": "library",
    530             "autoload": {
    531                 "psr-0": {
    532                     "JakubOnderka\\PhpConsoleColor": "src/"
    533                 }
    534             },
    535             "notification-url": "https://packagist.org/downloads/",
    536             "license": [
    537                 "BSD-2-Clause"
    538             ],
    539             "authors": [
    540                 {
    541                     "name": "Jakub Onderka",
    542                     "email": "jakub.onderka@gmail.com",
    543                     "homepage": "http://www.acci.cz"
    544                 }
    545             ],
    546             "time": "2014-04-08 15:00:19"
    547         },
    548         {
    549             "name": "jakub-onderka/php-console-highlighter",
    550             "version": "v0.3.2",
    551             "source": {
    552                 "type": "git",
    553                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
    554                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
    555             },
    556             "dist": {
    557                 "type": "zip",
    558                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
    559                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
    560                 "shasum": ""
    561             },
    562             "require": {
    563                 "jakub-onderka/php-console-color": "~0.1",
    564                 "php": ">=5.3.0"
    565             },
    566             "require-dev": {
    567                 "jakub-onderka/php-code-style": "~1.0",
    568                 "jakub-onderka/php-parallel-lint": "~0.5",
    569                 "jakub-onderka/php-var-dump-check": "~0.1",
    570                 "phpunit/phpunit": "~4.0",
    571                 "squizlabs/php_codesniffer": "~1.5"
    572             },
    573             "type": "library",
    574             "autoload": {
    575                 "psr-0": {
    576                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
    577                 }
    578             },
    579             "notification-url": "https://packagist.org/downloads/",
    580             "license": [
    581                 "MIT"
    582             ],
    583             "authors": [
    584                 {
    585                     "name": "Jakub Onderka",
    586                     "email": "acci@acci.cz",
    587                     "homepage": "http://www.acci.cz/"
    588                 }
    589             ],
    590             "time": "2015-04-20 18:58:01"
    591         },
    592         {
    593             "name": "laravel/framework",
    594             "version": "v5.5.42",
    595             "source": {
    596                 "type": "git",
    597                 "url": "https://github.com/laravel/framework.git",
    598                 "reference": "6550ae917b0c49a5915a52cd7c7eafd16fc0b538"
    599             },
    600             "dist": {
    601                 "type": "zip",
    602                 "url": "https://api.github.com/repos/laravel/framework/zipball/6550ae917b0c49a5915a52cd7c7eafd16fc0b538",
    603                 "reference": "6550ae917b0c49a5915a52cd7c7eafd16fc0b538",
    604                 "shasum": ""
    605             },
    606             "require": {
    607                 "doctrine/inflector": "~1.1",
    608                 "erusev/parsedown": "~1.7",
    609                 "ext-mbstring": "*",
    610                 "ext-openssl": "*",
    611                 "league/flysystem": "^1.0.8",
    612                 "monolog/monolog": "~1.12",
    613                 "mtdowling/cron-expression": "~1.0",
    614                 "nesbot/carbon": "^1.24.1",
    615                 "php": ">=7.0",
    616                 "psr/container": "~1.0",
    617                 "psr/simple-cache": "^1.0",
    618                 "ramsey/uuid": "~3.0",
    619                 "swiftmailer/swiftmailer": "~6.0",
    620                 "symfony/console": "~3.3",
    621                 "symfony/debug": "~3.3",
    622                 "symfony/finder": "~3.3",
    623                 "symfony/http-foundation": "~3.3",
    624                 "symfony/http-kernel": "~3.3",
    625                 "symfony/process": "~3.3",
    626                 "symfony/routing": "~3.3",
    627                 "symfony/var-dumper": "~3.3",
    628                 "tijsverkoyen/css-to-inline-styles": "~2.2",
    629                 "vlucas/phpdotenv": "~2.2"
    630             },
    631             "replace": {
    632                 "illuminate/auth": "self.version",
    633                 "illuminate/broadcasting": "self.version",
    634                 "illuminate/bus": "self.version",
    635                 "illuminate/cache": "self.version",
    636                 "illuminate/config": "self.version",
    637                 "illuminate/console": "self.version",
    638                 "illuminate/container": "self.version",
    639                 "illuminate/contracts": "self.version",
    640                 "illuminate/cookie": "self.version",
    641                 "illuminate/database": "self.version",
    642                 "illuminate/encryption": "self.version",
    643                 "illuminate/events": "self.version",
    644                 "illuminate/filesystem": "self.version",
    645                 "illuminate/hashing": "self.version",
    646                 "illuminate/http": "self.version",
    647                 "illuminate/log": "self.version",
    648                 "illuminate/mail": "self.version",
    649                 "illuminate/notifications": "self.version",
    650                 "illuminate/pagination": "self.version",
    651                 "illuminate/pipeline": "self.version",
    652                 "illuminate/queue": "self.version",
    653                 "illuminate/redis": "self.version",
    654                 "illuminate/routing": "self.version",
    655                 "illuminate/session": "self.version",
    656                 "illuminate/support": "self.version",
    657                 "illuminate/translation": "self.version",
    658                 "illuminate/validation": "self.version",
    659                 "illuminate/view": "self.version",
    660                 "tightenco/collect": "<5.5.33"
    661             },
    662             "require-dev": {
    663                 "aws/aws-sdk-php": "~3.0",
    664                 "doctrine/dbal": "~2.5",
    665                 "filp/whoops": "^2.1.4",
    666                 "mockery/mockery": "~1.0",
    667                 "orchestra/testbench-core": "3.5.*",
    668                 "pda/pheanstalk": "~3.0",
    669                 "phpunit/phpunit": "~6.0",
    670                 "predis/predis": "^1.1.1",
    671                 "symfony/css-selector": "~3.3",
    672                 "symfony/dom-crawler": "~3.3"
    673             },
    674             "suggest": {
    675                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
    676                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
    677                 "ext-pcntl": "Required to use all features of the queue worker.",
    678                 "ext-posix": "Required to use all features of the queue worker.",
    679                 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
    680                 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
    681                 "laravel/tinker": "Required to use the tinker console command (~1.0).",
    682                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
    683                 "league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
    684                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
    685                 "nexmo/client": "Required to use the Nexmo transport (~1.0).",
    686                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
    687                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
    688                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
    689                 "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).",
    690                 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).",
    691                 "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
    692             },
    693             "type": "library",
    694             "extra": {
    695                 "branch-alias": {
    696                     "dev-master": "5.5-dev"
    697                 }
    698             },
    699             "autoload": {
    700                 "files": [
    701                     "src/Illuminate/Foundation/helpers.php",
    702                     "src/Illuminate/Support/helpers.php"
    703                 ],
    704                 "psr-4": {
    705                     "Illuminate\\": "src/Illuminate/"
    706                 }
    707             },
    708             "notification-url": "https://packagist.org/downloads/",
    709             "license": [
    710                 "MIT"
    711             ],
    712             "authors": [
    713                 {
    714                     "name": "Taylor Otwell",
    715                     "email": "taylor@laravel.com"
    716                 }
    717             ],
    718             "description": "The Laravel Framework.",
    719             "homepage": "https://laravel.com",
    720             "keywords": [
    721                 "framework",
    722                 "laravel"
    723             ],
    724             "time": "2018-08-08 18:22:44"
    725         },
    726         {
    727             "name": "laravel/socialite",
    728             "version": "v3.0.12",
    729             "source": {
    730                 "type": "git",
    731                 "url": "https://github.com/laravel/socialite.git",
    732                 "reference": "b5f465847b1d637efa86bbfe2fc1c9d2bd12f60f"
    733             },
    734             "dist": {
    735                 "type": "zip",
    736                 "url": "https://api.github.com/repos/laravel/socialite/zipball/b5f465847b1d637efa86bbfe2fc1c9d2bd12f60f",
    737                 "reference": "b5f465847b1d637efa86bbfe2fc1c9d2bd12f60f",
    738                 "shasum": ""
    739             },
    740             "require": {
    741                 "guzzlehttp/guzzle": "~6.0",
    742                 "illuminate/contracts": "~5.4",
    743                 "illuminate/http": "~5.4",
    744                 "illuminate/support": "~5.4",
    745                 "league/oauth1-client": "~1.0",
    746                 "php": ">=5.4.0"
    747             },
    748             "require-dev": {
    749                 "mockery/mockery": "~0.9",
    750                 "phpunit/phpunit": "~4.0|~5.0"
    751             },
    752             "type": "library",
    753             "extra": {
    754                 "branch-alias": {
    755                     "dev-master": "3.0-dev"
    756                 },
    757                 "laravel": {
    758                     "providers": [
    759                         "Laravel\\Socialite\\SocialiteServiceProvider"
    760                     ],
    761                     "aliases": {
    762                         "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
    763                     }
    764                 }
    765             },
    766             "autoload": {
    767                 "psr-4": {
    768                     "Laravel\\Socialite\\": "src/"
    769                 }
    770             },
    771             "notification-url": "https://packagist.org/downloads/",
    772             "license": [
    773                 "MIT"
    774             ],
    775             "authors": [
    776                 {
    777                     "name": "Taylor Otwell",
    778                     "email": "taylor@laravel.com"
    779                 }
    780             ],
    781             "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
    782             "keywords": [
    783                 "laravel",
    784                 "oauth"
    785             ],
    786             "time": "2018-06-01 15:06:47"
    787         },
    788         {
    789             "name": "laravel/tinker",
    790             "version": "v1.0.7",
    791             "source": {
    792                 "type": "git",
    793                 "url": "https://github.com/laravel/tinker.git",
    794                 "reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d"
    795             },
    796             "dist": {
    797                 "type": "zip",
    798                 "url": "https://api.github.com/repos/laravel/tinker/zipball/e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
    799                 "reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
    800                 "shasum": ""
    801             },
    802             "require": {
    803                 "illuminate/console": "~5.1",
    804                 "illuminate/contracts": "~5.1",
    805                 "illuminate/support": "~5.1",
    806                 "php": ">=5.5.9",
    807                 "psy/psysh": "0.7.*|0.8.*|0.9.*",
    808                 "symfony/var-dumper": "~3.0|~4.0"
    809             },
    810             "require-dev": {
    811                 "phpunit/phpunit": "~4.0|~5.0"
    812             },
    813             "suggest": {
    814                 "illuminate/database": "The Illuminate Database package (~5.1)."
    815             },
    816             "type": "library",
    817             "extra": {
    818                 "branch-alias": {
    819                     "dev-master": "1.0-dev"
    820                 },
    821                 "laravel": {
    822                     "providers": [
    823                         "Laravel\\Tinker\\TinkerServiceProvider"
    824                     ]
    825                 }
    826             },
    827             "autoload": {
    828                 "psr-4": {
    829                     "Laravel\\Tinker\\": "src/"
    830                 }
    831             },
    832             "notification-url": "https://packagist.org/downloads/",
    833             "license": [
    834                 "MIT"
    835             ],
    836             "authors": [
    837                 {
    838                     "name": "Taylor Otwell",
    839                     "email": "taylor@laravel.com"
    840                 }
    841             ],
    842             "description": "Powerful REPL for the Laravel framework.",
    843             "keywords": [
    844                 "REPL",
    845                 "Tinker",
    846                 "laravel",
    847                 "psysh"
    848             ],
    849             "time": "2018-05-17 13:42:07"
    850         },
    851         {
    852             "name": "league/flysystem",
    853             "version": "1.0.45",
    854             "source": {
    855                 "type": "git",
    856                 "url": "https://github.com/thephpleague/flysystem.git",
    857                 "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
    858             },
    859             "dist": {
    860                 "type": "zip",
    861                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
    862                 "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
    863                 "shasum": ""
    864             },
    865             "require": {
    866                 "php": ">=5.5.9"
    867             },
    868             "conflict": {
    869                 "league/flysystem-sftp": "<1.0.6"
    870             },
    871             "require-dev": {
    872                 "ext-fileinfo": "*",
    873                 "phpspec/phpspec": "^3.4",
    874                 "phpunit/phpunit": "^5.7"
    875             },
    876             "suggest": {
    877                 "ext-fileinfo": "Required for MimeType",
    878                 "ext-ftp": "Allows you to use FTP server storage",
    879                 "ext-openssl": "Allows you to use FTPS server storage",
    880                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
    881                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
    882                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
    883                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
    884                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
    885                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
    886                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
    887                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
    888                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
    889                 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
    890                 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
    891             },
    892             "type": "library",
    893             "extra": {
    894                 "branch-alias": {
    895                     "dev-master": "1.1-dev"
    896                 }
    897             },
    898             "autoload": {
    899                 "psr-4": {
    900                     "League\\Flysystem\\": "src/"
    901                 }
    902             },
    903             "notification-url": "https://packagist.org/downloads/",
    904             "license": [
    905                 "MIT"
    906             ],
    907             "authors": [
    908                 {
    909                     "name": "Frank de Jonge",
    910                     "email": "info@frenky.net"
    911                 }
    912             ],
    913             "description": "Filesystem abstraction: Many filesystems, one API.",
    914             "keywords": [
    915                 "Cloud Files",
    916                 "WebDAV",
    917                 "abstraction",
    918                 "aws",
    919                 "cloud",
    920                 "copy.com",
    921                 "dropbox",
    922                 "file systems",
    923                 "files",
    924                 "filesystem",
    925                 "filesystems",
    926                 "ftp",
    927                 "rackspace",
    928                 "remote",
    929                 "s3",
    930                 "sftp",
    931                 "storage"
    932             ],
    933             "time": "2018-05-07 08:44:23"
    934         },
    935         {
    936             "name": "league/oauth1-client",
    937             "version": "1.7.0",
    938             "source": {
    939                 "type": "git",
    940                 "url": "https://github.com/thephpleague/oauth1-client.git",
    941                 "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647"
    942             },
    943             "dist": {
    944                 "type": "zip",
    945                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647",
    946                 "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647",
    947                 "shasum": ""
    948             },
    949             "require": {
    950                 "guzzlehttp/guzzle": "^6.0",
    951                 "php": ">=5.5.0"
    952             },
    953             "require-dev": {
    954                 "mockery/mockery": "^0.9",
    955                 "phpunit/phpunit": "^4.0",
    956                 "squizlabs/php_codesniffer": "^2.0"
    957             },
    958             "type": "library",
    959             "extra": {
    960                 "branch-alias": {
    961                     "dev-master": "1.0-dev"
    962                 }
    963             },
    964             "autoload": {
    965                 "psr-4": {
    966                     "League\\OAuth1\\": "src/"
    967                 }
    968             },
    969             "notification-url": "https://packagist.org/downloads/",
    970             "license": [
    971                 "MIT"
    972             ],
    973             "authors": [
    974                 {
    975                     "name": "Ben Corlett",
    976                     "email": "bencorlett@me.com",
    977                     "homepage": "http://www.webcomm.com.au",
    978                     "role": "Developer"
    979                 }
    980             ],
    981             "description": "OAuth 1.0 Client Library",
    982             "keywords": [
    983                 "Authentication",
    984                 "SSO",
    985                 "authorization",
    986                 "bitbucket",
    987                 "identity",
    988                 "idp",
    989                 "oauth",
    990                 "oauth1",
    991                 "single sign on",
    992                 "trello",
    993                 "tumblr",
    994                 "twitter"
    995             ],
    996             "time": "2016-08-17 00:36:58"
    997         },
    998         {
    999             "name": "monolog/monolog",
   1000             "version": "1.23.0",
   1001             "source": {
   1002                 "type": "git",
   1003                 "url": "https://github.com/Seldaek/monolog.git",
   1004                 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
   1005             },
   1006             "dist": {
   1007                 "type": "zip",
   1008                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
   1009                 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
   1010                 "shasum": ""
   1011             },
   1012             "require": {
   1013                 "php": ">=5.3.0",
   1014                 "psr/log": "~1.0"
   1015             },
   1016             "provide": {
   1017                 "psr/log-implementation": "1.0.0"
   1018             },
   1019             "require-dev": {
   1020                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   1021                 "doctrine/couchdb": "~1.0@dev",
   1022                 "graylog2/gelf-php": "~1.0",
   1023                 "jakub-onderka/php-parallel-lint": "0.9",
   1024                 "php-amqplib/php-amqplib": "~2.4",
   1025                 "php-console/php-console": "^3.1.3",
   1026                 "phpunit/phpunit": "~4.5",
   1027                 "phpunit/phpunit-mock-objects": "2.3.0",
   1028                 "ruflin/elastica": ">=0.90 <3.0",
   1029                 "sentry/sentry": "^0.13",
   1030                 "swiftmailer/swiftmailer": "^5.3|^6.0"
   1031             },
   1032             "suggest": {
   1033                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
   1034                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
   1035                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
   1036                 "ext-mongo": "Allow sending log messages to a MongoDB server",
   1037                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
   1038                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
   1039                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
   1040                 "php-console/php-console": "Allow sending log messages to Google Chrome",
   1041                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
   1042                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
   1043                 "sentry/sentry": "Allow sending log messages to a Sentry server"
   1044             },
   1045             "type": "library",
   1046             "extra": {
   1047                 "branch-alias": {
   1048                     "dev-master": "2.0.x-dev"
   1049                 }
   1050             },
   1051             "autoload": {
   1052                 "psr-4": {
   1053                     "Monolog\\": "src/Monolog"
   1054                 }
   1055             },
   1056             "notification-url": "https://packagist.org/downloads/",
   1057             "license": [
   1058                 "MIT"
   1059             ],
   1060             "authors": [
   1061                 {
   1062                     "name": "Jordi Boggiano",
   1063                     "email": "j.boggiano@seld.be",
   1064                     "homepage": "http://seld.be"
   1065                 }
   1066             ],
   1067             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
   1068             "homepage": "http://github.com/Seldaek/monolog",
   1069             "keywords": [
   1070                 "log",
   1071                 "logging",
   1072                 "psr-3"
   1073             ],
   1074             "time": "2017-06-19 01:22:40"
   1075         },
   1076         {
   1077             "name": "mtdowling/cron-expression",
   1078             "version": "v1.2.1",
   1079             "source": {
   1080                 "type": "git",
   1081                 "url": "https://github.com/mtdowling/cron-expression.git",
   1082                 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
   1083             },
   1084             "dist": {
   1085                 "type": "zip",
   1086                 "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
   1087                 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
   1088                 "shasum": ""
   1089             },
   1090             "require": {
   1091                 "php": ">=5.3.2"
   1092             },
   1093             "require-dev": {
   1094                 "phpunit/phpunit": "~4.0|~5.0"
   1095             },
   1096             "type": "library",
   1097             "autoload": {
   1098                 "psr-4": {
   1099                     "Cron\\": "src/Cron/"
   1100                 }
   1101             },
   1102             "notification-url": "https://packagist.org/downloads/",
   1103             "license": [
   1104                 "MIT"
   1105             ],
   1106             "authors": [
   1107                 {
   1108                     "name": "Michael Dowling",
   1109                     "email": "mtdowling@gmail.com",
   1110                     "homepage": "https://github.com/mtdowling"
   1111                 }
   1112             ],
   1113             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
   1114             "keywords": [
   1115                 "cron",
   1116                 "schedule"
   1117             ],
   1118             "time": "2017-01-23 04:29:33"
   1119         },
   1120         {
   1121             "name": "nesbot/carbon",
   1122             "version": "1.33.0",
   1123             "source": {
   1124                 "type": "git",
   1125                 "url": "https://github.com/briannesbitt/Carbon.git",
   1126                 "reference": "55667c1007a99e82030874b1bb14d24d07108413"
   1127             },
   1128             "dist": {
   1129                 "type": "zip",
   1130                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/55667c1007a99e82030874b1bb14d24d07108413",
   1131                 "reference": "55667c1007a99e82030874b1bb14d24d07108413",
   1132                 "shasum": ""
   1133             },
   1134             "require": {
   1135                 "php": ">=5.3.9",
   1136                 "symfony/translation": "~2.6 || ~3.0 || ~4.0"
   1137             },
   1138             "require-dev": {
   1139                 "friendsofphp/php-cs-fixer": "~2",
   1140                 "phpunit/phpunit": "^4.8.35 || ^5.7"
   1141             },
   1142             "type": "library",
   1143             "extra": {
   1144                 "laravel": {
   1145                     "providers": [
   1146                         "Carbon\\Laravel\\ServiceProvider"
   1147                     ]
   1148                 }
   1149             },
   1150             "autoload": {
   1151                 "psr-4": {
   1152                     "": "src/"
   1153                 }
   1154             },
   1155             "notification-url": "https://packagist.org/downloads/",
   1156             "license": [
   1157                 "MIT"
   1158             ],
   1159             "authors": [
   1160                 {
   1161                     "name": "Brian Nesbitt",
   1162                     "email": "brian@nesbot.com",
   1163                     "homepage": "http://nesbot.com"
   1164                 }
   1165             ],
   1166             "description": "A simple API extension for DateTime.",
   1167             "homepage": "http://carbon.nesbot.com",
   1168             "keywords": [
   1169                 "date",
   1170                 "datetime",
   1171                 "time"
   1172             ],
   1173             "time": "2018-08-07 08:39:47"
   1174         },
   1175         {
   1176             "name": "nikic/php-parser",
   1177             "version": "v4.0.3",
   1178             "source": {
   1179                 "type": "git",
   1180                 "url": "https://github.com/nikic/PHP-Parser.git",
   1181                 "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d"
   1182             },
   1183             "dist": {
   1184                 "type": "zip",
   1185                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd088dc940a418f09cda079a9b5c7c478890fb8d",
   1186                 "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d",
   1187                 "shasum": ""
   1188             },
   1189             "require": {
   1190                 "ext-tokenizer": "*",
   1191                 "php": ">=7.0"
   1192             },
   1193             "require-dev": {
   1194                 "phpunit/phpunit": "^6.5 || ^7.0"
   1195             },
   1196             "bin": [
   1197                 "bin/php-parse"
   1198             ],
   1199             "type": "library",
   1200             "extra": {
   1201                 "branch-alias": {
   1202                     "dev-master": "4.0-dev"
   1203                 }
   1204             },
   1205             "autoload": {
   1206                 "psr-4": {
   1207                     "PhpParser\\": "lib/PhpParser"
   1208                 }
   1209             },
   1210             "notification-url": "https://packagist.org/downloads/",
   1211             "license": [
   1212                 "BSD-3-Clause"
   1213             ],
   1214             "authors": [
   1215                 {
   1216                     "name": "Nikita Popov"
   1217                 }
   1218             ],
   1219             "description": "A PHP parser written in PHP",
   1220             "keywords": [
   1221                 "parser",
   1222                 "php"
   1223             ],
   1224             "time": "2018-07-15 17:25:16"
   1225         },
   1226         {
   1227             "name": "paragonie/random_compat",
   1228             "version": "v9.99.99",
   1229             "source": {
   1230                 "type": "git",
   1231                 "url": "https://github.com/paragonie/random_compat.git",
   1232                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
   1233             },
   1234             "dist": {
   1235                 "type": "zip",
   1236                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
   1237                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
   1238                 "shasum": ""
   1239             },
   1240             "require": {
   1241                 "php": "^7"
   1242             },
   1243             "require-dev": {
   1244                 "phpunit/phpunit": "4.*|5.*",
   1245                 "vimeo/psalm": "^1"
   1246             },
   1247             "suggest": {
   1248                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
   1249             },
   1250             "type": "library",
   1251             "notification-url": "https://packagist.org/downloads/",
   1252             "license": [
   1253                 "MIT"
   1254             ],
   1255             "authors": [
   1256                 {
   1257                     "name": "Paragon Initiative Enterprises",
   1258                     "email": "security@paragonie.com",
   1259                     "homepage": "https://paragonie.com"
   1260                 }
   1261             ],
   1262             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
   1263             "keywords": [
   1264                 "csprng",
   1265                 "polyfill",
   1266                 "pseudorandom",
   1267                 "random"
   1268             ],
   1269             "time": "2018-07-02 15:55:56"
   1270         },
   1271         {
   1272             "name": "psr/container",
   1273             "version": "1.0.0",
   1274             "source": {
   1275                 "type": "git",
   1276                 "url": "https://github.com/php-fig/container.git",
   1277                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
   1278             },
   1279             "dist": {
   1280                 "type": "zip",
   1281                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
   1282                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
   1283                 "shasum": ""
   1284             },
   1285             "require": {
   1286                 "php": ">=5.3.0"
   1287             },
   1288             "type": "library",
   1289             "extra": {
   1290                 "branch-alias": {
   1291                     "dev-master": "1.0.x-dev"
   1292                 }
   1293             },
   1294             "autoload": {
   1295                 "psr-4": {
   1296                     "Psr\\Container\\": "src/"
   1297                 }
   1298             },
   1299             "notification-url": "https://packagist.org/downloads/",
   1300             "license": [
   1301                 "MIT"
   1302             ],
   1303             "authors": [
   1304                 {
   1305                     "name": "PHP-FIG",
   1306                     "homepage": "http://www.php-fig.org/"
   1307                 }
   1308             ],
   1309             "description": "Common Container Interface (PHP FIG PSR-11)",
   1310             "homepage": "https://github.com/php-fig/container",
   1311             "keywords": [
   1312                 "PSR-11",
   1313                 "container",
   1314                 "container-interface",
   1315                 "container-interop",
   1316                 "psr"
   1317             ],
   1318             "time": "2017-02-14 16:28:37"
   1319         },
   1320         {
   1321             "name": "psr/http-message",
   1322             "version": "1.0.1",
   1323             "source": {
   1324                 "type": "git",
   1325                 "url": "https://github.com/php-fig/http-message.git",
   1326                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
   1327             },
   1328             "dist": {
   1329                 "type": "zip",
   1330                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
   1331                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
   1332                 "shasum": ""
   1333             },
   1334             "require": {
   1335                 "php": ">=5.3.0"
   1336             },
   1337             "type": "library",
   1338             "extra": {
   1339                 "branch-alias": {
   1340                     "dev-master": "1.0.x-dev"
   1341                 }
   1342             },
   1343             "autoload": {
   1344                 "psr-4": {
   1345                     "Psr\\Http\\Message\\": "src/"
   1346                 }
   1347             },
   1348             "notification-url": "https://packagist.org/downloads/",
   1349             "license": [
   1350                 "MIT"
   1351             ],
   1352             "authors": [
   1353                 {
   1354                     "name": "PHP-FIG",
   1355                     "homepage": "http://www.php-fig.org/"
   1356                 }
   1357             ],
   1358             "description": "Common interface for HTTP messages",
   1359             "homepage": "https://github.com/php-fig/http-message",
   1360             "keywords": [
   1361                 "http",
   1362                 "http-message",
   1363                 "psr",
   1364                 "psr-7",
   1365                 "request",
   1366                 "response"
   1367             ],
   1368             "time": "2016-08-06 14:39:51"
   1369         },
   1370         {
   1371             "name": "psr/log",
   1372             "version": "1.0.2",
   1373             "source": {
   1374                 "type": "git",
   1375                 "url": "https://github.com/php-fig/log.git",
   1376                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
   1377             },
   1378             "dist": {
   1379                 "type": "zip",
   1380                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
   1381                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
   1382                 "shasum": ""
   1383             },
   1384             "require": {
   1385                 "php": ">=5.3.0"
   1386             },
   1387             "type": "library",
   1388             "extra": {
   1389                 "branch-alias": {
   1390                     "dev-master": "1.0.x-dev"
   1391                 }
   1392             },
   1393             "autoload": {
   1394                 "psr-4": {
   1395                     "Psr\\Log\\": "Psr/Log/"
   1396                 }
   1397             },
   1398             "notification-url": "https://packagist.org/downloads/",
   1399             "license": [
   1400                 "MIT"
   1401             ],
   1402             "authors": [
   1403                 {
   1404                     "name": "PHP-FIG",
   1405                     "homepage": "http://www.php-fig.org/"
   1406                 }
   1407             ],
   1408             "description": "Common interface for logging libraries",
   1409             "homepage": "https://github.com/php-fig/log",
   1410             "keywords": [
   1411                 "log",
   1412                 "psr",
   1413                 "psr-3"
   1414             ],
   1415             "time": "2016-10-10 12:19:37"
   1416         },
   1417         {
   1418             "name": "psr/simple-cache",
   1419             "version": "1.0.1",
   1420             "source": {
   1421                 "type": "git",
   1422                 "url": "https://github.com/php-fig/simple-cache.git",
   1423                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
   1424             },
   1425             "dist": {
   1426                 "type": "zip",
   1427                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
   1428                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
   1429                 "shasum": ""
   1430             },
   1431             "require": {
   1432                 "php": ">=5.3.0"
   1433             },
   1434             "type": "library",
   1435             "extra": {
   1436                 "branch-alias": {
   1437                     "dev-master": "1.0.x-dev"
   1438                 }
   1439             },
   1440             "autoload": {
   1441                 "psr-4": {
   1442                     "Psr\\SimpleCache\\": "src/"
   1443                 }
   1444             },
   1445             "notification-url": "https://packagist.org/downloads/",
   1446             "license": [
   1447                 "MIT"
   1448             ],
   1449             "authors": [
   1450                 {
   1451                     "name": "PHP-FIG",
   1452                     "homepage": "http://www.php-fig.org/"
   1453                 }
   1454             ],
   1455             "description": "Common interfaces for simple caching",
   1456             "keywords": [
   1457                 "cache",
   1458                 "caching",
   1459                 "psr",
   1460                 "psr-16",
   1461                 "simple-cache"
   1462             ],
   1463             "time": "2017-10-23 01:57:42"
   1464         },
   1465         {
   1466             "name": "psy/psysh",
   1467             "version": "v0.9.7",
   1468             "source": {
   1469                 "type": "git",
   1470                 "url": "https://github.com/bobthecow/psysh.git",
   1471                 "reference": "4f5b6c090948773a8bfeea6a0f07ab7d0b24e932"
   1472             },
   1473             "dist": {
   1474                 "type": "zip",
   1475                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4f5b6c090948773a8bfeea6a0f07ab7d0b24e932",
   1476                 "reference": "4f5b6c090948773a8bfeea6a0f07ab7d0b24e932",
   1477                 "shasum": ""
   1478             },
   1479             "require": {
   1480                 "dnoegel/php-xdg-base-dir": "0.1",
   1481                 "ext-json": "*",
   1482                 "ext-tokenizer": "*",
   1483                 "jakub-onderka/php-console-highlighter": "0.3.*",
   1484                 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
   1485                 "php": ">=5.4.0",
   1486                 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
   1487                 "symfony/var-dumper": "~2.7|~3.0|~4.0"
   1488             },
   1489             "require-dev": {
   1490                 "bamarni/composer-bin-plugin": "^1.2",
   1491                 "hoa/console": "~2.15|~3.16",
   1492                 "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
   1493             },
   1494             "suggest": {
   1495                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
   1496                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
   1497                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
   1498                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
   1499                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
   1500             },
   1501             "bin": [
   1502                 "bin/psysh"
   1503             ],
   1504             "type": "library",
   1505             "extra": {
   1506                 "branch-alias": {
   1507                     "dev-develop": "0.9.x-dev"
   1508                 }
   1509             },
   1510             "autoload": {
   1511                 "files": [
   1512                     "src/functions.php"
   1513                 ],
   1514                 "psr-4": {
   1515                     "Psy\\": "src/"
   1516                 }
   1517             },
   1518             "notification-url": "https://packagist.org/downloads/",
   1519             "license": [
   1520                 "MIT"
   1521             ],
   1522             "authors": [
   1523                 {
   1524                     "name": "Justin Hileman",
   1525                     "email": "justin@justinhileman.info",
   1526                     "homepage": "http://justinhileman.com"
   1527                 }
   1528             ],
   1529             "description": "An interactive shell for modern PHP.",
   1530             "homepage": "http://psysh.org",
   1531             "keywords": [
   1532                 "REPL",
   1533                 "console",
   1534                 "interactive",
   1535                 "shell"
   1536             ],
   1537             "time": "2018-08-11 15:54:43"
   1538         },
   1539         {
   1540             "name": "ramsey/uuid",
   1541             "version": "3.8.0",
   1542             "source": {
   1543                 "type": "git",
   1544                 "url": "https://github.com/ramsey/uuid.git",
   1545                 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
   1546             },
   1547             "dist": {
   1548                 "type": "zip",
   1549                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
   1550                 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
   1551                 "shasum": ""
   1552             },
   1553             "require": {
   1554                 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
   1555                 "php": "^5.4 || ^7.0",
   1556                 "symfony/polyfill-ctype": "^1.8"
   1557             },
   1558             "replace": {
   1559                 "rhumsaa/uuid": "self.version"
   1560             },
   1561             "require-dev": {
   1562                 "codeception/aspect-mock": "^1.0 | ~2.0.0",
   1563                 "doctrine/annotations": "~1.2.0",
   1564                 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
   1565                 "ircmaxell/random-lib": "^1.1",
   1566                 "jakub-onderka/php-parallel-lint": "^0.9.0",
   1567                 "mockery/mockery": "^0.9.9",
   1568                 "moontoast/math": "^1.1",
   1569                 "php-mock/php-mock-phpunit": "^0.3|^1.1",
   1570                 "phpunit/phpunit": "^4.7|^5.0|^6.5",
   1571                 "squizlabs/php_codesniffer": "^2.3"
   1572             },
   1573             "suggest": {
   1574                 "ext-ctype": "Provides support for PHP Ctype functions",
   1575                 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
   1576                 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
   1577                 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
   1578                 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
   1579                 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
   1580                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
   1581             },
   1582             "type": "library",
   1583             "extra": {
   1584                 "branch-alias": {
   1585                     "dev-master": "3.x-dev"
   1586                 }
   1587             },
   1588             "autoload": {
   1589                 "psr-4": {
   1590                     "Ramsey\\Uuid\\": "src/"
   1591                 }
   1592             },
   1593             "notification-url": "https://packagist.org/downloads/",
   1594             "license": [
   1595                 "MIT"
   1596             ],
   1597             "authors": [
   1598                 {
   1599                     "name": "Marijn Huizendveld",
   1600                     "email": "marijn.huizendveld@gmail.com"
   1601                 },
   1602                 {
   1603                     "name": "Thibaud Fabre",
   1604                     "email": "thibaud@aztech.io"
   1605                 },
   1606                 {
   1607                     "name": "Ben Ramsey",
   1608                     "email": "ben@benramsey.com",
   1609                     "homepage": "https://benramsey.com"
   1610                 }
   1611             ],
   1612             "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
   1613             "homepage": "https://github.com/ramsey/uuid",
   1614             "keywords": [
   1615                 "guid",
   1616                 "identifier",
   1617                 "uuid"
   1618             ],
   1619             "time": "2018-07-19 23:38:55"
   1620         },
   1621         {
   1622             "name": "revolution/laravel-mastodon-api",
   1623             "version": "1.5.1",
   1624             "source": {
   1625                 "type": "git",
   1626                 "url": "https://github.com/kawax/laravel-mastodon-api.git",
   1627                 "reference": "5fd8083599174da4fe4d15e7386d670fe5f0099b"
   1628             },
   1629             "dist": {
   1630                 "type": "zip",
   1631                 "url": "https://api.github.com/repos/kawax/laravel-mastodon-api/zipball/5fd8083599174da4fe4d15e7386d670fe5f0099b",
   1632                 "reference": "5fd8083599174da4fe4d15e7386d670fe5f0099b",
   1633                 "shasum": ""
   1634             },
   1635             "require": {
   1636                 "guzzlehttp/guzzle": "^6.2",
   1637                 "illuminate/support": "^5.5",
   1638                 "php": ">=7.0.0"
   1639             },
   1640             "require-dev": {
   1641                 "mockery/mockery": "^1.0",
   1642                 "orchestra/testbench": "~3.5",
   1643                 "phpunit/phpunit": "6.*"
   1644             },
   1645             "type": "library",
   1646             "extra": {
   1647                 "laravel": {
   1648                     "providers": [
   1649                         "Revolution\\Mastodon\\Providers\\MastodonServiceProvider"
   1650                     ],
   1651                     "aliases": {
   1652                         "Mastodon": "Revolution\\Mastodon\\Facades\\Mastodon"
   1653                     }
   1654                 }
   1655             },
   1656             "autoload": {
   1657                 "psr-4": {
   1658                     "Revolution\\Mastodon\\": "src/"
   1659                 }
   1660             },
   1661             "notification-url": "https://packagist.org/downloads/",
   1662             "license": [
   1663                 "MIT"
   1664             ],
   1665             "authors": [
   1666                 {
   1667                     "name": "kawax",
   1668                     "email": "kawaxbiz@gmail.com"
   1669                 }
   1670             ],
   1671             "description": "Mastodon API for Laravel",
   1672             "keywords": [
   1673                 "laravel",
   1674                 "mastodon"
   1675             ],
   1676             "time": "2018-05-17 06:29:25"
   1677         },
   1678         {
   1679             "name": "revolution/socialite-mastodon",
   1680             "version": "1.2.1",
   1681             "source": {
   1682                 "type": "git",
   1683                 "url": "https://github.com/kawax/socialite-mastodon.git",
   1684                 "reference": "2c5f26cee466fabf5797de46f8a55b5537abfe17"
   1685             },
   1686             "dist": {
   1687                 "type": "zip",
   1688                 "url": "https://api.github.com/repos/kawax/socialite-mastodon/zipball/2c5f26cee466fabf5797de46f8a55b5537abfe17",
   1689                 "reference": "2c5f26cee466fabf5797de46f8a55b5537abfe17",
   1690                 "shasum": ""
   1691             },
   1692             "require": {
   1693                 "laravel/socialite": "*",
   1694                 "php": ">=7.0.0."
   1695             },
   1696             "require-dev": {
   1697                 "mockery/mockery": "^1.0",
   1698                 "phpunit/phpunit": "^6.0"
   1699             },
   1700             "type": "library",
   1701             "extra": {
   1702                 "laravel": {
   1703                     "providers": [
   1704                         "Revolution\\Socialite\\Mastodon\\MastodonServiceProvider"
   1705                     ]
   1706                 }
   1707             },
   1708             "autoload": {
   1709                 "psr-4": {
   1710                     "Revolution\\Socialite\\Mastodon\\": "src"
   1711                 }
   1712             },
   1713             "notification-url": "https://packagist.org/downloads/",
   1714             "license": [
   1715                 "MIT"
   1716             ],
   1717             "authors": [
   1718                 {
   1719                     "name": "kawax",
   1720                     "email": "kawaxbiz@gmail.com"
   1721                 }
   1722             ],
   1723             "description": "Socialite for Mastodon",
   1724             "keywords": [
   1725                 "laravel",
   1726                 "mastodon",
   1727                 "socialite"
   1728             ],
   1729             "time": "2018-05-10 03:45:17"
   1730         },
   1731         {
   1732             "name": "swiftmailer/swiftmailer",
   1733             "version": "v6.1.2",
   1734             "source": {
   1735                 "type": "git",
   1736                 "url": "https://github.com/swiftmailer/swiftmailer.git",
   1737                 "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8"
   1738             },
   1739             "dist": {
   1740                 "type": "zip",
   1741                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
   1742                 "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
   1743                 "shasum": ""
   1744             },
   1745             "require": {
   1746                 "egulias/email-validator": "~2.0",
   1747                 "php": ">=7.0.0"
   1748             },
   1749             "require-dev": {
   1750                 "mockery/mockery": "~0.9.1",
   1751                 "symfony/phpunit-bridge": "~3.3@dev"
   1752             },
   1753             "suggest": {
   1754                 "ext-intl": "Needed to support internationalized email addresses",
   1755                 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
   1756             },
   1757             "type": "library",
   1758             "extra": {
   1759                 "branch-alias": {
   1760                     "dev-master": "6.1-dev"
   1761                 }
   1762             },
   1763             "autoload": {
   1764                 "files": [
   1765                     "lib/swift_required.php"
   1766                 ]
   1767             },
   1768             "notification-url": "https://packagist.org/downloads/",
   1769             "license": [
   1770                 "MIT"
   1771             ],
   1772             "authors": [
   1773                 {
   1774                     "name": "Chris Corbyn"
   1775                 },
   1776                 {
   1777                     "name": "Fabien Potencier",
   1778                     "email": "fabien@symfony.com"
   1779                 }
   1780             ],
   1781             "description": "Swiftmailer, free feature-rich PHP mailer",
   1782             "homepage": "https://swiftmailer.symfony.com",
   1783             "keywords": [
   1784                 "email",
   1785                 "mail",
   1786                 "mailer"
   1787             ],
   1788             "time": "2018-07-13 07:04:35"
   1789         },
   1790         {
   1791             "name": "symfony/console",
   1792             "version": "v3.4.14",
   1793             "source": {
   1794                 "type": "git",
   1795                 "url": "https://github.com/symfony/console.git",
   1796                 "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73"
   1797             },
   1798             "dist": {
   1799                 "type": "zip",
   1800                 "url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73",
   1801                 "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73",
   1802                 "shasum": ""
   1803             },
   1804             "require": {
   1805                 "php": "^5.5.9|>=7.0.8",
   1806                 "symfony/debug": "~2.8|~3.0|~4.0",
   1807                 "symfony/polyfill-mbstring": "~1.0"
   1808             },
   1809             "conflict": {
   1810                 "symfony/dependency-injection": "<3.4",
   1811                 "symfony/process": "<3.3"
   1812             },
   1813             "require-dev": {
   1814                 "psr/log": "~1.0",
   1815                 "symfony/config": "~3.3|~4.0",
   1816                 "symfony/dependency-injection": "~3.4|~4.0",
   1817                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
   1818                 "symfony/lock": "~3.4|~4.0",
   1819                 "symfony/process": "~3.3|~4.0"
   1820             },
   1821             "suggest": {
   1822                 "psr/log-implementation": "For using the console logger",
   1823                 "symfony/event-dispatcher": "",
   1824                 "symfony/lock": "",
   1825                 "symfony/process": ""
   1826             },
   1827             "type": "library",
   1828             "extra": {
   1829                 "branch-alias": {
   1830                     "dev-master": "3.4-dev"
   1831                 }
   1832             },
   1833             "autoload": {
   1834                 "psr-4": {
   1835                     "Symfony\\Component\\Console\\": ""
   1836                 },
   1837                 "exclude-from-classmap": [
   1838                     "/Tests/"
   1839                 ]
   1840             },
   1841             "notification-url": "https://packagist.org/downloads/",
   1842             "license": [
   1843                 "MIT"
   1844             ],
   1845             "authors": [
   1846                 {
   1847                     "name": "Fabien Potencier",
   1848                     "email": "fabien@symfony.com"
   1849                 },
   1850                 {
   1851                     "name": "Symfony Community",
   1852                     "homepage": "https://symfony.com/contributors"
   1853                 }
   1854             ],
   1855             "description": "Symfony Console Component",
   1856             "homepage": "https://symfony.com",
   1857             "time": "2018-07-26 11:19:56"
   1858         },
   1859         {
   1860             "name": "symfony/css-selector",
   1861             "version": "v3.4.14",
   1862             "source": {
   1863                 "type": "git",
   1864                 "url": "https://github.com/symfony/css-selector.git",
   1865                 "reference": "edda5a6155000ff8c3a3f85ee5c421af93cca416"
   1866             },
   1867             "dist": {
   1868                 "type": "zip",
   1869                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/edda5a6155000ff8c3a3f85ee5c421af93cca416",
   1870                 "reference": "edda5a6155000ff8c3a3f85ee5c421af93cca416",
   1871                 "shasum": ""
   1872             },
   1873             "require": {
   1874                 "php": "^5.5.9|>=7.0.8"
   1875             },
   1876             "type": "library",
   1877             "extra": {
   1878                 "branch-alias": {
   1879                     "dev-master": "3.4-dev"
   1880                 }
   1881             },
   1882             "autoload": {
   1883                 "psr-4": {
   1884                     "Symfony\\Component\\CssSelector\\": ""
   1885                 },
   1886                 "exclude-from-classmap": [
   1887                     "/Tests/"
   1888                 ]
   1889             },
   1890             "notification-url": "https://packagist.org/downloads/",
   1891             "license": [
   1892                 "MIT"
   1893             ],
   1894             "authors": [
   1895                 {
   1896                     "name": "Jean-François Simon",
   1897                     "email": "jeanfrancois.simon@sensiolabs.com"
   1898                 },
   1899                 {
   1900                     "name": "Fabien Potencier",
   1901                     "email": "fabien@symfony.com"
   1902                 },
   1903                 {
   1904                     "name": "Symfony Community",
   1905                     "homepage": "https://symfony.com/contributors"
   1906                 }
   1907             ],
   1908             "description": "Symfony CssSelector Component",
   1909             "homepage": "https://symfony.com",
   1910             "time": "2018-07-26 09:06:28"
   1911         },
   1912         {
   1913             "name": "symfony/debug",
   1914             "version": "v3.4.14",
   1915             "source": {
   1916                 "type": "git",
   1917                 "url": "https://github.com/symfony/debug.git",
   1918                 "reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc"
   1919             },
   1920             "dist": {
   1921                 "type": "zip",
   1922                 "url": "https://api.github.com/repos/symfony/debug/zipball/d5a058ff6ecad26b30c1ba452241306ea34c65cc",
   1923                 "reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc",
   1924                 "shasum": ""
   1925             },
   1926             "require": {
   1927                 "php": "^5.5.9|>=7.0.8",
   1928                 "psr/log": "~1.0"
   1929             },
   1930             "conflict": {
   1931                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
   1932             },
   1933             "require-dev": {
   1934                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
   1935             },
   1936             "type": "library",
   1937             "extra": {
   1938                 "branch-alias": {
   1939                     "dev-master": "3.4-dev"
   1940                 }
   1941             },
   1942             "autoload": {
   1943                 "psr-4": {
   1944                     "Symfony\\Component\\Debug\\": ""
   1945                 },
   1946                 "exclude-from-classmap": [
   1947                     "/Tests/"
   1948                 ]
   1949             },
   1950             "notification-url": "https://packagist.org/downloads/",
   1951             "license": [
   1952                 "MIT"
   1953             ],
   1954             "authors": [
   1955                 {
   1956                     "name": "Fabien Potencier",
   1957                     "email": "fabien@symfony.com"
   1958                 },
   1959                 {
   1960                     "name": "Symfony Community",
   1961                     "homepage": "https://symfony.com/contributors"
   1962                 }
   1963             ],
   1964             "description": "Symfony Debug Component",
   1965             "homepage": "https://symfony.com",
   1966             "time": "2018-07-26 11:19:56"
   1967         },
   1968         {
   1969             "name": "symfony/event-dispatcher",
   1970             "version": "v3.4.14",
   1971             "source": {
   1972                 "type": "git",
   1973                 "url": "https://github.com/symfony/event-dispatcher.git",
   1974                 "reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb"
   1975             },
   1976             "dist": {
   1977                 "type": "zip",
   1978                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb",
   1979                 "reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb",
   1980                 "shasum": ""
   1981             },
   1982             "require": {
   1983                 "php": "^5.5.9|>=7.0.8"
   1984             },
   1985             "conflict": {
   1986                 "symfony/dependency-injection": "<3.3"
   1987             },
   1988             "require-dev": {
   1989                 "psr/log": "~1.0",
   1990                 "symfony/config": "~2.8|~3.0|~4.0",
   1991                 "symfony/dependency-injection": "~3.3|~4.0",
   1992                 "symfony/expression-language": "~2.8|~3.0|~4.0",
   1993                 "symfony/stopwatch": "~2.8|~3.0|~4.0"
   1994             },
   1995             "suggest": {
   1996                 "symfony/dependency-injection": "",
   1997                 "symfony/http-kernel": ""
   1998             },
   1999             "type": "library",
   2000             "extra": {
   2001                 "branch-alias": {
   2002                     "dev-master": "3.4-dev"
   2003                 }
   2004             },
   2005             "autoload": {
   2006                 "psr-4": {
   2007                     "Symfony\\Component\\EventDispatcher\\": ""
   2008                 },
   2009                 "exclude-from-classmap": [
   2010                     "/Tests/"
   2011                 ]
   2012             },
   2013             "notification-url": "https://packagist.org/downloads/",
   2014             "license": [
   2015                 "MIT"
   2016             ],
   2017             "authors": [
   2018                 {
   2019                     "name": "Fabien Potencier",
   2020                     "email": "fabien@symfony.com"
   2021                 },
   2022                 {
   2023                     "name": "Symfony Community",
   2024                     "homepage": "https://symfony.com/contributors"
   2025                 }
   2026             ],
   2027             "description": "Symfony EventDispatcher Component",
   2028             "homepage": "https://symfony.com",
   2029             "time": "2018-07-26 09:06:28"
   2030         },
   2031         {
   2032             "name": "symfony/finder",
   2033             "version": "v3.4.14",
   2034             "source": {
   2035                 "type": "git",
   2036                 "url": "https://github.com/symfony/finder.git",
   2037                 "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a"
   2038             },
   2039             "dist": {
   2040                 "type": "zip",
   2041                 "url": "https://api.github.com/repos/symfony/finder/zipball/8a84fcb207451df0013b2c74cbbf1b62d47b999a",
   2042                 "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a",
   2043                 "shasum": ""
   2044             },
   2045             "require": {
   2046                 "php": "^5.5.9|>=7.0.8"
   2047             },
   2048             "type": "library",
   2049             "extra": {
   2050                 "branch-alias": {
   2051                     "dev-master": "3.4-dev"
   2052                 }
   2053             },
   2054             "autoload": {
   2055                 "psr-4": {
   2056                     "Symfony\\Component\\Finder\\": ""
   2057                 },
   2058                 "exclude-from-classmap": [
   2059                     "/Tests/"
   2060                 ]
   2061             },
   2062             "notification-url": "https://packagist.org/downloads/",
   2063             "license": [
   2064                 "MIT"
   2065             ],
   2066             "authors": [
   2067                 {
   2068                     "name": "Fabien Potencier",
   2069                     "email": "fabien@symfony.com"
   2070                 },
   2071                 {
   2072                     "name": "Symfony Community",
   2073                     "homepage": "https://symfony.com/contributors"
   2074                 }
   2075             ],
   2076             "description": "Symfony Finder Component",
   2077             "homepage": "https://symfony.com",
   2078             "time": "2018-07-26 11:19:56"
   2079         },
   2080         {
   2081             "name": "symfony/http-foundation",
   2082             "version": "v3.4.14",
   2083             "source": {
   2084                 "type": "git",
   2085                 "url": "https://github.com/symfony/http-foundation.git",
   2086                 "reference": "19a3267828046a2a4a05e3dc2954bbd2e0ad9fa6"
   2087             },
   2088             "dist": {
   2089                 "type": "zip",
   2090                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/19a3267828046a2a4a05e3dc2954bbd2e0ad9fa6",
   2091                 "reference": "19a3267828046a2a4a05e3dc2954bbd2e0ad9fa6",
   2092                 "shasum": ""
   2093             },
   2094             "require": {
   2095                 "php": "^5.5.9|>=7.0.8",
   2096                 "symfony/polyfill-mbstring": "~1.1",
   2097                 "symfony/polyfill-php70": "~1.6"
   2098             },
   2099             "require-dev": {
   2100                 "symfony/expression-language": "~2.8|~3.0|~4.0"
   2101             },
   2102             "type": "library",
   2103             "extra": {
   2104                 "branch-alias": {
   2105                     "dev-master": "3.4-dev"
   2106                 }
   2107             },
   2108             "autoload": {
   2109                 "psr-4": {
   2110                     "Symfony\\Component\\HttpFoundation\\": ""
   2111                 },
   2112                 "exclude-from-classmap": [
   2113                     "/Tests/"
   2114                 ]
   2115             },
   2116             "notification-url": "https://packagist.org/downloads/",
   2117             "license": [
   2118                 "MIT"
   2119             ],
   2120             "authors": [
   2121                 {
   2122                     "name": "Fabien Potencier",
   2123                     "email": "fabien@symfony.com"
   2124                 },
   2125                 {
   2126                     "name": "Symfony Community",
   2127                     "homepage": "https://symfony.com/contributors"
   2128                 }
   2129             ],
   2130             "description": "Symfony HttpFoundation Component",
   2131             "homepage": "https://symfony.com",
   2132             "time": "2018-08-01 14:04:26"
   2133         },
   2134         {
   2135             "name": "symfony/http-kernel",
   2136             "version": "v3.4.14",
   2137             "source": {
   2138                 "type": "git",
   2139                 "url": "https://github.com/symfony/http-kernel.git",
   2140                 "reference": "8e84cc498f0ffecfbabdea78b87828fd66189544"
   2141             },
   2142             "dist": {
   2143                 "type": "zip",
   2144                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8e84cc498f0ffecfbabdea78b87828fd66189544",
   2145                 "reference": "8e84cc498f0ffecfbabdea78b87828fd66189544",
   2146                 "shasum": ""
   2147             },
   2148             "require": {
   2149                 "php": "^5.5.9|>=7.0.8",
   2150                 "psr/log": "~1.0",
   2151                 "symfony/debug": "~2.8|~3.0|~4.0",
   2152                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
   2153                 "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
   2154                 "symfony/polyfill-ctype": "~1.8"
   2155             },
   2156             "conflict": {
   2157                 "symfony/config": "<2.8",
   2158                 "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
   2159                 "symfony/var-dumper": "<3.3",
   2160                 "twig/twig": "<1.34|<2.4,>=2"
   2161             },
   2162             "provide": {
   2163                 "psr/log-implementation": "1.0"
   2164             },
   2165             "require-dev": {
   2166                 "psr/cache": "~1.0",
   2167                 "symfony/browser-kit": "~2.8|~3.0|~4.0",
   2168                 "symfony/class-loader": "~2.8|~3.0",
   2169                 "symfony/config": "~2.8|~3.0|~4.0",
   2170                 "symfony/console": "~2.8|~3.0|~4.0",
   2171                 "symfony/css-selector": "~2.8|~3.0|~4.0",
   2172                 "symfony/dependency-injection": "^3.4.10|^4.0.10",
   2173                 "symfony/dom-crawler": "~2.8|~3.0|~4.0",
   2174                 "symfony/expression-language": "~2.8|~3.0|~4.0",
   2175                 "symfony/finder": "~2.8|~3.0|~4.0",
   2176                 "symfony/process": "~2.8|~3.0|~4.0",
   2177                 "symfony/routing": "~3.4|~4.0",
   2178                 "symfony/stopwatch": "~2.8|~3.0|~4.0",
   2179                 "symfony/templating": "~2.8|~3.0|~4.0",
   2180                 "symfony/translation": "~2.8|~3.0|~4.0",
   2181                 "symfony/var-dumper": "~3.3|~4.0"
   2182             },
   2183             "suggest": {
   2184                 "symfony/browser-kit": "",
   2185                 "symfony/config": "",
   2186                 "symfony/console": "",
   2187                 "symfony/dependency-injection": "",
   2188                 "symfony/finder": "",
   2189                 "symfony/var-dumper": ""
   2190             },
   2191             "type": "library",
   2192             "extra": {
   2193                 "branch-alias": {
   2194                     "dev-master": "3.4-dev"
   2195                 }
   2196             },
   2197             "autoload": {
   2198                 "psr-4": {
   2199                     "Symfony\\Component\\HttpKernel\\": ""
   2200                 },
   2201                 "exclude-from-classmap": [
   2202                     "/Tests/"
   2203                 ]
   2204             },
   2205             "notification-url": "https://packagist.org/downloads/",
   2206             "license": [
   2207                 "MIT"
   2208             ],
   2209             "authors": [
   2210                 {
   2211                     "name": "Fabien Potencier",
   2212                     "email": "fabien@symfony.com"
   2213                 },
   2214                 {
   2215                     "name": "Symfony Community",
   2216                     "homepage": "https://symfony.com/contributors"
   2217                 }
   2218             ],
   2219             "description": "Symfony HttpKernel Component",
   2220             "homepage": "https://symfony.com",
   2221             "time": "2018-08-01 14:47:47"
   2222         },
   2223         {
   2224             "name": "symfony/polyfill-ctype",
   2225             "version": "v1.9.0",
   2226             "source": {
   2227                 "type": "git",
   2228                 "url": "https://github.com/symfony/polyfill-ctype.git",
   2229                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
   2230             },
   2231             "dist": {
   2232                 "type": "zip",
   2233                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
   2234                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
   2235                 "shasum": ""
   2236             },
   2237             "require": {
   2238                 "php": ">=5.3.3"
   2239             },
   2240             "suggest": {
   2241                 "ext-ctype": "For best performance"
   2242             },
   2243             "type": "library",
   2244             "extra": {
   2245                 "branch-alias": {
   2246                     "dev-master": "1.9-dev"
   2247                 }
   2248             },
   2249             "autoload": {
   2250                 "psr-4": {
   2251                     "Symfony\\Polyfill\\Ctype\\": ""
   2252                 },
   2253                 "files": [
   2254                     "bootstrap.php"
   2255                 ]
   2256             },
   2257             "notification-url": "https://packagist.org/downloads/",
   2258             "license": [
   2259                 "MIT"
   2260             ],
   2261             "authors": [
   2262                 {
   2263                     "name": "Symfony Community",
   2264                     "homepage": "https://symfony.com/contributors"
   2265                 },
   2266                 {
   2267                     "name": "Gert de Pagter",
   2268                     "email": "BackEndTea@gmail.com"
   2269                 }
   2270             ],
   2271             "description": "Symfony polyfill for ctype functions",
   2272             "homepage": "https://symfony.com",
   2273             "keywords": [
   2274                 "compatibility",
   2275                 "ctype",
   2276                 "polyfill",
   2277                 "portable"
   2278             ],
   2279             "time": "2018-08-06 14:22:27"
   2280         },
   2281         {
   2282             "name": "symfony/polyfill-mbstring",
   2283             "version": "v1.9.0",
   2284             "source": {
   2285                 "type": "git",
   2286                 "url": "https://github.com/symfony/polyfill-mbstring.git",
   2287                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
   2288             },
   2289             "dist": {
   2290                 "type": "zip",
   2291                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
   2292                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
   2293                 "shasum": ""
   2294             },
   2295             "require": {
   2296                 "php": ">=5.3.3"
   2297             },
   2298             "suggest": {
   2299                 "ext-mbstring": "For best performance"
   2300             },
   2301             "type": "library",
   2302             "extra": {
   2303                 "branch-alias": {
   2304                     "dev-master": "1.9-dev"
   2305                 }
   2306             },
   2307             "autoload": {
   2308                 "psr-4": {
   2309                     "Symfony\\Polyfill\\Mbstring\\": ""
   2310                 },
   2311                 "files": [
   2312                     "bootstrap.php"
   2313                 ]
   2314             },
   2315             "notification-url": "https://packagist.org/downloads/",
   2316             "license": [
   2317                 "MIT"
   2318             ],
   2319             "authors": [
   2320                 {
   2321                     "name": "Nicolas Grekas",
   2322                     "email": "p@tchwork.com"
   2323                 },
   2324                 {
   2325                     "name": "Symfony Community",
   2326                     "homepage": "https://symfony.com/contributors"
   2327                 }
   2328             ],
   2329             "description": "Symfony polyfill for the Mbstring extension",
   2330             "homepage": "https://symfony.com",
   2331             "keywords": [
   2332                 "compatibility",
   2333                 "mbstring",
   2334                 "polyfill",
   2335                 "portable",
   2336                 "shim"
   2337             ],
   2338             "time": "2018-08-06 14:22:27"
   2339         },
   2340         {
   2341             "name": "symfony/polyfill-php70",
   2342             "version": "v1.9.0",
   2343             "source": {
   2344                 "type": "git",
   2345                 "url": "https://github.com/symfony/polyfill-php70.git",
   2346                 "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934"
   2347             },
   2348             "dist": {
   2349                 "type": "zip",
   2350                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
   2351                 "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
   2352                 "shasum": ""
   2353             },
   2354             "require": {
   2355                 "paragonie/random_compat": "~1.0|~2.0|~9.99",
   2356                 "php": ">=5.3.3"
   2357             },
   2358             "type": "library",
   2359             "extra": {
   2360                 "branch-alias": {
   2361                     "dev-master": "1.9-dev"
   2362                 }
   2363             },
   2364             "autoload": {
   2365                 "psr-4": {
   2366                     "Symfony\\Polyfill\\Php70\\": ""
   2367                 },
   2368                 "files": [
   2369                     "bootstrap.php"
   2370                 ],
   2371                 "classmap": [
   2372                     "Resources/stubs"
   2373                 ]
   2374             },
   2375             "notification-url": "https://packagist.org/downloads/",
   2376             "license": [
   2377                 "MIT"
   2378             ],
   2379             "authors": [
   2380                 {
   2381                     "name": "Nicolas Grekas",
   2382                     "email": "p@tchwork.com"
   2383                 },
   2384                 {
   2385                     "name": "Symfony Community",
   2386                     "homepage": "https://symfony.com/contributors"
   2387                 }
   2388             ],
   2389             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
   2390             "homepage": "https://symfony.com",
   2391             "keywords": [
   2392                 "compatibility",
   2393                 "polyfill",
   2394                 "portable",
   2395                 "shim"
   2396             ],
   2397             "time": "2018-08-06 14:22:27"
   2398         },
   2399         {
   2400             "name": "symfony/process",
   2401             "version": "v3.4.14",
   2402             "source": {
   2403                 "type": "git",
   2404                 "url": "https://github.com/symfony/process.git",
   2405                 "reference": "0414db29bd770ec5a4152683e655f55efd4fa60f"
   2406             },
   2407             "dist": {
   2408                 "type": "zip",
   2409                 "url": "https://api.github.com/repos/symfony/process/zipball/0414db29bd770ec5a4152683e655f55efd4fa60f",
   2410                 "reference": "0414db29bd770ec5a4152683e655f55efd4fa60f",
   2411                 "shasum": ""
   2412             },
   2413             "require": {
   2414                 "php": "^5.5.9|>=7.0.8"
   2415             },
   2416             "type": "library",
   2417             "extra": {
   2418                 "branch-alias": {
   2419                     "dev-master": "3.4-dev"
   2420                 }
   2421             },
   2422             "autoload": {
   2423                 "psr-4": {
   2424                     "Symfony\\Component\\Process\\": ""
   2425                 },
   2426                 "exclude-from-classmap": [
   2427                     "/Tests/"
   2428                 ]
   2429             },
   2430             "notification-url": "https://packagist.org/downloads/",
   2431             "license": [
   2432                 "MIT"
   2433             ],
   2434             "authors": [
   2435                 {
   2436                     "name": "Fabien Potencier",
   2437                     "email": "fabien@symfony.com"
   2438                 },
   2439                 {
   2440                     "name": "Symfony Community",
   2441                     "homepage": "https://symfony.com/contributors"
   2442                 }
   2443             ],
   2444             "description": "Symfony Process Component",
   2445             "homepage": "https://symfony.com",
   2446             "time": "2018-07-26 11:19:56"
   2447         },
   2448         {
   2449             "name": "symfony/routing",
   2450             "version": "v3.4.14",
   2451             "source": {
   2452                 "type": "git",
   2453                 "url": "https://github.com/symfony/routing.git",
   2454                 "reference": "e20f4bb79502c3c0db86d572f7683a30d4143911"
   2455             },
   2456             "dist": {
   2457                 "type": "zip",
   2458                 "url": "https://api.github.com/repos/symfony/routing/zipball/e20f4bb79502c3c0db86d572f7683a30d4143911",
   2459                 "reference": "e20f4bb79502c3c0db86d572f7683a30d4143911",
   2460                 "shasum": ""
   2461             },
   2462             "require": {
   2463                 "php": "^5.5.9|>=7.0.8"
   2464             },
   2465             "conflict": {
   2466                 "symfony/config": "<3.3.1",
   2467                 "symfony/dependency-injection": "<3.3",
   2468                 "symfony/yaml": "<3.4"
   2469             },
   2470             "require-dev": {
   2471                 "doctrine/annotations": "~1.0",
   2472                 "psr/log": "~1.0",
   2473                 "symfony/config": "^3.3.1|~4.0",
   2474                 "symfony/dependency-injection": "~3.3|~4.0",
   2475                 "symfony/expression-language": "~2.8|~3.0|~4.0",
   2476                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
   2477                 "symfony/yaml": "~3.4|~4.0"
   2478             },
   2479             "suggest": {
   2480                 "doctrine/annotations": "For using the annotation loader",
   2481                 "symfony/config": "For using the all-in-one router or any loader",
   2482                 "symfony/dependency-injection": "For loading routes from a service",
   2483                 "symfony/expression-language": "For using expression matching",
   2484                 "symfony/http-foundation": "For using a Symfony Request object",
   2485                 "symfony/yaml": "For using the YAML loader"
   2486             },
   2487             "type": "library",
   2488             "extra": {
   2489                 "branch-alias": {
   2490                     "dev-master": "3.4-dev"
   2491                 }
   2492             },
   2493             "autoload": {
   2494                 "psr-4": {
   2495                     "Symfony\\Component\\Routing\\": ""
   2496                 },
   2497                 "exclude-from-classmap": [
   2498                     "/Tests/"
   2499                 ]
   2500             },
   2501             "notification-url": "https://packagist.org/downloads/",
   2502             "license": [
   2503                 "MIT"
   2504             ],
   2505             "authors": [
   2506                 {
   2507                     "name": "Fabien Potencier",
   2508                     "email": "fabien@symfony.com"
   2509                 },
   2510                 {
   2511                     "name": "Symfony Community",
   2512                     "homepage": "https://symfony.com/contributors"
   2513                 }
   2514             ],
   2515             "description": "Symfony Routing Component",
   2516             "homepage": "https://symfony.com",
   2517             "keywords": [
   2518                 "router",
   2519                 "routing",
   2520                 "uri",
   2521                 "url"
   2522             ],
   2523             "time": "2018-07-26 11:19:56"
   2524         },
   2525         {
   2526             "name": "symfony/translation",
   2527             "version": "v3.4.14",
   2528             "source": {
   2529                 "type": "git",
   2530                 "url": "https://github.com/symfony/translation.git",
   2531                 "reference": "9749930bfc825139aadd2d28461ddbaed6577862"
   2532             },
   2533             "dist": {
   2534                 "type": "zip",
   2535                 "url": "https://api.github.com/repos/symfony/translation/zipball/9749930bfc825139aadd2d28461ddbaed6577862",
   2536                 "reference": "9749930bfc825139aadd2d28461ddbaed6577862",
   2537                 "shasum": ""
   2538             },
   2539             "require": {
   2540                 "php": "^5.5.9|>=7.0.8",
   2541                 "symfony/polyfill-mbstring": "~1.0"
   2542             },
   2543             "conflict": {
   2544                 "symfony/config": "<2.8",
   2545                 "symfony/dependency-injection": "<3.4",
   2546                 "symfony/yaml": "<3.4"
   2547             },
   2548             "require-dev": {
   2549                 "psr/log": "~1.0",
   2550                 "symfony/config": "~2.8|~3.0|~4.0",
   2551                 "symfony/dependency-injection": "~3.4|~4.0",
   2552                 "symfony/finder": "~2.8|~3.0|~4.0",
   2553                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
   2554                 "symfony/yaml": "~3.4|~4.0"
   2555             },
   2556             "suggest": {
   2557                 "psr/log-implementation": "To use logging capability in translator",
   2558                 "symfony/config": "",
   2559                 "symfony/yaml": ""
   2560             },
   2561             "type": "library",
   2562             "extra": {
   2563                 "branch-alias": {
   2564                     "dev-master": "3.4-dev"
   2565                 }
   2566             },
   2567             "autoload": {
   2568                 "psr-4": {
   2569                     "Symfony\\Component\\Translation\\": ""
   2570                 },
   2571                 "exclude-from-classmap": [
   2572                     "/Tests/"
   2573                 ]
   2574             },
   2575             "notification-url": "https://packagist.org/downloads/",
   2576             "license": [
   2577                 "MIT"
   2578             ],
   2579             "authors": [
   2580                 {
   2581                     "name": "Fabien Potencier",
   2582                     "email": "fabien@symfony.com"
   2583                 },
   2584                 {
   2585                     "name": "Symfony Community",
   2586                     "homepage": "https://symfony.com/contributors"
   2587                 }
   2588             ],
   2589             "description": "Symfony Translation Component",
   2590             "homepage": "https://symfony.com",
   2591             "time": "2018-07-26 11:19:56"
   2592         },
   2593         {
   2594             "name": "symfony/var-dumper",
   2595             "version": "v3.4.14",
   2596             "source": {
   2597                 "type": "git",
   2598                 "url": "https://github.com/symfony/var-dumper.git",
   2599                 "reference": "f62a394bd3de96f2f5e8f4c7d685035897fb3cb3"
   2600             },
   2601             "dist": {
   2602                 "type": "zip",
   2603                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f62a394bd3de96f2f5e8f4c7d685035897fb3cb3",
   2604                 "reference": "f62a394bd3de96f2f5e8f4c7d685035897fb3cb3",
   2605                 "shasum": ""
   2606             },
   2607             "require": {
   2608                 "php": "^5.5.9|>=7.0.8",
   2609                 "symfony/polyfill-mbstring": "~1.0"
   2610             },
   2611             "conflict": {
   2612                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
   2613             },
   2614             "require-dev": {
   2615                 "ext-iconv": "*",
   2616                 "twig/twig": "~1.34|~2.4"
   2617             },
   2618             "suggest": {
   2619                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
   2620                 "ext-intl": "To show region name in time zone dump",
   2621                 "ext-symfony_debug": ""
   2622             },
   2623             "type": "library",
   2624             "extra": {
   2625                 "branch-alias": {
   2626                     "dev-master": "3.4-dev"
   2627                 }
   2628             },
   2629             "autoload": {
   2630                 "files": [
   2631                     "Resources/functions/dump.php"
   2632                 ],
   2633                 "psr-4": {
   2634                     "Symfony\\Component\\VarDumper\\": ""
   2635                 },
   2636                 "exclude-from-classmap": [
   2637                     "/Tests/"
   2638                 ]
   2639             },
   2640             "notification-url": "https://packagist.org/downloads/",
   2641             "license": [
   2642                 "MIT"
   2643             ],
   2644             "authors": [
   2645                 {
   2646                     "name": "Nicolas Grekas",
   2647                     "email": "p@tchwork.com"
   2648                 },
   2649                 {
   2650                     "name": "Symfony Community",
   2651                     "homepage": "https://symfony.com/contributors"
   2652                 }
   2653             ],
   2654             "description": "Symfony mechanism for exploring and dumping PHP variables",
   2655             "homepage": "https://symfony.com",
   2656             "keywords": [
   2657                 "debug",
   2658                 "dump"
   2659             ],
   2660             "time": "2018-07-26 11:19:56"
   2661         },
   2662         {
   2663             "name": "tijsverkoyen/css-to-inline-styles",
   2664             "version": "2.2.1",
   2665             "source": {
   2666                 "type": "git",
   2667                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
   2668                 "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
   2669             },
   2670             "dist": {
   2671                 "type": "zip",
   2672                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
   2673                 "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
   2674                 "shasum": ""
   2675             },
   2676             "require": {
   2677                 "php": "^5.5 || ^7.0",
   2678                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
   2679             },
   2680             "require-dev": {
   2681                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
   2682             },
   2683             "type": "library",
   2684             "extra": {
   2685                 "branch-alias": {
   2686                     "dev-master": "2.2.x-dev"
   2687                 }
   2688             },
   2689             "autoload": {
   2690                 "psr-4": {
   2691                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
   2692                 }
   2693             },
   2694             "notification-url": "https://packagist.org/downloads/",
   2695             "license": [
   2696                 "BSD-3-Clause"
   2697             ],
   2698             "authors": [
   2699                 {
   2700                     "name": "Tijs Verkoyen",
   2701                     "email": "css_to_inline_styles@verkoyen.eu",
   2702                     "role": "Developer"
   2703                 }
   2704             ],
   2705             "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
   2706             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
   2707             "time": "2017-11-27 11:13:29"
   2708         },
   2709         {
   2710             "name": "vlucas/phpdotenv",
   2711             "version": "v2.5.1",
   2712             "source": {
   2713                 "type": "git",
   2714                 "url": "https://github.com/vlucas/phpdotenv.git",
   2715                 "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
   2716             },
   2717             "dist": {
   2718                 "type": "zip",
   2719                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
   2720                 "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
   2721                 "shasum": ""
   2722             },
   2723             "require": {
   2724                 "php": ">=5.3.9"
   2725             },
   2726             "require-dev": {
   2727                 "phpunit/phpunit": "^4.8.35 || ^5.0"
   2728             },
   2729             "type": "library",
   2730             "extra": {
   2731                 "branch-alias": {
   2732                     "dev-master": "2.5-dev"
   2733                 }
   2734             },
   2735             "autoload": {
   2736                 "psr-4": {
   2737                     "Dotenv\\": "src/"
   2738                 }
   2739             },
   2740             "notification-url": "https://packagist.org/downloads/",
   2741             "license": [
   2742                 "BSD-3-Clause"
   2743             ],
   2744             "authors": [
   2745                 {
   2746                     "name": "Vance Lucas",
   2747                     "email": "vance@vancelucas.com",
   2748                     "homepage": "http://www.vancelucas.com"
   2749                 }
   2750             ],
   2751             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
   2752             "keywords": [
   2753                 "dotenv",
   2754                 "env",
   2755                 "environment"
   2756             ],
   2757             "time": "2018-07-29 20:33:41"
   2758         }
   2759     ],
   2760     "packages-dev": [
   2761         {
   2762             "name": "doctrine/instantiator",
   2763             "version": "1.0.5",
   2764             "source": {
   2765                 "type": "git",
   2766                 "url": "https://github.com/doctrine/instantiator.git",
   2767                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
   2768             },
   2769             "dist": {
   2770                 "type": "zip",
   2771                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
   2772                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
   2773                 "shasum": ""
   2774             },
   2775             "require": {
   2776                 "php": ">=5.3,<8.0-DEV"
   2777             },
   2778             "require-dev": {
   2779                 "athletic/athletic": "~0.1.8",
   2780                 "ext-pdo": "*",
   2781                 "ext-phar": "*",
   2782                 "phpunit/phpunit": "~4.0",
   2783                 "squizlabs/php_codesniffer": "~2.0"
   2784             },
   2785             "type": "library",
   2786             "extra": {
   2787                 "branch-alias": {
   2788                     "dev-master": "1.0.x-dev"
   2789                 }
   2790             },
   2791             "autoload": {
   2792                 "psr-4": {
   2793                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
   2794                 }
   2795             },
   2796             "notification-url": "https://packagist.org/downloads/",
   2797             "license": [
   2798                 "MIT"
   2799             ],
   2800             "authors": [
   2801                 {
   2802                     "name": "Marco Pivetta",
   2803                     "email": "ocramius@gmail.com",
   2804                     "homepage": "http://ocramius.github.com/"
   2805                 }
   2806             ],
   2807             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
   2808             "homepage": "https://github.com/doctrine/instantiator",
   2809             "keywords": [
   2810                 "constructor",
   2811                 "instantiate"
   2812             ],
   2813             "time": "2015-06-14 21:17:01"
   2814         },
   2815         {
   2816             "name": "filp/whoops",
   2817             "version": "2.2.0",
   2818             "source": {
   2819                 "type": "git",
   2820                 "url": "https://github.com/filp/whoops.git",
   2821                 "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a"
   2822             },
   2823             "dist": {
   2824                 "type": "zip",
   2825                 "url": "https://api.github.com/repos/filp/whoops/zipball/181c4502d8f34db7aed7bfe88d4f87875b8e947a",
   2826                 "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a",
   2827                 "shasum": ""
   2828             },
   2829             "require": {
   2830                 "php": "^5.5.9 || ^7.0",
   2831                 "psr/log": "^1.0.1"
   2832             },
   2833             "require-dev": {
   2834                 "mockery/mockery": "^0.9 || ^1.0",
   2835                 "phpunit/phpunit": "^4.8.35 || ^5.7",
   2836                 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
   2837             },
   2838             "suggest": {
   2839                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
   2840                 "whoops/soap": "Formats errors as SOAP responses"
   2841             },
   2842             "type": "library",
   2843             "extra": {
   2844                 "branch-alias": {
   2845                     "dev-master": "2.1-dev"
   2846                 }
   2847             },
   2848             "autoload": {
   2849                 "psr-4": {
   2850                     "Whoops\\": "src/Whoops/"
   2851                 }
   2852             },
   2853             "notification-url": "https://packagist.org/downloads/",
   2854             "license": [
   2855                 "MIT"
   2856             ],
   2857             "authors": [
   2858                 {
   2859                     "name": "Filipe Dobreira",
   2860                     "homepage": "https://github.com/filp",
   2861                     "role": "Developer"
   2862                 }
   2863             ],
   2864             "description": "php error handling for cool kids",
   2865             "homepage": "https://filp.github.io/whoops/",
   2866             "keywords": [
   2867                 "error",
   2868                 "exception",
   2869                 "handling",
   2870                 "library",
   2871                 "throwable",
   2872                 "whoops"
   2873             ],
   2874             "time": "2018-03-03 17:56:25"
   2875         },
   2876         {
   2877             "name": "fzaninotto/faker",
   2878             "version": "v1.8.0",
   2879             "source": {
   2880                 "type": "git",
   2881                 "url": "https://github.com/fzaninotto/Faker.git",
   2882                 "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
   2883             },
   2884             "dist": {
   2885                 "type": "zip",
   2886                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
   2887                 "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
   2888                 "shasum": ""
   2889             },
   2890             "require": {
   2891                 "php": "^5.3.3 || ^7.0"
   2892             },
   2893             "require-dev": {
   2894                 "ext-intl": "*",
   2895                 "phpunit/phpunit": "^4.8.35 || ^5.7",
   2896                 "squizlabs/php_codesniffer": "^1.5"
   2897             },
   2898             "type": "library",
   2899             "extra": {
   2900                 "branch-alias": {
   2901                     "dev-master": "1.8-dev"
   2902                 }
   2903             },
   2904             "autoload": {
   2905                 "psr-4": {
   2906                     "Faker\\": "src/Faker/"
   2907                 }
   2908             },
   2909             "notification-url": "https://packagist.org/downloads/",
   2910             "license": [
   2911                 "MIT"
   2912             ],
   2913             "authors": [
   2914                 {
   2915                     "name": "François Zaninotto"
   2916                 }
   2917             ],
   2918             "description": "Faker is a PHP library that generates fake data for you.",
   2919             "keywords": [
   2920                 "data",
   2921                 "faker",
   2922                 "fixtures"
   2923             ],
   2924             "time": "2018-07-12 10:23:15"
   2925         },
   2926         {
   2927             "name": "hamcrest/hamcrest-php",
   2928             "version": "v2.0.0",
   2929             "source": {
   2930                 "type": "git",
   2931                 "url": "https://github.com/hamcrest/hamcrest-php.git",
   2932                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
   2933             },
   2934             "dist": {
   2935                 "type": "zip",
   2936                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
   2937                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
   2938                 "shasum": ""
   2939             },
   2940             "require": {
   2941                 "php": "^5.3|^7.0"
   2942             },
   2943             "replace": {
   2944                 "cordoval/hamcrest-php": "*",
   2945                 "davedevelopment/hamcrest-php": "*",
   2946                 "kodova/hamcrest-php": "*"
   2947             },
   2948             "require-dev": {
   2949                 "phpunit/php-file-iterator": "1.3.3",
   2950                 "phpunit/phpunit": "~4.0",
   2951                 "satooshi/php-coveralls": "^1.0"
   2952             },
   2953             "type": "library",
   2954             "extra": {
   2955                 "branch-alias": {
   2956                     "dev-master": "2.0-dev"
   2957                 }
   2958             },
   2959             "autoload": {
   2960                 "classmap": [
   2961                     "hamcrest"
   2962                 ]
   2963             },
   2964             "notification-url": "https://packagist.org/downloads/",
   2965             "license": [
   2966                 "BSD"
   2967             ],
   2968             "description": "This is the PHP port of Hamcrest Matchers",
   2969             "keywords": [
   2970                 "test"
   2971             ],
   2972             "time": "2016-01-20 08:20:44"
   2973         },
   2974         {
   2975             "name": "mockery/mockery",
   2976             "version": "1.1.0",
   2977             "source": {
   2978                 "type": "git",
   2979                 "url": "https://github.com/mockery/mockery.git",
   2980                 "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
   2981             },
   2982             "dist": {
   2983                 "type": "zip",
   2984                 "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
   2985                 "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
   2986                 "shasum": ""
   2987             },
   2988             "require": {
   2989                 "hamcrest/hamcrest-php": "~2.0",
   2990                 "lib-pcre": ">=7.0",
   2991                 "php": ">=5.6.0"
   2992             },
   2993             "require-dev": {
   2994                 "phpdocumentor/phpdocumentor": "^2.9",
   2995                 "phpunit/phpunit": "~5.7.10|~6.5"
   2996             },
   2997             "type": "library",
   2998             "extra": {
   2999                 "branch-alias": {
   3000                     "dev-master": "1.0.x-dev"
   3001                 }
   3002             },
   3003             "autoload": {
   3004                 "psr-0": {
   3005                     "Mockery": "library/"
   3006                 }
   3007             },
   3008             "notification-url": "https://packagist.org/downloads/",
   3009             "license": [
   3010                 "BSD-3-Clause"
   3011             ],
   3012             "authors": [
   3013                 {
   3014                     "name": "Pádraic Brady",
   3015                     "email": "padraic.brady@gmail.com",
   3016                     "homepage": "http://blog.astrumfutura.com"
   3017                 },
   3018                 {
   3019                     "name": "Dave Marshall",
   3020                     "email": "dave.marshall@atstsolutions.co.uk",
   3021                     "homepage": "http://davedevelopment.co.uk"
   3022                 }
   3023             ],
   3024             "description": "Mockery is a simple yet flexible PHP mock object framework",
   3025             "homepage": "https://github.com/mockery/mockery",
   3026             "keywords": [
   3027                 "BDD",
   3028                 "TDD",
   3029                 "library",
   3030                 "mock",
   3031                 "mock objects",
   3032                 "mockery",
   3033                 "stub",
   3034                 "test",
   3035                 "test double",
   3036                 "testing"
   3037             ],
   3038             "time": "2018-05-08 08:54:48"
   3039         },
   3040         {
   3041             "name": "myclabs/deep-copy",
   3042             "version": "1.7.0",
   3043             "source": {
   3044                 "type": "git",
   3045                 "url": "https://github.com/myclabs/DeepCopy.git",
   3046                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
   3047             },
   3048             "dist": {
   3049                 "type": "zip",
   3050                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
   3051                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
   3052                 "shasum": ""
   3053             },
   3054             "require": {
   3055                 "php": "^5.6 || ^7.0"
   3056             },
   3057             "require-dev": {
   3058                 "doctrine/collections": "^1.0",
   3059                 "doctrine/common": "^2.6",
   3060                 "phpunit/phpunit": "^4.1"
   3061             },
   3062             "type": "library",
   3063             "autoload": {
   3064                 "psr-4": {
   3065                     "DeepCopy\\": "src/DeepCopy/"
   3066                 },
   3067                 "files": [
   3068                     "src/DeepCopy/deep_copy.php"
   3069                 ]
   3070             },
   3071             "notification-url": "https://packagist.org/downloads/",
   3072             "license": [
   3073                 "MIT"
   3074             ],
   3075             "description": "Create deep copies (clones) of your objects",
   3076             "keywords": [
   3077                 "clone",
   3078                 "copy",
   3079                 "duplicate",
   3080                 "object",
   3081                 "object graph"
   3082             ],
   3083             "time": "2017-10-19 19:58:43"
   3084         },
   3085         {
   3086             "name": "phar-io/manifest",
   3087             "version": "1.0.1",
   3088             "source": {
   3089                 "type": "git",
   3090                 "url": "https://github.com/phar-io/manifest.git",
   3091                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
   3092             },
   3093             "dist": {
   3094                 "type": "zip",
   3095                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
   3096                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
   3097                 "shasum": ""
   3098             },
   3099             "require": {
   3100                 "ext-dom": "*",
   3101                 "ext-phar": "*",
   3102                 "phar-io/version": "^1.0.1",
   3103                 "php": "^5.6 || ^7.0"
   3104             },
   3105             "type": "library",
   3106             "extra": {
   3107                 "branch-alias": {
   3108                     "dev-master": "1.0.x-dev"
   3109                 }
   3110             },
   3111             "autoload": {
   3112                 "classmap": [
   3113                     "src/"
   3114                 ]
   3115             },
   3116             "notification-url": "https://packagist.org/downloads/",
   3117             "license": [
   3118                 "BSD-3-Clause"
   3119             ],
   3120             "authors": [
   3121                 {
   3122                     "name": "Arne Blankerts",
   3123                     "email": "arne@blankerts.de",
   3124                     "role": "Developer"
   3125                 },
   3126                 {
   3127                     "name": "Sebastian Heuer",
   3128                     "email": "sebastian@phpeople.de",
   3129                     "role": "Developer"
   3130                 },
   3131                 {
   3132                     "name": "Sebastian Bergmann",
   3133                     "email": "sebastian@phpunit.de",
   3134                     "role": "Developer"
   3135                 }
   3136             ],
   3137             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
   3138             "time": "2017-03-05 18:14:27"
   3139         },
   3140         {
   3141             "name": "phar-io/version",
   3142             "version": "1.0.1",
   3143             "source": {
   3144                 "type": "git",
   3145                 "url": "https://github.com/phar-io/version.git",
   3146                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
   3147             },
   3148             "dist": {
   3149                 "type": "zip",
   3150                 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
   3151                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
   3152                 "shasum": ""
   3153             },
   3154             "require": {
   3155                 "php": "^5.6 || ^7.0"
   3156             },
   3157             "type": "library",
   3158             "autoload": {
   3159                 "classmap": [
   3160                     "src/"
   3161                 ]
   3162             },
   3163             "notification-url": "https://packagist.org/downloads/",
   3164             "license": [
   3165                 "BSD-3-Clause"
   3166             ],
   3167             "authors": [
   3168                 {
   3169                     "name": "Arne Blankerts",
   3170                     "email": "arne@blankerts.de",
   3171                     "role": "Developer"
   3172                 },
   3173                 {
   3174                     "name": "Sebastian Heuer",
   3175                     "email": "sebastian@phpeople.de",
   3176                     "role": "Developer"
   3177                 },
   3178                 {
   3179                     "name": "Sebastian Bergmann",
   3180                     "email": "sebastian@phpunit.de",
   3181                     "role": "Developer"
   3182                 }
   3183             ],
   3184             "description": "Library for handling version information and constraints",
   3185             "time": "2017-03-05 17:38:23"
   3186         },
   3187         {
   3188             "name": "phpdocumentor/reflection-common",
   3189             "version": "1.0.1",
   3190             "source": {
   3191                 "type": "git",
   3192                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
   3193                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
   3194             },
   3195             "dist": {
   3196                 "type": "zip",
   3197                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
   3198                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
   3199                 "shasum": ""
   3200             },
   3201             "require": {
   3202                 "php": ">=5.5"
   3203             },
   3204             "require-dev": {
   3205                 "phpunit/phpunit": "^4.6"
   3206             },
   3207             "type": "library",
   3208             "extra": {
   3209                 "branch-alias": {
   3210                     "dev-master": "1.0.x-dev"
   3211                 }
   3212             },
   3213             "autoload": {
   3214                 "psr-4": {
   3215                     "phpDocumentor\\Reflection\\": [
   3216                         "src"
   3217                     ]
   3218                 }
   3219             },
   3220             "notification-url": "https://packagist.org/downloads/",
   3221             "license": [
   3222                 "MIT"
   3223             ],
   3224             "authors": [
   3225                 {
   3226                     "name": "Jaap van Otterdijk",
   3227                     "email": "opensource@ijaap.nl"
   3228                 }
   3229             ],
   3230             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
   3231             "homepage": "http://www.phpdoc.org",
   3232             "keywords": [
   3233                 "FQSEN",
   3234                 "phpDocumentor",
   3235                 "phpdoc",
   3236                 "reflection",
   3237                 "static analysis"
   3238             ],
   3239             "time": "2017-09-11 18:02:19"
   3240         },
   3241         {
   3242             "name": "phpdocumentor/reflection-docblock",
   3243             "version": "4.3.0",
   3244             "source": {
   3245                 "type": "git",
   3246                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
   3247                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
   3248             },
   3249             "dist": {
   3250                 "type": "zip",
   3251                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
   3252                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
   3253                 "shasum": ""
   3254             },
   3255             "require": {
   3256                 "php": "^7.0",
   3257                 "phpdocumentor/reflection-common": "^1.0.0",
   3258                 "phpdocumentor/type-resolver": "^0.4.0",
   3259                 "webmozart/assert": "^1.0"
   3260             },
   3261             "require-dev": {
   3262                 "doctrine/instantiator": "~1.0.5",
   3263                 "mockery/mockery": "^1.0",
   3264                 "phpunit/phpunit": "^6.4"
   3265             },
   3266             "type": "library",
   3267             "extra": {
   3268                 "branch-alias": {
   3269                     "dev-master": "4.x-dev"
   3270                 }
   3271             },
   3272             "autoload": {
   3273                 "psr-4": {
   3274                     "phpDocumentor\\Reflection\\": [
   3275                         "src/"
   3276                     ]
   3277                 }
   3278             },
   3279             "notification-url": "https://packagist.org/downloads/",
   3280             "license": [
   3281                 "MIT"
   3282             ],
   3283             "authors": [
   3284                 {
   3285                     "name": "Mike van Riel",
   3286                     "email": "me@mikevanriel.com"
   3287                 }
   3288             ],
   3289             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
   3290             "time": "2017-11-30 07:14:17"
   3291         },
   3292         {
   3293             "name": "phpdocumentor/type-resolver",
   3294             "version": "0.4.0",
   3295             "source": {
   3296                 "type": "git",
   3297                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
   3298                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
   3299             },
   3300             "dist": {
   3301                 "type": "zip",
   3302                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
   3303                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
   3304                 "shasum": ""
   3305             },
   3306             "require": {
   3307                 "php": "^5.5 || ^7.0",
   3308                 "phpdocumentor/reflection-common": "^1.0"
   3309             },
   3310             "require-dev": {
   3311                 "mockery/mockery": "^0.9.4",
   3312                 "phpunit/phpunit": "^5.2||^4.8.24"
   3313             },
   3314             "type": "library",
   3315             "extra": {
   3316                 "branch-alias": {
   3317                     "dev-master": "1.0.x-dev"
   3318                 }
   3319             },
   3320             "autoload": {
   3321                 "psr-4": {
   3322                     "phpDocumentor\\Reflection\\": [
   3323                         "src/"
   3324                     ]
   3325                 }
   3326             },
   3327             "notification-url": "https://packagist.org/downloads/",
   3328             "license": [
   3329                 "MIT"
   3330             ],
   3331             "authors": [
   3332                 {
   3333                     "name": "Mike van Riel",
   3334                     "email": "me@mikevanriel.com"
   3335                 }
   3336             ],
   3337             "time": "2017-07-14 14:27:02"
   3338         },
   3339         {
   3340             "name": "phpspec/prophecy",
   3341             "version": "1.8.0",
   3342             "source": {
   3343                 "type": "git",
   3344                 "url": "https://github.com/phpspec/prophecy.git",
   3345                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
   3346             },
   3347             "dist": {
   3348                 "type": "zip",
   3349                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
   3350                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
   3351                 "shasum": ""
   3352             },
   3353             "require": {
   3354                 "doctrine/instantiator": "^1.0.2",
   3355                 "php": "^5.3|^7.0",
   3356                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
   3357                 "sebastian/comparator": "^1.1|^2.0|^3.0",
   3358                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
   3359             },
   3360             "require-dev": {
   3361                 "phpspec/phpspec": "^2.5|^3.2",
   3362                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
   3363             },
   3364             "type": "library",
   3365             "extra": {
   3366                 "branch-alias": {
   3367                     "dev-master": "1.8.x-dev"
   3368                 }
   3369             },
   3370             "autoload": {
   3371                 "psr-0": {
   3372                     "Prophecy\\": "src/"
   3373                 }
   3374             },
   3375             "notification-url": "https://packagist.org/downloads/",
   3376             "license": [
   3377                 "MIT"
   3378             ],
   3379             "authors": [
   3380                 {
   3381                     "name": "Konstantin Kudryashov",
   3382                     "email": "ever.zet@gmail.com",
   3383                     "homepage": "http://everzet.com"
   3384                 },
   3385                 {
   3386                     "name": "Marcello Duarte",
   3387                     "email": "marcello.duarte@gmail.com"
   3388                 }
   3389             ],
   3390             "description": "Highly opinionated mocking framework for PHP 5.3+",
   3391             "homepage": "https://github.com/phpspec/prophecy",
   3392             "keywords": [
   3393                 "Double",
   3394                 "Dummy",
   3395                 "fake",
   3396                 "mock",
   3397                 "spy",
   3398                 "stub"
   3399             ],
   3400             "time": "2018-08-05 17:53:17"
   3401         },
   3402         {
   3403             "name": "phpunit/php-code-coverage",
   3404             "version": "5.3.2",
   3405             "source": {
   3406                 "type": "git",
   3407                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
   3408                 "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
   3409             },
   3410             "dist": {
   3411                 "type": "zip",
   3412                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
   3413                 "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
   3414                 "shasum": ""
   3415             },
   3416             "require": {
   3417                 "ext-dom": "*",
   3418                 "ext-xmlwriter": "*",
   3419                 "php": "^7.0",
   3420                 "phpunit/php-file-iterator": "^1.4.2",
   3421                 "phpunit/php-text-template": "^1.2.1",
   3422                 "phpunit/php-token-stream": "^2.0.1",
   3423                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
   3424                 "sebastian/environment": "^3.0",
   3425                 "sebastian/version": "^2.0.1",
   3426                 "theseer/tokenizer": "^1.1"
   3427             },
   3428             "require-dev": {
   3429                 "phpunit/phpunit": "^6.0"
   3430             },
   3431             "suggest": {
   3432                 "ext-xdebug": "^2.5.5"
   3433             },
   3434             "type": "library",
   3435             "extra": {
   3436                 "branch-alias": {
   3437                     "dev-master": "5.3.x-dev"
   3438                 }
   3439             },
   3440             "autoload": {
   3441                 "classmap": [
   3442                     "src/"
   3443                 ]
   3444             },
   3445             "notification-url": "https://packagist.org/downloads/",
   3446             "license": [
   3447                 "BSD-3-Clause"
   3448             ],
   3449             "authors": [
   3450                 {
   3451                     "name": "Sebastian Bergmann",
   3452                     "email": "sebastian@phpunit.de",
   3453                     "role": "lead"
   3454                 }
   3455             ],
   3456             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
   3457             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
   3458             "keywords": [
   3459                 "coverage",
   3460                 "testing",
   3461                 "xunit"
   3462             ],
   3463             "time": "2018-04-06 15:36:58"
   3464         },
   3465         {
   3466             "name": "phpunit/php-file-iterator",
   3467             "version": "1.4.5",
   3468             "source": {
   3469                 "type": "git",
   3470                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
   3471                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
   3472             },
   3473             "dist": {
   3474                 "type": "zip",
   3475                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
   3476                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
   3477                 "shasum": ""
   3478             },
   3479             "require": {
   3480                 "php": ">=5.3.3"
   3481             },
   3482             "type": "library",
   3483             "extra": {
   3484                 "branch-alias": {
   3485                     "dev-master": "1.4.x-dev"
   3486                 }
   3487             },
   3488             "autoload": {
   3489                 "classmap": [
   3490                     "src/"
   3491                 ]
   3492             },
   3493             "notification-url": "https://packagist.org/downloads/",
   3494             "license": [
   3495                 "BSD-3-Clause"
   3496             ],
   3497             "authors": [
   3498                 {
   3499                     "name": "Sebastian Bergmann",
   3500                     "email": "sb@sebastian-bergmann.de",
   3501                     "role": "lead"
   3502                 }
   3503             ],
   3504             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
   3505             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
   3506             "keywords": [
   3507                 "filesystem",
   3508                 "iterator"
   3509             ],
   3510             "time": "2017-11-27 13:52:08"
   3511         },
   3512         {
   3513             "name": "phpunit/php-text-template",
   3514             "version": "1.2.1",
   3515             "source": {
   3516                 "type": "git",
   3517                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
   3518                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
   3519             },
   3520             "dist": {
   3521                 "type": "zip",
   3522                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
   3523                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
   3524                 "shasum": ""
   3525             },
   3526             "require": {
   3527                 "php": ">=5.3.3"
   3528             },
   3529             "type": "library",
   3530             "autoload": {
   3531                 "classmap": [
   3532                     "src/"
   3533                 ]
   3534             },
   3535             "notification-url": "https://packagist.org/downloads/",
   3536             "license": [
   3537                 "BSD-3-Clause"
   3538             ],
   3539             "authors": [
   3540                 {
   3541                     "name": "Sebastian Bergmann",
   3542                     "email": "sebastian@phpunit.de",
   3543                     "role": "lead"
   3544                 }
   3545             ],
   3546             "description": "Simple template engine.",
   3547             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
   3548             "keywords": [
   3549                 "template"
   3550             ],
   3551             "time": "2015-06-21 13:50:34"
   3552         },
   3553         {
   3554             "name": "phpunit/php-timer",
   3555             "version": "1.0.9",
   3556             "source": {
   3557                 "type": "git",
   3558                 "url": "https://github.com/sebastianbergmann/php-timer.git",
   3559                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
   3560             },
   3561             "dist": {
   3562                 "type": "zip",
   3563                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
   3564                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
   3565                 "shasum": ""
   3566             },
   3567             "require": {
   3568                 "php": "^5.3.3 || ^7.0"
   3569             },
   3570             "require-dev": {
   3571                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
   3572             },
   3573             "type": "library",
   3574             "extra": {
   3575                 "branch-alias": {
   3576                     "dev-master": "1.0-dev"
   3577                 }
   3578             },
   3579             "autoload": {
   3580                 "classmap": [
   3581                     "src/"
   3582                 ]
   3583             },
   3584             "notification-url": "https://packagist.org/downloads/",
   3585             "license": [
   3586                 "BSD-3-Clause"
   3587             ],
   3588             "authors": [
   3589                 {
   3590                     "name": "Sebastian Bergmann",
   3591                     "email": "sb@sebastian-bergmann.de",
   3592                     "role": "lead"
   3593                 }
   3594             ],
   3595             "description": "Utility class for timing",
   3596             "homepage": "https://github.com/sebastianbergmann/php-timer/",
   3597             "keywords": [
   3598                 "timer"
   3599             ],
   3600             "time": "2017-02-26 11:10:40"
   3601         },
   3602         {
   3603             "name": "phpunit/php-token-stream",
   3604             "version": "2.0.2",
   3605             "source": {
   3606                 "type": "git",
   3607                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
   3608                 "reference": "791198a2c6254db10131eecfe8c06670700904db"
   3609             },
   3610             "dist": {
   3611                 "type": "zip",
   3612                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
   3613                 "reference": "791198a2c6254db10131eecfe8c06670700904db",
   3614                 "shasum": ""
   3615             },
   3616             "require": {
   3617                 "ext-tokenizer": "*",
   3618                 "php": "^7.0"
   3619             },
   3620             "require-dev": {
   3621                 "phpunit/phpunit": "^6.2.4"
   3622             },
   3623             "type": "library",
   3624             "extra": {
   3625                 "branch-alias": {
   3626                     "dev-master": "2.0-dev"
   3627                 }
   3628             },
   3629             "autoload": {
   3630                 "classmap": [
   3631                     "src/"
   3632                 ]
   3633             },
   3634             "notification-url": "https://packagist.org/downloads/",
   3635             "license": [
   3636                 "BSD-3-Clause"
   3637             ],
   3638             "authors": [
   3639                 {
   3640                     "name": "Sebastian Bergmann",
   3641                     "email": "sebastian@phpunit.de"
   3642                 }
   3643             ],
   3644             "description": "Wrapper around PHP's tokenizer extension.",
   3645             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
   3646             "keywords": [
   3647                 "tokenizer"
   3648             ],
   3649             "time": "2017-11-27 05:48:46"
   3650         },
   3651         {
   3652             "name": "phpunit/phpunit",
   3653             "version": "6.5.11",
   3654             "source": {
   3655                 "type": "git",
   3656                 "url": "https://github.com/sebastianbergmann/phpunit.git",
   3657                 "reference": "7bab54cb366076023bbf457a2a0d513332cd40f2"
   3658             },
   3659             "dist": {
   3660                 "type": "zip",
   3661                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7bab54cb366076023bbf457a2a0d513332cd40f2",
   3662                 "reference": "7bab54cb366076023bbf457a2a0d513332cd40f2",
   3663                 "shasum": ""
   3664             },
   3665             "require": {
   3666                 "ext-dom": "*",
   3667                 "ext-json": "*",
   3668                 "ext-libxml": "*",
   3669                 "ext-mbstring": "*",
   3670                 "ext-xml": "*",
   3671                 "myclabs/deep-copy": "^1.6.1",
   3672                 "phar-io/manifest": "^1.0.1",
   3673                 "phar-io/version": "^1.0",
   3674                 "php": "^7.0",
   3675                 "phpspec/prophecy": "^1.7",
   3676                 "phpunit/php-code-coverage": "^5.3",
   3677                 "phpunit/php-file-iterator": "^1.4.3",
   3678                 "phpunit/php-text-template": "^1.2.1",
   3679                 "phpunit/php-timer": "^1.0.9",
   3680                 "phpunit/phpunit-mock-objects": "^5.0.9",
   3681                 "sebastian/comparator": "^2.1",
   3682                 "sebastian/diff": "^2.0",
   3683                 "sebastian/environment": "^3.1",
   3684                 "sebastian/exporter": "^3.1",
   3685                 "sebastian/global-state": "^2.0",
   3686                 "sebastian/object-enumerator": "^3.0.3",
   3687                 "sebastian/resource-operations": "^1.0",
   3688                 "sebastian/version": "^2.0.1"
   3689             },
   3690             "conflict": {
   3691                 "phpdocumentor/reflection-docblock": "3.0.2",
   3692                 "phpunit/dbunit": "<3.0"
   3693             },
   3694             "require-dev": {
   3695                 "ext-pdo": "*"
   3696             },
   3697             "suggest": {
   3698                 "ext-xdebug": "*",
   3699                 "phpunit/php-invoker": "^1.1"
   3700             },
   3701             "bin": [
   3702                 "phpunit"
   3703             ],
   3704             "type": "library",
   3705             "extra": {
   3706                 "branch-alias": {
   3707                     "dev-master": "6.5.x-dev"
   3708                 }
   3709             },
   3710             "autoload": {
   3711                 "classmap": [
   3712                     "src/"
   3713                 ]
   3714             },
   3715             "notification-url": "https://packagist.org/downloads/",
   3716             "license": [
   3717                 "BSD-3-Clause"
   3718             ],
   3719             "authors": [
   3720                 {
   3721                     "name": "Sebastian Bergmann",
   3722                     "email": "sebastian@phpunit.de",
   3723                     "role": "lead"
   3724                 }
   3725             ],
   3726             "description": "The PHP Unit Testing framework.",
   3727             "homepage": "https://phpunit.de/",
   3728             "keywords": [
   3729                 "phpunit",
   3730                 "testing",
   3731                 "xunit"
   3732             ],
   3733             "time": "2018-08-07 07:05:35"
   3734         },
   3735         {
   3736             "name": "phpunit/phpunit-mock-objects",
   3737             "version": "5.0.10",
   3738             "source": {
   3739                 "type": "git",
   3740                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
   3741                 "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
   3742             },
   3743             "dist": {
   3744                 "type": "zip",
   3745                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
   3746                 "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
   3747                 "shasum": ""
   3748             },
   3749             "require": {
   3750                 "doctrine/instantiator": "^1.0.5",
   3751                 "php": "^7.0",
   3752                 "phpunit/php-text-template": "^1.2.1",
   3753                 "sebastian/exporter": "^3.1"
   3754             },
   3755             "conflict": {
   3756                 "phpunit/phpunit": "<6.0"
   3757             },
   3758             "require-dev": {
   3759                 "phpunit/phpunit": "^6.5.11"
   3760             },
   3761             "suggest": {
   3762                 "ext-soap": "*"
   3763             },
   3764             "type": "library",
   3765             "extra": {
   3766                 "branch-alias": {
   3767                     "dev-master": "5.0.x-dev"
   3768                 }
   3769             },
   3770             "autoload": {
   3771                 "classmap": [
   3772                     "src/"
   3773                 ]
   3774             },
   3775             "notification-url": "https://packagist.org/downloads/",
   3776             "license": [
   3777                 "BSD-3-Clause"
   3778             ],
   3779             "authors": [
   3780                 {
   3781                     "name": "Sebastian Bergmann",
   3782                     "email": "sebastian@phpunit.de",
   3783                     "role": "lead"
   3784                 }
   3785             ],
   3786             "description": "Mock Object library for PHPUnit",
   3787             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
   3788             "keywords": [
   3789                 "mock",
   3790                 "xunit"
   3791             ],
   3792             "time": "2018-08-09 05:50:03"
   3793         },
   3794         {
   3795             "name": "sebastian/code-unit-reverse-lookup",
   3796             "version": "1.0.1",
   3797             "source": {
   3798                 "type": "git",
   3799                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
   3800                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
   3801             },
   3802             "dist": {
   3803                 "type": "zip",
   3804                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
   3805                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
   3806                 "shasum": ""
   3807             },
   3808             "require": {
   3809                 "php": "^5.6 || ^7.0"
   3810             },
   3811             "require-dev": {
   3812                 "phpunit/phpunit": "^5.7 || ^6.0"
   3813             },
   3814             "type": "library",
   3815             "extra": {
   3816                 "branch-alias": {
   3817                     "dev-master": "1.0.x-dev"
   3818                 }
   3819             },
   3820             "autoload": {
   3821                 "classmap": [
   3822                     "src/"
   3823                 ]
   3824             },
   3825             "notification-url": "https://packagist.org/downloads/",
   3826             "license": [
   3827                 "BSD-3-Clause"
   3828             ],
   3829             "authors": [
   3830                 {
   3831                     "name": "Sebastian Bergmann",
   3832                     "email": "sebastian@phpunit.de"
   3833                 }
   3834             ],
   3835             "description": "Looks up which function or method a line of code belongs to",
   3836             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
   3837             "time": "2017-03-04 06:30:41"
   3838         },
   3839         {
   3840             "name": "sebastian/comparator",
   3841             "version": "2.1.3",
   3842             "source": {
   3843                 "type": "git",
   3844                 "url": "https://github.com/sebastianbergmann/comparator.git",
   3845                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
   3846             },
   3847             "dist": {
   3848                 "type": "zip",
   3849                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
   3850                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
   3851                 "shasum": ""
   3852             },
   3853             "require": {
   3854                 "php": "^7.0",
   3855                 "sebastian/diff": "^2.0 || ^3.0",
   3856                 "sebastian/exporter": "^3.1"
   3857             },
   3858             "require-dev": {
   3859                 "phpunit/phpunit": "^6.4"
   3860             },
   3861             "type": "library",
   3862             "extra": {
   3863                 "branch-alias": {
   3864                     "dev-master": "2.1.x-dev"
   3865                 }
   3866             },
   3867             "autoload": {
   3868                 "classmap": [
   3869                     "src/"
   3870                 ]
   3871             },
   3872             "notification-url": "https://packagist.org/downloads/",
   3873             "license": [
   3874                 "BSD-3-Clause"
   3875             ],
   3876             "authors": [
   3877                 {
   3878                     "name": "Jeff Welch",
   3879                     "email": "whatthejeff@gmail.com"
   3880                 },
   3881                 {
   3882                     "name": "Volker Dusch",
   3883                     "email": "github@wallbash.com"
   3884                 },
   3885                 {
   3886                     "name": "Bernhard Schussek",
   3887                     "email": "bschussek@2bepublished.at"
   3888                 },
   3889                 {
   3890                     "name": "Sebastian Bergmann",
   3891                     "email": "sebastian@phpunit.de"
   3892                 }
   3893             ],
   3894             "description": "Provides the functionality to compare PHP values for equality",
   3895             "homepage": "https://github.com/sebastianbergmann/comparator",
   3896             "keywords": [
   3897                 "comparator",
   3898                 "compare",
   3899                 "equality"
   3900             ],
   3901             "time": "2018-02-01 13:46:46"
   3902         },
   3903         {
   3904             "name": "sebastian/diff",
   3905             "version": "2.0.1",
   3906             "source": {
   3907                 "type": "git",
   3908                 "url": "https://github.com/sebastianbergmann/diff.git",
   3909                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
   3910             },
   3911             "dist": {
   3912                 "type": "zip",
   3913                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
   3914                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
   3915                 "shasum": ""
   3916             },
   3917             "require": {
   3918                 "php": "^7.0"
   3919             },
   3920             "require-dev": {
   3921                 "phpunit/phpunit": "^6.2"
   3922             },
   3923             "type": "library",
   3924             "extra": {
   3925                 "branch-alias": {
   3926                     "dev-master": "2.0-dev"
   3927                 }
   3928             },
   3929             "autoload": {
   3930                 "classmap": [
   3931                     "src/"
   3932                 ]
   3933             },
   3934             "notification-url": "https://packagist.org/downloads/",
   3935             "license": [
   3936                 "BSD-3-Clause"
   3937             ],
   3938             "authors": [
   3939                 {
   3940                     "name": "Kore Nordmann",
   3941                     "email": "mail@kore-nordmann.de"
   3942                 },
   3943                 {
   3944                     "name": "Sebastian Bergmann",
   3945                     "email": "sebastian@phpunit.de"
   3946                 }
   3947             ],
   3948             "description": "Diff implementation",
   3949             "homepage": "https://github.com/sebastianbergmann/diff",
   3950             "keywords": [
   3951                 "diff"
   3952             ],
   3953             "time": "2017-08-03 08:09:46"
   3954         },
   3955         {
   3956             "name": "sebastian/environment",
   3957             "version": "3.1.0",
   3958             "source": {
   3959                 "type": "git",
   3960                 "url": "https://github.com/sebastianbergmann/environment.git",
   3961                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
   3962             },
   3963             "dist": {
   3964                 "type": "zip",
   3965                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
   3966                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
   3967                 "shasum": ""
   3968             },
   3969             "require": {
   3970                 "php": "^7.0"
   3971             },
   3972             "require-dev": {
   3973                 "phpunit/phpunit": "^6.1"
   3974             },
   3975             "type": "library",
   3976             "extra": {
   3977                 "branch-alias": {
   3978                     "dev-master": "3.1.x-dev"
   3979                 }
   3980             },
   3981             "autoload": {
   3982                 "classmap": [
   3983                     "src/"
   3984                 ]
   3985             },
   3986             "notification-url": "https://packagist.org/downloads/",
   3987             "license": [
   3988                 "BSD-3-Clause"
   3989             ],
   3990             "authors": [
   3991                 {
   3992                     "name": "Sebastian Bergmann",
   3993                     "email": "sebastian@phpunit.de"
   3994                 }
   3995             ],
   3996             "description": "Provides functionality to handle HHVM/PHP environments",
   3997             "homepage": "http://www.github.com/sebastianbergmann/environment",
   3998             "keywords": [
   3999                 "Xdebug",
   4000                 "environment",
   4001                 "hhvm"
   4002             ],
   4003             "time": "2017-07-01 08:51:00"
   4004         },
   4005         {
   4006             "name": "sebastian/exporter",
   4007             "version": "3.1.0",
   4008             "source": {
   4009                 "type": "git",
   4010                 "url": "https://github.com/sebastianbergmann/exporter.git",
   4011                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
   4012             },
   4013             "dist": {
   4014                 "type": "zip",
   4015                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
   4016                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
   4017                 "shasum": ""
   4018             },
   4019             "require": {
   4020                 "php": "^7.0",
   4021                 "sebastian/recursion-context": "^3.0"
   4022             },
   4023             "require-dev": {
   4024                 "ext-mbstring": "*",
   4025                 "phpunit/phpunit": "^6.0"
   4026             },
   4027             "type": "library",
   4028             "extra": {
   4029                 "branch-alias": {
   4030                     "dev-master": "3.1.x-dev"
   4031                 }
   4032             },
   4033             "autoload": {
   4034                 "classmap": [
   4035                     "src/"
   4036                 ]
   4037             },
   4038             "notification-url": "https://packagist.org/downloads/",
   4039             "license": [
   4040                 "BSD-3-Clause"
   4041             ],
   4042             "authors": [
   4043                 {
   4044                     "name": "Jeff Welch",
   4045                     "email": "whatthejeff@gmail.com"
   4046                 },
   4047                 {
   4048                     "name": "Volker Dusch",
   4049                     "email": "github@wallbash.com"
   4050                 },
   4051                 {
   4052                     "name": "Bernhard Schussek",
   4053                     "email": "bschussek@2bepublished.at"
   4054                 },
   4055                 {
   4056                     "name": "Sebastian Bergmann",
   4057                     "email": "sebastian@phpunit.de"
   4058                 },
   4059                 {
   4060                     "name": "Adam Harvey",
   4061                     "email": "aharvey@php.net"
   4062                 }
   4063             ],
   4064             "description": "Provides the functionality to export PHP variables for visualization",
   4065             "homepage": "http://www.github.com/sebastianbergmann/exporter",
   4066             "keywords": [
   4067                 "export",
   4068                 "exporter"
   4069             ],
   4070             "time": "2017-04-03 13:19:02"
   4071         },
   4072         {
   4073             "name": "sebastian/global-state",
   4074             "version": "2.0.0",
   4075             "source": {
   4076                 "type": "git",
   4077                 "url": "https://github.com/sebastianbergmann/global-state.git",
   4078                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
   4079             },
   4080             "dist": {
   4081                 "type": "zip",
   4082                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
   4083                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
   4084                 "shasum": ""
   4085             },
   4086             "require": {
   4087                 "php": "^7.0"
   4088             },
   4089             "require-dev": {
   4090                 "phpunit/phpunit": "^6.0"
   4091             },
   4092             "suggest": {
   4093                 "ext-uopz": "*"
   4094             },
   4095             "type": "library",
   4096             "extra": {
   4097                 "branch-alias": {
   4098                     "dev-master": "2.0-dev"
   4099                 }
   4100             },
   4101             "autoload": {
   4102                 "classmap": [
   4103                     "src/"
   4104                 ]
   4105             },
   4106             "notification-url": "https://packagist.org/downloads/",
   4107             "license": [
   4108                 "BSD-3-Clause"
   4109             ],
   4110             "authors": [
   4111                 {
   4112                     "name": "Sebastian Bergmann",
   4113                     "email": "sebastian@phpunit.de"
   4114                 }
   4115             ],
   4116             "description": "Snapshotting of global state",
   4117             "homepage": "http://www.github.com/sebastianbergmann/global-state",
   4118             "keywords": [
   4119                 "global state"
   4120             ],
   4121             "time": "2017-04-27 15:39:26"
   4122         },
   4123         {
   4124             "name": "sebastian/object-enumerator",
   4125             "version": "3.0.3",
   4126             "source": {
   4127                 "type": "git",
   4128                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
   4129                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
   4130             },
   4131             "dist": {
   4132                 "type": "zip",
   4133                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
   4134                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
   4135                 "shasum": ""
   4136             },
   4137             "require": {
   4138                 "php": "^7.0",
   4139                 "sebastian/object-reflector": "^1.1.1",
   4140                 "sebastian/recursion-context": "^3.0"
   4141             },
   4142             "require-dev": {
   4143                 "phpunit/phpunit": "^6.0"
   4144             },
   4145             "type": "library",
   4146             "extra": {
   4147                 "branch-alias": {
   4148                     "dev-master": "3.0.x-dev"
   4149                 }
   4150             },
   4151             "autoload": {
   4152                 "classmap": [
   4153                     "src/"
   4154                 ]
   4155             },
   4156             "notification-url": "https://packagist.org/downloads/",
   4157             "license": [
   4158                 "BSD-3-Clause"
   4159             ],
   4160             "authors": [
   4161                 {
   4162                     "name": "Sebastian Bergmann",
   4163                     "email": "sebastian@phpunit.de"
   4164                 }
   4165             ],
   4166             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
   4167             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
   4168             "time": "2017-08-03 12:35:26"
   4169         },
   4170         {
   4171             "name": "sebastian/object-reflector",
   4172             "version": "1.1.1",
   4173             "source": {
   4174                 "type": "git",
   4175                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
   4176                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
   4177             },
   4178             "dist": {
   4179                 "type": "zip",
   4180                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
   4181                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
   4182                 "shasum": ""
   4183             },
   4184             "require": {
   4185                 "php": "^7.0"
   4186             },
   4187             "require-dev": {
   4188                 "phpunit/phpunit": "^6.0"
   4189             },
   4190             "type": "library",
   4191             "extra": {
   4192                 "branch-alias": {
   4193                     "dev-master": "1.1-dev"
   4194                 }
   4195             },
   4196             "autoload": {
   4197                 "classmap": [
   4198                     "src/"
   4199                 ]
   4200             },
   4201             "notification-url": "https://packagist.org/downloads/",
   4202             "license": [
   4203                 "BSD-3-Clause"
   4204             ],
   4205             "authors": [
   4206                 {
   4207                     "name": "Sebastian Bergmann",
   4208                     "email": "sebastian@phpunit.de"
   4209                 }
   4210             ],
   4211             "description": "Allows reflection of object attributes, including inherited and non-public ones",
   4212             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
   4213             "time": "2017-03-29 09:07:27"
   4214         },
   4215         {
   4216             "name": "sebastian/recursion-context",
   4217             "version": "3.0.0",
   4218             "source": {
   4219                 "type": "git",
   4220                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
   4221                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
   4222             },
   4223             "dist": {
   4224                 "type": "zip",
   4225                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
   4226                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
   4227                 "shasum": ""
   4228             },
   4229             "require": {
   4230                 "php": "^7.0"
   4231             },
   4232             "require-dev": {
   4233                 "phpunit/phpunit": "^6.0"
   4234             },
   4235             "type": "library",
   4236             "extra": {
   4237                 "branch-alias": {
   4238                     "dev-master": "3.0.x-dev"
   4239                 }
   4240             },
   4241             "autoload": {
   4242                 "classmap": [
   4243                     "src/"
   4244                 ]
   4245             },
   4246             "notification-url": "https://packagist.org/downloads/",
   4247             "license": [
   4248                 "BSD-3-Clause"
   4249             ],
   4250             "authors": [
   4251                 {
   4252                     "name": "Jeff Welch",
   4253                     "email": "whatthejeff@gmail.com"
   4254                 },
   4255                 {
   4256                     "name": "Sebastian Bergmann",
   4257                     "email": "sebastian@phpunit.de"
   4258                 },
   4259                 {
   4260                     "name": "Adam Harvey",
   4261                     "email": "aharvey@php.net"
   4262                 }
   4263             ],
   4264             "description": "Provides functionality to recursively process PHP variables",
   4265             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
   4266             "time": "2017-03-03 06:23:57"
   4267         },
   4268         {
   4269             "name": "sebastian/resource-operations",
   4270             "version": "1.0.0",
   4271             "source": {
   4272                 "type": "git",
   4273                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
   4274                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
   4275             },
   4276             "dist": {
   4277                 "type": "zip",
   4278                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
   4279                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
   4280                 "shasum": ""
   4281             },
   4282             "require": {
   4283                 "php": ">=5.6.0"
   4284             },
   4285             "type": "library",
   4286             "extra": {
   4287                 "branch-alias": {
   4288                     "dev-master": "1.0.x-dev"
   4289                 }
   4290             },
   4291             "autoload": {
   4292                 "classmap": [
   4293                     "src/"
   4294                 ]
   4295             },
   4296             "notification-url": "https://packagist.org/downloads/",
   4297             "license": [
   4298                 "BSD-3-Clause"
   4299             ],
   4300             "authors": [
   4301                 {
   4302                     "name": "Sebastian Bergmann",
   4303                     "email": "sebastian@phpunit.de"
   4304                 }
   4305             ],
   4306             "description": "Provides a list of PHP built-in functions that operate on resources",
   4307             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
   4308             "time": "2015-07-28 20:34:47"
   4309         },
   4310         {
   4311             "name": "sebastian/version",
   4312             "version": "2.0.1",
   4313             "source": {
   4314                 "type": "git",
   4315                 "url": "https://github.com/sebastianbergmann/version.git",
   4316                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
   4317             },
   4318             "dist": {
   4319                 "type": "zip",
   4320                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
   4321                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
   4322                 "shasum": ""
   4323             },
   4324             "require": {
   4325                 "php": ">=5.6"
   4326             },
   4327             "type": "library",
   4328             "extra": {
   4329                 "branch-alias": {
   4330                     "dev-master": "2.0.x-dev"
   4331                 }
   4332             },
   4333             "autoload": {
   4334                 "classmap": [
   4335                     "src/"
   4336                 ]
   4337             },
   4338             "notification-url": "https://packagist.org/downloads/",
   4339             "license": [
   4340                 "BSD-3-Clause"
   4341             ],
   4342             "authors": [
   4343                 {
   4344                     "name": "Sebastian Bergmann",
   4345                     "email": "sebastian@phpunit.de",
   4346                     "role": "lead"
   4347                 }
   4348             ],
   4349             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
   4350             "homepage": "https://github.com/sebastianbergmann/version",
   4351             "time": "2016-10-03 07:35:21"
   4352         },
   4353         {
   4354             "name": "symfony/thanks",
   4355             "version": "v1.0.8",
   4356             "source": {
   4357                 "type": "git",
   4358                 "url": "https://github.com/symfony/thanks.git",
   4359                 "reference": "ca74c76a2a43aaa491e7a524fd235e094b1129b5"
   4360             },
   4361             "dist": {
   4362                 "type": "zip",
   4363                 "url": "https://api.github.com/repos/symfony/thanks/zipball/ca74c76a2a43aaa491e7a524fd235e094b1129b5",
   4364                 "reference": "ca74c76a2a43aaa491e7a524fd235e094b1129b5",
   4365                 "shasum": ""
   4366             },
   4367             "require": {
   4368                 "composer-plugin-api": "^1.0",
   4369                 "php": "^5.5.9|^7.0.0"
   4370             },
   4371             "type": "composer-plugin",
   4372             "extra": {
   4373                 "branch-alias": {
   4374                     "dev-master": "1.0-dev"
   4375                 },
   4376                 "class": "Symfony\\Thanks\\Thanks"
   4377             },
   4378             "autoload": {
   4379                 "psr-4": {
   4380                     "Symfony\\Thanks\\": "src"
   4381                 }
   4382             },
   4383             "notification-url": "https://packagist.org/downloads/",
   4384             "license": [
   4385                 "MIT"
   4386             ],
   4387             "authors": [
   4388                 {
   4389                     "name": "Nicolas Grekas",
   4390                     "email": "p@tchwork.com"
   4391                 }
   4392             ],
   4393             "description": "Give thanks (in the form of a GitHub ⭐) to your fellow PHP package maintainers (not limited to Symfony components)!",
   4394             "time": "2018-08-05 16:46:52"
   4395         },
   4396         {
   4397             "name": "theseer/tokenizer",
   4398             "version": "1.1.0",
   4399             "source": {
   4400                 "type": "git",
   4401                 "url": "https://github.com/theseer/tokenizer.git",
   4402                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
   4403             },
   4404             "dist": {
   4405                 "type": "zip",
   4406                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
   4407                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
   4408                 "shasum": ""
   4409             },
   4410             "require": {
   4411                 "ext-dom": "*",
   4412                 "ext-tokenizer": "*",
   4413                 "ext-xmlwriter": "*",
   4414                 "php": "^7.0"
   4415             },
   4416             "type": "library",
   4417             "autoload": {
   4418                 "classmap": [
   4419                     "src/"
   4420                 ]
   4421             },
   4422             "notification-url": "https://packagist.org/downloads/",
   4423             "license": [
   4424                 "BSD-3-Clause"
   4425             ],
   4426             "authors": [
   4427                 {
   4428                     "name": "Arne Blankerts",
   4429                     "email": "arne@blankerts.de",
   4430                     "role": "Developer"
   4431                 }
   4432             ],
   4433             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
   4434             "time": "2017-04-07 12:08:54"
   4435         },
   4436         {
   4437             "name": "webmozart/assert",
   4438             "version": "1.3.0",
   4439             "source": {
   4440                 "type": "git",
   4441                 "url": "https://github.com/webmozart/assert.git",
   4442                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
   4443             },
   4444             "dist": {
   4445                 "type": "zip",
   4446                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
   4447                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
   4448                 "shasum": ""
   4449             },
   4450             "require": {
   4451                 "php": "^5.3.3 || ^7.0"
   4452             },
   4453             "require-dev": {
   4454                 "phpunit/phpunit": "^4.6",
   4455                 "sebastian/version": "^1.0.1"
   4456             },
   4457             "type": "library",
   4458             "extra": {
   4459                 "branch-alias": {
   4460                     "dev-master": "1.3-dev"
   4461                 }
   4462             },
   4463             "autoload": {
   4464                 "psr-4": {
   4465                     "Webmozart\\Assert\\": "src/"
   4466                 }
   4467             },
   4468             "notification-url": "https://packagist.org/downloads/",
   4469             "license": [
   4470                 "MIT"
   4471             ],
   4472             "authors": [
   4473                 {
   4474                     "name": "Bernhard Schussek",
   4475                     "email": "bschussek@gmail.com"
   4476                 }
   4477             ],
   4478             "description": "Assertions to validate method input/output with nice error messages.",
   4479             "keywords": [
   4480                 "assert",
   4481                 "check",
   4482                 "validate"
   4483             ],
   4484             "time": "2018-01-29 19:49:41"
   4485         }
   4486     ],
   4487     "aliases": [],
   4488     "minimum-stability": "stable",
   4489     "stability-flags": [],
   4490     "prefer-stable": false,
   4491     "prefer-lowest": false,
   4492     "platform": {
   4493         "php": ">=7.0.0"
   4494     },
   4495     "platform-dev": []
   4496 }