gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

composer.lock (37564B)


      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": "917bcf1717e33568f5c8c1e840367a62",
      8     "content-hash": "a0862822e72914c69f92678de1e9f394",
      9     "packages": [],
     10     "packages-dev": [
     11         {
     12             "name": "doctrine/instantiator",
     13             "version": "1.0.5",
     14             "source": {
     15                 "type": "git",
     16                 "url": "https://github.com/doctrine/instantiator.git",
     17                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
     18             },
     19             "dist": {
     20                 "type": "zip",
     21                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
     22                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
     23                 "shasum": ""
     24             },
     25             "require": {
     26                 "php": ">=5.3,<8.0-DEV"
     27             },
     28             "require-dev": {
     29                 "athletic/athletic": "~0.1.8",
     30                 "ext-pdo": "*",
     31                 "ext-phar": "*",
     32                 "phpunit/phpunit": "~4.0",
     33                 "squizlabs/php_codesniffer": "~2.0"
     34             },
     35             "type": "library",
     36             "extra": {
     37                 "branch-alias": {
     38                     "dev-master": "1.0.x-dev"
     39                 }
     40             },
     41             "autoload": {
     42                 "psr-4": {
     43                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
     44                 }
     45             },
     46             "notification-url": "https://packagist.org/downloads/",
     47             "license": [
     48                 "MIT"
     49             ],
     50             "authors": [
     51                 {
     52                     "name": "Marco Pivetta",
     53                     "email": "ocramius@gmail.com",
     54                     "homepage": "http://ocramius.github.com/"
     55                 }
     56             ],
     57             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
     58             "homepage": "https://github.com/doctrine/instantiator",
     59             "keywords": [
     60                 "constructor",
     61                 "instantiate"
     62             ],
     63             "time": "2015-06-14 21:17:01"
     64         },
     65         {
     66             "name": "gregwar/captcha",
     67             "version": "v1.1.1",
     68             "source": {
     69                 "type": "git",
     70                 "url": "https://github.com/Gregwar/Captcha.git",
     71                 "reference": "1240ab993ca713680573b2d4166900da5f758623"
     72             },
     73             "dist": {
     74                 "type": "zip",
     75                 "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/1240ab993ca713680573b2d4166900da5f758623",
     76                 "reference": "1240ab993ca713680573b2d4166900da5f758623",
     77                 "shasum": ""
     78             },
     79             "require": {
     80                 "ext-gd": "*",
     81                 "php": ">=5.3.0"
     82             },
     83             "type": "captcha",
     84             "autoload": {
     85                 "psr-4": {
     86                     "Gregwar\\Captcha\\": "/"
     87                 }
     88             },
     89             "notification-url": "https://packagist.org/downloads/",
     90             "license": [
     91                 "MIT"
     92             ],
     93             "authors": [
     94                 {
     95                     "name": "Grégoire Passault",
     96                     "email": "g.passault@gmail.com",
     97                     "homepage": "http://www.gregwar.com/"
     98                 },
     99                 {
    100                     "name": "Jeremy Livingston",
    101                     "email": "jeremy.j.livingston@gmail.com"
    102                 }
    103             ],
    104             "description": "Captcha generator",
    105             "homepage": "https://github.com/Gregwar/Captcha",
    106             "keywords": [
    107                 "bot",
    108                 "captcha",
    109                 "spam"
    110             ],
    111             "time": "2015-09-11 15:23:20"
    112         },
    113         {
    114             "name": "phpdocumentor/reflection-docblock",
    115             "version": "2.0.4",
    116             "source": {
    117                 "type": "git",
    118                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    119                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
    120             },
    121             "dist": {
    122                 "type": "zip",
    123                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
    124                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
    125                 "shasum": ""
    126             },
    127             "require": {
    128                 "php": ">=5.3.3"
    129             },
    130             "require-dev": {
    131                 "phpunit/phpunit": "~4.0"
    132             },
    133             "suggest": {
    134                 "dflydev/markdown": "~1.0",
    135                 "erusev/parsedown": "~1.0"
    136             },
    137             "type": "library",
    138             "extra": {
    139                 "branch-alias": {
    140                     "dev-master": "2.0.x-dev"
    141                 }
    142             },
    143             "autoload": {
    144                 "psr-0": {
    145                     "phpDocumentor": [
    146                         "src/"
    147                     ]
    148                 }
    149             },
    150             "notification-url": "https://packagist.org/downloads/",
    151             "license": [
    152                 "MIT"
    153             ],
    154             "authors": [
    155                 {
    156                     "name": "Mike van Riel",
    157                     "email": "mike.vanriel@naenius.com"
    158                 }
    159             ],
    160             "time": "2015-02-03 12:10:50"
    161         },
    162         {
    163             "name": "phpmailer/phpmailer",
    164             "version": "v5.2.14",
    165             "source": {
    166                 "type": "git",
    167                 "url": "https://github.com/PHPMailer/PHPMailer.git",
    168                 "reference": "e774bc9152de85547336e22b8926189e582ece95"
    169             },
    170             "dist": {
    171                 "type": "zip",
    172                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95",
    173                 "reference": "e774bc9152de85547336e22b8926189e582ece95",
    174                 "shasum": ""
    175             },
    176             "require": {
    177                 "php": ">=5.0.0"
    178             },
    179             "require-dev": {
    180                 "phpdocumentor/phpdocumentor": "*",
    181                 "phpunit/phpunit": "4.7.*"
    182             },
    183             "suggest": {
    184                 "league/oauth2-client": "Needed for XOAUTH2 authentication",
    185                 "league/oauth2-google": "Needed for Gmail XOAUTH2"
    186             },
    187             "type": "library",
    188             "autoload": {
    189                 "classmap": [
    190                     "class.phpmailer.php",
    191                     "class.phpmaileroauth.php",
    192                     "class.phpmaileroauthgoogle.php",
    193                     "class.smtp.php",
    194                     "class.pop3.php",
    195                     "extras/EasyPeasyICS.php",
    196                     "extras/ntlm_sasl_client.php"
    197                 ]
    198             },
    199             "notification-url": "https://packagist.org/downloads/",
    200             "license": [
    201                 "LGPL-2.1"
    202             ],
    203             "authors": [
    204                 {
    205                     "name": "Jim Jagielski",
    206                     "email": "jimjag@gmail.com"
    207                 },
    208                 {
    209                     "name": "Marcus Bointon",
    210                     "email": "phpmailer@synchromedia.co.uk"
    211                 },
    212                 {
    213                     "name": "Andy Prevost",
    214                     "email": "codeworxtech@users.sourceforge.net"
    215                 },
    216                 {
    217                     "name": "Brent R. Matzelle"
    218                 }
    219             ],
    220             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
    221             "time": "2015-11-01 10:15:28"
    222         },
    223         {
    224             "name": "phpspec/prophecy",
    225             "version": "v1.5.0",
    226             "source": {
    227                 "type": "git",
    228                 "url": "https://github.com/phpspec/prophecy.git",
    229                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
    230             },
    231             "dist": {
    232                 "type": "zip",
    233                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
    234                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
    235                 "shasum": ""
    236             },
    237             "require": {
    238                 "doctrine/instantiator": "^1.0.2",
    239                 "phpdocumentor/reflection-docblock": "~2.0",
    240                 "sebastian/comparator": "~1.1"
    241             },
    242             "require-dev": {
    243                 "phpspec/phpspec": "~2.0"
    244             },
    245             "type": "library",
    246             "extra": {
    247                 "branch-alias": {
    248                     "dev-master": "1.4.x-dev"
    249                 }
    250             },
    251             "autoload": {
    252                 "psr-0": {
    253                     "Prophecy\\": "src/"
    254                 }
    255             },
    256             "notification-url": "https://packagist.org/downloads/",
    257             "license": [
    258                 "MIT"
    259             ],
    260             "authors": [
    261                 {
    262                     "name": "Konstantin Kudryashov",
    263                     "email": "ever.zet@gmail.com",
    264                     "homepage": "http://everzet.com"
    265                 },
    266                 {
    267                     "name": "Marcello Duarte",
    268                     "email": "marcello.duarte@gmail.com"
    269                 }
    270             ],
    271             "description": "Highly opinionated mocking framework for PHP 5.3+",
    272             "homepage": "https://github.com/phpspec/prophecy",
    273             "keywords": [
    274                 "Double",
    275                 "Dummy",
    276                 "fake",
    277                 "mock",
    278                 "spy",
    279                 "stub"
    280             ],
    281             "time": "2015-08-13 10:07:40"
    282         },
    283         {
    284             "name": "phpunit/php-code-coverage",
    285             "version": "2.2.4",
    286             "source": {
    287                 "type": "git",
    288                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    289                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
    290             },
    291             "dist": {
    292                 "type": "zip",
    293                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
    294                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
    295                 "shasum": ""
    296             },
    297             "require": {
    298                 "php": ">=5.3.3",
    299                 "phpunit/php-file-iterator": "~1.3",
    300                 "phpunit/php-text-template": "~1.2",
    301                 "phpunit/php-token-stream": "~1.3",
    302                 "sebastian/environment": "^1.3.2",
    303                 "sebastian/version": "~1.0"
    304             },
    305             "require-dev": {
    306                 "ext-xdebug": ">=2.1.4",
    307                 "phpunit/phpunit": "~4"
    308             },
    309             "suggest": {
    310                 "ext-dom": "*",
    311                 "ext-xdebug": ">=2.2.1",
    312                 "ext-xmlwriter": "*"
    313             },
    314             "type": "library",
    315             "extra": {
    316                 "branch-alias": {
    317                     "dev-master": "2.2.x-dev"
    318                 }
    319             },
    320             "autoload": {
    321                 "classmap": [
    322                     "src/"
    323                 ]
    324             },
    325             "notification-url": "https://packagist.org/downloads/",
    326             "license": [
    327                 "BSD-3-Clause"
    328             ],
    329             "authors": [
    330                 {
    331                     "name": "Sebastian Bergmann",
    332                     "email": "sb@sebastian-bergmann.de",
    333                     "role": "lead"
    334                 }
    335             ],
    336             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
    337             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
    338             "keywords": [
    339                 "coverage",
    340                 "testing",
    341                 "xunit"
    342             ],
    343             "time": "2015-10-06 15:47:00"
    344         },
    345         {
    346             "name": "phpunit/php-file-iterator",
    347             "version": "1.4.1",
    348             "source": {
    349                 "type": "git",
    350                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    351                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
    352             },
    353             "dist": {
    354                 "type": "zip",
    355                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
    356                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
    357                 "shasum": ""
    358             },
    359             "require": {
    360                 "php": ">=5.3.3"
    361             },
    362             "type": "library",
    363             "extra": {
    364                 "branch-alias": {
    365                     "dev-master": "1.4.x-dev"
    366                 }
    367             },
    368             "autoload": {
    369                 "classmap": [
    370                     "src/"
    371                 ]
    372             },
    373             "notification-url": "https://packagist.org/downloads/",
    374             "license": [
    375                 "BSD-3-Clause"
    376             ],
    377             "authors": [
    378                 {
    379                     "name": "Sebastian Bergmann",
    380                     "email": "sb@sebastian-bergmann.de",
    381                     "role": "lead"
    382                 }
    383             ],
    384             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
    385             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
    386             "keywords": [
    387                 "filesystem",
    388                 "iterator"
    389             ],
    390             "time": "2015-06-21 13:08:43"
    391         },
    392         {
    393             "name": "phpunit/php-text-template",
    394             "version": "1.2.1",
    395             "source": {
    396                 "type": "git",
    397                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
    398                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
    399             },
    400             "dist": {
    401                 "type": "zip",
    402                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
    403                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
    404                 "shasum": ""
    405             },
    406             "require": {
    407                 "php": ">=5.3.3"
    408             },
    409             "type": "library",
    410             "autoload": {
    411                 "classmap": [
    412                     "src/"
    413                 ]
    414             },
    415             "notification-url": "https://packagist.org/downloads/",
    416             "license": [
    417                 "BSD-3-Clause"
    418             ],
    419             "authors": [
    420                 {
    421                     "name": "Sebastian Bergmann",
    422                     "email": "sebastian@phpunit.de",
    423                     "role": "lead"
    424                 }
    425             ],
    426             "description": "Simple template engine.",
    427             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
    428             "keywords": [
    429                 "template"
    430             ],
    431             "time": "2015-06-21 13:50:34"
    432         },
    433         {
    434             "name": "phpunit/php-timer",
    435             "version": "1.0.7",
    436             "source": {
    437                 "type": "git",
    438                 "url": "https://github.com/sebastianbergmann/php-timer.git",
    439                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
    440             },
    441             "dist": {
    442                 "type": "zip",
    443                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
    444                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
    445                 "shasum": ""
    446             },
    447             "require": {
    448                 "php": ">=5.3.3"
    449             },
    450             "type": "library",
    451             "autoload": {
    452                 "classmap": [
    453                     "src/"
    454                 ]
    455             },
    456             "notification-url": "https://packagist.org/downloads/",
    457             "license": [
    458                 "BSD-3-Clause"
    459             ],
    460             "authors": [
    461                 {
    462                     "name": "Sebastian Bergmann",
    463                     "email": "sb@sebastian-bergmann.de",
    464                     "role": "lead"
    465                 }
    466             ],
    467             "description": "Utility class for timing",
    468             "homepage": "https://github.com/sebastianbergmann/php-timer/",
    469             "keywords": [
    470                 "timer"
    471             ],
    472             "time": "2015-06-21 08:01:12"
    473         },
    474         {
    475             "name": "phpunit/php-token-stream",
    476             "version": "1.4.8",
    477             "source": {
    478                 "type": "git",
    479                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
    480                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
    481             },
    482             "dist": {
    483                 "type": "zip",
    484                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
    485                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
    486                 "shasum": ""
    487             },
    488             "require": {
    489                 "ext-tokenizer": "*",
    490                 "php": ">=5.3.3"
    491             },
    492             "require-dev": {
    493                 "phpunit/phpunit": "~4.2"
    494             },
    495             "type": "library",
    496             "extra": {
    497                 "branch-alias": {
    498                     "dev-master": "1.4-dev"
    499                 }
    500             },
    501             "autoload": {
    502                 "classmap": [
    503                     "src/"
    504                 ]
    505             },
    506             "notification-url": "https://packagist.org/downloads/",
    507             "license": [
    508                 "BSD-3-Clause"
    509             ],
    510             "authors": [
    511                 {
    512                     "name": "Sebastian Bergmann",
    513                     "email": "sebastian@phpunit.de"
    514                 }
    515             ],
    516             "description": "Wrapper around PHP's tokenizer extension.",
    517             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
    518             "keywords": [
    519                 "tokenizer"
    520             ],
    521             "time": "2015-09-15 10:49:45"
    522         },
    523         {
    524             "name": "phpunit/phpunit",
    525             "version": "4.8.16",
    526             "source": {
    527                 "type": "git",
    528                 "url": "https://github.com/sebastianbergmann/phpunit.git",
    529                 "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e"
    530             },
    531             "dist": {
    532                 "type": "zip",
    533                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/625f8c345606ed0f3a141dfb88f4116f0e22978e",
    534                 "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e",
    535                 "shasum": ""
    536             },
    537             "require": {
    538                 "ext-dom": "*",
    539                 "ext-json": "*",
    540                 "ext-pcre": "*",
    541                 "ext-reflection": "*",
    542                 "ext-spl": "*",
    543                 "php": ">=5.3.3",
    544                 "phpspec/prophecy": "^1.3.1",
    545                 "phpunit/php-code-coverage": "~2.1",
    546                 "phpunit/php-file-iterator": "~1.4",
    547                 "phpunit/php-text-template": "~1.2",
    548                 "phpunit/php-timer": ">=1.0.6",
    549                 "phpunit/phpunit-mock-objects": "~2.3",
    550                 "sebastian/comparator": "~1.1",
    551                 "sebastian/diff": "~1.2",
    552                 "sebastian/environment": "~1.3",
    553                 "sebastian/exporter": "~1.2",
    554                 "sebastian/global-state": "~1.0",
    555                 "sebastian/version": "~1.0",
    556                 "symfony/yaml": "~2.1|~3.0"
    557             },
    558             "suggest": {
    559                 "phpunit/php-invoker": "~1.1"
    560             },
    561             "bin": [
    562                 "phpunit"
    563             ],
    564             "type": "library",
    565             "extra": {
    566                 "branch-alias": {
    567                     "dev-master": "4.8.x-dev"
    568                 }
    569             },
    570             "autoload": {
    571                 "classmap": [
    572                     "src/"
    573                 ]
    574             },
    575             "notification-url": "https://packagist.org/downloads/",
    576             "license": [
    577                 "BSD-3-Clause"
    578             ],
    579             "authors": [
    580                 {
    581                     "name": "Sebastian Bergmann",
    582                     "email": "sebastian@phpunit.de",
    583                     "role": "lead"
    584                 }
    585             ],
    586             "description": "The PHP Unit Testing framework.",
    587             "homepage": "https://phpunit.de/",
    588             "keywords": [
    589                 "phpunit",
    590                 "testing",
    591                 "xunit"
    592             ],
    593             "time": "2015-10-23 06:48:33"
    594         },
    595         {
    596             "name": "phpunit/phpunit-mock-objects",
    597             "version": "2.3.8",
    598             "source": {
    599                 "type": "git",
    600                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
    601                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
    602             },
    603             "dist": {
    604                 "type": "zip",
    605                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
    606                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
    607                 "shasum": ""
    608             },
    609             "require": {
    610                 "doctrine/instantiator": "^1.0.2",
    611                 "php": ">=5.3.3",
    612                 "phpunit/php-text-template": "~1.2",
    613                 "sebastian/exporter": "~1.2"
    614             },
    615             "require-dev": {
    616                 "phpunit/phpunit": "~4.4"
    617             },
    618             "suggest": {
    619                 "ext-soap": "*"
    620             },
    621             "type": "library",
    622             "extra": {
    623                 "branch-alias": {
    624                     "dev-master": "2.3.x-dev"
    625                 }
    626             },
    627             "autoload": {
    628                 "classmap": [
    629                     "src/"
    630                 ]
    631             },
    632             "notification-url": "https://packagist.org/downloads/",
    633             "license": [
    634                 "BSD-3-Clause"
    635             ],
    636             "authors": [
    637                 {
    638                     "name": "Sebastian Bergmann",
    639                     "email": "sb@sebastian-bergmann.de",
    640                     "role": "lead"
    641                 }
    642             ],
    643             "description": "Mock Object library for PHPUnit",
    644             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
    645             "keywords": [
    646                 "mock",
    647                 "xunit"
    648             ],
    649             "time": "2015-10-02 06:51:40"
    650         },
    651         {
    652             "name": "sebastian/comparator",
    653             "version": "1.2.0",
    654             "source": {
    655                 "type": "git",
    656                 "url": "https://github.com/sebastianbergmann/comparator.git",
    657                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
    658             },
    659             "dist": {
    660                 "type": "zip",
    661                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
    662                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
    663                 "shasum": ""
    664             },
    665             "require": {
    666                 "php": ">=5.3.3",
    667                 "sebastian/diff": "~1.2",
    668                 "sebastian/exporter": "~1.2"
    669             },
    670             "require-dev": {
    671                 "phpunit/phpunit": "~4.4"
    672             },
    673             "type": "library",
    674             "extra": {
    675                 "branch-alias": {
    676                     "dev-master": "1.2.x-dev"
    677                 }
    678             },
    679             "autoload": {
    680                 "classmap": [
    681                     "src/"
    682                 ]
    683             },
    684             "notification-url": "https://packagist.org/downloads/",
    685             "license": [
    686                 "BSD-3-Clause"
    687             ],
    688             "authors": [
    689                 {
    690                     "name": "Jeff Welch",
    691                     "email": "whatthejeff@gmail.com"
    692                 },
    693                 {
    694                     "name": "Volker Dusch",
    695                     "email": "github@wallbash.com"
    696                 },
    697                 {
    698                     "name": "Bernhard Schussek",
    699                     "email": "bschussek@2bepublished.at"
    700                 },
    701                 {
    702                     "name": "Sebastian Bergmann",
    703                     "email": "sebastian@phpunit.de"
    704                 }
    705             ],
    706             "description": "Provides the functionality to compare PHP values for equality",
    707             "homepage": "http://www.github.com/sebastianbergmann/comparator",
    708             "keywords": [
    709                 "comparator",
    710                 "compare",
    711                 "equality"
    712             ],
    713             "time": "2015-07-26 15:48:44"
    714         },
    715         {
    716             "name": "sebastian/diff",
    717             "version": "1.3.0",
    718             "source": {
    719                 "type": "git",
    720                 "url": "https://github.com/sebastianbergmann/diff.git",
    721                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
    722             },
    723             "dist": {
    724                 "type": "zip",
    725                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
    726                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
    727                 "shasum": ""
    728             },
    729             "require": {
    730                 "php": ">=5.3.3"
    731             },
    732             "require-dev": {
    733                 "phpunit/phpunit": "~4.2"
    734             },
    735             "type": "library",
    736             "extra": {
    737                 "branch-alias": {
    738                     "dev-master": "1.3-dev"
    739                 }
    740             },
    741             "autoload": {
    742                 "classmap": [
    743                     "src/"
    744                 ]
    745             },
    746             "notification-url": "https://packagist.org/downloads/",
    747             "license": [
    748                 "BSD-3-Clause"
    749             ],
    750             "authors": [
    751                 {
    752                     "name": "Kore Nordmann",
    753                     "email": "mail@kore-nordmann.de"
    754                 },
    755                 {
    756                     "name": "Sebastian Bergmann",
    757                     "email": "sebastian@phpunit.de"
    758                 }
    759             ],
    760             "description": "Diff implementation",
    761             "homepage": "http://www.github.com/sebastianbergmann/diff",
    762             "keywords": [
    763                 "diff"
    764             ],
    765             "time": "2015-02-22 15:13:53"
    766         },
    767         {
    768             "name": "sebastian/environment",
    769             "version": "1.3.2",
    770             "source": {
    771                 "type": "git",
    772                 "url": "https://github.com/sebastianbergmann/environment.git",
    773                 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
    774             },
    775             "dist": {
    776                 "type": "zip",
    777                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
    778                 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
    779                 "shasum": ""
    780             },
    781             "require": {
    782                 "php": ">=5.3.3"
    783             },
    784             "require-dev": {
    785                 "phpunit/phpunit": "~4.4"
    786             },
    787             "type": "library",
    788             "extra": {
    789                 "branch-alias": {
    790                     "dev-master": "1.3.x-dev"
    791                 }
    792             },
    793             "autoload": {
    794                 "classmap": [
    795                     "src/"
    796                 ]
    797             },
    798             "notification-url": "https://packagist.org/downloads/",
    799             "license": [
    800                 "BSD-3-Clause"
    801             ],
    802             "authors": [
    803                 {
    804                     "name": "Sebastian Bergmann",
    805                     "email": "sebastian@phpunit.de"
    806                 }
    807             ],
    808             "description": "Provides functionality to handle HHVM/PHP environments",
    809             "homepage": "http://www.github.com/sebastianbergmann/environment",
    810             "keywords": [
    811                 "Xdebug",
    812                 "environment",
    813                 "hhvm"
    814             ],
    815             "time": "2015-08-03 06:14:51"
    816         },
    817         {
    818             "name": "sebastian/exporter",
    819             "version": "1.2.1",
    820             "source": {
    821                 "type": "git",
    822                 "url": "https://github.com/sebastianbergmann/exporter.git",
    823                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
    824             },
    825             "dist": {
    826                 "type": "zip",
    827                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
    828                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
    829                 "shasum": ""
    830             },
    831             "require": {
    832                 "php": ">=5.3.3",
    833                 "sebastian/recursion-context": "~1.0"
    834             },
    835             "require-dev": {
    836                 "phpunit/phpunit": "~4.4"
    837             },
    838             "type": "library",
    839             "extra": {
    840                 "branch-alias": {
    841                     "dev-master": "1.2.x-dev"
    842                 }
    843             },
    844             "autoload": {
    845                 "classmap": [
    846                     "src/"
    847                 ]
    848             },
    849             "notification-url": "https://packagist.org/downloads/",
    850             "license": [
    851                 "BSD-3-Clause"
    852             ],
    853             "authors": [
    854                 {
    855                     "name": "Jeff Welch",
    856                     "email": "whatthejeff@gmail.com"
    857                 },
    858                 {
    859                     "name": "Volker Dusch",
    860                     "email": "github@wallbash.com"
    861                 },
    862                 {
    863                     "name": "Bernhard Schussek",
    864                     "email": "bschussek@2bepublished.at"
    865                 },
    866                 {
    867                     "name": "Sebastian Bergmann",
    868                     "email": "sebastian@phpunit.de"
    869                 },
    870                 {
    871                     "name": "Adam Harvey",
    872                     "email": "aharvey@php.net"
    873                 }
    874             ],
    875             "description": "Provides the functionality to export PHP variables for visualization",
    876             "homepage": "http://www.github.com/sebastianbergmann/exporter",
    877             "keywords": [
    878                 "export",
    879                 "exporter"
    880             ],
    881             "time": "2015-06-21 07:55:53"
    882         },
    883         {
    884             "name": "sebastian/global-state",
    885             "version": "1.1.1",
    886             "source": {
    887                 "type": "git",
    888                 "url": "https://github.com/sebastianbergmann/global-state.git",
    889                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
    890             },
    891             "dist": {
    892                 "type": "zip",
    893                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
    894                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
    895                 "shasum": ""
    896             },
    897             "require": {
    898                 "php": ">=5.3.3"
    899             },
    900             "require-dev": {
    901                 "phpunit/phpunit": "~4.2"
    902             },
    903             "suggest": {
    904                 "ext-uopz": "*"
    905             },
    906             "type": "library",
    907             "extra": {
    908                 "branch-alias": {
    909                     "dev-master": "1.0-dev"
    910                 }
    911             },
    912             "autoload": {
    913                 "classmap": [
    914                     "src/"
    915                 ]
    916             },
    917             "notification-url": "https://packagist.org/downloads/",
    918             "license": [
    919                 "BSD-3-Clause"
    920             ],
    921             "authors": [
    922                 {
    923                     "name": "Sebastian Bergmann",
    924                     "email": "sebastian@phpunit.de"
    925                 }
    926             ],
    927             "description": "Snapshotting of global state",
    928             "homepage": "http://www.github.com/sebastianbergmann/global-state",
    929             "keywords": [
    930                 "global state"
    931             ],
    932             "time": "2015-10-12 03:26:01"
    933         },
    934         {
    935             "name": "sebastian/recursion-context",
    936             "version": "1.0.1",
    937             "source": {
    938                 "type": "git",
    939                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
    940                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
    941             },
    942             "dist": {
    943                 "type": "zip",
    944                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
    945                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
    946                 "shasum": ""
    947             },
    948             "require": {
    949                 "php": ">=5.3.3"
    950             },
    951             "require-dev": {
    952                 "phpunit/phpunit": "~4.4"
    953             },
    954             "type": "library",
    955             "extra": {
    956                 "branch-alias": {
    957                     "dev-master": "1.0.x-dev"
    958                 }
    959             },
    960             "autoload": {
    961                 "classmap": [
    962                     "src/"
    963                 ]
    964             },
    965             "notification-url": "https://packagist.org/downloads/",
    966             "license": [
    967                 "BSD-3-Clause"
    968             ],
    969             "authors": [
    970                 {
    971                     "name": "Jeff Welch",
    972                     "email": "whatthejeff@gmail.com"
    973                 },
    974                 {
    975                     "name": "Sebastian Bergmann",
    976                     "email": "sebastian@phpunit.de"
    977                 },
    978                 {
    979                     "name": "Adam Harvey",
    980                     "email": "aharvey@php.net"
    981                 }
    982             ],
    983             "description": "Provides functionality to recursively process PHP variables",
    984             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
    985             "time": "2015-06-21 08:04:50"
    986         },
    987         {
    988             "name": "sebastian/version",
    989             "version": "1.0.6",
    990             "source": {
    991                 "type": "git",
    992                 "url": "https://github.com/sebastianbergmann/version.git",
    993                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
    994             },
    995             "dist": {
    996                 "type": "zip",
    997                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
    998                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
    999                 "shasum": ""
   1000             },
   1001             "type": "library",
   1002             "autoload": {
   1003                 "classmap": [
   1004                     "src/"
   1005                 ]
   1006             },
   1007             "notification-url": "https://packagist.org/downloads/",
   1008             "license": [
   1009                 "BSD-3-Clause"
   1010             ],
   1011             "authors": [
   1012                 {
   1013                     "name": "Sebastian Bergmann",
   1014                     "email": "sebastian@phpunit.de",
   1015                     "role": "lead"
   1016                 }
   1017             ],
   1018             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
   1019             "homepage": "https://github.com/sebastianbergmann/version",
   1020             "time": "2015-06-21 13:59:46"
   1021         },
   1022         {
   1023             "name": "symfony/yaml",
   1024             "version": "v2.7.6",
   1025             "source": {
   1026                 "type": "git",
   1027                 "url": "https://github.com/symfony/yaml.git",
   1028                 "reference": "eca9019c88fbe250164affd107bc8057771f3f4d"
   1029             },
   1030             "dist": {
   1031                 "type": "zip",
   1032                 "url": "https://api.github.com/repos/symfony/yaml/zipball/eca9019c88fbe250164affd107bc8057771f3f4d",
   1033                 "reference": "eca9019c88fbe250164affd107bc8057771f3f4d",
   1034                 "shasum": ""
   1035             },
   1036             "require": {
   1037                 "php": ">=5.3.9"
   1038             },
   1039             "type": "library",
   1040             "extra": {
   1041                 "branch-alias": {
   1042                     "dev-master": "2.7-dev"
   1043                 }
   1044             },
   1045             "autoload": {
   1046                 "psr-4": {
   1047                     "Symfony\\Component\\Yaml\\": ""
   1048                 }
   1049             },
   1050             "notification-url": "https://packagist.org/downloads/",
   1051             "license": [
   1052                 "MIT"
   1053             ],
   1054             "authors": [
   1055                 {
   1056                     "name": "Fabien Potencier",
   1057                     "email": "fabien@symfony.com"
   1058                 },
   1059                 {
   1060                     "name": "Symfony Community",
   1061                     "homepage": "https://symfony.com/contributors"
   1062                 }
   1063             ],
   1064             "description": "Symfony Yaml Component",
   1065             "homepage": "https://symfony.com",
   1066             "time": "2015-10-11 09:39:48"
   1067         }
   1068     ],
   1069     "aliases": [],
   1070     "minimum-stability": "stable",
   1071     "stability-flags": [],
   1072     "prefer-stable": false,
   1073     "prefer-lowest": false,
   1074     "platform": [],
   1075     "platform-dev": {
   1076         "php": ">=5.5.0"
   1077     }
   1078 }