server/src/composer.lock
changeset 282 9f8355f119e7
parent 280 59a2c10ac9b8
child 406 cf0f23803a53
equal deleted inserted replaced
281:618aec1734d5 282:9f8355f119e7
     2     "_readme": [
     2     "_readme": [
     3         "This file locks the dependencies of your project to a known state",
     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",
     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"
     5         "This file is @generated automatically"
     6     ],
     6     ],
     7     "hash": "bd77aa7395e26dda4693aaf9a7655ec8",
     7     "hash": "467ec25509e20e90b276dcb351305854",
     8     "content-hash": "7a38fd5e8db2e507da6db17d237e62ff",
     8     "content-hash": "29590f4eb7835ca58810297492ba993a",
     9     "packages": [
     9     "packages": [
    10         {
    10         {
    11             "name": "asm89/stack-cors",
    11             "name": "asm89/stack-cors",
    12             "version": "dev-master",
    12             "version": "1.0.0",
    13             "source": {
    13             "source": {
    14                 "type": "git",
    14                 "type": "git",
    15                 "url": "https://github.com/asm89/stack-cors.git",
    15                 "url": "https://github.com/asm89/stack-cors.git",
    16                 "reference": "f76d3ff80f287dcdf18cec0855efd6787cc1c7a5"
    16                 "reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc"
    17             },
    17             },
    18             "dist": {
    18             "dist": {
    19                 "type": "zip",
    19                 "type": "zip",
    20                 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/f76d3ff80f287dcdf18cec0855efd6787cc1c7a5",
    20                 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/3ae8ef219bb4c9a6caf857421719aa07fa7776cc",
    21                 "reference": "f76d3ff80f287dcdf18cec0855efd6787cc1c7a5",
    21                 "reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc",
    22                 "shasum": ""
    22                 "shasum": ""
    23             },
    23             },
    24             "require": {
    24             "require": {
    25                 "php": ">=5.3.2",
    25                 "php": ">=5.3.2",
    26                 "symfony/http-foundation": "~2.1|~3.0",
    26                 "symfony/http-foundation": "~2.1|~3.0",
    46             "homepage": "https://github.com/asm89/stack-cors",
    46             "homepage": "https://github.com/asm89/stack-cors",
    47             "keywords": [
    47             "keywords": [
    48                 "cors",
    48                 "cors",
    49                 "stack"
    49                 "stack"
    50             ],
    50             ],
    51             "time": "2015-12-23 16:04:18"
    51             "time": "2016-08-01 12:05:04"
    52         },
    52         },
    53         {
    53         {
    54             "name": "barryvdh/laravel-cors",
    54             "name": "barryvdh/laravel-cors",
    55             "version": "v0.7.3",
    55             "version": "v0.8.2",
    56             "source": {
    56             "source": {
    57                 "type": "git",
    57                 "type": "git",
    58                 "url": "https://github.com/barryvdh/laravel-cors.git",
    58                 "url": "https://github.com/barryvdh/laravel-cors.git",
    59                 "reference": "e4c4545879f5f00b8595a13fcf8e648b9bfdb40a"
    59                 "reference": "bc7f40a71221b46d24971da7f0230ed4a75a18c6"
    60             },
    60             },
    61             "dist": {
    61             "dist": {
    62                 "type": "zip",
    62                 "type": "zip",
    63                 "url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/e4c4545879f5f00b8595a13fcf8e648b9bfdb40a",
    63                 "url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/bc7f40a71221b46d24971da7f0230ed4a75a18c6",
    64                 "reference": "e4c4545879f5f00b8595a13fcf8e648b9bfdb40a",
    64                 "reference": "bc7f40a71221b46d24971da7f0230ed4a75a18c6",
    65                 "shasum": ""
    65                 "shasum": ""
    66             },
    66             },
    67             "require": {
    67             "require": {
    68                 "asm89/stack-cors": "0.2.x",
    68                 "illuminate/support": "5.1.x|5.2.x|5.3.x",
    69                 "illuminate/support": "~5.0.14|5.1.x|5.2.x",
    69                 "php": ">=5.5.9",
    70                 "php": ">=5.4.0"
    70                 "symfony/http-foundation": "~2.7|~3.0",
    71             },
    71                 "symfony/http-kernel": "~2.7|~3.0"
    72             "type": "library",
    72             },
    73             "extra": {
    73             "require-dev": {
    74                 "branch-alias": {
    74                 "phpunit/phpunit": "^4.8|^5.2"
    75                     "dev-master": "0.7-dev"
    75             },
       
    76             "type": "library",
       
    77             "extra": {
       
    78                 "branch-alias": {
       
    79                     "dev-master": "0.8-dev"
    76                 }
    80                 }
    77             },
    81             },
    78             "autoload": {
    82             "autoload": {
    79                 "psr-4": {
    83                 "psr-4": {
    80                     "Barryvdh\\Cors\\": "src/"
    84                     "Barryvdh\\Cors\\": "src/"
    95                 "api",
    99                 "api",
    96                 "cors",
   100                 "cors",
    97                 "crossdomain",
   101                 "crossdomain",
    98                 "laravel"
   102                 "laravel"
    99             ],
   103             ],
   100             "time": "2015-12-20 20:32:17"
   104             "time": "2016-08-11 08:46:01"
   101         },
   105         },
   102         {
   106         {
   103             "name": "caseyamcl/phpoaipmh",
   107             "name": "caseyamcl/phpoaipmh",
   104             "version": "v2.4",
   108             "version": "v2.5.1",
   105             "source": {
   109             "source": {
   106                 "type": "git",
   110                 "type": "git",
   107                 "url": "https://github.com/caseyamcl/phpoaipmh.git",
   111                 "url": "https://github.com/caseyamcl/phpoaipmh.git",
   108                 "reference": "8a8a10e34e6d6b7f30849617aa7100b52331d0ef"
   112                 "reference": "be80f668c56b0c71cafaa3ee269cd6e945e1c871"
   109             },
   113             },
   110             "dist": {
   114             "dist": {
   111                 "type": "zip",
   115                 "type": "zip",
   112                 "url": "https://api.github.com/repos/caseyamcl/phpoaipmh/zipball/8a8a10e34e6d6b7f30849617aa7100b52331d0ef",
   116                 "url": "https://api.github.com/repos/caseyamcl/phpoaipmh/zipball/be80f668c56b0c71cafaa3ee269cd6e945e1c871",
   113                 "reference": "8a8a10e34e6d6b7f30849617aa7100b52331d0ef",
   117                 "reference": "be80f668c56b0c71cafaa3ee269cd6e945e1c871",
   114                 "shasum": ""
   118                 "shasum": ""
   115             },
   119             },
   116             "require": {
   120             "require": {
   117                 "php": ">=5.4.0"
   121                 "php": ">=5.4.0"
   118             },
   122             },
   154             "keywords": [
   158             "keywords": [
   155                 "Harvester",
   159                 "Harvester",
   156                 "OAI",
   160                 "OAI",
   157                 "OAI-PMH"
   161                 "OAI-PMH"
   158             ],
   162             ],
   159             "time": "2015-05-18 14:40:02"
   163             "time": "2016-09-18 00:44:25"
   160         },
   164         },
   161         {
   165         {
   162             "name": "classpreloader/classpreloader",
   166             "name": "classpreloader/classpreloader",
   163             "version": "3.0.0",
   167             "version": "3.0.0",
   164             "source": {
   168             "source": {
   379             ],
   383             ],
   380             "time": "2015-11-01 12:15:43"
   384             "time": "2015-11-01 12:15:43"
   381         },
   385         },
   382         {
   386         {
   383             "name": "elasticsearch/elasticsearch",
   387             "name": "elasticsearch/elasticsearch",
   384             "version": "v1.4.1",
   388             "version": "v2.2.1",
   385             "source": {
   389             "source": {
   386                 "type": "git",
   390                 "type": "git",
   387                 "url": "https://github.com/elastic/elasticsearch-php.git",
   391                 "url": "https://github.com/elastic/elasticsearch-php.git",
   388                 "reference": "3a5573cf3223d5646a76a5f8ce938048ca340680"
   392                 "reference": "7b34186a58730d0a8963741bd62fa5ab45658ada"
   389             },
   393             },
   390             "dist": {
   394             "dist": {
   391                 "type": "zip",
   395                 "type": "zip",
   392                 "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/3a5573cf3223d5646a76a5f8ce938048ca340680",
   396                 "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/7b34186a58730d0a8963741bd62fa5ab45658ada",
   393                 "reference": "3a5573cf3223d5646a76a5f8ce938048ca340680",
   397                 "reference": "7b34186a58730d0a8963741bd62fa5ab45658ada",
   394                 "shasum": ""
   398                 "shasum": ""
   395             },
   399             },
   396             "require": {
   400             "require": {
   397                 "ext-curl": "*",
   401                 "guzzlehttp/ringphp": "~1.0",
   398                 "guzzle/guzzle": "~3.0",
   402                 "php": ">=5.4",
   399                 "monolog/monolog": "~1.11",
       
   400                 "php": ">=5.3.9",
       
   401                 "pimple/pimple": "~3.0",
       
   402                 "psr/log": "~1.0"
   403                 "psr/log": "~1.0"
   403             },
   404             },
   404             "require-dev": {
   405             "require-dev": {
   405                 "athletic/athletic": "~0.1",
       
   406                 "cpliakas/git-wrapper": "~1.0",
   406                 "cpliakas/git-wrapper": "~1.0",
   407                 "mikey179/vfsstream": "~1.2",
       
   408                 "mockery/mockery": "0.9.4",
   407                 "mockery/mockery": "0.9.4",
   409                 "phpunit/phpunit": "3.7.*",
   408                 "phpunit/phpunit": "~4.7",
   410                 "satooshi/php-coveralls": "dev-master",
   409                 "sami/sami": "~3.2",
   411                 "symfony/yaml": "2.4.3 as 2.4.2",
   410                 "symfony/yaml": "2.4.3 as 2.4.2",
   412                 "twig/twig": "1.*"
   411                 "twig/twig": "1.*"
   413             },
   412             },
       
   413             "suggest": {
       
   414                 "ext-curl": "*",
       
   415                 "monolog/monolog": "Allows for client-level logging and tracing"
       
   416             },
   414             "type": "library",
   417             "type": "library",
   415             "autoload": {
   418             "autoload": {
   416                 "psr-4": {
   419                 "psr-4": {
   417                     "Elasticsearch\\": "src/Elasticsearch/"
   420                     "Elasticsearch\\": "src/Elasticsearch/"
   418                 }
   421                 }
   419             },
   422             },
   420             "notification-url": "https://packagist.org/downloads/",
   423             "notification-url": "https://packagist.org/downloads/",
   421             "license": [
   424             "license": [
   422                 "Apache 2"
   425                 "Apache-2.0"
   423             ],
   426             ],
   424             "authors": [
   427             "authors": [
   425                 {
   428                 {
   426                     "name": "Zachary Tong"
   429                     "name": "Zachary Tong"
   427                 }
   430                 }
   430             "keywords": [
   433             "keywords": [
   431                 "client",
   434                 "client",
   432                 "elasticsearch",
   435                 "elasticsearch",
   433                 "search"
   436                 "search"
   434             ],
   437             ],
   435             "time": "2015-09-17 22:01:44"
   438             "time": "2016-07-14 14:13:40"
   436         },
   439         },
   437         {
   440         {
   438             "name": "guzzle/guzzle",
   441             "name": "guzzlehttp/guzzle",
   439             "version": "v3.8.1",
   442             "version": "6.2.1",
   440             "source": {
   443             "source": {
   441                 "type": "git",
   444                 "type": "git",
   442                 "url": "https://github.com/guzzle/guzzle.git",
   445                 "url": "https://github.com/guzzle/guzzle.git",
   443                 "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
   446                 "reference": "3f808fba627f2c5b69e2501217bf31af349c1427"
   444             },
   447             },
   445             "dist": {
   448             "dist": {
   446                 "type": "zip",
   449                 "type": "zip",
   447                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
   450                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427",
   448                 "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
   451                 "reference": "3f808fba627f2c5b69e2501217bf31af349c1427",
   449                 "shasum": ""
   452                 "shasum": ""
   450             },
   453             },
   451             "require": {
   454             "require": {
       
   455                 "guzzlehttp/promises": "^1.0",
       
   456                 "guzzlehttp/psr7": "^1.3.1",
       
   457                 "php": ">=5.5"
       
   458             },
       
   459             "require-dev": {
   452                 "ext-curl": "*",
   460                 "ext-curl": "*",
   453                 "php": ">=5.3.3",
   461                 "phpunit/phpunit": "^4.0",
   454                 "symfony/event-dispatcher": ">=2.1"
   462                 "psr/log": "^1.0"
   455             },
   463             },
   456             "replace": {
   464             "type": "library",
   457                 "guzzle/batch": "self.version",
   465             "extra": {
   458                 "guzzle/cache": "self.version",
   466                 "branch-alias": {
   459                 "guzzle/common": "self.version",
   467                     "dev-master": "6.2-dev"
   460                 "guzzle/http": "self.version",
   468                 }
   461                 "guzzle/inflection": "self.version",
   469             },
   462                 "guzzle/iterator": "self.version",
   470             "autoload": {
   463                 "guzzle/log": "self.version",
   471                 "files": [
   464                 "guzzle/parser": "self.version",
   472                     "src/functions_include.php"
   465                 "guzzle/plugin": "self.version",
   473                 ],
   466                 "guzzle/plugin-async": "self.version",
   474                 "psr-4": {
   467                 "guzzle/plugin-backoff": "self.version",
   475                     "GuzzleHttp\\": "src/"
   468                 "guzzle/plugin-cache": "self.version",
       
   469                 "guzzle/plugin-cookie": "self.version",
       
   470                 "guzzle/plugin-curlauth": "self.version",
       
   471                 "guzzle/plugin-error-response": "self.version",
       
   472                 "guzzle/plugin-history": "self.version",
       
   473                 "guzzle/plugin-log": "self.version",
       
   474                 "guzzle/plugin-md5": "self.version",
       
   475                 "guzzle/plugin-mock": "self.version",
       
   476                 "guzzle/plugin-oauth": "self.version",
       
   477                 "guzzle/service": "self.version",
       
   478                 "guzzle/stream": "self.version"
       
   479             },
       
   480             "require-dev": {
       
   481                 "doctrine/cache": "*",
       
   482                 "monolog/monolog": "1.*",
       
   483                 "phpunit/phpunit": "3.7.*",
       
   484                 "psr/log": "1.0.*",
       
   485                 "symfony/class-loader": "*",
       
   486                 "zendframework/zend-cache": "<2.3",
       
   487                 "zendframework/zend-log": "<2.3"
       
   488             },
       
   489             "type": "library",
       
   490             "extra": {
       
   491                 "branch-alias": {
       
   492                     "dev-master": "3.8-dev"
       
   493                 }
       
   494             },
       
   495             "autoload": {
       
   496                 "psr-0": {
       
   497                     "Guzzle": "src/",
       
   498                     "Guzzle\\Tests": "tests/"
       
   499                 }
   476                 }
   500             },
   477             },
   501             "notification-url": "https://packagist.org/downloads/",
   478             "notification-url": "https://packagist.org/downloads/",
   502             "license": [
   479             "license": [
   503                 "MIT"
   480                 "MIT"
   505             "authors": [
   482             "authors": [
   506                 {
   483                 {
   507                     "name": "Michael Dowling",
   484                     "name": "Michael Dowling",
   508                     "email": "mtdowling@gmail.com",
   485                     "email": "mtdowling@gmail.com",
   509                     "homepage": "https://github.com/mtdowling"
   486                     "homepage": "https://github.com/mtdowling"
   510                 },
   487                 }
   511                 {
   488             ],
   512                     "name": "Guzzle Community",
   489             "description": "Guzzle is a PHP HTTP client library",
   513                     "homepage": "https://github.com/guzzle/guzzle/contributors"
       
   514                 }
       
   515             ],
       
   516             "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
       
   517             "homepage": "http://guzzlephp.org/",
   490             "homepage": "http://guzzlephp.org/",
   518             "keywords": [
   491             "keywords": [
   519                 "client",
   492                 "client",
   520                 "curl",
   493                 "curl",
   521                 "framework",
   494                 "framework",
   522                 "http",
   495                 "http",
   523                 "http client",
   496                 "http client",
   524                 "rest",
   497                 "rest",
   525                 "web service"
   498                 "web service"
   526             ],
   499             ],
   527             "time": "2014-01-28 22:29:15"
   500             "time": "2016-07-15 17:22:37"
   528         },
   501         },
   529         {
   502         {
   530             "name": "guzzlehttp/guzzle",
   503             "name": "guzzlehttp/promises",
   531             "version": "6.2.0",
   504             "version": "1.2.0",
   532             "source": {
   505             "source": {
   533                 "type": "git",
   506                 "type": "git",
   534                 "url": "https://github.com/guzzle/guzzle.git",
   507                 "url": "https://github.com/guzzle/promises.git",
   535                 "reference": "d094e337976dff9d8e2424e8485872194e768662"
   508                 "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
   536             },
   509             },
   537             "dist": {
   510             "dist": {
   538                 "type": "zip",
   511                 "type": "zip",
   539                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
   512                 "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
   540                 "reference": "d094e337976dff9d8e2424e8485872194e768662",
   513                 "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
   541                 "shasum": ""
   514                 "shasum": ""
   542             },
   515             },
   543             "require": {
   516             "require": {
   544                 "guzzlehttp/promises": "~1.0",
       
   545                 "guzzlehttp/psr7": "~1.1",
       
   546                 "php": ">=5.5.0"
   517                 "php": ">=5.5.0"
   547             },
   518             },
   548             "require-dev": {
   519             "require-dev": {
   549                 "ext-curl": "*",
   520                 "phpunit/phpunit": "~4.0"
   550                 "phpunit/phpunit": "~4.0",
   521             },
   551                 "psr/log": "~1.0"
   522             "type": "library",
   552             },
   523             "extra": {
   553             "type": "library",
   524                 "branch-alias": {
   554             "extra": {
   525                     "dev-master": "1.0-dev"
   555                 "branch-alias": {
   526                 }
   556                     "dev-master": "6.2-dev"
   527             },
   557                 }
   528             "autoload": {
   558             },
   529                 "psr-4": {
   559             "autoload": {
   530                     "GuzzleHttp\\Promise\\": "src/"
       
   531                 },
   560                 "files": [
   532                 "files": [
   561                     "src/functions_include.php"
   533                     "src/functions_include.php"
   562                 ],
   534                 ]
   563                 "psr-4": {
       
   564                     "GuzzleHttp\\": "src/"
       
   565                 }
       
   566             },
   535             },
   567             "notification-url": "https://packagist.org/downloads/",
   536             "notification-url": "https://packagist.org/downloads/",
   568             "license": [
   537             "license": [
   569                 "MIT"
   538                 "MIT"
   570             ],
   539             ],
   573                     "name": "Michael Dowling",
   542                     "name": "Michael Dowling",
   574                     "email": "mtdowling@gmail.com",
   543                     "email": "mtdowling@gmail.com",
   575                     "homepage": "https://github.com/mtdowling"
   544                     "homepage": "https://github.com/mtdowling"
   576                 }
   545                 }
   577             ],
   546             ],
   578             "description": "Guzzle is a PHP HTTP client library",
       
   579             "homepage": "http://guzzlephp.org/",
       
   580             "keywords": [
       
   581                 "client",
       
   582                 "curl",
       
   583                 "framework",
       
   584                 "http",
       
   585                 "http client",
       
   586                 "rest",
       
   587                 "web service"
       
   588             ],
       
   589             "time": "2016-03-21 20:02:09"
       
   590         },
       
   591         {
       
   592             "name": "guzzlehttp/promises",
       
   593             "version": "1.2.0",
       
   594             "source": {
       
   595                 "type": "git",
       
   596                 "url": "https://github.com/guzzle/promises.git",
       
   597                 "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
       
   598             },
       
   599             "dist": {
       
   600                 "type": "zip",
       
   601                 "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
       
   602                 "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
       
   603                 "shasum": ""
       
   604             },
       
   605             "require": {
       
   606                 "php": ">=5.5.0"
       
   607             },
       
   608             "require-dev": {
       
   609                 "phpunit/phpunit": "~4.0"
       
   610             },
       
   611             "type": "library",
       
   612             "extra": {
       
   613                 "branch-alias": {
       
   614                     "dev-master": "1.0-dev"
       
   615                 }
       
   616             },
       
   617             "autoload": {
       
   618                 "psr-4": {
       
   619                     "GuzzleHttp\\Promise\\": "src/"
       
   620                 },
       
   621                 "files": [
       
   622                     "src/functions_include.php"
       
   623                 ]
       
   624             },
       
   625             "notification-url": "https://packagist.org/downloads/",
       
   626             "license": [
       
   627                 "MIT"
       
   628             ],
       
   629             "authors": [
       
   630                 {
       
   631                     "name": "Michael Dowling",
       
   632                     "email": "mtdowling@gmail.com",
       
   633                     "homepage": "https://github.com/mtdowling"
       
   634                 }
       
   635             ],
       
   636             "description": "Guzzle promises library",
   547             "description": "Guzzle promises library",
   637             "keywords": [
   548             "keywords": [
   638                 "promise"
   549                 "promise"
   639             ],
   550             ],
   640             "time": "2016-05-18 16:56:05"
   551             "time": "2016-05-18 16:56:05"
   641         },
   552         },
   642         {
   553         {
   643             "name": "guzzlehttp/psr7",
   554             "name": "guzzlehttp/psr7",
   644             "version": "1.3.0",
   555             "version": "1.3.1",
   645             "source": {
   556             "source": {
   646                 "type": "git",
   557                 "type": "git",
   647                 "url": "https://github.com/guzzle/psr7.git",
   558                 "url": "https://github.com/guzzle/psr7.git",
   648                 "reference": "31382fef2889136415751badebbd1cb022a4ed72"
   559                 "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
   649             },
   560             },
   650             "dist": {
   561             "dist": {
   651                 "type": "zip",
   562                 "type": "zip",
   652                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
   563                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
   653                 "reference": "31382fef2889136415751badebbd1cb022a4ed72",
   564                 "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
   654                 "shasum": ""
   565                 "shasum": ""
   655             },
   566             },
   656             "require": {
   567             "require": {
   657                 "php": ">=5.4.0",
   568                 "php": ">=5.4.0",
   658                 "psr/http-message": "~1.0"
   569                 "psr/http-message": "~1.0"
   664                 "phpunit/phpunit": "~4.0"
   575                 "phpunit/phpunit": "~4.0"
   665             },
   576             },
   666             "type": "library",
   577             "type": "library",
   667             "extra": {
   578             "extra": {
   668                 "branch-alias": {
   579                 "branch-alias": {
   669                     "dev-master": "1.0-dev"
   580                     "dev-master": "1.4-dev"
   670                 }
   581                 }
   671             },
   582             },
   672             "autoload": {
   583             "autoload": {
   673                 "psr-4": {
   584                 "psr-4": {
   674                     "GuzzleHttp\\Psr7\\": "src/"
   585                     "GuzzleHttp\\Psr7\\": "src/"
   693                 "http",
   604                 "http",
   694                 "message",
   605                 "message",
   695                 "stream",
   606                 "stream",
   696                 "uri"
   607                 "uri"
   697             ],
   608             ],
   698             "time": "2016-04-13 19:56:01"
   609             "time": "2016-06-24 23:00:38"
       
   610         },
       
   611         {
       
   612             "name": "guzzlehttp/ringphp",
       
   613             "version": "1.1.0",
       
   614             "source": {
       
   615                 "type": "git",
       
   616                 "url": "https://github.com/guzzle/RingPHP.git",
       
   617                 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
       
   618             },
       
   619             "dist": {
       
   620                 "type": "zip",
       
   621                 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
       
   622                 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
       
   623                 "shasum": ""
       
   624             },
       
   625             "require": {
       
   626                 "guzzlehttp/streams": "~3.0",
       
   627                 "php": ">=5.4.0",
       
   628                 "react/promise": "~2.0"
       
   629             },
       
   630             "require-dev": {
       
   631                 "ext-curl": "*",
       
   632                 "phpunit/phpunit": "~4.0"
       
   633             },
       
   634             "suggest": {
       
   635                 "ext-curl": "Guzzle will use specific adapters if cURL is present"
       
   636             },
       
   637             "type": "library",
       
   638             "extra": {
       
   639                 "branch-alias": {
       
   640                     "dev-master": "1.1-dev"
       
   641                 }
       
   642             },
       
   643             "autoload": {
       
   644                 "psr-4": {
       
   645                     "GuzzleHttp\\Ring\\": "src/"
       
   646                 }
       
   647             },
       
   648             "notification-url": "https://packagist.org/downloads/",
       
   649             "license": [
       
   650                 "MIT"
       
   651             ],
       
   652             "authors": [
       
   653                 {
       
   654                     "name": "Michael Dowling",
       
   655                     "email": "mtdowling@gmail.com",
       
   656                     "homepage": "https://github.com/mtdowling"
       
   657                 }
       
   658             ],
       
   659             "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
       
   660             "time": "2015-05-20 03:37:09"
       
   661         },
       
   662         {
       
   663             "name": "guzzlehttp/streams",
       
   664             "version": "3.0.0",
       
   665             "source": {
       
   666                 "type": "git",
       
   667                 "url": "https://github.com/guzzle/streams.git",
       
   668                 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
       
   669             },
       
   670             "dist": {
       
   671                 "type": "zip",
       
   672                 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
       
   673                 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
       
   674                 "shasum": ""
       
   675             },
       
   676             "require": {
       
   677                 "php": ">=5.4.0"
       
   678             },
       
   679             "require-dev": {
       
   680                 "phpunit/phpunit": "~4.0"
       
   681             },
       
   682             "type": "library",
       
   683             "extra": {
       
   684                 "branch-alias": {
       
   685                     "dev-master": "3.0-dev"
       
   686                 }
       
   687             },
       
   688             "autoload": {
       
   689                 "psr-4": {
       
   690                     "GuzzleHttp\\Stream\\": "src/"
       
   691                 }
       
   692             },
       
   693             "notification-url": "https://packagist.org/downloads/",
       
   694             "license": [
       
   695                 "MIT"
       
   696             ],
       
   697             "authors": [
       
   698                 {
       
   699                     "name": "Michael Dowling",
       
   700                     "email": "mtdowling@gmail.com",
       
   701                     "homepage": "https://github.com/mtdowling"
       
   702                 }
       
   703             ],
       
   704             "description": "Provides a simple abstraction over streams of data",
       
   705             "homepage": "http://guzzlephp.org/",
       
   706             "keywords": [
       
   707                 "Guzzle",
       
   708                 "stream"
       
   709             ],
       
   710             "time": "2014-10-12 19:18:40"
   699         },
   711         },
   700         {
   712         {
   701             "name": "jakub-onderka/php-console-color",
   713             "name": "jakub-onderka/php-console-color",
   702             "version": "0.1",
   714             "version": "0.1",
   703             "source": {
   715             "source": {
   842             ],
   854             ],
   843             "time": "2015-12-05 17:17:57"
   855             "time": "2015-12-05 17:17:57"
   844         },
   856         },
   845         {
   857         {
   846             "name": "laravel/framework",
   858             "name": "laravel/framework",
   847             "version": "v5.2.34",
   859             "version": "v5.3.10",
   848             "source": {
   860             "source": {
   849                 "type": "git",
   861                 "type": "git",
   850                 "url": "https://github.com/laravel/framework.git",
   862                 "url": "https://github.com/laravel/framework.git",
   851                 "reference": "6a26f3bb6a6e00c53654a661221643ad1b98e146"
   863                 "reference": "6febb0ee61999cde3bc7b2963c8903032bb22691"
   852             },
   864             },
   853             "dist": {
   865             "dist": {
   854                 "type": "zip",
   866                 "type": "zip",
   855                 "url": "https://api.github.com/repos/laravel/framework/zipball/6a26f3bb6a6e00c53654a661221643ad1b98e146",
   867                 "url": "https://api.github.com/repos/laravel/framework/zipball/6febb0ee61999cde3bc7b2963c8903032bb22691",
   856                 "reference": "6a26f3bb6a6e00c53654a661221643ad1b98e146",
   868                 "reference": "6febb0ee61999cde3bc7b2963c8903032bb22691",
   857                 "shasum": ""
   869                 "shasum": ""
   858             },
   870             },
   859             "require": {
   871             "require": {
   860                 "classpreloader/classpreloader": "~3.0",
   872                 "classpreloader/classpreloader": "~3.0",
   861                 "doctrine/inflector": "~1.0",
   873                 "doctrine/inflector": "~1.0",
   864                 "jeremeamia/superclosure": "~2.2",
   876                 "jeremeamia/superclosure": "~2.2",
   865                 "league/flysystem": "~1.0",
   877                 "league/flysystem": "~1.0",
   866                 "monolog/monolog": "~1.11",
   878                 "monolog/monolog": "~1.11",
   867                 "mtdowling/cron-expression": "~1.0",
   879                 "mtdowling/cron-expression": "~1.0",
   868                 "nesbot/carbon": "~1.20",
   880                 "nesbot/carbon": "~1.20",
   869                 "paragonie/random_compat": "~1.4",
   881                 "paragonie/random_compat": "~1.4|~2.0",
   870                 "php": ">=5.5.9",
   882                 "php": ">=5.6.4",
   871                 "psy/psysh": "0.7.*",
   883                 "psy/psysh": "0.7.*",
       
   884                 "ramsey/uuid": "~3.0",
   872                 "swiftmailer/swiftmailer": "~5.1",
   885                 "swiftmailer/swiftmailer": "~5.1",
   873                 "symfony/console": "2.8.*|3.0.*",
   886                 "symfony/console": "3.1.*",
   874                 "symfony/debug": "2.8.*|3.0.*",
   887                 "symfony/debug": "3.1.*",
   875                 "symfony/finder": "2.8.*|3.0.*",
   888                 "symfony/finder": "3.1.*",
   876                 "symfony/http-foundation": "2.8.*|3.0.*",
   889                 "symfony/http-foundation": "3.1.*",
   877                 "symfony/http-kernel": "2.8.*|3.0.*",
   890                 "symfony/http-kernel": "3.1.*",
   878                 "symfony/polyfill-php56": "~1.0",
   891                 "symfony/process": "3.1.*",
   879                 "symfony/process": "2.8.*|3.0.*",
   892                 "symfony/routing": "3.1.*",
   880                 "symfony/routing": "2.8.*|3.0.*",
   893                 "symfony/translation": "3.1.*",
   881                 "symfony/translation": "2.8.*|3.0.*",
   894                 "symfony/var-dumper": "3.1.*",
   882                 "symfony/var-dumper": "2.8.*|3.0.*",
       
   883                 "vlucas/phpdotenv": "~2.2"
   895                 "vlucas/phpdotenv": "~2.2"
   884             },
   896             },
   885             "replace": {
   897             "replace": {
   886                 "illuminate/auth": "self.version",
   898                 "illuminate/auth": "self.version",
   887                 "illuminate/broadcasting": "self.version",
   899                 "illuminate/broadcasting": "self.version",
   899                 "illuminate/filesystem": "self.version",
   911                 "illuminate/filesystem": "self.version",
   900                 "illuminate/hashing": "self.version",
   912                 "illuminate/hashing": "self.version",
   901                 "illuminate/http": "self.version",
   913                 "illuminate/http": "self.version",
   902                 "illuminate/log": "self.version",
   914                 "illuminate/log": "self.version",
   903                 "illuminate/mail": "self.version",
   915                 "illuminate/mail": "self.version",
       
   916                 "illuminate/notifications": "self.version",
   904                 "illuminate/pagination": "self.version",
   917                 "illuminate/pagination": "self.version",
   905                 "illuminate/pipeline": "self.version",
   918                 "illuminate/pipeline": "self.version",
   906                 "illuminate/queue": "self.version",
   919                 "illuminate/queue": "self.version",
   907                 "illuminate/redis": "self.version",
   920                 "illuminate/redis": "self.version",
   908                 "illuminate/routing": "self.version",
   921                 "illuminate/routing": "self.version",
   909                 "illuminate/session": "self.version",
   922                 "illuminate/session": "self.version",
   910                 "illuminate/support": "self.version",
   923                 "illuminate/support": "self.version",
   911                 "illuminate/translation": "self.version",
   924                 "illuminate/translation": "self.version",
   912                 "illuminate/validation": "self.version",
   925                 "illuminate/validation": "self.version",
   913                 "illuminate/view": "self.version"
   926                 "illuminate/view": "self.version",
       
   927                 "tightenco/collect": "self.version"
   914             },
   928             },
   915             "require-dev": {
   929             "require-dev": {
   916                 "aws/aws-sdk-php": "~3.0",
   930                 "aws/aws-sdk-php": "~3.0",
   917                 "mockery/mockery": "~0.9.4",
   931                 "mockery/mockery": "~0.9.4",
   918                 "pda/pheanstalk": "~3.0",
   932                 "pda/pheanstalk": "~3.0",
   919                 "phpunit/phpunit": "~4.1",
   933                 "phpunit/phpunit": "~5.4",
   920                 "predis/predis": "~1.0",
   934                 "predis/predis": "~1.0",
   921                 "symfony/css-selector": "2.8.*|3.0.*",
   935                 "symfony/css-selector": "3.1.*",
   922                 "symfony/dom-crawler": "2.8.*|3.0.*"
   936                 "symfony/dom-crawler": "3.1.*"
   923             },
   937             },
   924             "suggest": {
   938             "suggest": {
   925                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
   939                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
   926                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
   940                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
   927                 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
   941                 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
   929                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
   943                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
   930                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
   944                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
   931                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
   945                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
   932                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
   946                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
   933                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
   947                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
   934                 "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).",
   948                 "symfony/css-selector": "Required to use some of the crawler integration testing tools (3.1.*).",
   935                 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*).",
   949                 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (3.1.*).",
   936                 "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
   950                 "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
   937             },
   951             },
   938             "type": "library",
   952             "type": "library",
   939             "extra": {
   953             "extra": {
   940                 "branch-alias": {
   954                 "branch-alias": {
   941                     "dev-master": "5.2-dev"
   955                     "dev-master": "5.3-dev"
   942                 }
   956                 }
   943             },
   957             },
   944             "autoload": {
   958             "autoload": {
   945                 "classmap": [
       
   946                     "src/Illuminate/Queue/IlluminateQueueClosure.php"
       
   947                 ],
       
   948                 "files": [
   959                 "files": [
   949                     "src/Illuminate/Foundation/helpers.php",
   960                     "src/Illuminate/Foundation/helpers.php",
   950                     "src/Illuminate/Support/helpers.php"
   961                     "src/Illuminate/Support/helpers.php"
   951                 ],
   962                 ],
   952                 "psr-4": {
   963                 "psr-4": {
   958                 "MIT"
   969                 "MIT"
   959             ],
   970             ],
   960             "authors": [
   971             "authors": [
   961                 {
   972                 {
   962                     "name": "Taylor Otwell",
   973                     "name": "Taylor Otwell",
   963                     "email": "taylorotwell@gmail.com"
   974                     "email": "taylor@laravel.com"
   964                 }
   975                 }
   965             ],
   976             ],
   966             "description": "The Laravel Framework.",
   977             "description": "The Laravel Framework.",
   967             "homepage": "http://laravel.com",
   978             "homepage": "https://laravel.com",
   968             "keywords": [
   979             "keywords": [
   969                 "framework",
   980                 "framework",
   970                 "laravel"
   981                 "laravel"
   971             ],
   982             ],
   972             "time": "2016-05-26 21:59:46"
   983             "time": "2016-09-20 13:46:16"
   973         },
   984         },
   974         {
   985         {
   975             "name": "laravelcollective/html",
   986             "name": "laravelcollective/html",
   976             "version": "v5.2.4",
   987             "version": "v5.3.0",
   977             "source": {
   988             "source": {
   978                 "type": "git",
   989                 "type": "git",
   979                 "url": "https://github.com/LaravelCollective/html.git",
   990                 "url": "https://github.com/LaravelCollective/html.git",
   980                 "reference": "3a312d39ffe37da0f57b602618b61fd07c1fcec5"
   991                 "reference": "961ce141c16c6b085128f209496c26efd3e681ca"
   981             },
   992             },
   982             "dist": {
   993             "dist": {
   983                 "type": "zip",
   994                 "type": "zip",
   984                 "url": "https://api.github.com/repos/LaravelCollective/html/zipball/3a312d39ffe37da0f57b602618b61fd07c1fcec5",
   995                 "url": "https://api.github.com/repos/LaravelCollective/html/zipball/961ce141c16c6b085128f209496c26efd3e681ca",
   985                 "reference": "3a312d39ffe37da0f57b602618b61fd07c1fcec5",
   996                 "reference": "961ce141c16c6b085128f209496c26efd3e681ca",
   986                 "shasum": ""
   997                 "shasum": ""
   987             },
   998             },
   988             "require": {
   999             "require": {
   989                 "illuminate/http": "5.2.*",
  1000                 "illuminate/http": "5.3.*",
   990                 "illuminate/routing": "5.2.*",
  1001                 "illuminate/routing": "5.3.*",
   991                 "illuminate/session": "5.2.*",
  1002                 "illuminate/session": "5.3.*",
   992                 "illuminate/support": "5.2.*",
  1003                 "illuminate/support": "5.3.*",
   993                 "illuminate/view": "5.2.*",
  1004                 "illuminate/view": "5.3.*",
   994                 "php": ">=5.5.9"
  1005                 "php": ">=5.6.4"
   995             },
  1006             },
   996             "require-dev": {
  1007             "require-dev": {
   997                 "illuminate/database": "5.2.*",
  1008                 "illuminate/database": "5.3.*",
   998                 "mockery/mockery": "~0.9",
  1009                 "mockery/mockery": "~0.9.4",
   999                 "phpunit/phpunit": "~4.0"
  1010                 "phpunit/phpunit": "~5.4"
  1000             },
  1011             },
  1001             "type": "library",
  1012             "type": "library",
  1002             "autoload": {
  1013             "autoload": {
  1003                 "psr-4": {
  1014                 "psr-4": {
  1004                     "Collective\\Html\\": "src/"
  1015                     "Collective\\Html\\": "src/"
  1021                     "email": "adam@laravelcollective.com"
  1032                     "email": "adam@laravelcollective.com"
  1022                 }
  1033                 }
  1023             ],
  1034             ],
  1024             "description": "HTML and Form Builders for the Laravel Framework",
  1035             "description": "HTML and Form Builders for the Laravel Framework",
  1025             "homepage": "http://laravelcollective.com",
  1036             "homepage": "http://laravelcollective.com",
  1026             "time": "2016-01-27 22:29:54"
  1037             "time": "2016-08-27 23:52:43"
  1027         },
  1038         },
  1028         {
  1039         {
  1029             "name": "league/flysystem",
  1040             "name": "league/flysystem",
  1030             "version": "1.0.22",
  1041             "version": "1.0.27",
  1031             "source": {
  1042             "source": {
  1032                 "type": "git",
  1043                 "type": "git",
  1033                 "url": "https://github.com/thephpleague/flysystem.git",
  1044                 "url": "https://github.com/thephpleague/flysystem.git",
  1034                 "reference": "bd73a91703969a2d20ab4bfbf971d6c2cbe36612"
  1045                 "reference": "50e2045ed70a7e75a5e30bc3662904f3b67af8a9"
  1035             },
  1046             },
  1036             "dist": {
  1047             "dist": {
  1037                 "type": "zip",
  1048                 "type": "zip",
  1038                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/bd73a91703969a2d20ab4bfbf971d6c2cbe36612",
  1049                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/50e2045ed70a7e75a5e30bc3662904f3b67af8a9",
  1039                 "reference": "bd73a91703969a2d20ab4bfbf971d6c2cbe36612",
  1050                 "reference": "50e2045ed70a7e75a5e30bc3662904f3b67af8a9",
  1040                 "shasum": ""
  1051                 "shasum": ""
  1041             },
  1052             },
  1042             "require": {
  1053             "require": {
  1043                 "php": ">=5.4.0"
  1054                 "php": ">=5.4.0"
  1044             },
  1055             },
  1047             },
  1058             },
  1048             "require-dev": {
  1059             "require-dev": {
  1049                 "ext-fileinfo": "*",
  1060                 "ext-fileinfo": "*",
  1050                 "mockery/mockery": "~0.9",
  1061                 "mockery/mockery": "~0.9",
  1051                 "phpspec/phpspec": "^2.2",
  1062                 "phpspec/phpspec": "^2.2",
  1052                 "phpunit/phpunit": "~4.8 || ~5.0"
  1063                 "phpunit/phpunit": "~4.8"
  1053             },
  1064             },
  1054             "suggest": {
  1065             "suggest": {
  1055                 "ext-fileinfo": "Required for MimeType",
  1066                 "ext-fileinfo": "Required for MimeType",
  1056                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1067                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1057                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1068                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1104                 "remote",
  1115                 "remote",
  1105                 "s3",
  1116                 "s3",
  1106                 "sftp",
  1117                 "sftp",
  1107                 "storage"
  1118                 "storage"
  1108             ],
  1119             ],
  1109             "time": "2016-04-28 06:53:12"
  1120             "time": "2016-08-10 08:55:11"
  1110         },
  1121         },
  1111         {
  1122         {
  1112             "name": "ml/iri",
  1123             "name": "ml/iri",
  1113             "version": "1.1.4",
  1124             "version": "1.1.4",
  1114             "target-dir": "ML/IRI",
  1125             "target-dir": "ML/IRI",
  1204             ],
  1215             ],
  1205             "time": "2016-01-17 17:39:22"
  1216             "time": "2016-01-17 17:39:22"
  1206         },
  1217         },
  1207         {
  1218         {
  1208             "name": "monolog/monolog",
  1219             "name": "monolog/monolog",
  1209             "version": "1.19.0",
  1220             "version": "1.21.0",
  1210             "source": {
  1221             "source": {
  1211                 "type": "git",
  1222                 "type": "git",
  1212                 "url": "https://github.com/Seldaek/monolog.git",
  1223                 "url": "https://github.com/Seldaek/monolog.git",
  1213                 "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
  1224                 "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
  1214             },
  1225             },
  1215             "dist": {
  1226             "dist": {
  1216                 "type": "zip",
  1227                 "type": "zip",
  1217                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
  1228                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
  1218                 "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
  1229                 "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
  1219                 "shasum": ""
  1230                 "shasum": ""
  1220             },
  1231             },
  1221             "require": {
  1232             "require": {
  1222                 "php": ">=5.3.0",
  1233                 "php": ">=5.3.0",
  1223                 "psr/log": "~1.0"
  1234                 "psr/log": "~1.0"
  1232                 "jakub-onderka/php-parallel-lint": "0.9",
  1243                 "jakub-onderka/php-parallel-lint": "0.9",
  1233                 "php-amqplib/php-amqplib": "~2.4",
  1244                 "php-amqplib/php-amqplib": "~2.4",
  1234                 "php-console/php-console": "^3.1.3",
  1245                 "php-console/php-console": "^3.1.3",
  1235                 "phpunit/phpunit": "~4.5",
  1246                 "phpunit/phpunit": "~4.5",
  1236                 "phpunit/phpunit-mock-objects": "2.3.0",
  1247                 "phpunit/phpunit-mock-objects": "2.3.0",
  1237                 "raven/raven": "^0.13",
       
  1238                 "ruflin/elastica": ">=0.90 <3.0",
  1248                 "ruflin/elastica": ">=0.90 <3.0",
       
  1249                 "sentry/sentry": "^0.13",
  1239                 "swiftmailer/swiftmailer": "~5.3"
  1250                 "swiftmailer/swiftmailer": "~5.3"
  1240             },
  1251             },
  1241             "suggest": {
  1252             "suggest": {
  1242                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1253                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1243                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1254                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1245                 "ext-mongo": "Allow sending log messages to a MongoDB server",
  1256                 "ext-mongo": "Allow sending log messages to a MongoDB server",
  1246                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1257                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1247                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1258                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1248                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1259                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1249                 "php-console/php-console": "Allow sending log messages to Google Chrome",
  1260                 "php-console/php-console": "Allow sending log messages to Google Chrome",
  1250                 "raven/raven": "Allow sending log messages to a Sentry server",
       
  1251                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1261                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1252                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1262                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
       
  1263                 "sentry/sentry": "Allow sending log messages to a Sentry server"
  1253             },
  1264             },
  1254             "type": "library",
  1265             "type": "library",
  1255             "extra": {
  1266             "extra": {
  1256                 "branch-alias": {
  1267                 "branch-alias": {
  1257                     "dev-master": "2.0.x-dev"
  1268                     "dev-master": "2.0.x-dev"
  1278             "keywords": [
  1289             "keywords": [
  1279                 "log",
  1290                 "log",
  1280                 "logging",
  1291                 "logging",
  1281                 "psr-3"
  1292                 "psr-3"
  1282             ],
  1293             ],
  1283             "time": "2016-04-12 18:29:35"
  1294             "time": "2016-07-29 03:23:52"
  1284         },
  1295         },
  1285         {
  1296         {
  1286             "name": "mtdowling/cron-expression",
  1297             "name": "mtdowling/cron-expression",
  1287             "version": "v1.1.0",
  1298             "version": "v1.1.0",
  1288             "source": {
  1299             "source": {
  1373             ],
  1384             ],
  1374             "time": "2015-11-04 20:07:17"
  1385             "time": "2015-11-04 20:07:17"
  1375         },
  1386         },
  1376         {
  1387         {
  1377             "name": "nikic/php-parser",
  1388             "name": "nikic/php-parser",
  1378             "version": "v2.1.0",
  1389             "version": "v2.1.1",
  1379             "source": {
  1390             "source": {
  1380                 "type": "git",
  1391                 "type": "git",
  1381                 "url": "https://github.com/nikic/PHP-Parser.git",
  1392                 "url": "https://github.com/nikic/PHP-Parser.git",
  1382                 "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
  1393                 "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
  1383             },
  1394             },
  1384             "dist": {
  1395             "dist": {
  1385                 "type": "zip",
  1396                 "type": "zip",
  1386                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
  1397                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
  1387                 "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
  1398                 "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
  1388                 "shasum": ""
  1399                 "shasum": ""
  1389             },
  1400             },
  1390             "require": {
  1401             "require": {
  1391                 "ext-tokenizer": "*",
  1402                 "ext-tokenizer": "*",
  1392                 "php": ">=5.4"
  1403                 "php": ">=5.4"
  1420             "description": "A PHP parser written in PHP",
  1431             "description": "A PHP parser written in PHP",
  1421             "keywords": [
  1432             "keywords": [
  1422                 "parser",
  1433                 "parser",
  1423                 "php"
  1434                 "php"
  1424             ],
  1435             ],
  1425             "time": "2016-04-19 13:41:41"
  1436             "time": "2016-09-16 12:04:44"
  1426         },
  1437         },
  1427         {
  1438         {
  1428             "name": "paragonie/random_compat",
  1439             "name": "paragonie/random_compat",
  1429             "version": "v1.4.1",
  1440             "version": "v2.0.2",
  1430             "source": {
  1441             "source": {
  1431                 "type": "git",
  1442                 "type": "git",
  1432                 "url": "https://github.com/paragonie/random_compat.git",
  1443                 "url": "https://github.com/paragonie/random_compat.git",
  1433                 "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
  1444                 "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
  1434             },
  1445             },
  1435             "dist": {
  1446             "dist": {
  1436                 "type": "zip",
  1447                 "type": "zip",
  1437                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
  1448                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
  1438                 "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
  1449                 "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
  1439                 "shasum": ""
  1450                 "shasum": ""
  1440             },
  1451             },
  1441             "require": {
  1452             "require": {
  1442                 "php": ">=5.2.0"
  1453                 "php": ">=5.2.0"
  1443             },
  1454             },
  1468             "keywords": [
  1479             "keywords": [
  1469                 "csprng",
  1480                 "csprng",
  1470                 "pseudorandom",
  1481                 "pseudorandom",
  1471                 "random"
  1482                 "random"
  1472             ],
  1483             ],
  1473             "time": "2016-03-18 20:34:03"
  1484             "time": "2016-04-03 06:00:07"
  1474         },
  1485         },
  1475         {
  1486         {
  1476             "name": "phpseclib/phpseclib",
  1487             "name": "phpseclib/phpseclib",
  1477             "version": "2.0.1",
  1488             "version": "2.0.3",
  1478             "source": {
  1489             "source": {
  1479                 "type": "git",
  1490                 "type": "git",
  1480                 "url": "https://github.com/phpseclib/phpseclib.git",
  1491                 "url": "https://github.com/phpseclib/phpseclib.git",
  1481                 "reference": "ba6fb78f727cd09f2a649113b95468019e490585"
  1492                 "reference": "41f85e9c2582b3f6d1b7d20395fb40c687ad5370"
  1482             },
  1493             },
  1483             "dist": {
  1494             "dist": {
  1484                 "type": "zip",
  1495                 "type": "zip",
  1485                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ba6fb78f727cd09f2a649113b95468019e490585",
  1496                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/41f85e9c2582b3f6d1b7d20395fb40c687ad5370",
  1486                 "reference": "ba6fb78f727cd09f2a649113b95468019e490585",
  1497                 "reference": "41f85e9c2582b3f6d1b7d20395fb40c687ad5370",
  1487                 "shasum": ""
  1498                 "shasum": ""
  1488             },
  1499             },
  1489             "require": {
  1500             "require": {
  1490                 "php": ">=5.3.3"
  1501                 "php": ">=5.3.3"
  1491             },
  1502             },
  1501                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  1512                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  1502                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  1513                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  1503             },
  1514             },
  1504             "type": "library",
  1515             "type": "library",
  1505             "autoload": {
  1516             "autoload": {
       
  1517                 "files": [
       
  1518                     "phpseclib/bootstrap.php"
       
  1519                 ],
  1506                 "psr-4": {
  1520                 "psr-4": {
  1507                     "phpseclib\\": "phpseclib/"
  1521                     "phpseclib\\": "phpseclib/"
  1508                 }
  1522                 }
  1509             },
  1523             },
  1510             "license": [
  1524             "license": [
  1557                 "twofish",
  1571                 "twofish",
  1558                 "x.509",
  1572                 "x.509",
  1559                 "x509"
  1573                 "x509"
  1560             ],
  1574             ],
  1561             "support": {
  1575             "support": {
  1562                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.1",
  1576                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.3",
  1563                 "issues": "https://github.com/phpseclib/phpseclib/issues"
  1577                 "issues": "https://github.com/phpseclib/phpseclib/issues"
  1564             },
  1578             },
  1565             "time": "2016-01-18 17:07:21"
  1579             "time": "2016-08-18 18:49:14"
  1566         },
       
  1567         {
       
  1568             "name": "pimple/pimple",
       
  1569             "version": "v3.0.2",
       
  1570             "source": {
       
  1571                 "type": "git",
       
  1572                 "url": "https://github.com/silexphp/Pimple.git",
       
  1573                 "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
       
  1574             },
       
  1575             "dist": {
       
  1576                 "type": "zip",
       
  1577                 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
       
  1578                 "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
       
  1579                 "shasum": ""
       
  1580             },
       
  1581             "require": {
       
  1582                 "php": ">=5.3.0"
       
  1583             },
       
  1584             "type": "library",
       
  1585             "extra": {
       
  1586                 "branch-alias": {
       
  1587                     "dev-master": "3.0.x-dev"
       
  1588                 }
       
  1589             },
       
  1590             "autoload": {
       
  1591                 "psr-0": {
       
  1592                     "Pimple": "src/"
       
  1593                 }
       
  1594             },
       
  1595             "notification-url": "https://packagist.org/downloads/",
       
  1596             "license": [
       
  1597                 "MIT"
       
  1598             ],
       
  1599             "authors": [
       
  1600                 {
       
  1601                     "name": "Fabien Potencier",
       
  1602                     "email": "fabien@symfony.com"
       
  1603                 }
       
  1604             ],
       
  1605             "description": "Pimple, a simple Dependency Injection Container",
       
  1606             "homepage": "http://pimple.sensiolabs.org",
       
  1607             "keywords": [
       
  1608                 "container",
       
  1609                 "dependency injection"
       
  1610             ],
       
  1611             "time": "2015-09-11 15:10:35"
       
  1612         },
  1580         },
  1613         {
  1581         {
  1614             "name": "psr/http-message",
  1582             "name": "psr/http-message",
  1615             "version": "1.0",
  1583             "version": "1.0.1",
  1616             "source": {
  1584             "source": {
  1617                 "type": "git",
  1585                 "type": "git",
  1618                 "url": "https://github.com/php-fig/http-message.git",
  1586                 "url": "https://github.com/php-fig/http-message.git",
  1619                 "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  1587                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1620             },
  1588             },
  1621             "dist": {
  1589             "dist": {
  1622                 "type": "zip",
  1590                 "type": "zip",
  1623                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  1591                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1624                 "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  1592                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1625                 "shasum": ""
  1593                 "shasum": ""
  1626             },
  1594             },
  1627             "require": {
  1595             "require": {
  1628                 "php": ">=5.3.0"
  1596                 "php": ">=5.3.0"
  1629             },
  1597             },
  1647                     "name": "PHP-FIG",
  1615                     "name": "PHP-FIG",
  1648                     "homepage": "http://www.php-fig.org/"
  1616                     "homepage": "http://www.php-fig.org/"
  1649                 }
  1617                 }
  1650             ],
  1618             ],
  1651             "description": "Common interface for HTTP messages",
  1619             "description": "Common interface for HTTP messages",
       
  1620             "homepage": "https://github.com/php-fig/http-message",
  1652             "keywords": [
  1621             "keywords": [
  1653                 "http",
  1622                 "http",
  1654                 "http-message",
  1623                 "http-message",
  1655                 "psr",
  1624                 "psr",
  1656                 "psr-7",
  1625                 "psr-7",
  1657                 "request",
  1626                 "request",
  1658                 "response"
  1627                 "response"
  1659             ],
  1628             ],
  1660             "time": "2015-05-04 20:22:00"
  1629             "time": "2016-08-06 14:39:51"
  1661         },
  1630         },
  1662         {
  1631         {
  1663             "name": "psr/log",
  1632             "name": "psr/log",
  1664             "version": "1.0.0",
  1633             "version": "1.0.1",
  1665             "source": {
  1634             "source": {
  1666                 "type": "git",
  1635                 "type": "git",
  1667                 "url": "https://github.com/php-fig/log.git",
  1636                 "url": "https://github.com/php-fig/log.git",
  1668                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  1637                 "reference": "5277094ed527a1c4477177d102fe4c53551953e0"
  1669             },
  1638             },
  1670             "dist": {
  1639             "dist": {
  1671                 "type": "zip",
  1640                 "type": "zip",
  1672                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  1641                 "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0",
  1673                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  1642                 "reference": "5277094ed527a1c4477177d102fe4c53551953e0",
  1674                 "shasum": ""
  1643                 "shasum": ""
  1675             },
  1644             },
  1676             "type": "library",
  1645             "require": {
  1677             "autoload": {
  1646                 "php": ">=5.3.0"
  1678                 "psr-0": {
  1647             },
  1679                     "Psr\\Log\\": ""
  1648             "type": "library",
       
  1649             "extra": {
       
  1650                 "branch-alias": {
       
  1651                     "dev-master": "1.0.x-dev"
       
  1652                 }
       
  1653             },
       
  1654             "autoload": {
       
  1655                 "psr-4": {
       
  1656                     "Psr\\Log\\": "Psr/Log/"
  1680                 }
  1657                 }
  1681             },
  1658             },
  1682             "notification-url": "https://packagist.org/downloads/",
  1659             "notification-url": "https://packagist.org/downloads/",
  1683             "license": [
  1660             "license": [
  1684                 "MIT"
  1661                 "MIT"
  1688                     "name": "PHP-FIG",
  1665                     "name": "PHP-FIG",
  1689                     "homepage": "http://www.php-fig.org/"
  1666                     "homepage": "http://www.php-fig.org/"
  1690                 }
  1667                 }
  1691             ],
  1668             ],
  1692             "description": "Common interface for logging libraries",
  1669             "description": "Common interface for logging libraries",
       
  1670             "homepage": "https://github.com/php-fig/log",
  1693             "keywords": [
  1671             "keywords": [
  1694                 "log",
  1672                 "log",
  1695                 "psr",
  1673                 "psr",
  1696                 "psr-3"
  1674                 "psr-3"
  1697             ],
  1675             ],
  1698             "time": "2012-12-21 11:40:51"
  1676             "time": "2016-09-19 16:02:08"
  1699         },
  1677         },
  1700         {
  1678         {
  1701             "name": "psy/psysh",
  1679             "name": "psy/psysh",
  1702             "version": "v0.7.2",
  1680             "version": "v0.7.2",
  1703             "source": {
  1681             "source": {
  1768                 "shell"
  1746                 "shell"
  1769             ],
  1747             ],
  1770             "time": "2016-03-09 05:03:14"
  1748             "time": "2016-03-09 05:03:14"
  1771         },
  1749         },
  1772         {
  1750         {
       
  1751             "name": "ramsey/uuid",
       
  1752             "version": "3.5.0",
       
  1753             "source": {
       
  1754                 "type": "git",
       
  1755                 "url": "https://github.com/ramsey/uuid.git",
       
  1756                 "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786"
       
  1757             },
       
  1758             "dist": {
       
  1759                 "type": "zip",
       
  1760                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
       
  1761                 "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
       
  1762                 "shasum": ""
       
  1763             },
       
  1764             "require": {
       
  1765                 "paragonie/random_compat": "^1.0|^2.0",
       
  1766                 "php": ">=5.4"
       
  1767             },
       
  1768             "replace": {
       
  1769                 "rhumsaa/uuid": "self.version"
       
  1770             },
       
  1771             "require-dev": {
       
  1772                 "apigen/apigen": "^4.1",
       
  1773                 "codeception/aspect-mock": "1.0.0",
       
  1774                 "goaop/framework": "1.0.0-alpha.2",
       
  1775                 "ircmaxell/random-lib": "^1.1",
       
  1776                 "jakub-onderka/php-parallel-lint": "^0.9.0",
       
  1777                 "mockery/mockery": "^0.9.4",
       
  1778                 "moontoast/math": "^1.1",
       
  1779                 "phpunit/phpunit": "^4.7|>=5.0 <5.4",
       
  1780                 "satooshi/php-coveralls": "^0.6.1",
       
  1781                 "squizlabs/php_codesniffer": "^2.3"
       
  1782             },
       
  1783             "suggest": {
       
  1784                 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
       
  1785                 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
       
  1786                 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
       
  1787                 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
       
  1788                 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
       
  1789                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
       
  1790             },
       
  1791             "type": "library",
       
  1792             "extra": {
       
  1793                 "branch-alias": {
       
  1794                     "dev-master": "3.x-dev"
       
  1795                 }
       
  1796             },
       
  1797             "autoload": {
       
  1798                 "psr-4": {
       
  1799                     "Ramsey\\Uuid\\": "src/"
       
  1800                 }
       
  1801             },
       
  1802             "notification-url": "https://packagist.org/downloads/",
       
  1803             "license": [
       
  1804                 "MIT"
       
  1805             ],
       
  1806             "authors": [
       
  1807                 {
       
  1808                     "name": "Marijn Huizendveld",
       
  1809                     "email": "marijn.huizendveld@gmail.com"
       
  1810                 },
       
  1811                 {
       
  1812                     "name": "Thibaud Fabre",
       
  1813                     "email": "thibaud@aztech.io"
       
  1814                 },
       
  1815                 {
       
  1816                     "name": "Ben Ramsey",
       
  1817                     "email": "ben@benramsey.com",
       
  1818                     "homepage": "https://benramsey.com"
       
  1819                 }
       
  1820             ],
       
  1821             "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
       
  1822             "homepage": "https://github.com/ramsey/uuid",
       
  1823             "keywords": [
       
  1824                 "guid",
       
  1825                 "identifier",
       
  1826                 "uuid"
       
  1827             ],
       
  1828             "time": "2016-08-02 18:39:32"
       
  1829         },
       
  1830         {
       
  1831             "name": "react/promise",
       
  1832             "version": "v2.4.1",
       
  1833             "source": {
       
  1834                 "type": "git",
       
  1835                 "url": "https://github.com/reactphp/promise.git",
       
  1836                 "reference": "8025426794f1944de806618671d4fa476dc7626f"
       
  1837             },
       
  1838             "dist": {
       
  1839                 "type": "zip",
       
  1840                 "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
       
  1841                 "reference": "8025426794f1944de806618671d4fa476dc7626f",
       
  1842                 "shasum": ""
       
  1843             },
       
  1844             "require": {
       
  1845                 "php": ">=5.4.0"
       
  1846             },
       
  1847             "type": "library",
       
  1848             "extra": {
       
  1849                 "branch-alias": {
       
  1850                     "dev-master": "2.0-dev"
       
  1851                 }
       
  1852             },
       
  1853             "autoload": {
       
  1854                 "psr-4": {
       
  1855                     "React\\Promise\\": "src/"
       
  1856                 },
       
  1857                 "files": [
       
  1858                     "src/functions_include.php"
       
  1859                 ]
       
  1860             },
       
  1861             "notification-url": "https://packagist.org/downloads/",
       
  1862             "license": [
       
  1863                 "MIT"
       
  1864             ],
       
  1865             "authors": [
       
  1866                 {
       
  1867                     "name": "Jan Sorgalla",
       
  1868                     "email": "jsorgalla@gmail.com"
       
  1869                 }
       
  1870             ],
       
  1871             "description": "A lightweight implementation of CommonJS Promises/A for PHP",
       
  1872             "time": "2016-05-03 17:50:52"
       
  1873         },
       
  1874         {
  1773             "name": "shift31/laravel-elasticsearch",
  1875             "name": "shift31/laravel-elasticsearch",
  1774             "version": "1.3.4",
  1876             "version": "2.0.3",
  1775             "source": {
  1877             "source": {
  1776                 "type": "git",
  1878                 "type": "git",
  1777                 "url": "https://github.com/shift31/laravel-elasticsearch.git",
  1879                 "url": "https://github.com/shift31/laravel-elasticsearch.git",
  1778                 "reference": "5341998fc1d87a21ee44e44482d07de297b1b515"
  1880                 "reference": "d3488ce48663db83bce4ae82ff6266d3e0255a0d"
  1779             },
  1881             },
  1780             "dist": {
  1882             "dist": {
  1781                 "type": "zip",
  1883                 "type": "zip",
  1782                 "url": "https://api.github.com/repos/shift31/laravel-elasticsearch/zipball/5341998fc1d87a21ee44e44482d07de297b1b515",
  1884                 "url": "https://api.github.com/repos/shift31/laravel-elasticsearch/zipball/d3488ce48663db83bce4ae82ff6266d3e0255a0d",
  1783                 "reference": "5341998fc1d87a21ee44e44482d07de297b1b515",
  1885                 "reference": "d3488ce48663db83bce4ae82ff6266d3e0255a0d",
  1784                 "shasum": ""
  1886                 "shasum": ""
  1785             },
  1887             },
  1786             "require": {
  1888             "require": {
  1787                 "elasticsearch/elasticsearch": "~1.3",
  1889                 "elasticsearch/elasticsearch": "~2.0",
  1788                 "illuminate/support": "~4|~5",
  1890                 "illuminate/support": "~4|~5",
  1789                 "php": ">=5.3.0"
  1891                 "php": ">=5.4.0"
       
  1892             },
       
  1893             "require-dev": {
       
  1894                 "laravel/framework": "^5.2"
  1790             },
  1895             },
  1791             "type": "library",
  1896             "type": "library",
  1792             "autoload": {
  1897             "autoload": {
  1793                 "classmap": [
  1898                 "classmap": [
  1794                     "src/migrations"
  1899                     "src/migrations"
  1803                     "name": "Shift 31 Consulting",
  1908                     "name": "Shift 31 Consulting",
  1804                     "email": "code@shift31.com"
  1909                     "email": "code@shift31.com"
  1805                 }
  1910                 }
  1806             ],
  1911             ],
  1807             "description": "A Laravel Service Provider for the Elasticsearch API client",
  1912             "description": "A Laravel Service Provider for the Elasticsearch API client",
  1808             "time": "2015-08-10 02:30:03"
  1913             "time": "2016-08-14 19:53:20"
  1809         },
  1914         },
  1810         {
  1915         {
  1811             "name": "swiftmailer/swiftmailer",
  1916             "name": "swiftmailer/swiftmailer",
  1812             "version": "v5.4.2",
  1917             "version": "v5.4.3",
  1813             "source": {
  1918             "source": {
  1814                 "type": "git",
  1919                 "type": "git",
  1815                 "url": "https://github.com/swiftmailer/swiftmailer.git",
  1920                 "url": "https://github.com/swiftmailer/swiftmailer.git",
  1816                 "reference": "d8db871a54619458a805229a057ea2af33c753e8"
  1921                 "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
  1817             },
  1922             },
  1818             "dist": {
  1923             "dist": {
  1819                 "type": "zip",
  1924                 "type": "zip",
  1820                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
  1925                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
  1821                 "reference": "d8db871a54619458a805229a057ea2af33c753e8",
  1926                 "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
  1822                 "shasum": ""
  1927                 "shasum": ""
  1823             },
  1928             },
  1824             "require": {
  1929             "require": {
  1825                 "php": ">=5.3.3"
  1930                 "php": ">=5.3.3"
  1826             },
  1931             },
  1827             "require-dev": {
  1932             "require-dev": {
  1828                 "mockery/mockery": "~0.9.1,<0.9.4"
  1933                 "mockery/mockery": "~0.9.1"
  1829             },
  1934             },
  1830             "type": "library",
  1935             "type": "library",
  1831             "extra": {
  1936             "extra": {
  1832                 "branch-alias": {
  1937                 "branch-alias": {
  1833                     "dev-master": "5.4-dev"
  1938                     "dev-master": "5.4-dev"
  1856             "keywords": [
  1961             "keywords": [
  1857                 "email",
  1962                 "email",
  1858                 "mail",
  1963                 "mail",
  1859                 "mailer"
  1964                 "mailer"
  1860             ],
  1965             ],
  1861             "time": "2016-05-01 08:45:47"
  1966             "time": "2016-07-08 11:51:25"
  1862         },
  1967         },
  1863         {
  1968         {
  1864             "name": "symfony/console",
  1969             "name": "symfony/console",
  1865             "version": "v3.0.6",
  1970             "version": "v3.1.4",
  1866             "source": {
  1971             "source": {
  1867                 "type": "git",
  1972                 "type": "git",
  1868                 "url": "https://github.com/symfony/console.git",
  1973                 "url": "https://github.com/symfony/console.git",
  1869                 "reference": "34a214710e0714b6efcf40ba3cd1e31373a97820"
  1974                 "reference": "8ea494c34f0f772c3954b5fbe00bffc5a435e563"
  1870             },
  1975             },
  1871             "dist": {
  1976             "dist": {
  1872                 "type": "zip",
  1977                 "type": "zip",
  1873                 "url": "https://api.github.com/repos/symfony/console/zipball/34a214710e0714b6efcf40ba3cd1e31373a97820",
  1978                 "url": "https://api.github.com/repos/symfony/console/zipball/8ea494c34f0f772c3954b5fbe00bffc5a435e563",
  1874                 "reference": "34a214710e0714b6efcf40ba3cd1e31373a97820",
  1979                 "reference": "8ea494c34f0f772c3954b5fbe00bffc5a435e563",
  1875                 "shasum": ""
  1980                 "shasum": ""
  1876             },
  1981             },
  1877             "require": {
  1982             "require": {
  1878                 "php": ">=5.5.9",
  1983                 "php": ">=5.5.9",
  1879                 "symfony/polyfill-mbstring": "~1.0"
  1984                 "symfony/polyfill-mbstring": "~1.0"
  1889                 "symfony/process": ""
  1994                 "symfony/process": ""
  1890             },
  1995             },
  1891             "type": "library",
  1996             "type": "library",
  1892             "extra": {
  1997             "extra": {
  1893                 "branch-alias": {
  1998                 "branch-alias": {
  1894                     "dev-master": "3.0-dev"
  1999                     "dev-master": "3.1-dev"
  1895                 }
  2000                 }
  1896             },
  2001             },
  1897             "autoload": {
  2002             "autoload": {
  1898                 "psr-4": {
  2003                 "psr-4": {
  1899                     "Symfony\\Component\\Console\\": ""
  2004                     "Symfony\\Component\\Console\\": ""
  1916                     "homepage": "https://symfony.com/contributors"
  2021                     "homepage": "https://symfony.com/contributors"
  1917                 }
  2022                 }
  1918             ],
  2023             ],
  1919             "description": "Symfony Console Component",
  2024             "description": "Symfony Console Component",
  1920             "homepage": "https://symfony.com",
  2025             "homepage": "https://symfony.com",
  1921             "time": "2016-04-28 09:48:42"
  2026             "time": "2016-08-19 06:48:39"
  1922         },
  2027         },
  1923         {
  2028         {
  1924             "name": "symfony/debug",
  2029             "name": "symfony/debug",
  1925             "version": "v3.0.6",
  2030             "version": "v3.1.4",
  1926             "source": {
  2031             "source": {
  1927                 "type": "git",
  2032                 "type": "git",
  1928                 "url": "https://github.com/symfony/debug.git",
  2033                 "url": "https://github.com/symfony/debug.git",
  1929                 "reference": "a06d10888a45afd97534506afb058ec38d9ba35b"
  2034                 "reference": "34f6ac18c2974ca5fce68adf419ee7d15def6f11"
  1930             },
  2035             },
  1931             "dist": {
  2036             "dist": {
  1932                 "type": "zip",
  2037                 "type": "zip",
  1933                 "url": "https://api.github.com/repos/symfony/debug/zipball/a06d10888a45afd97534506afb058ec38d9ba35b",
  2038                 "url": "https://api.github.com/repos/symfony/debug/zipball/34f6ac18c2974ca5fce68adf419ee7d15def6f11",
  1934                 "reference": "a06d10888a45afd97534506afb058ec38d9ba35b",
  2039                 "reference": "34f6ac18c2974ca5fce68adf419ee7d15def6f11",
  1935                 "shasum": ""
  2040                 "shasum": ""
  1936             },
  2041             },
  1937             "require": {
  2042             "require": {
  1938                 "php": ">=5.5.9",
  2043                 "php": ">=5.5.9",
  1939                 "psr/log": "~1.0"
  2044                 "psr/log": "~1.0"
  1946                 "symfony/http-kernel": "~2.8|~3.0"
  2051                 "symfony/http-kernel": "~2.8|~3.0"
  1947             },
  2052             },
  1948             "type": "library",
  2053             "type": "library",
  1949             "extra": {
  2054             "extra": {
  1950                 "branch-alias": {
  2055                 "branch-alias": {
  1951                     "dev-master": "3.0-dev"
  2056                     "dev-master": "3.1-dev"
  1952                 }
  2057                 }
  1953             },
  2058             },
  1954             "autoload": {
  2059             "autoload": {
  1955                 "psr-4": {
  2060                 "psr-4": {
  1956                     "Symfony\\Component\\Debug\\": ""
  2061                     "Symfony\\Component\\Debug\\": ""
  1973                     "homepage": "https://symfony.com/contributors"
  2078                     "homepage": "https://symfony.com/contributors"
  1974                 }
  2079                 }
  1975             ],
  2080             ],
  1976             "description": "Symfony Debug Component",
  2081             "description": "Symfony Debug Component",
  1977             "homepage": "https://symfony.com",
  2082             "homepage": "https://symfony.com",
  1978             "time": "2016-03-30 10:41:14"
  2083             "time": "2016-08-23 13:39:15"
  1979         },
  2084         },
  1980         {
  2085         {
  1981             "name": "symfony/event-dispatcher",
  2086             "name": "symfony/event-dispatcher",
  1982             "version": "v3.0.6",
  2087             "version": "v3.1.4",
  1983             "source": {
  2088             "source": {
  1984                 "type": "git",
  2089                 "type": "git",
  1985                 "url": "https://github.com/symfony/event-dispatcher.git",
  2090                 "url": "https://github.com/symfony/event-dispatcher.git",
  1986                 "reference": "807dde98589f9b2b00624dca326740380d78dbbc"
  2091                 "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5"
  1987             },
  2092             },
  1988             "dist": {
  2093             "dist": {
  1989                 "type": "zip",
  2094                 "type": "zip",
  1990                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/807dde98589f9b2b00624dca326740380d78dbbc",
  2095                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
  1991                 "reference": "807dde98589f9b2b00624dca326740380d78dbbc",
  2096                 "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
  1992                 "shasum": ""
  2097                 "shasum": ""
  1993             },
  2098             },
  1994             "require": {
  2099             "require": {
  1995                 "php": ">=5.5.9"
  2100                 "php": ">=5.5.9"
  1996             },
  2101             },
  2006                 "symfony/http-kernel": ""
  2111                 "symfony/http-kernel": ""
  2007             },
  2112             },
  2008             "type": "library",
  2113             "type": "library",
  2009             "extra": {
  2114             "extra": {
  2010                 "branch-alias": {
  2115                 "branch-alias": {
  2011                     "dev-master": "3.0-dev"
  2116                     "dev-master": "3.1-dev"
  2012                 }
  2117                 }
  2013             },
  2118             },
  2014             "autoload": {
  2119             "autoload": {
  2015                 "psr-4": {
  2120                 "psr-4": {
  2016                     "Symfony\\Component\\EventDispatcher\\": ""
  2121                     "Symfony\\Component\\EventDispatcher\\": ""
  2033                     "homepage": "https://symfony.com/contributors"
  2138                     "homepage": "https://symfony.com/contributors"
  2034                 }
  2139                 }
  2035             ],
  2140             ],
  2036             "description": "Symfony EventDispatcher Component",
  2141             "description": "Symfony EventDispatcher Component",
  2037             "homepage": "https://symfony.com",
  2142             "homepage": "https://symfony.com",
  2038             "time": "2016-05-05 06:56:13"
  2143             "time": "2016-07-19 10:45:57"
  2039         },
  2144         },
  2040         {
  2145         {
  2041             "name": "symfony/finder",
  2146             "name": "symfony/finder",
  2042             "version": "v3.0.6",
  2147             "version": "v3.1.4",
  2043             "source": {
  2148             "source": {
  2044                 "type": "git",
  2149                 "type": "git",
  2045                 "url": "https://github.com/symfony/finder.git",
  2150                 "url": "https://github.com/symfony/finder.git",
  2046                 "reference": "c54e407b35bc098916704e9fd090da21da4c4f52"
  2151                 "reference": "e568ef1784f447a0e54dcb6f6de30b9747b0f577"
  2047             },
  2152             },
  2048             "dist": {
  2153             "dist": {
  2049                 "type": "zip",
  2154                 "type": "zip",
  2050                 "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52",
  2155                 "url": "https://api.github.com/repos/symfony/finder/zipball/e568ef1784f447a0e54dcb6f6de30b9747b0f577",
  2051                 "reference": "c54e407b35bc098916704e9fd090da21da4c4f52",
  2156                 "reference": "e568ef1784f447a0e54dcb6f6de30b9747b0f577",
  2052                 "shasum": ""
  2157                 "shasum": ""
  2053             },
  2158             },
  2054             "require": {
  2159             "require": {
  2055                 "php": ">=5.5.9"
  2160                 "php": ">=5.5.9"
  2056             },
  2161             },
  2057             "type": "library",
  2162             "type": "library",
  2058             "extra": {
  2163             "extra": {
  2059                 "branch-alias": {
  2164                 "branch-alias": {
  2060                     "dev-master": "3.0-dev"
  2165                     "dev-master": "3.1-dev"
  2061                 }
  2166                 }
  2062             },
  2167             },
  2063             "autoload": {
  2168             "autoload": {
  2064                 "psr-4": {
  2169                 "psr-4": {
  2065                     "Symfony\\Component\\Finder\\": ""
  2170                     "Symfony\\Component\\Finder\\": ""
  2082                     "homepage": "https://symfony.com/contributors"
  2187                     "homepage": "https://symfony.com/contributors"
  2083                 }
  2188                 }
  2084             ],
  2189             ],
  2085             "description": "Symfony Finder Component",
  2190             "description": "Symfony Finder Component",
  2086             "homepage": "https://symfony.com",
  2191             "homepage": "https://symfony.com",
  2087             "time": "2016-03-10 11:13:05"
  2192             "time": "2016-08-26 12:04:02"
  2088         },
  2193         },
  2089         {
  2194         {
  2090             "name": "symfony/http-foundation",
  2195             "name": "symfony/http-foundation",
  2091             "version": "v3.0.6",
  2196             "version": "v3.1.4",
  2092             "source": {
  2197             "source": {
  2093                 "type": "git",
  2198                 "type": "git",
  2094                 "url": "https://github.com/symfony/http-foundation.git",
  2199                 "url": "https://github.com/symfony/http-foundation.git",
  2095                 "reference": "18b24bc32d2495ae79d76e777368786a6536fe31"
  2200                 "reference": "63592e00fd90632b57ee50220a1ddb29b6bf3bb4"
  2096             },
  2201             },
  2097             "dist": {
  2202             "dist": {
  2098                 "type": "zip",
  2203                 "type": "zip",
  2099                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/18b24bc32d2495ae79d76e777368786a6536fe31",
  2204                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/63592e00fd90632b57ee50220a1ddb29b6bf3bb4",
  2100                 "reference": "18b24bc32d2495ae79d76e777368786a6536fe31",
  2205                 "reference": "63592e00fd90632b57ee50220a1ddb29b6bf3bb4",
  2101                 "shasum": ""
  2206                 "shasum": ""
  2102             },
  2207             },
  2103             "require": {
  2208             "require": {
  2104                 "php": ">=5.5.9",
  2209                 "php": ">=5.5.9",
  2105                 "symfony/polyfill-mbstring": "~1.1"
  2210                 "symfony/polyfill-mbstring": "~1.1"
  2108                 "symfony/expression-language": "~2.8|~3.0"
  2213                 "symfony/expression-language": "~2.8|~3.0"
  2109             },
  2214             },
  2110             "type": "library",
  2215             "type": "library",
  2111             "extra": {
  2216             "extra": {
  2112                 "branch-alias": {
  2217                 "branch-alias": {
  2113                     "dev-master": "3.0-dev"
  2218                     "dev-master": "3.1-dev"
  2114                 }
  2219                 }
  2115             },
  2220             },
  2116             "autoload": {
  2221             "autoload": {
  2117                 "psr-4": {
  2222                 "psr-4": {
  2118                     "Symfony\\Component\\HttpFoundation\\": ""
  2223                     "Symfony\\Component\\HttpFoundation\\": ""
  2135                     "homepage": "https://symfony.com/contributors"
  2240                     "homepage": "https://symfony.com/contributors"
  2136                 }
  2241                 }
  2137             ],
  2242             ],
  2138             "description": "Symfony HttpFoundation Component",
  2243             "description": "Symfony HttpFoundation Component",
  2139             "homepage": "https://symfony.com",
  2244             "homepage": "https://symfony.com",
  2140             "time": "2016-04-12 18:09:53"
  2245             "time": "2016-08-22 12:11:19"
  2141         },
  2246         },
  2142         {
  2247         {
  2143             "name": "symfony/http-kernel",
  2248             "name": "symfony/http-kernel",
  2144             "version": "v3.0.6",
  2249             "version": "v3.1.4",
  2145             "source": {
  2250             "source": {
  2146                 "type": "git",
  2251                 "type": "git",
  2147                 "url": "https://github.com/symfony/http-kernel.git",
  2252                 "url": "https://github.com/symfony/http-kernel.git",
  2148                 "reference": "6a5010978edf0a9646342232531e53bfc7abbcd3"
  2253                 "reference": "aeda215d6b01f119508c090d2a09ebb5b0bc61f3"
  2149             },
  2254             },
  2150             "dist": {
  2255             "dist": {
  2151                 "type": "zip",
  2256                 "type": "zip",
  2152                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6a5010978edf0a9646342232531e53bfc7abbcd3",
  2257                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aeda215d6b01f119508c090d2a09ebb5b0bc61f3",
  2153                 "reference": "6a5010978edf0a9646342232531e53bfc7abbcd3",
  2258                 "reference": "aeda215d6b01f119508c090d2a09ebb5b0bc61f3",
  2154                 "shasum": ""
  2259                 "shasum": ""
  2155             },
  2260             },
  2156             "require": {
  2261             "require": {
  2157                 "php": ">=5.5.9",
  2262                 "php": ">=5.5.9",
  2158                 "psr/log": "~1.0",
  2263                 "psr/log": "~1.0",
  2159                 "symfony/debug": "~2.8|~3.0",
  2264                 "symfony/debug": "~2.8|~3.0",
  2160                 "symfony/event-dispatcher": "~2.8|~3.0",
  2265                 "symfony/event-dispatcher": "~2.8|~3.0",
  2161                 "symfony/http-foundation": "~2.8|~3.0"
  2266                 "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2"
  2162             },
  2267             },
  2163             "conflict": {
  2268             "conflict": {
  2164                 "symfony/config": "<2.8"
  2269                 "symfony/config": "<2.8"
  2165             },
  2270             },
  2166             "require-dev": {
  2271             "require-dev": {
  2190                 "symfony/var-dumper": ""
  2295                 "symfony/var-dumper": ""
  2191             },
  2296             },
  2192             "type": "library",
  2297             "type": "library",
  2193             "extra": {
  2298             "extra": {
  2194                 "branch-alias": {
  2299                 "branch-alias": {
  2195                     "dev-master": "3.0-dev"
  2300                     "dev-master": "3.1-dev"
  2196                 }
  2301                 }
  2197             },
  2302             },
  2198             "autoload": {
  2303             "autoload": {
  2199                 "psr-4": {
  2304                 "psr-4": {
  2200                     "Symfony\\Component\\HttpKernel\\": ""
  2305                     "Symfony\\Component\\HttpKernel\\": ""
  2217                     "homepage": "https://symfony.com/contributors"
  2322                     "homepage": "https://symfony.com/contributors"
  2218                 }
  2323                 }
  2219             ],
  2324             ],
  2220             "description": "Symfony HttpKernel Component",
  2325             "description": "Symfony HttpKernel Component",
  2221             "homepage": "https://symfony.com",
  2326             "homepage": "https://symfony.com",
  2222             "time": "2016-05-09 22:13:13"
  2327             "time": "2016-09-03 15:28:24"
  2223         },
  2328         },
  2224         {
  2329         {
  2225             "name": "symfony/polyfill-mbstring",
  2330             "name": "symfony/polyfill-mbstring",
  2226             "version": "v1.2.0",
  2331             "version": "v1.2.0",
  2227             "source": {
  2332             "source": {
  2388             ],
  2493             ],
  2389             "time": "2016-05-18 14:26:46"
  2494             "time": "2016-05-18 14:26:46"
  2390         },
  2495         },
  2391         {
  2496         {
  2392             "name": "symfony/process",
  2497             "name": "symfony/process",
  2393             "version": "v3.0.6",
  2498             "version": "v3.1.4",
  2394             "source": {
  2499             "source": {
  2395                 "type": "git",
  2500                 "type": "git",
  2396                 "url": "https://github.com/symfony/process.git",
  2501                 "url": "https://github.com/symfony/process.git",
  2397                 "reference": "53f9407c0bb1c5a79127db8f7bfe12f0f6f3dcdb"
  2502                 "reference": "e64e93041c80e77197ace5ab9385dedb5a143697"
  2398             },
  2503             },
  2399             "dist": {
  2504             "dist": {
  2400                 "type": "zip",
  2505                 "type": "zip",
  2401                 "url": "https://api.github.com/repos/symfony/process/zipball/53f9407c0bb1c5a79127db8f7bfe12f0f6f3dcdb",
  2506                 "url": "https://api.github.com/repos/symfony/process/zipball/e64e93041c80e77197ace5ab9385dedb5a143697",
  2402                 "reference": "53f9407c0bb1c5a79127db8f7bfe12f0f6f3dcdb",
  2507                 "reference": "e64e93041c80e77197ace5ab9385dedb5a143697",
  2403                 "shasum": ""
  2508                 "shasum": ""
  2404             },
  2509             },
  2405             "require": {
  2510             "require": {
  2406                 "php": ">=5.5.9"
  2511                 "php": ">=5.5.9"
  2407             },
  2512             },
  2408             "type": "library",
  2513             "type": "library",
  2409             "extra": {
  2514             "extra": {
  2410                 "branch-alias": {
  2515                 "branch-alias": {
  2411                     "dev-master": "3.0-dev"
  2516                     "dev-master": "3.1-dev"
  2412                 }
  2517                 }
  2413             },
  2518             },
  2414             "autoload": {
  2519             "autoload": {
  2415                 "psr-4": {
  2520                 "psr-4": {
  2416                     "Symfony\\Component\\Process\\": ""
  2521                     "Symfony\\Component\\Process\\": ""
  2433                     "homepage": "https://symfony.com/contributors"
  2538                     "homepage": "https://symfony.com/contributors"
  2434                 }
  2539                 }
  2435             ],
  2540             ],
  2436             "description": "Symfony Process Component",
  2541             "description": "Symfony Process Component",
  2437             "homepage": "https://symfony.com",
  2542             "homepage": "https://symfony.com",
  2438             "time": "2016-04-14 15:30:28"
  2543             "time": "2016-08-16 14:58:24"
  2439         },
  2544         },
  2440         {
  2545         {
  2441             "name": "symfony/routing",
  2546             "name": "symfony/routing",
  2442             "version": "v3.0.6",
  2547             "version": "v3.1.4",
  2443             "source": {
  2548             "source": {
  2444                 "type": "git",
  2549                 "type": "git",
  2445                 "url": "https://github.com/symfony/routing.git",
  2550                 "url": "https://github.com/symfony/routing.git",
  2446                 "reference": "a6cd168310066176599442aa21f5da86c3f8e0b3"
  2551                 "reference": "8edf62498a1a4c57ba317664a4b698339c10cdf6"
  2447             },
  2552             },
  2448             "dist": {
  2553             "dist": {
  2449                 "type": "zip",
  2554                 "type": "zip",
  2450                 "url": "https://api.github.com/repos/symfony/routing/zipball/a6cd168310066176599442aa21f5da86c3f8e0b3",
  2555                 "url": "https://api.github.com/repos/symfony/routing/zipball/8edf62498a1a4c57ba317664a4b698339c10cdf6",
  2451                 "reference": "a6cd168310066176599442aa21f5da86c3f8e0b3",
  2556                 "reference": "8edf62498a1a4c57ba317664a4b698339c10cdf6",
  2452                 "shasum": ""
  2557                 "shasum": ""
  2453             },
  2558             },
  2454             "require": {
  2559             "require": {
  2455                 "php": ">=5.5.9"
  2560                 "php": ">=5.5.9"
  2456             },
  2561             },
  2475                 "symfony/yaml": "For using the YAML loader"
  2580                 "symfony/yaml": "For using the YAML loader"
  2476             },
  2581             },
  2477             "type": "library",
  2582             "type": "library",
  2478             "extra": {
  2583             "extra": {
  2479                 "branch-alias": {
  2584                 "branch-alias": {
  2480                     "dev-master": "3.0-dev"
  2585                     "dev-master": "3.1-dev"
  2481                 }
  2586                 }
  2482             },
  2587             },
  2483             "autoload": {
  2588             "autoload": {
  2484                 "psr-4": {
  2589                 "psr-4": {
  2485                     "Symfony\\Component\\Routing\\": ""
  2590                     "Symfony\\Component\\Routing\\": ""
  2508                 "router",
  2613                 "router",
  2509                 "routing",
  2614                 "routing",
  2510                 "uri",
  2615                 "uri",
  2511                 "url"
  2616                 "url"
  2512             ],
  2617             ],
  2513             "time": "2016-05-03 12:23:49"
  2618             "time": "2016-08-16 14:58:24"
  2514         },
  2619         },
  2515         {
  2620         {
  2516             "name": "symfony/translation",
  2621             "name": "symfony/translation",
  2517             "version": "v3.0.6",
  2622             "version": "v3.1.4",
  2518             "source": {
  2623             "source": {
  2519                 "type": "git",
  2624                 "type": "git",
  2520                 "url": "https://github.com/symfony/translation.git",
  2625                 "url": "https://github.com/symfony/translation.git",
  2521                 "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2"
  2626                 "reference": "a35edc277513c9bc0f063ca174c36b346f974528"
  2522             },
  2627             },
  2523             "dist": {
  2628             "dist": {
  2524                 "type": "zip",
  2629                 "type": "zip",
  2525                 "url": "https://api.github.com/repos/symfony/translation/zipball/f7a07af51ea067745a521dab1e3152044a2fb1f2",
  2630                 "url": "https://api.github.com/repos/symfony/translation/zipball/a35edc277513c9bc0f063ca174c36b346f974528",
  2526                 "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2",
  2631                 "reference": "a35edc277513c9bc0f063ca174c36b346f974528",
  2527                 "shasum": ""
  2632                 "shasum": ""
  2528             },
  2633             },
  2529             "require": {
  2634             "require": {
  2530                 "php": ">=5.5.9",
  2635                 "php": ">=5.5.9",
  2531                 "symfony/polyfill-mbstring": "~1.0"
  2636                 "symfony/polyfill-mbstring": "~1.0"
  2545                 "symfony/yaml": ""
  2650                 "symfony/yaml": ""
  2546             },
  2651             },
  2547             "type": "library",
  2652             "type": "library",
  2548             "extra": {
  2653             "extra": {
  2549                 "branch-alias": {
  2654                 "branch-alias": {
  2550                     "dev-master": "3.0-dev"
  2655                     "dev-master": "3.1-dev"
  2551                 }
  2656                 }
  2552             },
  2657             },
  2553             "autoload": {
  2658             "autoload": {
  2554                 "psr-4": {
  2659                 "psr-4": {
  2555                     "Symfony\\Component\\Translation\\": ""
  2660                     "Symfony\\Component\\Translation\\": ""
  2572                     "homepage": "https://symfony.com/contributors"
  2677                     "homepage": "https://symfony.com/contributors"
  2573                 }
  2678                 }
  2574             ],
  2679             ],
  2575             "description": "Symfony Translation Component",
  2680             "description": "Symfony Translation Component",
  2576             "homepage": "https://symfony.com",
  2681             "homepage": "https://symfony.com",
  2577             "time": "2016-03-25 01:41:20"
  2682             "time": "2016-08-05 08:37:39"
  2578         },
  2683         },
  2579         {
  2684         {
  2580             "name": "symfony/var-dumper",
  2685             "name": "symfony/var-dumper",
  2581             "version": "v3.0.6",
  2686             "version": "v3.1.4",
  2582             "source": {
  2687             "source": {
  2583                 "type": "git",
  2688                 "type": "git",
  2584                 "url": "https://github.com/symfony/var-dumper.git",
  2689                 "url": "https://github.com/symfony/var-dumper.git",
  2585                 "reference": "0e918c269093ba4c77fca14e9424fa74ed16f1a6"
  2690                 "reference": "62ee73706c421654a4c840028954510277f7dfc8"
  2586             },
  2691             },
  2587             "dist": {
  2692             "dist": {
  2588                 "type": "zip",
  2693                 "type": "zip",
  2589                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e918c269093ba4c77fca14e9424fa74ed16f1a6",
  2694                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/62ee73706c421654a4c840028954510277f7dfc8",
  2590                 "reference": "0e918c269093ba4c77fca14e9424fa74ed16f1a6",
  2695                 "reference": "62ee73706c421654a4c840028954510277f7dfc8",
  2591                 "shasum": ""
  2696                 "shasum": ""
  2592             },
  2697             },
  2593             "require": {
  2698             "require": {
  2594                 "php": ">=5.5.9",
  2699                 "php": ">=5.5.9",
  2595                 "symfony/polyfill-mbstring": "~1.0"
  2700                 "symfony/polyfill-mbstring": "~1.0"
  2601                 "ext-symfony_debug": ""
  2706                 "ext-symfony_debug": ""
  2602             },
  2707             },
  2603             "type": "library",
  2708             "type": "library",
  2604             "extra": {
  2709             "extra": {
  2605                 "branch-alias": {
  2710                 "branch-alias": {
  2606                     "dev-master": "3.0-dev"
  2711                     "dev-master": "3.1-dev"
  2607                 }
  2712                 }
  2608             },
  2713             },
  2609             "autoload": {
  2714             "autoload": {
  2610                 "files": [
  2715                 "files": [
  2611                     "Resources/functions/dump.php"
  2716                     "Resources/functions/dump.php"
  2635             "homepage": "https://symfony.com",
  2740             "homepage": "https://symfony.com",
  2636             "keywords": [
  2741             "keywords": [
  2637                 "debug",
  2742                 "debug",
  2638                 "dump"
  2743                 "dump"
  2639             ],
  2744             ],
  2640             "time": "2016-04-25 11:17:47"
  2745             "time": "2016-08-31 09:05:42"
  2641         },
  2746         },
  2642         {
  2747         {
  2643             "name": "vlucas/phpdotenv",
  2748             "name": "vlucas/phpdotenv",
  2644             "version": "v2.2.1",
  2749             "version": "v2.4.0",
  2645             "source": {
  2750             "source": {
  2646                 "type": "git",
  2751                 "type": "git",
  2647                 "url": "https://github.com/vlucas/phpdotenv.git",
  2752                 "url": "https://github.com/vlucas/phpdotenv.git",
  2648                 "reference": "63f37b9395e8041cd4313129c08ece896d06ca8e"
  2753                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
  2649             },
  2754             },
  2650             "dist": {
  2755             "dist": {
  2651                 "type": "zip",
  2756                 "type": "zip",
  2652                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/63f37b9395e8041cd4313129c08ece896d06ca8e",
  2757                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  2653                 "reference": "63f37b9395e8041cd4313129c08ece896d06ca8e",
  2758                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  2654                 "shasum": ""
  2759                 "shasum": ""
  2655             },
  2760             },
  2656             "require": {
  2761             "require": {
  2657                 "php": ">=5.3.9"
  2762                 "php": ">=5.3.9"
  2658             },
  2763             },
  2660                 "phpunit/phpunit": "^4.8 || ^5.0"
  2765                 "phpunit/phpunit": "^4.8 || ^5.0"
  2661             },
  2766             },
  2662             "type": "library",
  2767             "type": "library",
  2663             "extra": {
  2768             "extra": {
  2664                 "branch-alias": {
  2769                 "branch-alias": {
  2665                     "dev-master": "2.2-dev"
  2770                     "dev-master": "2.4-dev"
  2666                 }
  2771                 }
  2667             },
  2772             },
  2668             "autoload": {
  2773             "autoload": {
  2669                 "psr-4": {
  2774                 "psr-4": {
  2670                     "Dotenv\\": "src/"
  2775                     "Dotenv\\": "src/"
  2685             "keywords": [
  2790             "keywords": [
  2686                 "dotenv",
  2791                 "dotenv",
  2687                 "env",
  2792                 "env",
  2688                 "environment"
  2793                 "environment"
  2689             ],
  2794             ],
  2690             "time": "2016-04-15 10:48:49"
  2795             "time": "2016-09-01 10:05:43"
  2691         }
  2796         }
  2692     ],
  2797     ],
  2693     "packages-dev": [
  2798     "packages-dev": [
  2694         {
  2799         {
  2695             "name": "doctrine/instantiator",
  2800             "name": "doctrine/instantiator",
  2744                 "instantiate"
  2849                 "instantiate"
  2745             ],
  2850             ],
  2746             "time": "2015-06-14 21:17:01"
  2851             "time": "2015-06-14 21:17:01"
  2747         },
  2852         },
  2748         {
  2853         {
  2749             "name": "fabpot/php-cs-fixer",
  2854             "name": "friendsofphp/php-cs-fixer",
  2750             "version": "v1.11.3",
  2855             "version": "v1.12.1",
  2751             "source": {
  2856             "source": {
  2752                 "type": "git",
  2857                 "type": "git",
  2753                 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  2858                 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  2754                 "reference": "b0a383d856d884d6b16e15892f507ecf89f8dbd2"
  2859                 "reference": "d33ee60f3d3e6152888b7f3a385f49e5c43bf1bf"
  2755             },
  2860             },
  2756             "dist": {
  2861             "dist": {
  2757                 "type": "zip",
  2862                 "type": "zip",
  2758                 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/b0a383d856d884d6b16e15892f507ecf89f8dbd2",
  2863                 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d33ee60f3d3e6152888b7f3a385f49e5c43bf1bf",
  2759                 "reference": "b0a383d856d884d6b16e15892f507ecf89f8dbd2",
  2864                 "reference": "d33ee60f3d3e6152888b7f3a385f49e5c43bf1bf",
  2760                 "shasum": ""
  2865                 "shasum": ""
  2761             },
  2866             },
  2762             "require": {
  2867             "require": {
  2763                 "ext-tokenizer": "*",
  2868                 "ext-tokenizer": "*",
  2764                 "php": ">=5.3.6",
  2869                 "php": "^5.3.6 || >=7.0 <7.2",
  2765                 "sebastian/diff": "~1.1",
  2870                 "sebastian/diff": "^1.1",
  2766                 "symfony/console": "~2.3|~3.0",
  2871                 "symfony/console": "^2.3 || ^3.0",
  2767                 "symfony/event-dispatcher": "~2.1|~3.0",
  2872                 "symfony/event-dispatcher": "^2.1 || ^3.0",
  2768                 "symfony/filesystem": "~2.1|~3.0",
  2873                 "symfony/filesystem": "^2.1 || ^3.0",
  2769                 "symfony/finder": "~2.1|~3.0",
  2874                 "symfony/finder": "^2.1 || ^3.0",
  2770                 "symfony/process": "~2.3|~3.0",
  2875                 "symfony/process": "^2.3 || ^3.0",
  2771                 "symfony/stopwatch": "~2.5|~3.0"
  2876                 "symfony/stopwatch": "^2.5 || ^3.0"
  2772             },
  2877             },
  2773             "require-dev": {
  2878             "conflict": {
  2774                 "satooshi/php-coveralls": "0.7.*@dev"
  2879                 "hhvm": "<3.9"
       
  2880             },
       
  2881             "require-dev": {
       
  2882                 "phpunit/phpunit": "^4.5|^5",
       
  2883                 "satooshi/php-coveralls": "^1.0"
  2775             },
  2884             },
  2776             "bin": [
  2885             "bin": [
  2777                 "php-cs-fixer"
  2886                 "php-cs-fixer"
  2778             ],
  2887             ],
  2779             "type": "application",
  2888             "type": "application",
  2795                     "name": "Fabien Potencier",
  2904                     "name": "Fabien Potencier",
  2796                     "email": "fabien@symfony.com"
  2905                     "email": "fabien@symfony.com"
  2797                 }
  2906                 }
  2798             ],
  2907             ],
  2799             "description": "A tool to automatically fix PHP code style",
  2908             "description": "A tool to automatically fix PHP code style",
  2800             "abandoned": "friendsofphp/php-cs-fixer",
  2909             "time": "2016-09-07 06:48:24"
  2801             "time": "2016-05-26 23:49:24"
       
  2802         },
  2910         },
  2803         {
  2911         {
  2804             "name": "fzaninotto/faker",
  2912             "name": "fzaninotto/faker",
  2805             "version": "v1.6.0",
  2913             "version": "v1.6.0",
  2806             "source": {
  2914             "source": {
  2848             ],
  2956             ],
  2849             "time": "2016-04-29 12:21:54"
  2957             "time": "2016-04-29 12:21:54"
  2850         },
  2958         },
  2851         {
  2959         {
  2852             "name": "hamcrest/hamcrest-php",
  2960             "name": "hamcrest/hamcrest-php",
  2853             "version": "v2.0.0",
  2961             "version": "v1.2.2",
  2854             "source": {
  2962             "source": {
  2855                 "type": "git",
  2963                 "type": "git",
  2856                 "url": "https://github.com/hamcrest/hamcrest-php.git",
  2964                 "url": "https://github.com/hamcrest/hamcrest-php.git",
  2857                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
  2965                 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  2858             },
  2966             },
  2859             "dist": {
  2967             "dist": {
  2860                 "type": "zip",
  2968                 "type": "zip",
  2861                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
  2969                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  2862                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
  2970                 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  2863                 "shasum": ""
  2971                 "shasum": ""
  2864             },
  2972             },
  2865             "require": {
  2973             "require": {
  2866                 "php": "^5.3|^7.0"
  2974                 "php": ">=5.3.2"
  2867             },
  2975             },
  2868             "replace": {
  2976             "replace": {
  2869                 "cordoval/hamcrest-php": "*",
  2977                 "cordoval/hamcrest-php": "*",
  2870                 "davedevelopment/hamcrest-php": "*",
  2978                 "davedevelopment/hamcrest-php": "*",
  2871                 "kodova/hamcrest-php": "*"
  2979                 "kodova/hamcrest-php": "*"
  2872             },
  2980             },
  2873             "require-dev": {
  2981             "require-dev": {
  2874                 "phpunit/php-file-iterator": "1.3.3",
  2982                 "phpunit/php-file-iterator": "1.3.3",
  2875                 "phpunit/phpunit": "~4.0",
  2983                 "satooshi/php-coveralls": "dev-master"
  2876                 "satooshi/php-coveralls": "^1.0"
  2984             },
  2877             },
  2985             "type": "library",
  2878             "type": "library",
       
  2879             "extra": {
       
  2880                 "branch-alias": {
       
  2881                     "dev-master": "2.0-dev"
       
  2882                 }
       
  2883             },
       
  2884             "autoload": {
  2986             "autoload": {
  2885                 "classmap": [
  2987                 "classmap": [
  2886                     "hamcrest"
  2988                     "hamcrest"
       
  2989                 ],
       
  2990                 "files": [
       
  2991                     "hamcrest/Hamcrest.php"
  2887                 ]
  2992                 ]
  2888             },
  2993             },
  2889             "notification-url": "https://packagist.org/downloads/",
  2994             "notification-url": "https://packagist.org/downloads/",
  2890             "license": [
  2995             "license": [
  2891                 "BSD"
  2996                 "BSD"
  2892             ],
  2997             ],
  2893             "description": "This is the PHP port of Hamcrest Matchers",
  2998             "description": "This is the PHP port of Hamcrest Matchers",
  2894             "keywords": [
  2999             "keywords": [
  2895                 "test"
  3000                 "test"
  2896             ],
  3001             ],
  2897             "time": "2016-01-20 08:20:44"
  3002             "time": "2015-05-11 14:41:42"
  2898         },
  3003         },
  2899         {
  3004         {
  2900             "name": "mockery/mockery",
  3005             "name": "mockery/mockery",
  2901             "version": "dev-master",
  3006             "version": "0.9.5",
  2902             "source": {
  3007             "source": {
  2903                 "type": "git",
  3008                 "type": "git",
  2904                 "url": "https://github.com/padraic/mockery.git",
  3009                 "url": "https://github.com/padraic/mockery.git",
  2905                 "reference": "ad31ff997d983e0d5d60ac80cfcedcbb4e6c4461"
  3010                 "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
  2906             },
  3011             },
  2907             "dist": {
  3012             "dist": {
  2908                 "type": "zip",
  3013                 "type": "zip",
  2909                 "url": "https://api.github.com/repos/padraic/mockery/zipball/ad31ff997d983e0d5d60ac80cfcedcbb4e6c4461",
  3014                 "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
  2910                 "reference": "ad31ff997d983e0d5d60ac80cfcedcbb4e6c4461",
  3015                 "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
  2911                 "shasum": ""
  3016                 "shasum": ""
  2912             },
  3017             },
  2913             "require": {
  3018             "require": {
  2914                 "hamcrest/hamcrest-php": "^2.0@dev",
  3019                 "hamcrest/hamcrest-php": "~1.1",
  2915                 "lib-pcre": ">=7.0",
  3020                 "lib-pcre": ">=7.0",
  2916                 "php": ">=5.4.0"
  3021                 "php": ">=5.3.2"
  2917             },
  3022             },
  2918             "require-dev": {
  3023             "require-dev": {
  2919                 "phpunit/phpunit": "~4.0"
  3024                 "phpunit/phpunit": "~4.0"
  2920             },
  3025             },
  2921             "type": "library",
  3026             "type": "library",
  2922             "extra": {
  3027             "extra": {
  2923                 "branch-alias": {
  3028                 "branch-alias": {
  2924                     "dev-master": "1.0.x-dev"
  3029                     "dev-master": "0.9.x-dev"
  2925                 }
  3030                 }
  2926             },
  3031             },
  2927             "autoload": {
  3032             "autoload": {
  2928                 "psr-0": {
  3033                 "psr-0": {
  2929                     "Mockery": "library/"
  3034                     "Mockery": "library/"
  2957                 "stub",
  3062                 "stub",
  2958                 "test",
  3063                 "test",
  2959                 "test double",
  3064                 "test double",
  2960                 "testing"
  3065                 "testing"
  2961             ],
  3066             ],
  2962             "time": "2016-05-03 10:17:25"
  3067             "time": "2016-05-22 21:52:33"
  2963         },
  3068         },
  2964         {
  3069         {
  2965             "name": "myclabs/deep-copy",
  3070             "name": "myclabs/deep-copy",
  2966             "version": "1.5.1",
  3071             "version": "1.5.4",
  2967             "source": {
  3072             "source": {
  2968                 "type": "git",
  3073                 "type": "git",
  2969                 "url": "https://github.com/myclabs/DeepCopy.git",
  3074                 "url": "https://github.com/myclabs/DeepCopy.git",
  2970                 "reference": "a8773992b362b58498eed24bf85005f363c34771"
  3075                 "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f"
  2971             },
  3076             },
  2972             "dist": {
  3077             "dist": {
  2973                 "type": "zip",
  3078                 "type": "zip",
  2974                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
  3079                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ea74994a3dc7f8d2f65a06009348f2d63c81e61f",
  2975                 "reference": "a8773992b362b58498eed24bf85005f363c34771",
  3080                 "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f",
  2976                 "shasum": ""
  3081                 "shasum": ""
  2977             },
  3082             },
  2978             "require": {
  3083             "require": {
  2979                 "php": ">=5.4.0"
  3084                 "php": ">=5.4.0"
  2980             },
  3085             },
  2999                 "copy",
  3104                 "copy",
  3000                 "duplicate",
  3105                 "duplicate",
  3001                 "object",
  3106                 "object",
  3002                 "object graph"
  3107                 "object graph"
  3003             ],
  3108             ],
  3004             "time": "2015-11-20 12:04:31"
  3109             "time": "2016-09-16 13:37:59"
       
  3110         },
       
  3111         {
       
  3112             "name": "phpdocumentor/reflection-common",
       
  3113             "version": "1.0",
       
  3114             "source": {
       
  3115                 "type": "git",
       
  3116                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
       
  3117                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
       
  3118             },
       
  3119             "dist": {
       
  3120                 "type": "zip",
       
  3121                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
       
  3122                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
       
  3123                 "shasum": ""
       
  3124             },
       
  3125             "require": {
       
  3126                 "php": ">=5.5"
       
  3127             },
       
  3128             "require-dev": {
       
  3129                 "phpunit/phpunit": "^4.6"
       
  3130             },
       
  3131             "type": "library",
       
  3132             "extra": {
       
  3133                 "branch-alias": {
       
  3134                     "dev-master": "1.0.x-dev"
       
  3135                 }
       
  3136             },
       
  3137             "autoload": {
       
  3138                 "psr-4": {
       
  3139                     "phpDocumentor\\Reflection\\": [
       
  3140                         "src"
       
  3141                     ]
       
  3142                 }
       
  3143             },
       
  3144             "notification-url": "https://packagist.org/downloads/",
       
  3145             "license": [
       
  3146                 "MIT"
       
  3147             ],
       
  3148             "authors": [
       
  3149                 {
       
  3150                     "name": "Jaap van Otterdijk",
       
  3151                     "email": "opensource@ijaap.nl"
       
  3152                 }
       
  3153             ],
       
  3154             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
       
  3155             "homepage": "http://www.phpdoc.org",
       
  3156             "keywords": [
       
  3157                 "FQSEN",
       
  3158                 "phpDocumentor",
       
  3159                 "phpdoc",
       
  3160                 "reflection",
       
  3161                 "static analysis"
       
  3162             ],
       
  3163             "time": "2015-12-27 11:43:31"
  3005         },
  3164         },
  3006         {
  3165         {
  3007             "name": "phpdocumentor/reflection-docblock",
  3166             "name": "phpdocumentor/reflection-docblock",
  3008             "version": "2.0.4",
  3167             "version": "3.1.0",
  3009             "source": {
  3168             "source": {
  3010                 "type": "git",
  3169                 "type": "git",
  3011                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3170                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3012                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  3171                 "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
  3013             },
  3172             },
  3014             "dist": {
  3173             "dist": {
  3015                 "type": "zip",
  3174                 "type": "zip",
  3016                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  3175                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
  3017                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  3176                 "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
  3018                 "shasum": ""
  3177                 "shasum": ""
  3019             },
  3178             },
  3020             "require": {
  3179             "require": {
  3021                 "php": ">=5.3.3"
  3180                 "php": ">=5.5",
  3022             },
  3181                 "phpdocumentor/reflection-common": "^1.0@dev",
  3023             "require-dev": {
  3182                 "phpdocumentor/type-resolver": "^0.2.0",
  3024                 "phpunit/phpunit": "~4.0"
  3183                 "webmozart/assert": "^1.0"
  3025             },
  3184             },
  3026             "suggest": {
  3185             "require-dev": {
  3027                 "dflydev/markdown": "~1.0",
  3186                 "mockery/mockery": "^0.9.4",
  3028                 "erusev/parsedown": "~1.0"
  3187                 "phpunit/phpunit": "^4.4"
  3029             },
  3188             },
  3030             "type": "library",
  3189             "type": "library",
  3031             "extra": {
  3190             "autoload": {
  3032                 "branch-alias": {
  3191                 "psr-4": {
  3033                     "dev-master": "2.0.x-dev"
  3192                     "phpDocumentor\\Reflection\\": [
  3034                 }
       
  3035             },
       
  3036             "autoload": {
       
  3037                 "psr-0": {
       
  3038                     "phpDocumentor": [
       
  3039                         "src/"
  3193                         "src/"
  3040                     ]
  3194                     ]
  3041                 }
  3195                 }
  3042             },
  3196             },
  3043             "notification-url": "https://packagist.org/downloads/",
  3197             "notification-url": "https://packagist.org/downloads/",
  3045                 "MIT"
  3199                 "MIT"
  3046             ],
  3200             ],
  3047             "authors": [
  3201             "authors": [
  3048                 {
  3202                 {
  3049                     "name": "Mike van Riel",
  3203                     "name": "Mike van Riel",
  3050                     "email": "mike.vanriel@naenius.com"
  3204                     "email": "me@mikevanriel.com"
  3051                 }
  3205                 }
  3052             ],
  3206             ],
  3053             "time": "2015-02-03 12:10:50"
  3207             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
       
  3208             "time": "2016-06-10 09:48:41"
       
  3209         },
       
  3210         {
       
  3211             "name": "phpdocumentor/type-resolver",
       
  3212             "version": "0.2",
       
  3213             "source": {
       
  3214                 "type": "git",
       
  3215                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
       
  3216                 "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
       
  3217             },
       
  3218             "dist": {
       
  3219                 "type": "zip",
       
  3220                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
       
  3221                 "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
       
  3222                 "shasum": ""
       
  3223             },
       
  3224             "require": {
       
  3225                 "php": ">=5.5",
       
  3226                 "phpdocumentor/reflection-common": "^1.0"
       
  3227             },
       
  3228             "require-dev": {
       
  3229                 "mockery/mockery": "^0.9.4",
       
  3230                 "phpunit/phpunit": "^5.2||^4.8.24"
       
  3231             },
       
  3232             "type": "library",
       
  3233             "extra": {
       
  3234                 "branch-alias": {
       
  3235                     "dev-master": "1.0.x-dev"
       
  3236                 }
       
  3237             },
       
  3238             "autoload": {
       
  3239                 "psr-4": {
       
  3240                     "phpDocumentor\\Reflection\\": [
       
  3241                         "src/"
       
  3242                     ]
       
  3243                 }
       
  3244             },
       
  3245             "notification-url": "https://packagist.org/downloads/",
       
  3246             "license": [
       
  3247                 "MIT"
       
  3248             ],
       
  3249             "authors": [
       
  3250                 {
       
  3251                     "name": "Mike van Riel",
       
  3252                     "email": "me@mikevanriel.com"
       
  3253                 }
       
  3254             ],
       
  3255             "time": "2016-06-10 07:14:17"
  3054         },
  3256         },
  3055         {
  3257         {
  3056             "name": "phpspec/php-diff",
  3258             "name": "phpspec/php-diff",
  3057             "version": "v1.0.2",
  3259             "version": "v1.1.0",
  3058             "source": {
  3260             "source": {
  3059                 "type": "git",
  3261                 "type": "git",
  3060                 "url": "https://github.com/phpspec/php-diff.git",
  3262                 "url": "https://github.com/phpspec/php-diff.git",
  3061                 "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
  3263                 "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
  3062             },
  3264             },
  3063             "dist": {
  3265             "dist": {
  3064                 "type": "zip",
  3266                 "type": "zip",
  3065                 "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
  3267                 "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
  3066                 "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
  3268                 "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
  3067                 "shasum": ""
  3269                 "shasum": ""
  3068             },
  3270             },
  3069             "type": "library",
  3271             "type": "library",
       
  3272             "extra": {
       
  3273                 "branch-alias": {
       
  3274                     "dev-master": "1.0.x-dev"
       
  3275                 }
       
  3276             },
  3070             "autoload": {
  3277             "autoload": {
  3071                 "psr-0": {
  3278                 "psr-0": {
  3072                     "Diff": "lib/"
  3279                     "Diff": "lib/"
  3073                 }
  3280                 }
  3074             },
  3281             },
  3077                 "BSD-3-Clause"
  3284                 "BSD-3-Clause"
  3078             ],
  3285             ],
  3079             "authors": [
  3286             "authors": [
  3080                 {
  3287                 {
  3081                     "name": "Chris Boulton",
  3288                     "name": "Chris Boulton",
  3082                     "homepage": "http://github.com/chrisboulton",
  3289                     "homepage": "http://github.com/chrisboulton"
  3083                     "role": "Original developer"
       
  3084                 }
  3290                 }
  3085             ],
  3291             ],
  3086             "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  3292             "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  3087             "time": "2013-11-01 13:02:21"
  3293             "time": "2016-04-07 12:29:16"
  3088         },
  3294         },
  3089         {
  3295         {
  3090             "name": "phpspec/phpspec",
  3296             "name": "phpspec/phpspec",
  3091             "version": "2.5.0",
  3297             "version": "3.1.0",
  3092             "source": {
  3298             "source": {
  3093                 "type": "git",
  3299                 "type": "git",
  3094                 "url": "https://github.com/phpspec/phpspec.git",
  3300                 "url": "https://github.com/phpspec/phpspec.git",
  3095                 "reference": "385ecb015e97c13818074f1517928b24d4a26067"
  3301                 "reference": "5602f67d429d0280c63a66f1c104186032259bbd"
  3096             },
  3302             },
  3097             "dist": {
  3303             "dist": {
  3098                 "type": "zip",
  3304                 "type": "zip",
  3099                 "url": "https://api.github.com/repos/phpspec/phpspec/zipball/385ecb015e97c13818074f1517928b24d4a26067",
  3305                 "url": "https://api.github.com/repos/phpspec/phpspec/zipball/5602f67d429d0280c63a66f1c104186032259bbd",
  3100                 "reference": "385ecb015e97c13818074f1517928b24d4a26067",
  3306                 "reference": "5602f67d429d0280c63a66f1c104186032259bbd",
  3101                 "shasum": ""
  3307                 "shasum": ""
  3102             },
  3308             },
  3103             "require": {
  3309             "require": {
  3104                 "doctrine/instantiator": "^1.0.1",
  3310                 "doctrine/instantiator": "^1.0.1",
  3105                 "ext-tokenizer": "*",
  3311                 "ext-tokenizer": "*",
  3106                 "php": ">=5.3.3",
  3312                 "php": "^5.6 || ^7.0",
  3107                 "phpspec/php-diff": "~1.0.0",
  3313                 "phpspec/php-diff": "^1.0.0",
  3108                 "phpspec/prophecy": "~1.4",
  3314                 "phpspec/prophecy": "^1.5",
  3109                 "sebastian/exporter": "~1.0",
  3315                 "sebastian/exporter": "^1.0",
  3110                 "symfony/console": "~2.3|~3.0",
  3316                 "symfony/console": "^2.7 || ^3.0",
  3111                 "symfony/event-dispatcher": "~2.1|~3.0",
  3317                 "symfony/event-dispatcher": "^2.7 || ^3.0",
  3112                 "symfony/finder": "~2.1|~3.0",
  3318                 "symfony/finder": "^2.7 || ^3.0",
  3113                 "symfony/process": "^2.6|~3.0",
  3319                 "symfony/process": "^2.7 || ^3.0",
  3114                 "symfony/yaml": "~2.1|~3.0"
  3320                 "symfony/yaml": "^2.7 || ^3.0"
  3115             },
  3321             },
  3116             "require-dev": {
  3322             "require-dev": {
  3117                 "behat/behat": "^3.0.11",
  3323                 "behat/behat": "^3.1",
  3118                 "bossa/phpspec2-expect": "~1.0",
  3324                 "ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
  3119                 "phpunit/phpunit": "~4.4",
  3325                 "phpunit/phpunit": "^5.4",
  3120                 "symfony/filesystem": "~2.1|~3.0"
  3326                 "symfony/filesystem": "^3.0"
  3121             },
  3327             },
  3122             "suggest": {
  3328             "suggest": {
  3123                 "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
  3329                 "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
  3124             },
  3330             },
  3125             "bin": [
  3331             "bin": [
  3126                 "bin/phpspec"
  3332                 "bin/phpspec"
  3127             ],
  3333             ],
  3128             "type": "library",
  3334             "type": "library",
  3129             "extra": {
  3335             "extra": {
  3130                 "branch-alias": {
  3336                 "branch-alias": {
  3131                     "dev-master": "2.2.x-dev"
  3337                     "dev-master": "3.0.x-dev"
  3132                 }
  3338                 }
  3133             },
  3339             },
  3134             "autoload": {
  3340             "autoload": {
  3135                 "psr-0": {
  3341                 "psr-0": {
  3136                     "PhpSpec": "src/"
  3342                     "PhpSpec": "src/"
  3147                     "homepage": "http://everzet.com"
  3353                     "homepage": "http://everzet.com"
  3148                 },
  3354                 },
  3149                 {
  3355                 {
  3150                     "name": "Marcello Duarte",
  3356                     "name": "Marcello Duarte",
  3151                     "homepage": "http://marcelloduarte.net/"
  3357                     "homepage": "http://marcelloduarte.net/"
  3152                 }
  3358                 },
  3153             ],
  3359                 {
  3154             "description": "Specification-oriented BDD framework for PHP 5.3+",
  3360                     "name": "Ciaran McNulty",
       
  3361                     "homepage": "https://ciaranmcnulty.com/"
       
  3362                 }
       
  3363             ],
       
  3364             "description": "Specification-oriented BDD framework for PHP 5.6+",
  3155             "homepage": "http://phpspec.net/",
  3365             "homepage": "http://phpspec.net/",
  3156             "keywords": [
  3366             "keywords": [
  3157                 "BDD",
  3367                 "BDD",
  3158                 "SpecBDD",
  3368                 "SpecBDD",
  3159                 "TDD",
  3369                 "TDD",
  3160                 "spec",
  3370                 "spec",
  3161                 "specification",
  3371                 "specification",
  3162                 "testing",
  3372                 "testing",
  3163                 "tests"
  3373                 "tests"
  3164             ],
  3374             ],
  3165             "time": "2016-03-20 20:34:32"
  3375             "time": "2016-09-17 09:09:54"
  3166         },
  3376         },
  3167         {
  3377         {
  3168             "name": "phpspec/prophecy",
  3378             "name": "phpspec/prophecy",
  3169             "version": "v1.6.0",
  3379             "version": "v1.6.1",
  3170             "source": {
  3380             "source": {
  3171                 "type": "git",
  3381                 "type": "git",
  3172                 "url": "https://github.com/phpspec/prophecy.git",
  3382                 "url": "https://github.com/phpspec/prophecy.git",
  3173                 "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
  3383                 "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
  3174             },
  3384             },
  3175             "dist": {
  3385             "dist": {
  3176                 "type": "zip",
  3386                 "type": "zip",
  3177                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
  3387                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
  3178                 "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
  3388                 "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
  3179                 "shasum": ""
  3389                 "shasum": ""
  3180             },
  3390             },
  3181             "require": {
  3391             "require": {
  3182                 "doctrine/instantiator": "^1.0.2",
  3392                 "doctrine/instantiator": "^1.0.2",
  3183                 "php": "^5.3|^7.0",
  3393                 "php": "^5.3|^7.0",
  3184                 "phpdocumentor/reflection-docblock": "~2.0",
  3394                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  3185                 "sebastian/comparator": "~1.1",
  3395                 "sebastian/comparator": "^1.1",
  3186                 "sebastian/recursion-context": "~1.0"
  3396                 "sebastian/recursion-context": "^1.0"
  3187             },
  3397             },
  3188             "require-dev": {
  3398             "require-dev": {
  3189                 "phpspec/phpspec": "~2.0"
  3399                 "phpspec/phpspec": "^2.0"
  3190             },
  3400             },
  3191             "type": "library",
  3401             "type": "library",
  3192             "extra": {
  3402             "extra": {
  3193                 "branch-alias": {
  3403                 "branch-alias": {
  3194                     "dev-master": "1.5.x-dev"
  3404                     "dev-master": "1.6.x-dev"
  3195                 }
  3405                 }
  3196             },
  3406             },
  3197             "autoload": {
  3407             "autoload": {
  3198                 "psr-0": {
  3408                 "psr-0": {
  3199                     "Prophecy\\": "src/"
  3409                     "Prophecy\\": "src/"
  3222                 "fake",
  3432                 "fake",
  3223                 "mock",
  3433                 "mock",
  3224                 "spy",
  3434                 "spy",
  3225                 "stub"
  3435                 "stub"
  3226             ],
  3436             ],
  3227             "time": "2016-02-15 07:46:21"
  3437             "time": "2016-06-07 08:13:47"
  3228         },
  3438         },
  3229         {
  3439         {
  3230             "name": "phpunit/php-code-coverage",
  3440             "name": "phpunit/php-code-coverage",
  3231             "version": "3.3.3",
  3441             "version": "4.0.1",
  3232             "source": {
  3442             "source": {
  3233                 "type": "git",
  3443                 "type": "git",
  3234                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3444                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3235                 "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5"
  3445                 "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3"
  3236             },
  3446             },
  3237             "dist": {
  3447             "dist": {
  3238                 "type": "zip",
  3448                 "type": "zip",
  3239                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/44cd8e3930e431658d1a5de7d282d5cb37837fd5",
  3449                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5f3f7e736d6319d5f1fc402aff8b026da26709a3",
  3240                 "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5",
  3450                 "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3",
  3241                 "shasum": ""
  3451                 "shasum": ""
  3242             },
  3452             },
  3243             "require": {
  3453             "require": {
  3244                 "php": "^5.6 || ^7.0",
  3454                 "php": "^5.6 || ^7.0",
  3245                 "phpunit/php-file-iterator": "~1.3",
  3455                 "phpunit/php-file-iterator": "~1.3",
  3246                 "phpunit/php-text-template": "~1.2",
  3456                 "phpunit/php-text-template": "~1.2",
  3247                 "phpunit/php-token-stream": "^1.4.2",
  3457                 "phpunit/php-token-stream": "^1.4.2",
  3248                 "sebastian/code-unit-reverse-lookup": "~1.0",
  3458                 "sebastian/code-unit-reverse-lookup": "~1.0",
  3249                 "sebastian/environment": "^1.3.2",
  3459                 "sebastian/environment": "^1.3.2 || ^2.0",
  3250                 "sebastian/version": "~1.0|~2.0"
  3460                 "sebastian/version": "~1.0|~2.0"
  3251             },
  3461             },
  3252             "require-dev": {
  3462             "require-dev": {
  3253                 "ext-xdebug": ">=2.1.4",
  3463                 "ext-xdebug": ">=2.1.4",
  3254                 "phpunit/phpunit": "~5"
  3464                 "phpunit/phpunit": "^5.4"
  3255             },
  3465             },
  3256             "suggest": {
  3466             "suggest": {
  3257                 "ext-dom": "*",
  3467                 "ext-dom": "*",
  3258                 "ext-xdebug": ">=2.4.0",
  3468                 "ext-xdebug": ">=2.4.0",
  3259                 "ext-xmlwriter": "*"
  3469                 "ext-xmlwriter": "*"
  3260             },
  3470             },
  3261             "type": "library",
  3471             "type": "library",
  3262             "extra": {
  3472             "extra": {
  3263                 "branch-alias": {
  3473                 "branch-alias": {
  3264                     "dev-master": "3.3.x-dev"
  3474                     "dev-master": "4.0.x-dev"
  3265                 }
  3475                 }
  3266             },
  3476             },
  3267             "autoload": {
  3477             "autoload": {
  3268                 "classmap": [
  3478                 "classmap": [
  3269                     "src/"
  3479                     "src/"
  3285             "keywords": [
  3495             "keywords": [
  3286                 "coverage",
  3496                 "coverage",
  3287                 "testing",
  3497                 "testing",
  3288                 "xunit"
  3498                 "xunit"
  3289             ],
  3499             ],
  3290             "time": "2016-05-27 16:24:29"
  3500             "time": "2016-07-26 14:39:29"
  3291         },
  3501         },
  3292         {
  3502         {
  3293             "name": "phpunit/php-file-iterator",
  3503             "name": "phpunit/php-file-iterator",
  3294             "version": "1.4.1",
  3504             "version": "1.4.1",
  3295             "source": {
  3505             "source": {
  3470             ],
  3680             ],
  3471             "time": "2015-09-15 10:49:45"
  3681             "time": "2015-09-15 10:49:45"
  3472         },
  3682         },
  3473         {
  3683         {
  3474             "name": "phpunit/phpunit",
  3684             "name": "phpunit/phpunit",
  3475             "version": "5.3.4",
  3685             "version": "5.5.5",
  3476             "source": {
  3686             "source": {
  3477                 "type": "git",
  3687                 "type": "git",
  3478                 "url": "https://github.com/sebastianbergmann/phpunit.git",
  3688                 "url": "https://github.com/sebastianbergmann/phpunit.git",
  3479                 "reference": "00dd95ffb48805503817ced06399017df315fe5c"
  3689                 "reference": "a57126dc681b08289fef6ac96a48e30656f84350"
  3480             },
  3690             },
  3481             "dist": {
  3691             "dist": {
  3482                 "type": "zip",
  3692                 "type": "zip",
  3483                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00dd95ffb48805503817ced06399017df315fe5c",
  3693                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a57126dc681b08289fef6ac96a48e30656f84350",
  3484                 "reference": "00dd95ffb48805503817ced06399017df315fe5c",
  3694                 "reference": "a57126dc681b08289fef6ac96a48e30656f84350",
  3485                 "shasum": ""
  3695                 "shasum": ""
  3486             },
  3696             },
  3487             "require": {
  3697             "require": {
  3488                 "ext-dom": "*",
  3698                 "ext-dom": "*",
  3489                 "ext-json": "*",
  3699                 "ext-json": "*",
  3490                 "ext-pcre": "*",
  3700                 "ext-libxml": "*",
  3491                 "ext-reflection": "*",
  3701                 "ext-mbstring": "*",
  3492                 "ext-spl": "*",
  3702                 "ext-xml": "*",
  3493                 "myclabs/deep-copy": "~1.3",
  3703                 "myclabs/deep-copy": "~1.3",
  3494                 "php": "^5.6 || ^7.0",
  3704                 "php": "^5.6 || ^7.0",
  3495                 "phpspec/prophecy": "^1.3.1",
  3705                 "phpspec/prophecy": "^1.3.1",
  3496                 "phpunit/php-code-coverage": "^3.3.0",
  3706                 "phpunit/php-code-coverage": "^4.0.1",
  3497                 "phpunit/php-file-iterator": "~1.4",
  3707                 "phpunit/php-file-iterator": "~1.4",
  3498                 "phpunit/php-text-template": "~1.2",
  3708                 "phpunit/php-text-template": "~1.2",
  3499                 "phpunit/php-timer": "^1.0.6",
  3709                 "phpunit/php-timer": "^1.0.6",
  3500                 "phpunit/phpunit-mock-objects": "^3.1",
  3710                 "phpunit/phpunit-mock-objects": "^3.2",
  3501                 "sebastian/comparator": "~1.1",
  3711                 "sebastian/comparator": "~1.1",
  3502                 "sebastian/diff": "~1.2",
  3712                 "sebastian/diff": "~1.2",
  3503                 "sebastian/environment": "~1.3",
  3713                 "sebastian/environment": "^1.3 || ^2.0",
  3504                 "sebastian/exporter": "~1.2",
  3714                 "sebastian/exporter": "~1.2",
  3505                 "sebastian/global-state": "~1.0",
  3715                 "sebastian/global-state": "~1.0",
  3506                 "sebastian/object-enumerator": "~1.0",
  3716                 "sebastian/object-enumerator": "~1.0",
  3507                 "sebastian/resource-operations": "~1.0",
  3717                 "sebastian/resource-operations": "~1.0",
  3508                 "sebastian/version": "~1.0|~2.0",
  3718                 "sebastian/version": "~1.0|~2.0",
  3509                 "symfony/yaml": "~2.1|~3.0"
  3719                 "symfony/yaml": "~2.1|~3.0"
  3510             },
  3720             },
       
  3721             "conflict": {
       
  3722                 "phpdocumentor/reflection-docblock": "3.0.2"
       
  3723             },
       
  3724             "require-dev": {
       
  3725                 "ext-pdo": "*"
       
  3726             },
  3511             "suggest": {
  3727             "suggest": {
       
  3728                 "ext-tidy": "*",
       
  3729                 "ext-xdebug": "*",
  3512                 "phpunit/php-invoker": "~1.1"
  3730                 "phpunit/php-invoker": "~1.1"
  3513             },
  3731             },
  3514             "bin": [
  3732             "bin": [
  3515                 "phpunit"
  3733                 "phpunit"
  3516             ],
  3734             ],
  3517             "type": "library",
  3735             "type": "library",
  3518             "extra": {
  3736             "extra": {
  3519                 "branch-alias": {
  3737                 "branch-alias": {
  3520                     "dev-master": "5.3.x-dev"
  3738                     "dev-master": "5.5.x-dev"
  3521                 }
  3739                 }
  3522             },
  3740             },
  3523             "autoload": {
  3741             "autoload": {
  3524                 "classmap": [
  3742                 "classmap": [
  3525                     "src/"
  3743                     "src/"
  3541             "keywords": [
  3759             "keywords": [
  3542                 "phpunit",
  3760                 "phpunit",
  3543                 "testing",
  3761                 "testing",
  3544                 "xunit"
  3762                 "xunit"
  3545             ],
  3763             ],
  3546             "time": "2016-05-11 13:28:45"
  3764             "time": "2016-09-21 14:40:13"
  3547         },
  3765         },
  3548         {
  3766         {
  3549             "name": "phpunit/phpunit-mock-objects",
  3767             "name": "phpunit/phpunit-mock-objects",
  3550             "version": "3.1.3",
  3768             "version": "3.2.7",
  3551             "source": {
  3769             "source": {
  3552                 "type": "git",
  3770                 "type": "git",
  3553                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  3771                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  3554                 "reference": "151c96874bff6fe61a25039df60e776613a61489"
  3772                 "reference": "546898a2c0c356ef2891b39dd7d07f5d82c8ed0a"
  3555             },
  3773             },
  3556             "dist": {
  3774             "dist": {
  3557                 "type": "zip",
  3775                 "type": "zip",
  3558                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489",
  3776                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/546898a2c0c356ef2891b39dd7d07f5d82c8ed0a",
  3559                 "reference": "151c96874bff6fe61a25039df60e776613a61489",
  3777                 "reference": "546898a2c0c356ef2891b39dd7d07f5d82c8ed0a",
  3560                 "shasum": ""
  3778                 "shasum": ""
  3561             },
  3779             },
  3562             "require": {
  3780             "require": {
  3563                 "doctrine/instantiator": "^1.0.2",
  3781                 "doctrine/instantiator": "^1.0.2",
  3564                 "php": ">=5.6",
  3782                 "php": "^5.6 || ^7.0",
  3565                 "phpunit/php-text-template": "~1.2",
  3783                 "phpunit/php-text-template": "^1.2",
  3566                 "sebastian/exporter": "~1.2"
  3784                 "sebastian/exporter": "^1.2"
  3567             },
  3785             },
  3568             "require-dev": {
  3786             "conflict": {
  3569                 "phpunit/phpunit": "~5"
  3787                 "phpunit/phpunit": "<5.4.0"
       
  3788             },
       
  3789             "require-dev": {
       
  3790                 "phpunit/phpunit": "^5.4"
  3570             },
  3791             },
  3571             "suggest": {
  3792             "suggest": {
  3572                 "ext-soap": "*"
  3793                 "ext-soap": "*"
  3573             },
  3794             },
  3574             "type": "library",
  3795             "type": "library",
  3575             "extra": {
  3796             "extra": {
  3576                 "branch-alias": {
  3797                 "branch-alias": {
  3577                     "dev-master": "3.1.x-dev"
  3798                     "dev-master": "3.2.x-dev"
  3578                 }
  3799                 }
  3579             },
  3800             },
  3580             "autoload": {
  3801             "autoload": {
  3581                 "classmap": [
  3802                 "classmap": [
  3582                     "src/"
  3803                     "src/"
  3597             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  3818             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  3598             "keywords": [
  3819             "keywords": [
  3599                 "mock",
  3820                 "mock",
  3600                 "xunit"
  3821                 "xunit"
  3601             ],
  3822             ],
  3602             "time": "2016-04-20 14:39:26"
  3823             "time": "2016-09-06 16:07:45"
  3603         },
  3824         },
  3604         {
  3825         {
  3605             "name": "sebastian/code-unit-reverse-lookup",
  3826             "name": "sebastian/code-unit-reverse-lookup",
  3606             "version": "1.0.0",
  3827             "version": "1.0.0",
  3607             "source": {
  3828             "source": {
  3762             ],
  3983             ],
  3763             "time": "2015-12-08 07:14:41"
  3984             "time": "2015-12-08 07:14:41"
  3764         },
  3985         },
  3765         {
  3986         {
  3766             "name": "sebastian/environment",
  3987             "name": "sebastian/environment",
  3767             "version": "1.3.7",
  3988             "version": "1.3.8",
  3768             "source": {
  3989             "source": {
  3769                 "type": "git",
  3990                 "type": "git",
  3770                 "url": "https://github.com/sebastianbergmann/environment.git",
  3991                 "url": "https://github.com/sebastianbergmann/environment.git",
  3771                 "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
  3992                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  3772             },
  3993             },
  3773             "dist": {
  3994             "dist": {
  3774                 "type": "zip",
  3995                 "type": "zip",
  3775                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
  3996                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  3776                 "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
  3997                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  3777                 "shasum": ""
  3998                 "shasum": ""
  3778             },
  3999             },
  3779             "require": {
  4000             "require": {
  3780                 "php": ">=5.3.3"
  4001                 "php": "^5.3.3 || ^7.0"
  3781             },
  4002             },
  3782             "require-dev": {
  4003             "require-dev": {
  3783                 "phpunit/phpunit": "~4.4"
  4004                 "phpunit/phpunit": "^4.8 || ^5.0"
  3784             },
  4005             },
  3785             "type": "library",
  4006             "type": "library",
  3786             "extra": {
  4007             "extra": {
  3787                 "branch-alias": {
  4008                 "branch-alias": {
  3788                     "dev-master": "1.3.x-dev"
  4009                     "dev-master": "1.3.x-dev"
  3808             "keywords": [
  4029             "keywords": [
  3809                 "Xdebug",
  4030                 "Xdebug",
  3810                 "environment",
  4031                 "environment",
  3811                 "hhvm"
  4032                 "hhvm"
  3812             ],
  4033             ],
  3813             "time": "2016-05-17 03:18:57"
  4034             "time": "2016-08-18 05:49:44"
  3814         },
  4035         },
  3815         {
  4036         {
  3816             "name": "sebastian/exporter",
  4037             "name": "sebastian/exporter",
  3817             "version": "1.2.1",
  4038             "version": "1.2.2",
  3818             "source": {
  4039             "source": {
  3819                 "type": "git",
  4040                 "type": "git",
  3820                 "url": "https://github.com/sebastianbergmann/exporter.git",
  4041                 "url": "https://github.com/sebastianbergmann/exporter.git",
  3821                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  4042                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  3822             },
  4043             },
  3823             "dist": {
  4044             "dist": {
  3824                 "type": "zip",
  4045                 "type": "zip",
  3825                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  4046                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  3826                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  4047                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  3827                 "shasum": ""
  4048                 "shasum": ""
  3828             },
  4049             },
  3829             "require": {
  4050             "require": {
  3830                 "php": ">=5.3.3",
  4051                 "php": ">=5.3.3",
  3831                 "sebastian/recursion-context": "~1.0"
  4052                 "sebastian/recursion-context": "~1.0"
  3832             },
  4053             },
  3833             "require-dev": {
  4054             "require-dev": {
       
  4055                 "ext-mbstring": "*",
  3834                 "phpunit/phpunit": "~4.4"
  4056                 "phpunit/phpunit": "~4.4"
  3835             },
  4057             },
  3836             "type": "library",
  4058             "type": "library",
  3837             "extra": {
  4059             "extra": {
  3838                 "branch-alias": {
  4060                 "branch-alias": {
  3839                     "dev-master": "1.2.x-dev"
  4061                     "dev-master": "1.3.x-dev"
  3840                 }
  4062                 }
  3841             },
  4063             },
  3842             "autoload": {
  4064             "autoload": {
  3843                 "classmap": [
  4065                 "classmap": [
  3844                     "src/"
  4066                     "src/"
  3874             "homepage": "http://www.github.com/sebastianbergmann/exporter",
  4096             "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3875             "keywords": [
  4097             "keywords": [
  3876                 "export",
  4098                 "export",
  3877                 "exporter"
  4099                 "exporter"
  3878             ],
  4100             ],
  3879             "time": "2015-06-21 07:55:53"
  4101             "time": "2016-06-17 09:04:28"
  3880         },
  4102         },
  3881         {
  4103         {
  3882             "name": "sebastian/global-state",
  4104             "name": "sebastian/global-state",
  3883             "version": "1.1.1",
  4105             "version": "1.1.1",
  3884             "source": {
  4106             "source": {
  4113             "homepage": "https://github.com/sebastianbergmann/version",
  4335             "homepage": "https://github.com/sebastianbergmann/version",
  4114             "time": "2016-02-04 12:56:52"
  4336             "time": "2016-02-04 12:56:52"
  4115         },
  4337         },
  4116         {
  4338         {
  4117             "name": "symfony/css-selector",
  4339             "name": "symfony/css-selector",
  4118             "version": "v3.0.6",
  4340             "version": "v3.1.4",
  4119             "source": {
  4341             "source": {
  4120                 "type": "git",
  4342                 "type": "git",
  4121                 "url": "https://github.com/symfony/css-selector.git",
  4343                 "url": "https://github.com/symfony/css-selector.git",
  4122                 "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0"
  4344                 "reference": "2851e1932d77ce727776154d659b232d061e816a"
  4123             },
  4345             },
  4124             "dist": {
  4346             "dist": {
  4125                 "type": "zip",
  4347                 "type": "zip",
  4126                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/65e764f404685f2dc20c057e889b3ad04b2e2db0",
  4348                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/2851e1932d77ce727776154d659b232d061e816a",
  4127                 "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0",
  4349                 "reference": "2851e1932d77ce727776154d659b232d061e816a",
  4128                 "shasum": ""
  4350                 "shasum": ""
  4129             },
  4351             },
  4130             "require": {
  4352             "require": {
  4131                 "php": ">=5.5.9"
  4353                 "php": ">=5.5.9"
  4132             },
  4354             },
  4133             "type": "library",
  4355             "type": "library",
  4134             "extra": {
  4356             "extra": {
  4135                 "branch-alias": {
  4357                 "branch-alias": {
  4136                     "dev-master": "3.0-dev"
  4358                     "dev-master": "3.1-dev"
  4137                 }
  4359                 }
  4138             },
  4360             },
  4139             "autoload": {
  4361             "autoload": {
  4140                 "psr-4": {
  4362                 "psr-4": {
  4141                     "Symfony\\Component\\CssSelector\\": ""
  4363                     "Symfony\\Component\\CssSelector\\": ""
  4162                     "homepage": "https://symfony.com/contributors"
  4384                     "homepage": "https://symfony.com/contributors"
  4163                 }
  4385                 }
  4164             ],
  4386             ],
  4165             "description": "Symfony CssSelector Component",
  4387             "description": "Symfony CssSelector Component",
  4166             "homepage": "https://symfony.com",
  4388             "homepage": "https://symfony.com",
  4167             "time": "2016-03-04 07:55:57"
  4389             "time": "2016-06-29 05:41:56"
  4168         },
  4390         },
  4169         {
  4391         {
  4170             "name": "symfony/dom-crawler",
  4392             "name": "symfony/dom-crawler",
  4171             "version": "v3.0.6",
  4393             "version": "v3.1.4",
  4172             "source": {
  4394             "source": {
  4173                 "type": "git",
  4395                 "type": "git",
  4174                 "url": "https://github.com/symfony/dom-crawler.git",
  4396                 "url": "https://github.com/symfony/dom-crawler.git",
  4175                 "reference": "49b588841225b205700e5122fa01911cabada857"
  4397                 "reference": "bb7395e8b1db3654de82b9f35d019958276de4d7"
  4176             },
  4398             },
  4177             "dist": {
  4399             "dist": {
  4178                 "type": "zip",
  4400                 "type": "zip",
  4179                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/49b588841225b205700e5122fa01911cabada857",
  4401                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bb7395e8b1db3654de82b9f35d019958276de4d7",
  4180                 "reference": "49b588841225b205700e5122fa01911cabada857",
  4402                 "reference": "bb7395e8b1db3654de82b9f35d019958276de4d7",
  4181                 "shasum": ""
  4403                 "shasum": ""
  4182             },
  4404             },
  4183             "require": {
  4405             "require": {
  4184                 "php": ">=5.5.9",
  4406                 "php": ">=5.5.9",
  4185                 "symfony/polyfill-mbstring": "~1.0"
  4407                 "symfony/polyfill-mbstring": "~1.0"
  4191                 "symfony/css-selector": ""
  4413                 "symfony/css-selector": ""
  4192             },
  4414             },
  4193             "type": "library",
  4415             "type": "library",
  4194             "extra": {
  4416             "extra": {
  4195                 "branch-alias": {
  4417                 "branch-alias": {
  4196                     "dev-master": "3.0-dev"
  4418                     "dev-master": "3.1-dev"
  4197                 }
  4419                 }
  4198             },
  4420             },
  4199             "autoload": {
  4421             "autoload": {
  4200                 "psr-4": {
  4422                 "psr-4": {
  4201                     "Symfony\\Component\\DomCrawler\\": ""
  4423                     "Symfony\\Component\\DomCrawler\\": ""
  4218                     "homepage": "https://symfony.com/contributors"
  4440                     "homepage": "https://symfony.com/contributors"
  4219                 }
  4441                 }
  4220             ],
  4442             ],
  4221             "description": "Symfony DomCrawler Component",
  4443             "description": "Symfony DomCrawler Component",
  4222             "homepage": "https://symfony.com",
  4444             "homepage": "https://symfony.com",
  4223             "time": "2016-04-12 18:09:53"
  4445             "time": "2016-08-05 08:37:39"
  4224         },
  4446         },
  4225         {
  4447         {
  4226             "name": "symfony/filesystem",
  4448             "name": "symfony/filesystem",
  4227             "version": "v3.0.6",
  4449             "version": "v3.1.4",
  4228             "source": {
  4450             "source": {
  4229                 "type": "git",
  4451                 "type": "git",
  4230                 "url": "https://github.com/symfony/filesystem.git",
  4452                 "url": "https://github.com/symfony/filesystem.git",
  4231                 "reference": "74fec3511b62cb934b64bce1d96f06fffa4beafd"
  4453                 "reference": "bb29adceb552d202b6416ede373529338136e84f"
  4232             },
  4454             },
  4233             "dist": {
  4455             "dist": {
  4234                 "type": "zip",
  4456                 "type": "zip",
  4235                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/74fec3511b62cb934b64bce1d96f06fffa4beafd",
  4457                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/bb29adceb552d202b6416ede373529338136e84f",
  4236                 "reference": "74fec3511b62cb934b64bce1d96f06fffa4beafd",
  4458                 "reference": "bb29adceb552d202b6416ede373529338136e84f",
  4237                 "shasum": ""
  4459                 "shasum": ""
  4238             },
  4460             },
  4239             "require": {
  4461             "require": {
  4240                 "php": ">=5.5.9"
  4462                 "php": ">=5.5.9"
  4241             },
  4463             },
  4242             "type": "library",
  4464             "type": "library",
  4243             "extra": {
  4465             "extra": {
  4244                 "branch-alias": {
  4466                 "branch-alias": {
  4245                     "dev-master": "3.0-dev"
  4467                     "dev-master": "3.1-dev"
  4246                 }
  4468                 }
  4247             },
  4469             },
  4248             "autoload": {
  4470             "autoload": {
  4249                 "psr-4": {
  4471                 "psr-4": {
  4250                     "Symfony\\Component\\Filesystem\\": ""
  4472                     "Symfony\\Component\\Filesystem\\": ""
  4267                     "homepage": "https://symfony.com/contributors"
  4489                     "homepage": "https://symfony.com/contributors"
  4268                 }
  4490                 }
  4269             ],
  4491             ],
  4270             "description": "Symfony Filesystem Component",
  4492             "description": "Symfony Filesystem Component",
  4271             "homepage": "https://symfony.com",
  4493             "homepage": "https://symfony.com",
  4272             "time": "2016-04-12 18:09:53"
  4494             "time": "2016-07-20 05:44:26"
  4273         },
  4495         },
  4274         {
  4496         {
  4275             "name": "symfony/stopwatch",
  4497             "name": "symfony/stopwatch",
  4276             "version": "v3.0.6",
  4498             "version": "v3.1.4",
  4277             "source": {
  4499             "source": {
  4278                 "type": "git",
  4500                 "type": "git",
  4279                 "url": "https://github.com/symfony/stopwatch.git",
  4501                 "url": "https://github.com/symfony/stopwatch.git",
  4280                 "reference": "6015187088421e9499d8f8316bdb396f8b806c06"
  4502                 "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1"
  4281             },
  4503             },
  4282             "dist": {
  4504             "dist": {
  4283                 "type": "zip",
  4505                 "type": "zip",
  4284                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6015187088421e9499d8f8316bdb396f8b806c06",
  4506                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bb42806b12c5f89db4ebf64af6741afe6d8457e1",
  4285                 "reference": "6015187088421e9499d8f8316bdb396f8b806c06",
  4507                 "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1",
  4286                 "shasum": ""
  4508                 "shasum": ""
  4287             },
  4509             },
  4288             "require": {
  4510             "require": {
  4289                 "php": ">=5.5.9"
  4511                 "php": ">=5.5.9"
  4290             },
  4512             },
  4291             "type": "library",
  4513             "type": "library",
  4292             "extra": {
  4514             "extra": {
  4293                 "branch-alias": {
  4515                 "branch-alias": {
  4294                     "dev-master": "3.0-dev"
  4516                     "dev-master": "3.1-dev"
  4295                 }
  4517                 }
  4296             },
  4518             },
  4297             "autoload": {
  4519             "autoload": {
  4298                 "psr-4": {
  4520                 "psr-4": {
  4299                     "Symfony\\Component\\Stopwatch\\": ""
  4521                     "Symfony\\Component\\Stopwatch\\": ""
  4316                     "homepage": "https://symfony.com/contributors"
  4538                     "homepage": "https://symfony.com/contributors"
  4317                 }
  4539                 }
  4318             ],
  4540             ],
  4319             "description": "Symfony Stopwatch Component",
  4541             "description": "Symfony Stopwatch Component",
  4320             "homepage": "https://symfony.com",
  4542             "homepage": "https://symfony.com",
  4321             "time": "2016-03-04 07:55:57"
  4543             "time": "2016-06-29 05:41:56"
  4322         },
  4544         },
  4323         {
  4545         {
  4324             "name": "symfony/yaml",
  4546             "name": "symfony/yaml",
  4325             "version": "v3.0.6",
  4547             "version": "v3.1.4",
  4326             "source": {
  4548             "source": {
  4327                 "type": "git",
  4549                 "type": "git",
  4328                 "url": "https://github.com/symfony/yaml.git",
  4550                 "url": "https://github.com/symfony/yaml.git",
  4329                 "reference": "0047c8366744a16de7516622c5b7355336afae96"
  4551                 "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d"
  4330             },
  4552             },
  4331             "dist": {
  4553             "dist": {
  4332                 "type": "zip",
  4554                 "type": "zip",
  4333                 "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
  4555                 "url": "https://api.github.com/repos/symfony/yaml/zipball/f291ed25eb1435bddbe8a96caaef16469c2a092d",
  4334                 "reference": "0047c8366744a16de7516622c5b7355336afae96",
  4556                 "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d",
  4335                 "shasum": ""
  4557                 "shasum": ""
  4336             },
  4558             },
  4337             "require": {
  4559             "require": {
  4338                 "php": ">=5.5.9"
  4560                 "php": ">=5.5.9"
  4339             },
  4561             },
  4340             "type": "library",
  4562             "type": "library",
  4341             "extra": {
  4563             "extra": {
  4342                 "branch-alias": {
  4564                 "branch-alias": {
  4343                     "dev-master": "3.0-dev"
  4565                     "dev-master": "3.1-dev"
  4344                 }
  4566                 }
  4345             },
  4567             },
  4346             "autoload": {
  4568             "autoload": {
  4347                 "psr-4": {
  4569                 "psr-4": {
  4348                     "Symfony\\Component\\Yaml\\": ""
  4570                     "Symfony\\Component\\Yaml\\": ""
  4365                     "homepage": "https://symfony.com/contributors"
  4587                     "homepage": "https://symfony.com/contributors"
  4366                 }
  4588                 }
  4367             ],
  4589             ],
  4368             "description": "Symfony Yaml Component",
  4590             "description": "Symfony Yaml Component",
  4369             "homepage": "https://symfony.com",
  4591             "homepage": "https://symfony.com",
  4370             "time": "2016-03-04 07:55:57"
  4592             "time": "2016-09-02 02:12:52"
       
  4593         },
       
  4594         {
       
  4595             "name": "webmozart/assert",
       
  4596             "version": "1.1.0",
       
  4597             "source": {
       
  4598                 "type": "git",
       
  4599                 "url": "https://github.com/webmozart/assert.git",
       
  4600                 "reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
       
  4601             },
       
  4602             "dist": {
       
  4603                 "type": "zip",
       
  4604                 "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
       
  4605                 "reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
       
  4606                 "shasum": ""
       
  4607             },
       
  4608             "require": {
       
  4609                 "php": "^5.3.3|^7.0"
       
  4610             },
       
  4611             "require-dev": {
       
  4612                 "phpunit/phpunit": "^4.6",
       
  4613                 "sebastian/version": "^1.0.1"
       
  4614             },
       
  4615             "type": "library",
       
  4616             "extra": {
       
  4617                 "branch-alias": {
       
  4618                     "dev-master": "1.2-dev"
       
  4619                 }
       
  4620             },
       
  4621             "autoload": {
       
  4622                 "psr-4": {
       
  4623                     "Webmozart\\Assert\\": "src/"
       
  4624                 }
       
  4625             },
       
  4626             "notification-url": "https://packagist.org/downloads/",
       
  4627             "license": [
       
  4628                 "MIT"
       
  4629             ],
       
  4630             "authors": [
       
  4631                 {
       
  4632                     "name": "Bernhard Schussek",
       
  4633                     "email": "bschussek@gmail.com"
       
  4634                 }
       
  4635             ],
       
  4636             "description": "Assertions to validate method input/output with nice error messages.",
       
  4637             "keywords": [
       
  4638                 "assert",
       
  4639                 "check",
       
  4640                 "validate"
       
  4641             ],
       
  4642             "time": "2016-08-09 15:02:57"
  4371         }
  4643         }
  4372     ],
  4644     ],
  4373     "aliases": [
  4645     "aliases": [],
  4374         {
       
  4375             "alias": "0.2.2",
       
  4376             "alias_normalized": "0.2.2.0",
       
  4377             "version": "9999999-dev",
       
  4378             "package": "asm89/stack-cors"
       
  4379         }
       
  4380     ],
       
  4381     "minimum-stability": "dev",
  4646     "minimum-stability": "dev",
  4382     "stability-flags": {
  4647     "stability-flags": {
  4383         "easyrdf/easyrdf": 20,
  4648         "easyrdf/easyrdf": 20
  4384         "asm89/stack-cors": 20,
       
  4385         "mockery/mockery": 20
       
  4386     },
  4649     },
  4387     "prefer-stable": true,
  4650     "prefer-stable": true,
  4388     "prefer-lowest": false,
  4651     "prefer-lowest": false,
  4389     "platform": {
  4652     "platform": {
  4390         "php": ">=5.5.9"
  4653         "php": ">=5.6.4"
  4391     },
  4654     },
  4392     "platform-dev": []
  4655     "platform-dev": []
  4393 }
  4656 }