mapper.php

Basically a serialization wrapper for netresearch/jsonmapper
git clone git://git.finwo.net/lib/mapper.php
Log | Files | Refs | README

composer.lock (48060B)


      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": "9861fb0eb55236a5ccfb8df47c7c2529",
      8     "content-hash": "c02048e5750bb7241a7b25fc16e54343",
      9     "packages": [
     10         {
     11             "name": "netresearch/jsonmapper",
     12             "version": "v1.1.0",
     13             "source": {
     14                 "type": "git",
     15                 "url": "https://github.com/cweiske/jsonmapper.git",
     16                 "reference": "2130cc7152b31fb9f60a2d6e1f631981279d3957"
     17             },
     18             "dist": {
     19                 "type": "zip",
     20                 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/2130cc7152b31fb9f60a2d6e1f631981279d3957",
     21                 "reference": "2130cc7152b31fb9f60a2d6e1f631981279d3957",
     22                 "shasum": ""
     23             },
     24             "require-dev": {
     25                 "phpunit/phpunit": "4.2.*",
     26                 "squizlabs/php_codesniffer": "~1.5"
     27             },
     28             "type": "library",
     29             "autoload": {
     30                 "psr-0": {
     31                     "JsonMapper": "src/"
     32                 }
     33             },
     34             "notification-url": "https://packagist.org/downloads/",
     35             "license": [
     36                 "OSL-3.0"
     37             ],
     38             "authors": [
     39                 {
     40                     "name": "Christian Weiske",
     41                     "email": "cweiske@cweiske.de",
     42                     "homepage": "http://github.com/cweiske/jsonmapper/",
     43                     "role": "Developer"
     44                 }
     45             ],
     46             "description": "Map nested JSON structures onto PHP classes",
     47             "time": "2016-11-17 06:34:01"
     48         }
     49     ],
     50     "packages-dev": [
     51         {
     52             "name": "doctrine/instantiator",
     53             "version": "1.0.5",
     54             "source": {
     55                 "type": "git",
     56                 "url": "https://github.com/doctrine/instantiator.git",
     57                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
     58             },
     59             "dist": {
     60                 "type": "zip",
     61                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
     62                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
     63                 "shasum": ""
     64             },
     65             "require": {
     66                 "php": ">=5.3,<8.0-DEV"
     67             },
     68             "require-dev": {
     69                 "athletic/athletic": "~0.1.8",
     70                 "ext-pdo": "*",
     71                 "ext-phar": "*",
     72                 "phpunit/phpunit": "~4.0",
     73                 "squizlabs/php_codesniffer": "~2.0"
     74             },
     75             "type": "library",
     76             "extra": {
     77                 "branch-alias": {
     78                     "dev-master": "1.0.x-dev"
     79                 }
     80             },
     81             "autoload": {
     82                 "psr-4": {
     83                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
     84                 }
     85             },
     86             "notification-url": "https://packagist.org/downloads/",
     87             "license": [
     88                 "MIT"
     89             ],
     90             "authors": [
     91                 {
     92                     "name": "Marco Pivetta",
     93                     "email": "ocramius@gmail.com",
     94                     "homepage": "http://ocramius.github.com/"
     95                 }
     96             ],
     97             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
     98             "homepage": "https://github.com/doctrine/instantiator",
     99             "keywords": [
    100                 "constructor",
    101                 "instantiate"
    102             ],
    103             "time": "2015-06-14 21:17:01"
    104         },
    105         {
    106             "name": "myclabs/deep-copy",
    107             "version": "1.5.5",
    108             "source": {
    109                 "type": "git",
    110                 "url": "https://github.com/myclabs/DeepCopy.git",
    111                 "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108"
    112             },
    113             "dist": {
    114                 "type": "zip",
    115                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/399c1f9781e222f6eb6cc238796f5200d1b7f108",
    116                 "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108",
    117                 "shasum": ""
    118             },
    119             "require": {
    120                 "php": ">=5.4.0"
    121             },
    122             "require-dev": {
    123                 "doctrine/collections": "1.*",
    124                 "phpunit/phpunit": "~4.1"
    125             },
    126             "type": "library",
    127             "autoload": {
    128                 "psr-4": {
    129                     "DeepCopy\\": "src/DeepCopy/"
    130                 }
    131             },
    132             "notification-url": "https://packagist.org/downloads/",
    133             "license": [
    134                 "MIT"
    135             ],
    136             "description": "Create deep copies (clones) of your objects",
    137             "homepage": "https://github.com/myclabs/DeepCopy",
    138             "keywords": [
    139                 "clone",
    140                 "copy",
    141                 "duplicate",
    142                 "object",
    143                 "object graph"
    144             ],
    145             "time": "2016-10-31 17:19:45"
    146         },
    147         {
    148             "name": "phpdocumentor/reflection-common",
    149             "version": "1.0",
    150             "source": {
    151                 "type": "git",
    152                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
    153                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
    154             },
    155             "dist": {
    156                 "type": "zip",
    157                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
    158                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
    159                 "shasum": ""
    160             },
    161             "require": {
    162                 "php": ">=5.5"
    163             },
    164             "require-dev": {
    165                 "phpunit/phpunit": "^4.6"
    166             },
    167             "type": "library",
    168             "extra": {
    169                 "branch-alias": {
    170                     "dev-master": "1.0.x-dev"
    171                 }
    172             },
    173             "autoload": {
    174                 "psr-4": {
    175                     "phpDocumentor\\Reflection\\": [
    176                         "src"
    177                     ]
    178                 }
    179             },
    180             "notification-url": "https://packagist.org/downloads/",
    181             "license": [
    182                 "MIT"
    183             ],
    184             "authors": [
    185                 {
    186                     "name": "Jaap van Otterdijk",
    187                     "email": "opensource@ijaap.nl"
    188                 }
    189             ],
    190             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
    191             "homepage": "http://www.phpdoc.org",
    192             "keywords": [
    193                 "FQSEN",
    194                 "phpDocumentor",
    195                 "phpdoc",
    196                 "reflection",
    197                 "static analysis"
    198             ],
    199             "time": "2015-12-27 11:43:31"
    200         },
    201         {
    202             "name": "phpdocumentor/reflection-docblock",
    203             "version": "3.1.1",
    204             "source": {
    205                 "type": "git",
    206                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    207                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
    208             },
    209             "dist": {
    210                 "type": "zip",
    211                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
    212                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
    213                 "shasum": ""
    214             },
    215             "require": {
    216                 "php": ">=5.5",
    217                 "phpdocumentor/reflection-common": "^1.0@dev",
    218                 "phpdocumentor/type-resolver": "^0.2.0",
    219                 "webmozart/assert": "^1.0"
    220             },
    221             "require-dev": {
    222                 "mockery/mockery": "^0.9.4",
    223                 "phpunit/phpunit": "^4.4"
    224             },
    225             "type": "library",
    226             "autoload": {
    227                 "psr-4": {
    228                     "phpDocumentor\\Reflection\\": [
    229                         "src/"
    230                     ]
    231                 }
    232             },
    233             "notification-url": "https://packagist.org/downloads/",
    234             "license": [
    235                 "MIT"
    236             ],
    237             "authors": [
    238                 {
    239                     "name": "Mike van Riel",
    240                     "email": "me@mikevanriel.com"
    241                 }
    242             ],
    243             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
    244             "time": "2016-09-30 07:12:33"
    245         },
    246         {
    247             "name": "phpdocumentor/type-resolver",
    248             "version": "0.2.1",
    249             "source": {
    250                 "type": "git",
    251                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
    252                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
    253             },
    254             "dist": {
    255                 "type": "zip",
    256                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
    257                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
    258                 "shasum": ""
    259             },
    260             "require": {
    261                 "php": ">=5.5",
    262                 "phpdocumentor/reflection-common": "^1.0"
    263             },
    264             "require-dev": {
    265                 "mockery/mockery": "^0.9.4",
    266                 "phpunit/phpunit": "^5.2||^4.8.24"
    267             },
    268             "type": "library",
    269             "extra": {
    270                 "branch-alias": {
    271                     "dev-master": "1.0.x-dev"
    272                 }
    273             },
    274             "autoload": {
    275                 "psr-4": {
    276                     "phpDocumentor\\Reflection\\": [
    277                         "src/"
    278                     ]
    279                 }
    280             },
    281             "notification-url": "https://packagist.org/downloads/",
    282             "license": [
    283                 "MIT"
    284             ],
    285             "authors": [
    286                 {
    287                     "name": "Mike van Riel",
    288                     "email": "me@mikevanriel.com"
    289                 }
    290             ],
    291             "time": "2016-11-25 06:54:22"
    292         },
    293         {
    294             "name": "phpspec/prophecy",
    295             "version": "v1.6.2",
    296             "source": {
    297                 "type": "git",
    298                 "url": "https://github.com/phpspec/prophecy.git",
    299                 "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
    300             },
    301             "dist": {
    302                 "type": "zip",
    303                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
    304                 "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
    305                 "shasum": ""
    306             },
    307             "require": {
    308                 "doctrine/instantiator": "^1.0.2",
    309                 "php": "^5.3|^7.0",
    310                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
    311                 "sebastian/comparator": "^1.1",
    312                 "sebastian/recursion-context": "^1.0|^2.0"
    313             },
    314             "require-dev": {
    315                 "phpspec/phpspec": "^2.0",
    316                 "phpunit/phpunit": "^4.8 || ^5.6.5"
    317             },
    318             "type": "library",
    319             "extra": {
    320                 "branch-alias": {
    321                     "dev-master": "1.6.x-dev"
    322                 }
    323             },
    324             "autoload": {
    325                 "psr-0": {
    326                     "Prophecy\\": "src/"
    327                 }
    328             },
    329             "notification-url": "https://packagist.org/downloads/",
    330             "license": [
    331                 "MIT"
    332             ],
    333             "authors": [
    334                 {
    335                     "name": "Konstantin Kudryashov",
    336                     "email": "ever.zet@gmail.com",
    337                     "homepage": "http://everzet.com"
    338                 },
    339                 {
    340                     "name": "Marcello Duarte",
    341                     "email": "marcello.duarte@gmail.com"
    342                 }
    343             ],
    344             "description": "Highly opinionated mocking framework for PHP 5.3+",
    345             "homepage": "https://github.com/phpspec/prophecy",
    346             "keywords": [
    347                 "Double",
    348                 "Dummy",
    349                 "fake",
    350                 "mock",
    351                 "spy",
    352                 "stub"
    353             ],
    354             "time": "2016-11-21 14:58:47"
    355         },
    356         {
    357             "name": "phpunit/php-code-coverage",
    358             "version": "4.0.4",
    359             "source": {
    360                 "type": "git",
    361                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    362                 "reference": "c14196e64a78570034afd0b7a9f3757ba71c2a0a"
    363             },
    364             "dist": {
    365                 "type": "zip",
    366                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c14196e64a78570034afd0b7a9f3757ba71c2a0a",
    367                 "reference": "c14196e64a78570034afd0b7a9f3757ba71c2a0a",
    368                 "shasum": ""
    369             },
    370             "require": {
    371                 "php": "^5.6 || ^7.0",
    372                 "phpunit/php-file-iterator": "~1.3",
    373                 "phpunit/php-text-template": "~1.2",
    374                 "phpunit/php-token-stream": "^1.4.2",
    375                 "sebastian/code-unit-reverse-lookup": "~1.0",
    376                 "sebastian/environment": "^1.3.2 || ^2.0",
    377                 "sebastian/version": "~1.0|~2.0"
    378             },
    379             "require-dev": {
    380                 "ext-xdebug": ">=2.1.4",
    381                 "phpunit/phpunit": "^5.4"
    382             },
    383             "suggest": {
    384                 "ext-dom": "*",
    385                 "ext-xdebug": ">=2.4.0",
    386                 "ext-xmlwriter": "*"
    387             },
    388             "type": "library",
    389             "extra": {
    390                 "branch-alias": {
    391                     "dev-master": "4.0.x-dev"
    392                 }
    393             },
    394             "autoload": {
    395                 "classmap": [
    396                     "src/"
    397                 ]
    398             },
    399             "notification-url": "https://packagist.org/downloads/",
    400             "license": [
    401                 "BSD-3-Clause"
    402             ],
    403             "authors": [
    404                 {
    405                     "name": "Sebastian Bergmann",
    406                     "email": "sb@sebastian-bergmann.de",
    407                     "role": "lead"
    408                 }
    409             ],
    410             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
    411             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
    412             "keywords": [
    413                 "coverage",
    414                 "testing",
    415                 "xunit"
    416             ],
    417             "time": "2016-12-20 15:22:42"
    418         },
    419         {
    420             "name": "phpunit/php-file-iterator",
    421             "version": "1.4.2",
    422             "source": {
    423                 "type": "git",
    424                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    425                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
    426             },
    427             "dist": {
    428                 "type": "zip",
    429                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
    430                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
    431                 "shasum": ""
    432             },
    433             "require": {
    434                 "php": ">=5.3.3"
    435             },
    436             "type": "library",
    437             "extra": {
    438                 "branch-alias": {
    439                     "dev-master": "1.4.x-dev"
    440                 }
    441             },
    442             "autoload": {
    443                 "classmap": [
    444                     "src/"
    445                 ]
    446             },
    447             "notification-url": "https://packagist.org/downloads/",
    448             "license": [
    449                 "BSD-3-Clause"
    450             ],
    451             "authors": [
    452                 {
    453                     "name": "Sebastian Bergmann",
    454                     "email": "sb@sebastian-bergmann.de",
    455                     "role": "lead"
    456                 }
    457             ],
    458             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
    459             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
    460             "keywords": [
    461                 "filesystem",
    462                 "iterator"
    463             ],
    464             "time": "2016-10-03 07:40:28"
    465         },
    466         {
    467             "name": "phpunit/php-text-template",
    468             "version": "1.2.1",
    469             "source": {
    470                 "type": "git",
    471                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
    472                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
    473             },
    474             "dist": {
    475                 "type": "zip",
    476                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
    477                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
    478                 "shasum": ""
    479             },
    480             "require": {
    481                 "php": ">=5.3.3"
    482             },
    483             "type": "library",
    484             "autoload": {
    485                 "classmap": [
    486                     "src/"
    487                 ]
    488             },
    489             "notification-url": "https://packagist.org/downloads/",
    490             "license": [
    491                 "BSD-3-Clause"
    492             ],
    493             "authors": [
    494                 {
    495                     "name": "Sebastian Bergmann",
    496                     "email": "sebastian@phpunit.de",
    497                     "role": "lead"
    498                 }
    499             ],
    500             "description": "Simple template engine.",
    501             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
    502             "keywords": [
    503                 "template"
    504             ],
    505             "time": "2015-06-21 13:50:34"
    506         },
    507         {
    508             "name": "phpunit/php-timer",
    509             "version": "1.0.8",
    510             "source": {
    511                 "type": "git",
    512                 "url": "https://github.com/sebastianbergmann/php-timer.git",
    513                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
    514             },
    515             "dist": {
    516                 "type": "zip",
    517                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
    518                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
    519                 "shasum": ""
    520             },
    521             "require": {
    522                 "php": ">=5.3.3"
    523             },
    524             "require-dev": {
    525                 "phpunit/phpunit": "~4|~5"
    526             },
    527             "type": "library",
    528             "autoload": {
    529                 "classmap": [
    530                     "src/"
    531                 ]
    532             },
    533             "notification-url": "https://packagist.org/downloads/",
    534             "license": [
    535                 "BSD-3-Clause"
    536             ],
    537             "authors": [
    538                 {
    539                     "name": "Sebastian Bergmann",
    540                     "email": "sb@sebastian-bergmann.de",
    541                     "role": "lead"
    542                 }
    543             ],
    544             "description": "Utility class for timing",
    545             "homepage": "https://github.com/sebastianbergmann/php-timer/",
    546             "keywords": [
    547                 "timer"
    548             ],
    549             "time": "2016-05-12 18:03:57"
    550         },
    551         {
    552             "name": "phpunit/php-token-stream",
    553             "version": "1.4.9",
    554             "source": {
    555                 "type": "git",
    556                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
    557                 "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
    558             },
    559             "dist": {
    560                 "type": "zip",
    561                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
    562                 "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
    563                 "shasum": ""
    564             },
    565             "require": {
    566                 "ext-tokenizer": "*",
    567                 "php": ">=5.3.3"
    568             },
    569             "require-dev": {
    570                 "phpunit/phpunit": "~4.2"
    571             },
    572             "type": "library",
    573             "extra": {
    574                 "branch-alias": {
    575                     "dev-master": "1.4-dev"
    576                 }
    577             },
    578             "autoload": {
    579                 "classmap": [
    580                     "src/"
    581                 ]
    582             },
    583             "notification-url": "https://packagist.org/downloads/",
    584             "license": [
    585                 "BSD-3-Clause"
    586             ],
    587             "authors": [
    588                 {
    589                     "name": "Sebastian Bergmann",
    590                     "email": "sebastian@phpunit.de"
    591                 }
    592             ],
    593             "description": "Wrapper around PHP's tokenizer extension.",
    594             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
    595             "keywords": [
    596                 "tokenizer"
    597             ],
    598             "time": "2016-11-15 14:06:22"
    599         },
    600         {
    601             "name": "phpunit/phpunit",
    602             "version": "5.7.4",
    603             "source": {
    604                 "type": "git",
    605                 "url": "https://github.com/sebastianbergmann/phpunit.git",
    606                 "reference": "af91da3f2671006ff5d0628023de3b7ac4d1ef09"
    607             },
    608             "dist": {
    609                 "type": "zip",
    610                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/af91da3f2671006ff5d0628023de3b7ac4d1ef09",
    611                 "reference": "af91da3f2671006ff5d0628023de3b7ac4d1ef09",
    612                 "shasum": ""
    613             },
    614             "require": {
    615                 "ext-dom": "*",
    616                 "ext-json": "*",
    617                 "ext-libxml": "*",
    618                 "ext-mbstring": "*",
    619                 "ext-xml": "*",
    620                 "myclabs/deep-copy": "~1.3",
    621                 "php": "^5.6 || ^7.0",
    622                 "phpspec/prophecy": "^1.6.2",
    623                 "phpunit/php-code-coverage": "^4.0.3",
    624                 "phpunit/php-file-iterator": "~1.4",
    625                 "phpunit/php-text-template": "~1.2",
    626                 "phpunit/php-timer": "^1.0.6",
    627                 "phpunit/phpunit-mock-objects": "^3.2",
    628                 "sebastian/comparator": "~1.2.2",
    629                 "sebastian/diff": "~1.2",
    630                 "sebastian/environment": "^1.3.4 || ^2.0",
    631                 "sebastian/exporter": "~2.0",
    632                 "sebastian/global-state": "^1.0 || ^2.0",
    633                 "sebastian/object-enumerator": "~2.0",
    634                 "sebastian/resource-operations": "~1.0",
    635                 "sebastian/version": "~1.0|~2.0",
    636                 "symfony/yaml": "~2.1|~3.0"
    637             },
    638             "conflict": {
    639                 "phpdocumentor/reflection-docblock": "3.0.2"
    640             },
    641             "require-dev": {
    642                 "ext-pdo": "*"
    643             },
    644             "suggest": {
    645                 "ext-xdebug": "*",
    646                 "phpunit/php-invoker": "~1.1"
    647             },
    648             "bin": [
    649                 "phpunit"
    650             ],
    651             "type": "library",
    652             "extra": {
    653                 "branch-alias": {
    654                     "dev-master": "5.7.x-dev"
    655                 }
    656             },
    657             "autoload": {
    658                 "classmap": [
    659                     "src/"
    660                 ]
    661             },
    662             "notification-url": "https://packagist.org/downloads/",
    663             "license": [
    664                 "BSD-3-Clause"
    665             ],
    666             "authors": [
    667                 {
    668                     "name": "Sebastian Bergmann",
    669                     "email": "sebastian@phpunit.de",
    670                     "role": "lead"
    671                 }
    672             ],
    673             "description": "The PHP Unit Testing framework.",
    674             "homepage": "https://phpunit.de/",
    675             "keywords": [
    676                 "phpunit",
    677                 "testing",
    678                 "xunit"
    679             ],
    680             "time": "2016-12-13 16:19:44"
    681         },
    682         {
    683             "name": "phpunit/phpunit-mock-objects",
    684             "version": "3.4.3",
    685             "source": {
    686                 "type": "git",
    687                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
    688                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
    689             },
    690             "dist": {
    691                 "type": "zip",
    692                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
    693                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
    694                 "shasum": ""
    695             },
    696             "require": {
    697                 "doctrine/instantiator": "^1.0.2",
    698                 "php": "^5.6 || ^7.0",
    699                 "phpunit/php-text-template": "^1.2",
    700                 "sebastian/exporter": "^1.2 || ^2.0"
    701             },
    702             "conflict": {
    703                 "phpunit/phpunit": "<5.4.0"
    704             },
    705             "require-dev": {
    706                 "phpunit/phpunit": "^5.4"
    707             },
    708             "suggest": {
    709                 "ext-soap": "*"
    710             },
    711             "type": "library",
    712             "extra": {
    713                 "branch-alias": {
    714                     "dev-master": "3.2.x-dev"
    715                 }
    716             },
    717             "autoload": {
    718                 "classmap": [
    719                     "src/"
    720                 ]
    721             },
    722             "notification-url": "https://packagist.org/downloads/",
    723             "license": [
    724                 "BSD-3-Clause"
    725             ],
    726             "authors": [
    727                 {
    728                     "name": "Sebastian Bergmann",
    729                     "email": "sb@sebastian-bergmann.de",
    730                     "role": "lead"
    731                 }
    732             ],
    733             "description": "Mock Object library for PHPUnit",
    734             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
    735             "keywords": [
    736                 "mock",
    737                 "xunit"
    738             ],
    739             "time": "2016-12-08 20:27:08"
    740         },
    741         {
    742             "name": "sebastian/code-unit-reverse-lookup",
    743             "version": "1.0.0",
    744             "source": {
    745                 "type": "git",
    746                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
    747                 "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
    748             },
    749             "dist": {
    750                 "type": "zip",
    751                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
    752                 "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
    753                 "shasum": ""
    754             },
    755             "require": {
    756                 "php": ">=5.6"
    757             },
    758             "require-dev": {
    759                 "phpunit/phpunit": "~5"
    760             },
    761             "type": "library",
    762             "extra": {
    763                 "branch-alias": {
    764                     "dev-master": "1.0.x-dev"
    765                 }
    766             },
    767             "autoload": {
    768                 "classmap": [
    769                     "src/"
    770                 ]
    771             },
    772             "notification-url": "https://packagist.org/downloads/",
    773             "license": [
    774                 "BSD-3-Clause"
    775             ],
    776             "authors": [
    777                 {
    778                     "name": "Sebastian Bergmann",
    779                     "email": "sebastian@phpunit.de"
    780                 }
    781             ],
    782             "description": "Looks up which function or method a line of code belongs to",
    783             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
    784             "time": "2016-02-13 06:45:14"
    785         },
    786         {
    787             "name": "sebastian/comparator",
    788             "version": "1.2.2",
    789             "source": {
    790                 "type": "git",
    791                 "url": "https://github.com/sebastianbergmann/comparator.git",
    792                 "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
    793             },
    794             "dist": {
    795                 "type": "zip",
    796                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
    797                 "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
    798                 "shasum": ""
    799             },
    800             "require": {
    801                 "php": ">=5.3.3",
    802                 "sebastian/diff": "~1.2",
    803                 "sebastian/exporter": "~1.2 || ~2.0"
    804             },
    805             "require-dev": {
    806                 "phpunit/phpunit": "~4.4"
    807             },
    808             "type": "library",
    809             "extra": {
    810                 "branch-alias": {
    811                     "dev-master": "1.2.x-dev"
    812                 }
    813             },
    814             "autoload": {
    815                 "classmap": [
    816                     "src/"
    817                 ]
    818             },
    819             "notification-url": "https://packagist.org/downloads/",
    820             "license": [
    821                 "BSD-3-Clause"
    822             ],
    823             "authors": [
    824                 {
    825                     "name": "Jeff Welch",
    826                     "email": "whatthejeff@gmail.com"
    827                 },
    828                 {
    829                     "name": "Volker Dusch",
    830                     "email": "github@wallbash.com"
    831                 },
    832                 {
    833                     "name": "Bernhard Schussek",
    834                     "email": "bschussek@2bepublished.at"
    835                 },
    836                 {
    837                     "name": "Sebastian Bergmann",
    838                     "email": "sebastian@phpunit.de"
    839                 }
    840             ],
    841             "description": "Provides the functionality to compare PHP values for equality",
    842             "homepage": "http://www.github.com/sebastianbergmann/comparator",
    843             "keywords": [
    844                 "comparator",
    845                 "compare",
    846                 "equality"
    847             ],
    848             "time": "2016-11-19 09:18:40"
    849         },
    850         {
    851             "name": "sebastian/diff",
    852             "version": "1.4.1",
    853             "source": {
    854                 "type": "git",
    855                 "url": "https://github.com/sebastianbergmann/diff.git",
    856                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
    857             },
    858             "dist": {
    859                 "type": "zip",
    860                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
    861                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
    862                 "shasum": ""
    863             },
    864             "require": {
    865                 "php": ">=5.3.3"
    866             },
    867             "require-dev": {
    868                 "phpunit/phpunit": "~4.8"
    869             },
    870             "type": "library",
    871             "extra": {
    872                 "branch-alias": {
    873                     "dev-master": "1.4-dev"
    874                 }
    875             },
    876             "autoload": {
    877                 "classmap": [
    878                     "src/"
    879                 ]
    880             },
    881             "notification-url": "https://packagist.org/downloads/",
    882             "license": [
    883                 "BSD-3-Clause"
    884             ],
    885             "authors": [
    886                 {
    887                     "name": "Kore Nordmann",
    888                     "email": "mail@kore-nordmann.de"
    889                 },
    890                 {
    891                     "name": "Sebastian Bergmann",
    892                     "email": "sebastian@phpunit.de"
    893                 }
    894             ],
    895             "description": "Diff implementation",
    896             "homepage": "https://github.com/sebastianbergmann/diff",
    897             "keywords": [
    898                 "diff"
    899             ],
    900             "time": "2015-12-08 07:14:41"
    901         },
    902         {
    903             "name": "sebastian/environment",
    904             "version": "2.0.0",
    905             "source": {
    906                 "type": "git",
    907                 "url": "https://github.com/sebastianbergmann/environment.git",
    908                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
    909             },
    910             "dist": {
    911                 "type": "zip",
    912                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
    913                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
    914                 "shasum": ""
    915             },
    916             "require": {
    917                 "php": "^5.6 || ^7.0"
    918             },
    919             "require-dev": {
    920                 "phpunit/phpunit": "^5.0"
    921             },
    922             "type": "library",
    923             "extra": {
    924                 "branch-alias": {
    925                     "dev-master": "2.0.x-dev"
    926                 }
    927             },
    928             "autoload": {
    929                 "classmap": [
    930                     "src/"
    931                 ]
    932             },
    933             "notification-url": "https://packagist.org/downloads/",
    934             "license": [
    935                 "BSD-3-Clause"
    936             ],
    937             "authors": [
    938                 {
    939                     "name": "Sebastian Bergmann",
    940                     "email": "sebastian@phpunit.de"
    941                 }
    942             ],
    943             "description": "Provides functionality to handle HHVM/PHP environments",
    944             "homepage": "http://www.github.com/sebastianbergmann/environment",
    945             "keywords": [
    946                 "Xdebug",
    947                 "environment",
    948                 "hhvm"
    949             ],
    950             "time": "2016-11-26 07:53:53"
    951         },
    952         {
    953             "name": "sebastian/exporter",
    954             "version": "2.0.0",
    955             "source": {
    956                 "type": "git",
    957                 "url": "https://github.com/sebastianbergmann/exporter.git",
    958                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
    959             },
    960             "dist": {
    961                 "type": "zip",
    962                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
    963                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
    964                 "shasum": ""
    965             },
    966             "require": {
    967                 "php": ">=5.3.3",
    968                 "sebastian/recursion-context": "~2.0"
    969             },
    970             "require-dev": {
    971                 "ext-mbstring": "*",
    972                 "phpunit/phpunit": "~4.4"
    973             },
    974             "type": "library",
    975             "extra": {
    976                 "branch-alias": {
    977                     "dev-master": "2.0.x-dev"
    978                 }
    979             },
    980             "autoload": {
    981                 "classmap": [
    982                     "src/"
    983                 ]
    984             },
    985             "notification-url": "https://packagist.org/downloads/",
    986             "license": [
    987                 "BSD-3-Clause"
    988             ],
    989             "authors": [
    990                 {
    991                     "name": "Jeff Welch",
    992                     "email": "whatthejeff@gmail.com"
    993                 },
    994                 {
    995                     "name": "Volker Dusch",
    996                     "email": "github@wallbash.com"
    997                 },
    998                 {
    999                     "name": "Bernhard Schussek",
   1000                     "email": "bschussek@2bepublished.at"
   1001                 },
   1002                 {
   1003                     "name": "Sebastian Bergmann",
   1004                     "email": "sebastian@phpunit.de"
   1005                 },
   1006                 {
   1007                     "name": "Adam Harvey",
   1008                     "email": "aharvey@php.net"
   1009                 }
   1010             ],
   1011             "description": "Provides the functionality to export PHP variables for visualization",
   1012             "homepage": "http://www.github.com/sebastianbergmann/exporter",
   1013             "keywords": [
   1014                 "export",
   1015                 "exporter"
   1016             ],
   1017             "time": "2016-11-19 08:54:04"
   1018         },
   1019         {
   1020             "name": "sebastian/global-state",
   1021             "version": "1.1.1",
   1022             "source": {
   1023                 "type": "git",
   1024                 "url": "https://github.com/sebastianbergmann/global-state.git",
   1025                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
   1026             },
   1027             "dist": {
   1028                 "type": "zip",
   1029                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
   1030                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
   1031                 "shasum": ""
   1032             },
   1033             "require": {
   1034                 "php": ">=5.3.3"
   1035             },
   1036             "require-dev": {
   1037                 "phpunit/phpunit": "~4.2"
   1038             },
   1039             "suggest": {
   1040                 "ext-uopz": "*"
   1041             },
   1042             "type": "library",
   1043             "extra": {
   1044                 "branch-alias": {
   1045                     "dev-master": "1.0-dev"
   1046                 }
   1047             },
   1048             "autoload": {
   1049                 "classmap": [
   1050                     "src/"
   1051                 ]
   1052             },
   1053             "notification-url": "https://packagist.org/downloads/",
   1054             "license": [
   1055                 "BSD-3-Clause"
   1056             ],
   1057             "authors": [
   1058                 {
   1059                     "name": "Sebastian Bergmann",
   1060                     "email": "sebastian@phpunit.de"
   1061                 }
   1062             ],
   1063             "description": "Snapshotting of global state",
   1064             "homepage": "http://www.github.com/sebastianbergmann/global-state",
   1065             "keywords": [
   1066                 "global state"
   1067             ],
   1068             "time": "2015-10-12 03:26:01"
   1069         },
   1070         {
   1071             "name": "sebastian/object-enumerator",
   1072             "version": "2.0.0",
   1073             "source": {
   1074                 "type": "git",
   1075                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
   1076                 "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35"
   1077             },
   1078             "dist": {
   1079                 "type": "zip",
   1080                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
   1081                 "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
   1082                 "shasum": ""
   1083             },
   1084             "require": {
   1085                 "php": ">=5.6",
   1086                 "sebastian/recursion-context": "~2.0"
   1087             },
   1088             "require-dev": {
   1089                 "phpunit/phpunit": "~5"
   1090             },
   1091             "type": "library",
   1092             "extra": {
   1093                 "branch-alias": {
   1094                     "dev-master": "2.0.x-dev"
   1095                 }
   1096             },
   1097             "autoload": {
   1098                 "classmap": [
   1099                     "src/"
   1100                 ]
   1101             },
   1102             "notification-url": "https://packagist.org/downloads/",
   1103             "license": [
   1104                 "BSD-3-Clause"
   1105             ],
   1106             "authors": [
   1107                 {
   1108                     "name": "Sebastian Bergmann",
   1109                     "email": "sebastian@phpunit.de"
   1110                 }
   1111             ],
   1112             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
   1113             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
   1114             "time": "2016-11-19 07:35:10"
   1115         },
   1116         {
   1117             "name": "sebastian/recursion-context",
   1118             "version": "2.0.0",
   1119             "source": {
   1120                 "type": "git",
   1121                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
   1122                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
   1123             },
   1124             "dist": {
   1125                 "type": "zip",
   1126                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
   1127                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
   1128                 "shasum": ""
   1129             },
   1130             "require": {
   1131                 "php": ">=5.3.3"
   1132             },
   1133             "require-dev": {
   1134                 "phpunit/phpunit": "~4.4"
   1135             },
   1136             "type": "library",
   1137             "extra": {
   1138                 "branch-alias": {
   1139                     "dev-master": "2.0.x-dev"
   1140                 }
   1141             },
   1142             "autoload": {
   1143                 "classmap": [
   1144                     "src/"
   1145                 ]
   1146             },
   1147             "notification-url": "https://packagist.org/downloads/",
   1148             "license": [
   1149                 "BSD-3-Clause"
   1150             ],
   1151             "authors": [
   1152                 {
   1153                     "name": "Jeff Welch",
   1154                     "email": "whatthejeff@gmail.com"
   1155                 },
   1156                 {
   1157                     "name": "Sebastian Bergmann",
   1158                     "email": "sebastian@phpunit.de"
   1159                 },
   1160                 {
   1161                     "name": "Adam Harvey",
   1162                     "email": "aharvey@php.net"
   1163                 }
   1164             ],
   1165             "description": "Provides functionality to recursively process PHP variables",
   1166             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
   1167             "time": "2016-11-19 07:33:16"
   1168         },
   1169         {
   1170             "name": "sebastian/resource-operations",
   1171             "version": "1.0.0",
   1172             "source": {
   1173                 "type": "git",
   1174                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
   1175                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
   1176             },
   1177             "dist": {
   1178                 "type": "zip",
   1179                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
   1180                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
   1181                 "shasum": ""
   1182             },
   1183             "require": {
   1184                 "php": ">=5.6.0"
   1185             },
   1186             "type": "library",
   1187             "extra": {
   1188                 "branch-alias": {
   1189                     "dev-master": "1.0.x-dev"
   1190                 }
   1191             },
   1192             "autoload": {
   1193                 "classmap": [
   1194                     "src/"
   1195                 ]
   1196             },
   1197             "notification-url": "https://packagist.org/downloads/",
   1198             "license": [
   1199                 "BSD-3-Clause"
   1200             ],
   1201             "authors": [
   1202                 {
   1203                     "name": "Sebastian Bergmann",
   1204                     "email": "sebastian@phpunit.de"
   1205                 }
   1206             ],
   1207             "description": "Provides a list of PHP built-in functions that operate on resources",
   1208             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
   1209             "time": "2015-07-28 20:34:47"
   1210         },
   1211         {
   1212             "name": "sebastian/version",
   1213             "version": "2.0.1",
   1214             "source": {
   1215                 "type": "git",
   1216                 "url": "https://github.com/sebastianbergmann/version.git",
   1217                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
   1218             },
   1219             "dist": {
   1220                 "type": "zip",
   1221                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
   1222                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
   1223                 "shasum": ""
   1224             },
   1225             "require": {
   1226                 "php": ">=5.6"
   1227             },
   1228             "type": "library",
   1229             "extra": {
   1230                 "branch-alias": {
   1231                     "dev-master": "2.0.x-dev"
   1232                 }
   1233             },
   1234             "autoload": {
   1235                 "classmap": [
   1236                     "src/"
   1237                 ]
   1238             },
   1239             "notification-url": "https://packagist.org/downloads/",
   1240             "license": [
   1241                 "BSD-3-Clause"
   1242             ],
   1243             "authors": [
   1244                 {
   1245                     "name": "Sebastian Bergmann",
   1246                     "email": "sebastian@phpunit.de",
   1247                     "role": "lead"
   1248                 }
   1249             ],
   1250             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
   1251             "homepage": "https://github.com/sebastianbergmann/version",
   1252             "time": "2016-10-03 07:35:21"
   1253         },
   1254         {
   1255             "name": "symfony/yaml",
   1256             "version": "v3.2.1",
   1257             "source": {
   1258                 "type": "git",
   1259                 "url": "https://github.com/symfony/yaml.git",
   1260                 "reference": "a7095af4b97a0955f85c8989106c249fa649011f"
   1261             },
   1262             "dist": {
   1263                 "type": "zip",
   1264                 "url": "https://api.github.com/repos/symfony/yaml/zipball/a7095af4b97a0955f85c8989106c249fa649011f",
   1265                 "reference": "a7095af4b97a0955f85c8989106c249fa649011f",
   1266                 "shasum": ""
   1267             },
   1268             "require": {
   1269                 "php": ">=5.5.9"
   1270             },
   1271             "require-dev": {
   1272                 "symfony/console": "~2.8|~3.0"
   1273             },
   1274             "suggest": {
   1275                 "symfony/console": "For validating YAML files using the lint command"
   1276             },
   1277             "type": "library",
   1278             "extra": {
   1279                 "branch-alias": {
   1280                     "dev-master": "3.2-dev"
   1281                 }
   1282             },
   1283             "autoload": {
   1284                 "psr-4": {
   1285                     "Symfony\\Component\\Yaml\\": ""
   1286                 },
   1287                 "exclude-from-classmap": [
   1288                     "/Tests/"
   1289                 ]
   1290             },
   1291             "notification-url": "https://packagist.org/downloads/",
   1292             "license": [
   1293                 "MIT"
   1294             ],
   1295             "authors": [
   1296                 {
   1297                     "name": "Fabien Potencier",
   1298                     "email": "fabien@symfony.com"
   1299                 },
   1300                 {
   1301                     "name": "Symfony Community",
   1302                     "homepage": "https://symfony.com/contributors"
   1303                 }
   1304             ],
   1305             "description": "Symfony Yaml Component",
   1306             "homepage": "https://symfony.com",
   1307             "time": "2016-12-10 10:07:06"
   1308         },
   1309         {
   1310             "name": "webmozart/assert",
   1311             "version": "1.2.0",
   1312             "source": {
   1313                 "type": "git",
   1314                 "url": "https://github.com/webmozart/assert.git",
   1315                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
   1316             },
   1317             "dist": {
   1318                 "type": "zip",
   1319                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
   1320                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
   1321                 "shasum": ""
   1322             },
   1323             "require": {
   1324                 "php": "^5.3.3 || ^7.0"
   1325             },
   1326             "require-dev": {
   1327                 "phpunit/phpunit": "^4.6",
   1328                 "sebastian/version": "^1.0.1"
   1329             },
   1330             "type": "library",
   1331             "extra": {
   1332                 "branch-alias": {
   1333                     "dev-master": "1.3-dev"
   1334                 }
   1335             },
   1336             "autoload": {
   1337                 "psr-4": {
   1338                     "Webmozart\\Assert\\": "src/"
   1339                 }
   1340             },
   1341             "notification-url": "https://packagist.org/downloads/",
   1342             "license": [
   1343                 "MIT"
   1344             ],
   1345             "authors": [
   1346                 {
   1347                     "name": "Bernhard Schussek",
   1348                     "email": "bschussek@gmail.com"
   1349                 }
   1350             ],
   1351             "description": "Assertions to validate method input/output with nice error messages.",
   1352             "keywords": [
   1353                 "assert",
   1354                 "check",
   1355                 "validate"
   1356             ],
   1357             "time": "2016-11-23 20:04:58"
   1358         }
   1359     ],
   1360     "aliases": [],
   1361     "minimum-stability": "stable",
   1362     "stability-flags": [],
   1363     "prefer-stable": false,
   1364     "prefer-lowest": false,
   1365     "platform": {
   1366         "php": ">=5.3"
   1367     },
   1368     "platform-dev": []
   1369 }