server/src/composer.lock
changeset 537 d2e6ee099125
parent 406 cf0f23803a53
equal deleted inserted replaced
536:b64c8c35c67d 537:d2e6ee099125
     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": "554fa49e9a9e82f8b48aead49cc49173",
     7     "content-hash": "8f85f6d65f144f686fb9ffd586a83eb5",
     8     "content-hash": "e9c464a2b6fcc93a4a3fdc6b09494ac9",
       
     9     "packages": [
     8     "packages": [
    10         {
     9         {
    11             "name": "asm89/stack-cors",
    10             "name": "asm89/stack-cors",
    12             "version": "1.0.0",
    11             "version": "1.1.0",
    13             "source": {
    12             "source": {
    14                 "type": "git",
    13                 "type": "git",
    15                 "url": "https://github.com/asm89/stack-cors.git",
    14                 "url": "https://github.com/asm89/stack-cors.git",
    16                 "reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc"
    15                 "reference": "65ccbd455370f043c2e3b93482a3813603d68731"
    17             },
    16             },
    18             "dist": {
    17             "dist": {
    19                 "type": "zip",
    18                 "type": "zip",
    20                 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/3ae8ef219bb4c9a6caf857421719aa07fa7776cc",
    19                 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/65ccbd455370f043c2e3b93482a3813603d68731",
    21                 "reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc",
    20                 "reference": "65ccbd455370f043c2e3b93482a3813603d68731",
    22                 "shasum": ""
    21                 "shasum": ""
    23             },
    22             },
    24             "require": {
    23             "require": {
    25                 "php": ">=5.3.2",
       
    26                 "symfony/http-foundation": "~2.1|~3.0",
       
    27                 "symfony/http-kernel": "~2.1|~3.0"
       
    28             },
       
    29             "type": "library",
       
    30             "autoload": {
       
    31                 "psr-0": {
       
    32                     "Asm89\\Stack": "src/"
       
    33                 }
       
    34             },
       
    35             "notification-url": "https://packagist.org/downloads/",
       
    36             "license": [
       
    37                 "MIT"
       
    38             ],
       
    39             "authors": [
       
    40                 {
       
    41                     "name": "Alexander",
       
    42                     "email": "iam.asm89@gmail.com"
       
    43                 }
       
    44             ],
       
    45             "description": "Cross-origin resource sharing library and stack middleware",
       
    46             "homepage": "https://github.com/asm89/stack-cors",
       
    47             "keywords": [
       
    48                 "cors",
       
    49                 "stack"
       
    50             ],
       
    51             "time": "2016-08-01 12:05:04"
       
    52         },
       
    53         {
       
    54             "name": "barryvdh/laravel-cors",
       
    55             "version": "v0.8.2",
       
    56             "source": {
       
    57                 "type": "git",
       
    58                 "url": "https://github.com/barryvdh/laravel-cors.git",
       
    59                 "reference": "bc7f40a71221b46d24971da7f0230ed4a75a18c6"
       
    60             },
       
    61             "dist": {
       
    62                 "type": "zip",
       
    63                 "url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/bc7f40a71221b46d24971da7f0230ed4a75a18c6",
       
    64                 "reference": "bc7f40a71221b46d24971da7f0230ed4a75a18c6",
       
    65                 "shasum": ""
       
    66             },
       
    67             "require": {
       
    68                 "illuminate/support": "5.1.x|5.2.x|5.3.x",
       
    69                 "php": ">=5.5.9",
    24                 "php": ">=5.5.9",
    70                 "symfony/http-foundation": "~2.7|~3.0",
    25                 "symfony/http-foundation": "~2.7|~3.0",
    71                 "symfony/http-kernel": "~2.7|~3.0"
    26                 "symfony/http-kernel": "~2.7|~3.0"
    72             },
    27             },
    73             "require-dev": {
    28             "require-dev": {
       
    29                 "phpunit/phpunit": "^5.0 || ^4.8.10",
       
    30                 "squizlabs/php_codesniffer": "^2.3"
       
    31             },
       
    32             "type": "library",
       
    33             "extra": {
       
    34                 "branch-alias": {
       
    35                     "dev-master": "1.1-dev"
       
    36                 }
       
    37             },
       
    38             "autoload": {
       
    39                 "psr-4": {
       
    40                     "Asm89\\Stack\\": "src/Asm89/Stack/"
       
    41                 }
       
    42             },
       
    43             "notification-url": "https://packagist.org/downloads/",
       
    44             "license": [
       
    45                 "MIT"
       
    46             ],
       
    47             "authors": [
       
    48                 {
       
    49                     "name": "Alexander",
       
    50                     "email": "iam.asm89@gmail.com"
       
    51                 }
       
    52             ],
       
    53             "description": "Cross-origin resource sharing library and stack middleware",
       
    54             "homepage": "https://github.com/asm89/stack-cors",
       
    55             "keywords": [
       
    56                 "cors",
       
    57                 "stack"
       
    58             ],
       
    59             "time": "2017-04-11T20:03:41+00:00"
       
    60         },
       
    61         {
       
    62             "name": "barryvdh/laravel-cors",
       
    63             "version": "v0.9.2",
       
    64             "source": {
       
    65                 "type": "git",
       
    66                 "url": "https://github.com/barryvdh/laravel-cors.git",
       
    67                 "reference": "0b758188dadda20f4a17f1f4fe03c22ea92ce8e4"
       
    68             },
       
    69             "dist": {
       
    70                 "type": "zip",
       
    71                 "url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/0b758188dadda20f4a17f1f4fe03c22ea92ce8e4",
       
    72                 "reference": "0b758188dadda20f4a17f1f4fe03c22ea92ce8e4",
       
    73                 "shasum": ""
       
    74             },
       
    75             "require": {
       
    76                 "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x",
       
    77                 "php": ">=5.5.9",
       
    78                 "symfony/http-foundation": "~2.7|~3.0",
       
    79                 "symfony/http-kernel": "~2.7|~3.0"
       
    80             },
       
    81             "require-dev": {
       
    82                 "orchestra/testbench": "3.x",
    74                 "phpunit/phpunit": "^4.8|^5.2"
    83                 "phpunit/phpunit": "^4.8|^5.2"
    75             },
    84             },
    76             "type": "library",
    85             "type": "library",
    77             "extra": {
    86             "extra": {
    78                 "branch-alias": {
    87                 "branch-alias": {
    79                     "dev-master": "0.8-dev"
    88                     "dev-master": "0.9-dev",
       
    89                     "dev-develop": "1.0-dev"
    80                 }
    90                 }
    81             },
    91             },
    82             "autoload": {
    92             "autoload": {
    83                 "psr-4": {
    93                 "psr-4": {
    84                     "Barryvdh\\Cors\\": "src/"
    94                     "Barryvdh\\Cors\\": "src/"
    85                 }
    95                 },
       
    96                 "classmap": [
       
    97                     "tests"
       
    98                 ]
    86             },
    99             },
    87             "notification-url": "https://packagist.org/downloads/",
   100             "notification-url": "https://packagist.org/downloads/",
    88             "license": [
   101             "license": [
    89                 "MIT"
   102                 "MIT"
    90             ],
   103             ],
    99                 "api",
   112                 "api",
   100                 "cors",
   113                 "cors",
   101                 "crossdomain",
   114                 "crossdomain",
   102                 "laravel"
   115                 "laravel"
   103             ],
   116             ],
   104             "time": "2016-08-11 08:46:01"
   117             "time": "2017-03-22T08:40:10+00:00"
   105         },
   118         },
   106         {
   119         {
   107             "name": "caseyamcl/phpoaipmh",
   120             "name": "caseyamcl/phpoaipmh",
   108             "version": "v2.5.1",
   121             "version": "v2.5.1",
   109             "source": {
   122             "source": {
   158             "keywords": [
   171             "keywords": [
   159                 "Harvester",
   172                 "Harvester",
   160                 "OAI",
   173                 "OAI",
   161                 "OAI-PMH"
   174                 "OAI-PMH"
   162             ],
   175             ],
   163             "time": "2016-09-18 00:44:25"
   176             "time": "2016-09-18T00:44:25+00:00"
   164         },
       
   165         {
       
   166             "name": "classpreloader/classpreloader",
       
   167             "version": "3.0.0",
       
   168             "source": {
       
   169                 "type": "git",
       
   170                 "url": "https://github.com/ClassPreloader/ClassPreloader.git",
       
   171                 "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
       
   172             },
       
   173             "dist": {
       
   174                 "type": "zip",
       
   175                 "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
       
   176                 "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
       
   177                 "shasum": ""
       
   178             },
       
   179             "require": {
       
   180                 "nikic/php-parser": "^1.0|^2.0",
       
   181                 "php": ">=5.5.9"
       
   182             },
       
   183             "require-dev": {
       
   184                 "phpunit/phpunit": "^4.8|^5.0"
       
   185             },
       
   186             "type": "library",
       
   187             "extra": {
       
   188                 "branch-alias": {
       
   189                     "dev-master": "3.0-dev"
       
   190                 }
       
   191             },
       
   192             "autoload": {
       
   193                 "psr-4": {
       
   194                     "ClassPreloader\\": "src/"
       
   195                 }
       
   196             },
       
   197             "notification-url": "https://packagist.org/downloads/",
       
   198             "license": [
       
   199                 "MIT"
       
   200             ],
       
   201             "authors": [
       
   202                 {
       
   203                     "name": "Michael Dowling",
       
   204                     "email": "mtdowling@gmail.com"
       
   205                 },
       
   206                 {
       
   207                     "name": "Graham Campbell",
       
   208                     "email": "graham@alt-three.com"
       
   209                 }
       
   210             ],
       
   211             "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
       
   212             "keywords": [
       
   213                 "autoload",
       
   214                 "class",
       
   215                 "preload"
       
   216             ],
       
   217             "time": "2015-11-09 22:51:51"
       
   218         },
       
   219         {
       
   220             "name": "dnoegel/php-xdg-base-dir",
       
   221             "version": "0.1",
       
   222             "source": {
       
   223                 "type": "git",
       
   224                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
       
   225                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
       
   226             },
       
   227             "dist": {
       
   228                 "type": "zip",
       
   229                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
       
   230                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
       
   231                 "shasum": ""
       
   232             },
       
   233             "require": {
       
   234                 "php": ">=5.3.2"
       
   235             },
       
   236             "require-dev": {
       
   237                 "phpunit/phpunit": "@stable"
       
   238             },
       
   239             "type": "project",
       
   240             "autoload": {
       
   241                 "psr-4": {
       
   242                     "XdgBaseDir\\": "src/"
       
   243                 }
       
   244             },
       
   245             "notification-url": "https://packagist.org/downloads/",
       
   246             "license": [
       
   247                 "MIT"
       
   248             ],
       
   249             "description": "implementation of xdg base directory specification for php",
       
   250             "time": "2014-10-24 07:27:01"
       
   251         },
   177         },
   252         {
   178         {
   253             "name": "doctrine/inflector",
   179             "name": "doctrine/inflector",
   254             "version": "v1.1.0",
   180             "version": "v1.1.0",
   255             "source": {
   181             "source": {
   312                 "inflection",
   238                 "inflection",
   313                 "pluralize",
   239                 "pluralize",
   314                 "singularize",
   240                 "singularize",
   315                 "string"
   241                 "string"
   316             ],
   242             ],
   317             "time": "2015-11-06 14:35:42"
   243             "time": "2015-11-06T14:35:42+00:00"
   318         },
   244         },
   319         {
   245         {
   320             "name": "easyrdf/easyrdf",
   246             "name": "easyrdf/easyrdf",
   321             "version": "dev-master",
   247             "version": "dev-master",
   322             "source": {
   248             "source": {
   379                 "Semantic Web",
   305                 "Semantic Web",
   380                 "Turtle",
   306                 "Turtle",
   381                 "rdfa",
   307                 "rdfa",
   382                 "sparql"
   308                 "sparql"
   383             ],
   309             ],
   384             "time": "2015-11-01 12:15:43"
   310             "time": "2015-11-01T12:15:43+00:00"
   385         },
   311         },
   386         {
   312         {
   387             "name": "elasticsearch/elasticsearch",
   313             "name": "elasticsearch/elasticsearch",
   388             "version": "v5.0.0",
   314             "version": "v5.2.0",
   389             "source": {
   315             "source": {
   390                 "type": "git",
   316                 "type": "git",
   391                 "url": "https://github.com/elastic/elasticsearch-php.git",
   317                 "url": "https://github.com/elastic/elasticsearch-php.git",
   392                 "reference": "30be1c0367c865eec5ca0a9c09ce293869da7665"
   318                 "reference": "dc57bbcd4be2c9061ebe5be59058ea8bdebc904e"
   393             },
   319             },
   394             "dist": {
   320             "dist": {
   395                 "type": "zip",
   321                 "type": "zip",
   396                 "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/30be1c0367c865eec5ca0a9c09ce293869da7665",
   322                 "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/dc57bbcd4be2c9061ebe5be59058ea8bdebc904e",
   397                 "reference": "30be1c0367c865eec5ca0a9c09ce293869da7665",
   323                 "reference": "dc57bbcd4be2c9061ebe5be59058ea8bdebc904e",
   398                 "shasum": ""
   324                 "shasum": ""
   399             },
   325             },
   400             "require": {
   326             "require": {
   401                 "guzzlehttp/ringphp": "~1.0",
   327                 "guzzlehttp/ringphp": "~1.0",
   402                 "php": "^5.6.6|^7.0",
   328                 "php": "^5.6|^7.0",
   403                 "psr/log": "~1.0"
   329                 "psr/log": "~1.0"
   404             },
   330             },
   405             "require-dev": {
   331             "require-dev": {
   406                 "cpliakas/git-wrapper": "~1.0",
   332                 "cpliakas/git-wrapper": "~1.0",
   407                 "doctrine/inflector": "^1.1",
   333                 "doctrine/inflector": "^1.1",
   434             "keywords": [
   360             "keywords": [
   435                 "client",
   361                 "client",
   436                 "elasticsearch",
   362                 "elasticsearch",
   437                 "search"
   363                 "search"
   438             ],
   364             ],
   439             "time": "2016-10-26 14:35:32"
   365             "time": "2017-04-12T20:40:50+00:00"
       
   366         },
       
   367         {
       
   368             "name": "erusev/parsedown",
       
   369             "version": "1.6.2",
       
   370             "source": {
       
   371                 "type": "git",
       
   372                 "url": "https://github.com/erusev/parsedown.git",
       
   373                 "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01"
       
   374             },
       
   375             "dist": {
       
   376                 "type": "zip",
       
   377                 "url": "https://api.github.com/repos/erusev/parsedown/zipball/1bf24f7334fe16c88bf9d467863309ceaf285b01",
       
   378                 "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01",
       
   379                 "shasum": ""
       
   380             },
       
   381             "require": {
       
   382                 "php": ">=5.3.0"
       
   383             },
       
   384             "type": "library",
       
   385             "autoload": {
       
   386                 "psr-0": {
       
   387                     "Parsedown": ""
       
   388                 }
       
   389             },
       
   390             "notification-url": "https://packagist.org/downloads/",
       
   391             "license": [
       
   392                 "MIT"
       
   393             ],
       
   394             "authors": [
       
   395                 {
       
   396                     "name": "Emanuil Rusev",
       
   397                     "email": "hello@erusev.com",
       
   398                     "homepage": "http://erusev.com"
       
   399                 }
       
   400             ],
       
   401             "description": "Parser for Markdown.",
       
   402             "homepage": "http://parsedown.org",
       
   403             "keywords": [
       
   404                 "markdown",
       
   405                 "parser"
       
   406             ],
       
   407             "time": "2017-03-29T16:04:15+00:00"
   440         },
   408         },
   441         {
   409         {
   442             "name": "guzzlehttp/guzzle",
   410             "name": "guzzlehttp/guzzle",
   443             "version": "6.2.2",
   411             "version": "6.2.3",
   444             "source": {
   412             "source": {
   445                 "type": "git",
   413                 "type": "git",
   446                 "url": "https://github.com/guzzle/guzzle.git",
   414                 "url": "https://github.com/guzzle/guzzle.git",
   447                 "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60"
   415                 "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
   448             },
   416             },
   449             "dist": {
   417             "dist": {
   450                 "type": "zip",
   418                 "type": "zip",
   451                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
   419                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
   452                 "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
   420                 "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
   453                 "shasum": ""
   421                 "shasum": ""
   454             },
   422             },
   455             "require": {
   423             "require": {
   456                 "guzzlehttp/promises": "^1.0",
   424                 "guzzlehttp/promises": "^1.0",
   457                 "guzzlehttp/psr7": "^1.3.1",
   425                 "guzzlehttp/psr7": "^1.4",
   458                 "php": ">=5.5"
   426                 "php": ">=5.5"
   459             },
   427             },
   460             "require-dev": {
   428             "require-dev": {
   461                 "ext-curl": "*",
   429                 "ext-curl": "*",
   462                 "phpunit/phpunit": "^4.0",
   430                 "phpunit/phpunit": "^4.0",
   496                 "http",
   464                 "http",
   497                 "http client",
   465                 "http client",
   498                 "rest",
   466                 "rest",
   499                 "web service"
   467                 "web service"
   500             ],
   468             ],
   501             "time": "2016-10-08 15:01:37"
   469             "time": "2017-02-28T22:50:30+00:00"
   502         },
   470         },
   503         {
   471         {
   504             "name": "guzzlehttp/promises",
   472             "name": "guzzlehttp/promises",
   505             "version": "1.2.0",
   473             "version": "v1.3.1",
   506             "source": {
   474             "source": {
   507                 "type": "git",
   475                 "type": "git",
   508                 "url": "https://github.com/guzzle/promises.git",
   476                 "url": "https://github.com/guzzle/promises.git",
   509                 "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
   477                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
   510             },
   478             },
   511             "dist": {
   479             "dist": {
   512                 "type": "zip",
   480                 "type": "zip",
   513                 "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
   481                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
   514                 "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
   482                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
   515                 "shasum": ""
   483                 "shasum": ""
   516             },
   484             },
   517             "require": {
   485             "require": {
   518                 "php": ">=5.5.0"
   486                 "php": ">=5.5.0"
   519             },
   487             },
   520             "require-dev": {
   488             "require-dev": {
   521                 "phpunit/phpunit": "~4.0"
   489                 "phpunit/phpunit": "^4.0"
   522             },
   490             },
   523             "type": "library",
   491             "type": "library",
   524             "extra": {
   492             "extra": {
   525                 "branch-alias": {
   493                 "branch-alias": {
   526                     "dev-master": "1.0-dev"
   494                     "dev-master": "1.4-dev"
   527                 }
   495                 }
   528             },
   496             },
   529             "autoload": {
   497             "autoload": {
   530                 "psr-4": {
   498                 "psr-4": {
   531                     "GuzzleHttp\\Promise\\": "src/"
   499                     "GuzzleHttp\\Promise\\": "src/"
   547             ],
   515             ],
   548             "description": "Guzzle promises library",
   516             "description": "Guzzle promises library",
   549             "keywords": [
   517             "keywords": [
   550                 "promise"
   518                 "promise"
   551             ],
   519             ],
   552             "time": "2016-05-18 16:56:05"
   520             "time": "2016-12-20T10:07:11+00:00"
   553         },
   521         },
   554         {
   522         {
   555             "name": "guzzlehttp/psr7",
   523             "name": "guzzlehttp/psr7",
   556             "version": "1.3.1",
   524             "version": "1.4.2",
   557             "source": {
   525             "source": {
   558                 "type": "git",
   526                 "type": "git",
   559                 "url": "https://github.com/guzzle/psr7.git",
   527                 "url": "https://github.com/guzzle/psr7.git",
   560                 "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
   528                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
   561             },
   529             },
   562             "dist": {
   530             "dist": {
   563                 "type": "zip",
   531                 "type": "zip",
   564                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
   532                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
   565                 "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
   533                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
   566                 "shasum": ""
   534                 "shasum": ""
   567             },
   535             },
   568             "require": {
   536             "require": {
   569                 "php": ">=5.4.0",
   537                 "php": ">=5.4.0",
   570                 "psr/http-message": "~1.0"
   538                 "psr/http-message": "~1.0"
   596             "authors": [
   564             "authors": [
   597                 {
   565                 {
   598                     "name": "Michael Dowling",
   566                     "name": "Michael Dowling",
   599                     "email": "mtdowling@gmail.com",
   567                     "email": "mtdowling@gmail.com",
   600                     "homepage": "https://github.com/mtdowling"
   568                     "homepage": "https://github.com/mtdowling"
   601                 }
   569                 },
   602             ],
   570                 {
   603             "description": "PSR-7 message implementation",
   571                     "name": "Tobias Schultze",
       
   572                     "homepage": "https://github.com/Tobion"
       
   573                 }
       
   574             ],
       
   575             "description": "PSR-7 message implementation that also provides common utility methods",
   604             "keywords": [
   576             "keywords": [
   605                 "http",
   577                 "http",
   606                 "message",
   578                 "message",
       
   579                 "request",
       
   580                 "response",
   607                 "stream",
   581                 "stream",
   608                 "uri"
   582                 "uri",
   609             ],
   583                 "url"
   610             "time": "2016-06-24 23:00:38"
   584             ],
       
   585             "time": "2017-03-20T17:10:46+00:00"
   611         },
   586         },
   612         {
   587         {
   613             "name": "guzzlehttp/ringphp",
   588             "name": "guzzlehttp/ringphp",
   614             "version": "1.1.0",
   589             "version": "1.1.0",
   615             "source": {
   590             "source": {
   656                     "email": "mtdowling@gmail.com",
   631                     "email": "mtdowling@gmail.com",
   657                     "homepage": "https://github.com/mtdowling"
   632                     "homepage": "https://github.com/mtdowling"
   658                 }
   633                 }
   659             ],
   634             ],
   660             "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
   635             "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
   661             "time": "2015-05-20 03:37:09"
   636             "time": "2015-05-20T03:37:09+00:00"
   662         },
   637         },
   663         {
   638         {
   664             "name": "guzzlehttp/streams",
   639             "name": "guzzlehttp/streams",
   665             "version": "3.0.0",
   640             "version": "3.0.0",
   666             "source": {
   641             "source": {
   706             "homepage": "http://guzzlephp.org/",
   681             "homepage": "http://guzzlephp.org/",
   707             "keywords": [
   682             "keywords": [
   708                 "Guzzle",
   683                 "Guzzle",
   709                 "stream"
   684                 "stream"
   710             ],
   685             ],
   711             "time": "2014-10-12 19:18:40"
   686             "time": "2014-10-12T19:18:40+00:00"
   712         },
       
   713         {
       
   714             "name": "jakub-onderka/php-console-color",
       
   715             "version": "0.1",
       
   716             "source": {
       
   717                 "type": "git",
       
   718                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
       
   719                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
       
   720             },
       
   721             "dist": {
       
   722                 "type": "zip",
       
   723                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
       
   724                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
       
   725                 "shasum": ""
       
   726             },
       
   727             "require": {
       
   728                 "php": ">=5.3.2"
       
   729             },
       
   730             "require-dev": {
       
   731                 "jakub-onderka/php-code-style": "1.0",
       
   732                 "jakub-onderka/php-parallel-lint": "0.*",
       
   733                 "jakub-onderka/php-var-dump-check": "0.*",
       
   734                 "phpunit/phpunit": "3.7.*",
       
   735                 "squizlabs/php_codesniffer": "1.*"
       
   736             },
       
   737             "type": "library",
       
   738             "autoload": {
       
   739                 "psr-0": {
       
   740                     "JakubOnderka\\PhpConsoleColor": "src/"
       
   741                 }
       
   742             },
       
   743             "notification-url": "https://packagist.org/downloads/",
       
   744             "license": [
       
   745                 "BSD-2-Clause"
       
   746             ],
       
   747             "authors": [
       
   748                 {
       
   749                     "name": "Jakub Onderka",
       
   750                     "email": "jakub.onderka@gmail.com",
       
   751                     "homepage": "http://www.acci.cz"
       
   752                 }
       
   753             ],
       
   754             "time": "2014-04-08 15:00:19"
       
   755         },
       
   756         {
       
   757             "name": "jakub-onderka/php-console-highlighter",
       
   758             "version": "v0.3.2",
       
   759             "source": {
       
   760                 "type": "git",
       
   761                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
       
   762                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
       
   763             },
       
   764             "dist": {
       
   765                 "type": "zip",
       
   766                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
       
   767                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
       
   768                 "shasum": ""
       
   769             },
       
   770             "require": {
       
   771                 "jakub-onderka/php-console-color": "~0.1",
       
   772                 "php": ">=5.3.0"
       
   773             },
       
   774             "require-dev": {
       
   775                 "jakub-onderka/php-code-style": "~1.0",
       
   776                 "jakub-onderka/php-parallel-lint": "~0.5",
       
   777                 "jakub-onderka/php-var-dump-check": "~0.1",
       
   778                 "phpunit/phpunit": "~4.0",
       
   779                 "squizlabs/php_codesniffer": "~1.5"
       
   780             },
       
   781             "type": "library",
       
   782             "autoload": {
       
   783                 "psr-0": {
       
   784                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
       
   785                 }
       
   786             },
       
   787             "notification-url": "https://packagist.org/downloads/",
       
   788             "license": [
       
   789                 "MIT"
       
   790             ],
       
   791             "authors": [
       
   792                 {
       
   793                     "name": "Jakub Onderka",
       
   794                     "email": "acci@acci.cz",
       
   795                     "homepage": "http://www.acci.cz/"
       
   796                 }
       
   797             ],
       
   798             "time": "2015-04-20 18:58:01"
       
   799         },
       
   800         {
       
   801             "name": "jeremeamia/SuperClosure",
       
   802             "version": "2.2.0",
       
   803             "source": {
       
   804                 "type": "git",
       
   805                 "url": "https://github.com/jeremeamia/super_closure.git",
       
   806                 "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
       
   807             },
       
   808             "dist": {
       
   809                 "type": "zip",
       
   810                 "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
       
   811                 "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
       
   812                 "shasum": ""
       
   813             },
       
   814             "require": {
       
   815                 "nikic/php-parser": "^1.2|^2.0",
       
   816                 "php": ">=5.4",
       
   817                 "symfony/polyfill-php56": "^1.0"
       
   818             },
       
   819             "require-dev": {
       
   820                 "phpunit/phpunit": "^4.0|^5.0"
       
   821             },
       
   822             "type": "library",
       
   823             "extra": {
       
   824                 "branch-alias": {
       
   825                     "dev-master": "2.2-dev"
       
   826                 }
       
   827             },
       
   828             "autoload": {
       
   829                 "psr-4": {
       
   830                     "SuperClosure\\": "src/"
       
   831                 }
       
   832             },
       
   833             "notification-url": "https://packagist.org/downloads/",
       
   834             "license": [
       
   835                 "MIT"
       
   836             ],
       
   837             "authors": [
       
   838                 {
       
   839                     "name": "Jeremy Lindblom",
       
   840                     "email": "jeremeamia@gmail.com",
       
   841                     "homepage": "https://github.com/jeremeamia",
       
   842                     "role": "Developer"
       
   843                 }
       
   844             ],
       
   845             "description": "Serialize Closure objects, including their context and binding",
       
   846             "homepage": "https://github.com/jeremeamia/super_closure",
       
   847             "keywords": [
       
   848                 "closure",
       
   849                 "function",
       
   850                 "lambda",
       
   851                 "parser",
       
   852                 "serializable",
       
   853                 "serialize",
       
   854                 "tokenizer"
       
   855             ],
       
   856             "time": "2015-12-05 17:17:57"
       
   857         },
   687         },
   858         {
   688         {
   859             "name": "laravel/framework",
   689             "name": "laravel/framework",
   860             "version": "v5.3.22",
   690             "version": "v5.4.25",
   861             "source": {
   691             "source": {
   862                 "type": "git",
   692                 "type": "git",
   863                 "url": "https://github.com/laravel/framework.git",
   693                 "url": "https://github.com/laravel/framework.git",
   864                 "reference": "715328dd4fb1a7bcf3cb41b3472f9e3499d068fc"
   694                 "reference": "6bcc9b1f542b3deed16d51f6aa1fe318ab407c2a"
   865             },
   695             },
   866             "dist": {
   696             "dist": {
   867                 "type": "zip",
   697                 "type": "zip",
   868                 "url": "https://api.github.com/repos/laravel/framework/zipball/715328dd4fb1a7bcf3cb41b3472f9e3499d068fc",
   698                 "url": "https://api.github.com/repos/laravel/framework/zipball/6bcc9b1f542b3deed16d51f6aa1fe318ab407c2a",
   869                 "reference": "715328dd4fb1a7bcf3cb41b3472f9e3499d068fc",
   699                 "reference": "6bcc9b1f542b3deed16d51f6aa1fe318ab407c2a",
   870                 "shasum": ""
   700                 "shasum": ""
   871             },
   701             },
   872             "require": {
   702             "require": {
   873                 "classpreloader/classpreloader": "~3.0",
       
   874                 "doctrine/inflector": "~1.0",
   703                 "doctrine/inflector": "~1.0",
       
   704                 "erusev/parsedown": "~1.6",
   875                 "ext-mbstring": "*",
   705                 "ext-mbstring": "*",
   876                 "ext-openssl": "*",
   706                 "ext-openssl": "*",
   877                 "jeremeamia/superclosure": "~2.2",
       
   878                 "league/flysystem": "~1.0",
   707                 "league/flysystem": "~1.0",
   879                 "monolog/monolog": "~1.11",
   708                 "monolog/monolog": "~1.11",
   880                 "mtdowling/cron-expression": "~1.0",
   709                 "mtdowling/cron-expression": "~1.0",
   881                 "nesbot/carbon": "~1.20",
   710                 "nesbot/carbon": "~1.20",
   882                 "paragonie/random_compat": "~1.4|~2.0",
   711                 "paragonie/random_compat": "~1.4|~2.0",
   883                 "php": ">=5.6.4",
   712                 "php": ">=5.6.4",
   884                 "psy/psysh": "0.7.*",
       
   885                 "ramsey/uuid": "~3.0",
   713                 "ramsey/uuid": "~3.0",
   886                 "swiftmailer/swiftmailer": "~5.1",
   714                 "swiftmailer/swiftmailer": "~5.4",
   887                 "symfony/console": "3.1.*",
   715                 "symfony/console": "~3.2",
   888                 "symfony/debug": "3.1.*",
   716                 "symfony/debug": "~3.2",
   889                 "symfony/finder": "3.1.*",
   717                 "symfony/finder": "~3.2",
   890                 "symfony/http-foundation": "3.1.*",
   718                 "symfony/http-foundation": "~3.2",
   891                 "symfony/http-kernel": "3.1.*",
   719                 "symfony/http-kernel": "~3.2",
   892                 "symfony/process": "3.1.*",
   720                 "symfony/process": "~3.2",
   893                 "symfony/routing": "3.1.*",
   721                 "symfony/routing": "~3.2",
   894                 "symfony/translation": "3.1.*",
   722                 "symfony/var-dumper": "~3.2",
   895                 "symfony/var-dumper": "3.1.*",
   723                 "tijsverkoyen/css-to-inline-styles": "~2.2",
   896                 "vlucas/phpdotenv": "~2.2"
   724                 "vlucas/phpdotenv": "~2.2"
   897             },
   725             },
   898             "replace": {
   726             "replace": {
   899                 "illuminate/auth": "self.version",
   727                 "illuminate/auth": "self.version",
   900                 "illuminate/broadcasting": "self.version",
   728                 "illuminate/broadcasting": "self.version",
   927                 "illuminate/view": "self.version",
   755                 "illuminate/view": "self.version",
   928                 "tightenco/collect": "self.version"
   756                 "tightenco/collect": "self.version"
   929             },
   757             },
   930             "require-dev": {
   758             "require-dev": {
   931                 "aws/aws-sdk-php": "~3.0",
   759                 "aws/aws-sdk-php": "~3.0",
       
   760                 "doctrine/dbal": "~2.5",
   932                 "mockery/mockery": "~0.9.4",
   761                 "mockery/mockery": "~0.9.4",
   933                 "pda/pheanstalk": "~3.0",
   762                 "pda/pheanstalk": "~3.0",
   934                 "phpunit/phpunit": "~5.4",
   763                 "phpunit/phpunit": "~5.7",
   935                 "predis/predis": "~1.0",
   764                 "predis/predis": "~1.0",
   936                 "symfony/css-selector": "3.1.*",
   765                 "symfony/css-selector": "~3.2",
   937                 "symfony/dom-crawler": "3.1.*"
   766                 "symfony/dom-crawler": "~3.2"
   938             },
   767             },
   939             "suggest": {
   768             "suggest": {
   940                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
   769                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
   941                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
   770                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
   942                 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
   771                 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
   943                 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
   772                 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
       
   773                 "laravel/tinker": "Required to use the tinker console command (~1.0).",
   944                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
   774                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
   945                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
   775                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
       
   776                 "nexmo/client": "Required to use the Nexmo transport (~1.0).",
   946                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
   777                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
   947                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
   778                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
   948                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
   779                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
   949                 "symfony/css-selector": "Required to use some of the crawler integration testing tools (3.1.*).",
   780                 "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
   950                 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (3.1.*).",
   781                 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
   951                 "symfony/psr-http-message-bridge": "Required to use psr7 bridging features (0.2.*)."
   782                 "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
   952             },
   783             },
   953             "type": "library",
   784             "type": "library",
   954             "extra": {
   785             "extra": {
   955                 "branch-alias": {
   786                 "branch-alias": {
   956                     "dev-master": "5.3-dev"
   787                     "dev-master": "5.4-dev"
   957                 }
   788                 }
   958             },
   789             },
   959             "autoload": {
   790             "autoload": {
   960                 "files": [
   791                 "files": [
   961                     "src/Illuminate/Foundation/helpers.php",
   792                     "src/Illuminate/Foundation/helpers.php",
   979             "homepage": "https://laravel.com",
   810             "homepage": "https://laravel.com",
   980             "keywords": [
   811             "keywords": [
   981                 "framework",
   812                 "framework",
   982                 "laravel"
   813                 "laravel"
   983             ],
   814             ],
   984             "time": "2016-11-01 18:52:00"
   815             "time": "2017-06-07T13:35:12+00:00"
   985         },
   816         },
   986         {
   817         {
   987             "name": "laravelcollective/html",
   818             "name": "laravelcollective/html",
   988             "version": "v5.3.0",
   819             "version": "v5.4.8",
   989             "source": {
   820             "source": {
   990                 "type": "git",
   821                 "type": "git",
   991                 "url": "https://github.com/LaravelCollective/html.git",
   822                 "url": "https://github.com/LaravelCollective/html.git",
   992                 "reference": "961ce141c16c6b085128f209496c26efd3e681ca"
   823                 "reference": "9b8f51e7a2368911c896f5d42757886bae0717b5"
   993             },
   824             },
   994             "dist": {
   825             "dist": {
   995                 "type": "zip",
   826                 "type": "zip",
   996                 "url": "https://api.github.com/repos/LaravelCollective/html/zipball/961ce141c16c6b085128f209496c26efd3e681ca",
   827                 "url": "https://api.github.com/repos/LaravelCollective/html/zipball/9b8f51e7a2368911c896f5d42757886bae0717b5",
   997                 "reference": "961ce141c16c6b085128f209496c26efd3e681ca",
   828                 "reference": "9b8f51e7a2368911c896f5d42757886bae0717b5",
   998                 "shasum": ""
   829                 "shasum": ""
   999             },
   830             },
  1000             "require": {
   831             "require": {
  1001                 "illuminate/http": "5.3.*",
   832                 "illuminate/http": "5.4.*",
  1002                 "illuminate/routing": "5.3.*",
   833                 "illuminate/routing": "5.4.*",
  1003                 "illuminate/session": "5.3.*",
   834                 "illuminate/session": "5.4.*",
  1004                 "illuminate/support": "5.3.*",
   835                 "illuminate/support": "5.4.*",
  1005                 "illuminate/view": "5.3.*",
   836                 "illuminate/view": "5.4.*",
  1006                 "php": ">=5.6.4"
   837                 "php": ">=5.6.4"
  1007             },
   838             },
  1008             "require-dev": {
   839             "require-dev": {
  1009                 "illuminate/database": "5.3.*",
   840                 "illuminate/database": "5.4.*",
  1010                 "mockery/mockery": "~0.9.4",
   841                 "mockery/mockery": "~0.9.4",
  1011                 "phpunit/phpunit": "~5.4"
   842                 "phpunit/phpunit": "~5.4"
  1012             },
   843             },
  1013             "type": "library",
   844             "type": "library",
  1014             "autoload": {
   845             "autoload": {
  1033                     "email": "adam@laravelcollective.com"
   864                     "email": "adam@laravelcollective.com"
  1034                 }
   865                 }
  1035             ],
   866             ],
  1036             "description": "HTML and Form Builders for the Laravel Framework",
   867             "description": "HTML and Form Builders for the Laravel Framework",
  1037             "homepage": "http://laravelcollective.com",
   868             "homepage": "http://laravelcollective.com",
  1038             "time": "2016-08-27 23:52:43"
   869             "time": "2017-05-22T06:35:07+00:00"
  1039         },
   870         },
  1040         {
   871         {
  1041             "name": "league/flysystem",
   872             "name": "league/flysystem",
  1042             "version": "1.0.32",
   873             "version": "1.0.40",
  1043             "source": {
   874             "source": {
  1044                 "type": "git",
   875                 "type": "git",
  1045                 "url": "https://github.com/thephpleague/flysystem.git",
   876                 "url": "https://github.com/thephpleague/flysystem.git",
  1046                 "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab"
   877                 "reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61"
  1047             },
   878             },
  1048             "dist": {
   879             "dist": {
  1049                 "type": "zip",
   880                 "type": "zip",
  1050                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1b5c4a0031697f46e779a9d1b309c2e1b24daeab",
   881                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3828f0b24e2c1918bb362d57a53205d6dc8fde61",
  1051                 "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab",
   882                 "reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61",
  1052                 "shasum": ""
   883                 "shasum": ""
  1053             },
   884             },
  1054             "require": {
   885             "require": {
  1055                 "php": ">=5.5.9"
   886                 "php": ">=5.5.9"
  1056             },
   887             },
  1068                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
   899                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1069                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
   900                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1070                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
   901                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1071                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
   902                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1072                 "league/flysystem-copy": "Allows you to use Copy.com storage",
   903                 "league/flysystem-copy": "Allows you to use Copy.com storage",
  1073                 "league/flysystem-dropbox": "Allows you to use Dropbox storage",
       
  1074                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
   904                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1075                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
   905                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1076                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
   906                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1077                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
   907                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1078                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
   908                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
       
   909                 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage"
  1079             },
   910             },
  1080             "type": "library",
   911             "type": "library",
  1081             "extra": {
   912             "extra": {
  1082                 "branch-alias": {
   913                 "branch-alias": {
  1083                     "dev-master": "1.1-dev"
   914                     "dev-master": "1.1-dev"
  1116                 "remote",
   947                 "remote",
  1117                 "s3",
   948                 "s3",
  1118                 "sftp",
   949                 "sftp",
  1119                 "storage"
   950                 "storage"
  1120             ],
   951             ],
  1121             "time": "2016-10-19 20:38:46"
   952             "time": "2017-04-28T10:15:08+00:00"
  1122         },
   953         },
  1123         {
   954         {
  1124             "name": "ml/iri",
   955             "name": "ml/iri",
  1125             "version": "1.1.4",
   956             "version": "1.1.4",
  1126             "target-dir": "ML/IRI",
   957             "target-dir": "ML/IRI",
  1163                 "URN",
   994                 "URN",
  1164                 "iri",
   995                 "iri",
  1165                 "uri",
   996                 "uri",
  1166                 "url"
   997                 "url"
  1167             ],
   998             ],
  1168             "time": "2014-01-21 13:43:39"
   999             "time": "2014-01-21T13:43:39+00:00"
  1169         },
  1000         },
  1170         {
  1001         {
  1171             "name": "ml/json-ld",
  1002             "name": "ml/json-ld",
  1172             "version": "1.0.7",
  1003             "version": "1.0.7",
  1173             "target-dir": "ML/JsonLD",
  1004             "target-dir": "ML/JsonLD",
  1212             "homepage": "http://www.markus-lanthaler.com",
  1043             "homepage": "http://www.markus-lanthaler.com",
  1213             "keywords": [
  1044             "keywords": [
  1214                 "JSON-LD",
  1045                 "JSON-LD",
  1215                 "jsonld"
  1046                 "jsonld"
  1216             ],
  1047             ],
  1217             "time": "2016-10-10 08:57:56"
  1048             "time": "2016-10-10T08:57:56+00:00"
  1218         },
  1049         },
  1219         {
  1050         {
  1220             "name": "monolog/monolog",
  1051             "name": "monolog/monolog",
  1221             "version": "1.21.0",
  1052             "version": "1.22.1",
  1222             "source": {
  1053             "source": {
  1223                 "type": "git",
  1054                 "type": "git",
  1224                 "url": "https://github.com/Seldaek/monolog.git",
  1055                 "url": "https://github.com/Seldaek/monolog.git",
  1225                 "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
  1056                 "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
  1226             },
  1057             },
  1227             "dist": {
  1058             "dist": {
  1228                 "type": "zip",
  1059                 "type": "zip",
  1229                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
  1060                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
  1230                 "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
  1061                 "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
  1231                 "shasum": ""
  1062                 "shasum": ""
  1232             },
  1063             },
  1233             "require": {
  1064             "require": {
  1234                 "php": ">=5.3.0",
  1065                 "php": ">=5.3.0",
  1235                 "psr/log": "~1.0"
  1066                 "psr/log": "~1.0"
  1236             },
  1067             },
  1237             "provide": {
  1068             "provide": {
  1238                 "psr/log-implementation": "1.0.0"
  1069                 "psr/log-implementation": "1.0.0"
  1239             },
  1070             },
  1240             "require-dev": {
  1071             "require-dev": {
  1241                 "aws/aws-sdk-php": "^2.4.9",
  1072                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1242                 "doctrine/couchdb": "~1.0@dev",
  1073                 "doctrine/couchdb": "~1.0@dev",
  1243                 "graylog2/gelf-php": "~1.0",
  1074                 "graylog2/gelf-php": "~1.0",
  1244                 "jakub-onderka/php-parallel-lint": "0.9",
  1075                 "jakub-onderka/php-parallel-lint": "0.9",
  1245                 "php-amqplib/php-amqplib": "~2.4",
  1076                 "php-amqplib/php-amqplib": "~2.4",
  1246                 "php-console/php-console": "^3.1.3",
  1077                 "php-console/php-console": "^3.1.3",
  1290             "keywords": [
  1121             "keywords": [
  1291                 "log",
  1122                 "log",
  1292                 "logging",
  1123                 "logging",
  1293                 "psr-3"
  1124                 "psr-3"
  1294             ],
  1125             ],
  1295             "time": "2016-07-29 03:23:52"
  1126             "time": "2017-03-13T07:08:03+00:00"
  1296         },
  1127         },
  1297         {
  1128         {
  1298             "name": "mtdowling/cron-expression",
  1129             "name": "mtdowling/cron-expression",
  1299             "version": "v1.1.0",
  1130             "version": "v1.2.0",
  1300             "source": {
  1131             "source": {
  1301                 "type": "git",
  1132                 "type": "git",
  1302                 "url": "https://github.com/mtdowling/cron-expression.git",
  1133                 "url": "https://github.com/mtdowling/cron-expression.git",
  1303                 "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
  1134                 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
  1304             },
  1135             },
  1305             "dist": {
  1136             "dist": {
  1306                 "type": "zip",
  1137                 "type": "zip",
  1307                 "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
  1138                 "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
  1308                 "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
  1139                 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
  1309                 "shasum": ""
  1140                 "shasum": ""
  1310             },
  1141             },
  1311             "require": {
  1142             "require": {
  1312                 "php": ">=5.3.2"
  1143                 "php": ">=5.3.2"
  1313             },
  1144             },
  1314             "require-dev": {
  1145             "require-dev": {
  1315                 "phpunit/phpunit": "~4.0|~5.0"
  1146                 "phpunit/phpunit": "~4.0|~5.0"
  1316             },
  1147             },
  1317             "type": "library",
  1148             "type": "library",
  1318             "autoload": {
  1149             "autoload": {
  1319                 "psr-0": {
  1150                 "psr-4": {
  1320                     "Cron": "src/"
  1151                     "Cron\\": "src/Cron/"
  1321                 }
  1152                 }
  1322             },
  1153             },
  1323             "notification-url": "https://packagist.org/downloads/",
  1154             "notification-url": "https://packagist.org/downloads/",
  1324             "license": [
  1155             "license": [
  1325                 "MIT"
  1156                 "MIT"
  1334             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1165             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1335             "keywords": [
  1166             "keywords": [
  1336                 "cron",
  1167                 "cron",
  1337                 "schedule"
  1168                 "schedule"
  1338             ],
  1169             ],
  1339             "time": "2016-01-26 21:23:30"
  1170             "time": "2017-01-23T04:29:33+00:00"
  1340         },
  1171         },
  1341         {
  1172         {
  1342             "name": "nesbot/carbon",
  1173             "name": "nesbot/carbon",
  1343             "version": "1.21.0",
  1174             "version": "1.22.1",
  1344             "source": {
  1175             "source": {
  1345                 "type": "git",
  1176                 "type": "git",
  1346                 "url": "https://github.com/briannesbitt/Carbon.git",
  1177                 "url": "https://github.com/briannesbitt/Carbon.git",
  1347                 "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
  1178                 "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
  1348             },
  1179             },
  1349             "dist": {
  1180             "dist": {
  1350                 "type": "zip",
  1181                 "type": "zip",
  1351                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
  1182                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  1352                 "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
  1183                 "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  1353                 "shasum": ""
  1184                 "shasum": ""
  1354             },
  1185             },
  1355             "require": {
  1186             "require": {
  1356                 "php": ">=5.3.0",
  1187                 "php": ">=5.3.0",
  1357                 "symfony/translation": "~2.6|~3.0"
  1188                 "symfony/translation": "~2.6 || ~3.0"
  1358             },
  1189             },
  1359             "require-dev": {
  1190             "require-dev": {
  1360                 "phpunit/phpunit": "~4.0|~5.0"
  1191                 "friendsofphp/php-cs-fixer": "~2",
  1361             },
  1192                 "phpunit/phpunit": "~4.0 || ~5.0"
  1362             "type": "library",
  1193             },
       
  1194             "type": "library",
       
  1195             "extra": {
       
  1196                 "branch-alias": {
       
  1197                     "dev-master": "1.23-dev"
       
  1198                 }
       
  1199             },
  1363             "autoload": {
  1200             "autoload": {
  1364                 "psr-4": {
  1201                 "psr-4": {
  1365                     "Carbon\\": "src/Carbon/"
  1202                     "Carbon\\": "src/Carbon/"
  1366                 }
  1203                 }
  1367             },
  1204             },
  1381             "keywords": [
  1218             "keywords": [
  1382                 "date",
  1219                 "date",
  1383                 "datetime",
  1220                 "datetime",
  1384                 "time"
  1221                 "time"
  1385             ],
  1222             ],
  1386             "time": "2015-11-04 20:07:17"
  1223             "time": "2017-01-16T07:55:07+00:00"
  1387         },
       
  1388         {
       
  1389             "name": "nikic/php-parser",
       
  1390             "version": "v2.1.1",
       
  1391             "source": {
       
  1392                 "type": "git",
       
  1393                 "url": "https://github.com/nikic/PHP-Parser.git",
       
  1394                 "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
       
  1395             },
       
  1396             "dist": {
       
  1397                 "type": "zip",
       
  1398                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
       
  1399                 "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
       
  1400                 "shasum": ""
       
  1401             },
       
  1402             "require": {
       
  1403                 "ext-tokenizer": "*",
       
  1404                 "php": ">=5.4"
       
  1405             },
       
  1406             "require-dev": {
       
  1407                 "phpunit/phpunit": "~4.0"
       
  1408             },
       
  1409             "bin": [
       
  1410                 "bin/php-parse"
       
  1411             ],
       
  1412             "type": "library",
       
  1413             "extra": {
       
  1414                 "branch-alias": {
       
  1415                     "dev-master": "2.1-dev"
       
  1416                 }
       
  1417             },
       
  1418             "autoload": {
       
  1419                 "psr-4": {
       
  1420                     "PhpParser\\": "lib/PhpParser"
       
  1421                 }
       
  1422             },
       
  1423             "notification-url": "https://packagist.org/downloads/",
       
  1424             "license": [
       
  1425                 "BSD-3-Clause"
       
  1426             ],
       
  1427             "authors": [
       
  1428                 {
       
  1429                     "name": "Nikita Popov"
       
  1430                 }
       
  1431             ],
       
  1432             "description": "A PHP parser written in PHP",
       
  1433             "keywords": [
       
  1434                 "parser",
       
  1435                 "php"
       
  1436             ],
       
  1437             "time": "2016-09-16 12:04:44"
       
  1438         },
  1224         },
  1439         {
  1225         {
  1440             "name": "paragonie/random_compat",
  1226             "name": "paragonie/random_compat",
  1441             "version": "v2.0.4",
  1227             "version": "v2.0.10",
  1442             "source": {
  1228             "source": {
  1443                 "type": "git",
  1229                 "type": "git",
  1444                 "url": "https://github.com/paragonie/random_compat.git",
  1230                 "url": "https://github.com/paragonie/random_compat.git",
  1445                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
  1231                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
  1446             },
  1232             },
  1447             "dist": {
  1233             "dist": {
  1448                 "type": "zip",
  1234                 "type": "zip",
  1449                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
  1235                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
  1450                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
  1236                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
  1451                 "shasum": ""
  1237                 "shasum": ""
  1452             },
  1238             },
  1453             "require": {
  1239             "require": {
  1454                 "php": ">=5.2.0"
  1240                 "php": ">=5.2.0"
  1455             },
  1241             },
  1480             "keywords": [
  1266             "keywords": [
  1481                 "csprng",
  1267                 "csprng",
  1482                 "pseudorandom",
  1268                 "pseudorandom",
  1483                 "random"
  1269                 "random"
  1484             ],
  1270             ],
  1485             "time": "2016-11-07 23:38:38"
  1271             "time": "2017-03-13T16:27:32+00:00"
  1486         },
  1272         },
  1487         {
  1273         {
  1488             "name": "phpseclib/phpseclib",
  1274             "name": "phpseclib/phpseclib",
  1489             "version": "2.0.4",
  1275             "version": "2.0.6",
  1490             "source": {
  1276             "source": {
  1491                 "type": "git",
  1277                 "type": "git",
  1492                 "url": "https://github.com/phpseclib/phpseclib.git",
  1278                 "url": "https://github.com/phpseclib/phpseclib.git",
  1493                 "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf"
  1279                 "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa"
  1494             },
  1280             },
  1495             "dist": {
  1281             "dist": {
  1496                 "type": "zip",
  1282                 "type": "zip",
  1497                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
  1283                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34a7699e6f31b1ef4035ee36444407cecf9f56aa",
  1498                 "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
  1284                 "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa",
  1499                 "shasum": ""
  1285                 "shasum": ""
  1500             },
  1286             },
  1501             "require": {
  1287             "require": {
  1502                 "php": ">=5.3.3"
  1288                 "php": ">=5.3.3"
  1503             },
  1289             },
  1572                 "twofish",
  1358                 "twofish",
  1573                 "x.509",
  1359                 "x.509",
  1574                 "x509"
  1360                 "x509"
  1575             ],
  1361             ],
  1576             "support": {
  1362             "support": {
  1577                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.4",
  1363                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.6",
  1578                 "issues": "https://github.com/phpseclib/phpseclib/issues"
  1364                 "issues": "https://github.com/phpseclib/phpseclib/issues"
  1579             },
  1365             },
  1580             "time": "2016-10-04 00:57:04"
  1366             "time": "2017-06-05T06:31:10+00:00"
  1581         },
  1367         },
  1582         {
  1368         {
  1583             "name": "psr/http-message",
  1369             "name": "psr/http-message",
  1584             "version": "1.0.1",
  1370             "version": "1.0.1",
  1585             "source": {
  1371             "source": {
  1625                 "psr",
  1411                 "psr",
  1626                 "psr-7",
  1412                 "psr-7",
  1627                 "request",
  1413                 "request",
  1628                 "response"
  1414                 "response"
  1629             ],
  1415             ],
  1630             "time": "2016-08-06 14:39:51"
  1416             "time": "2016-08-06T14:39:51+00:00"
  1631         },
  1417         },
  1632         {
  1418         {
  1633             "name": "psr/log",
  1419             "name": "psr/log",
  1634             "version": "1.0.2",
  1420             "version": "1.0.2",
  1635             "source": {
  1421             "source": {
  1672             "keywords": [
  1458             "keywords": [
  1673                 "log",
  1459                 "log",
  1674                 "psr",
  1460                 "psr",
  1675                 "psr-3"
  1461                 "psr-3"
  1676             ],
  1462             ],
  1677             "time": "2016-10-10 12:19:37"
  1463             "time": "2016-10-10T12:19:37+00:00"
  1678         },
       
  1679         {
       
  1680             "name": "psy/psysh",
       
  1681             "version": "v0.7.2",
       
  1682             "source": {
       
  1683                 "type": "git",
       
  1684                 "url": "https://github.com/bobthecow/psysh.git",
       
  1685                 "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
       
  1686             },
       
  1687             "dist": {
       
  1688                 "type": "zip",
       
  1689                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
       
  1690                 "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
       
  1691                 "shasum": ""
       
  1692             },
       
  1693             "require": {
       
  1694                 "dnoegel/php-xdg-base-dir": "0.1",
       
  1695                 "jakub-onderka/php-console-highlighter": "0.3.*",
       
  1696                 "nikic/php-parser": "^1.2.1|~2.0",
       
  1697                 "php": ">=5.3.9",
       
  1698                 "symfony/console": "~2.3.10|^2.4.2|~3.0",
       
  1699                 "symfony/var-dumper": "~2.7|~3.0"
       
  1700             },
       
  1701             "require-dev": {
       
  1702                 "fabpot/php-cs-fixer": "~1.5",
       
  1703                 "phpunit/phpunit": "~3.7|~4.0|~5.0",
       
  1704                 "squizlabs/php_codesniffer": "~2.0",
       
  1705                 "symfony/finder": "~2.1|~3.0"
       
  1706             },
       
  1707             "suggest": {
       
  1708                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
       
  1709                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
       
  1710                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
       
  1711                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
       
  1712             },
       
  1713             "bin": [
       
  1714                 "bin/psysh"
       
  1715             ],
       
  1716             "type": "library",
       
  1717             "extra": {
       
  1718                 "branch-alias": {
       
  1719                     "dev-develop": "0.8.x-dev"
       
  1720                 }
       
  1721             },
       
  1722             "autoload": {
       
  1723                 "files": [
       
  1724                     "src/Psy/functions.php"
       
  1725                 ],
       
  1726                 "psr-4": {
       
  1727                     "Psy\\": "src/Psy/"
       
  1728                 }
       
  1729             },
       
  1730             "notification-url": "https://packagist.org/downloads/",
       
  1731             "license": [
       
  1732                 "MIT"
       
  1733             ],
       
  1734             "authors": [
       
  1735                 {
       
  1736                     "name": "Justin Hileman",
       
  1737                     "email": "justin@justinhileman.info",
       
  1738                     "homepage": "http://justinhileman.com"
       
  1739                 }
       
  1740             ],
       
  1741             "description": "An interactive shell for modern PHP.",
       
  1742             "homepage": "http://psysh.org",
       
  1743             "keywords": [
       
  1744                 "REPL",
       
  1745                 "console",
       
  1746                 "interactive",
       
  1747                 "shell"
       
  1748             ],
       
  1749             "time": "2016-03-09 05:03:14"
       
  1750         },
  1464         },
  1751         {
  1465         {
  1752             "name": "ramsey/uuid",
  1466             "name": "ramsey/uuid",
  1753             "version": "3.5.1",
  1467             "version": "3.6.1",
  1754             "source": {
  1468             "source": {
  1755                 "type": "git",
  1469                 "type": "git",
  1756                 "url": "https://github.com/ramsey/uuid.git",
  1470                 "url": "https://github.com/ramsey/uuid.git",
  1757                 "reference": "a07797b986671b0dc823885a81d5e3516b931599"
  1471                 "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"
  1758             },
  1472             },
  1759             "dist": {
  1473             "dist": {
  1760                 "type": "zip",
  1474                 "type": "zip",
  1761                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/a07797b986671b0dc823885a81d5e3516b931599",
  1475                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
  1762                 "reference": "a07797b986671b0dc823885a81d5e3516b931599",
  1476                 "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
  1763                 "shasum": ""
  1477                 "shasum": ""
  1764             },
  1478             },
  1765             "require": {
  1479             "require": {
  1766                 "paragonie/random_compat": "^1.0|^2.0",
  1480                 "paragonie/random_compat": "^1.0|^2.0",
  1767                 "php": ">=5.4"
  1481                 "php": "^5.4 || ^7.0"
  1768             },
  1482             },
  1769             "replace": {
  1483             "replace": {
  1770                 "rhumsaa/uuid": "self.version"
  1484                 "rhumsaa/uuid": "self.version"
  1771             },
  1485             },
  1772             "require-dev": {
  1486             "require-dev": {
  1773                 "apigen/apigen": "^4.1",
  1487                 "apigen/apigen": "^4.1",
  1774                 "codeception/aspect-mock": "1.0.0",
  1488                 "codeception/aspect-mock": "^1.0 | ^2.0",
  1775                 "goaop/framework": "1.0.0-alpha.2",
  1489                 "doctrine/annotations": "~1.2.0",
       
  1490                 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
  1776                 "ircmaxell/random-lib": "^1.1",
  1491                 "ircmaxell/random-lib": "^1.1",
  1777                 "jakub-onderka/php-parallel-lint": "^0.9.0",
  1492                 "jakub-onderka/php-parallel-lint": "^0.9.0",
  1778                 "mockery/mockery": "^0.9.4",
  1493                 "mockery/mockery": "^0.9.4",
  1779                 "moontoast/math": "^1.1",
  1494                 "moontoast/math": "^1.1",
       
  1495                 "php-mock/php-mock-phpunit": "^0.3|^1.1",
  1780                 "phpunit/phpunit": "^4.7|>=5.0 <5.4",
  1496                 "phpunit/phpunit": "^4.7|>=5.0 <5.4",
  1781                 "satooshi/php-coveralls": "^0.6.1",
  1497                 "satooshi/php-coveralls": "^0.6.1",
  1782                 "squizlabs/php_codesniffer": "^2.3"
  1498                 "squizlabs/php_codesniffer": "^2.3"
  1783             },
  1499             },
  1784             "suggest": {
  1500             "suggest": {
  1824             "keywords": [
  1540             "keywords": [
  1825                 "guid",
  1541                 "guid",
  1826                 "identifier",
  1542                 "identifier",
  1827                 "uuid"
  1543                 "uuid"
  1828             ],
  1544             ],
  1829             "time": "2016-10-02 15:51:17"
  1545             "time": "2017-03-26T20:37:53+00:00"
  1830         },
  1546         },
  1831         {
  1547         {
  1832             "name": "react/promise",
  1548             "name": "react/promise",
  1833             "version": "v2.4.1",
  1549             "version": "v2.5.1",
  1834             "source": {
  1550             "source": {
  1835                 "type": "git",
  1551                 "type": "git",
  1836                 "url": "https://github.com/reactphp/promise.git",
  1552                 "url": "https://github.com/reactphp/promise.git",
  1837                 "reference": "8025426794f1944de806618671d4fa476dc7626f"
  1553                 "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
  1838             },
  1554             },
  1839             "dist": {
  1555             "dist": {
  1840                 "type": "zip",
  1556                 "type": "zip",
  1841                 "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
  1557                 "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
  1842                 "reference": "8025426794f1944de806618671d4fa476dc7626f",
  1558                 "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
  1843                 "shasum": ""
  1559                 "shasum": ""
  1844             },
  1560             },
  1845             "require": {
  1561             "require": {
  1846                 "php": ">=5.4.0"
  1562                 "php": ">=5.4.0"
  1847             },
  1563             },
  1848             "type": "library",
  1564             "require-dev": {
  1849             "extra": {
  1565                 "phpunit/phpunit": "~4.8"
  1850                 "branch-alias": {
  1566             },
  1851                     "dev-master": "2.0-dev"
  1567             "type": "library",
  1852                 }
       
  1853             },
       
  1854             "autoload": {
  1568             "autoload": {
  1855                 "psr-4": {
  1569                 "psr-4": {
  1856                     "React\\Promise\\": "src/"
  1570                     "React\\Promise\\": "src/"
  1857                 },
  1571                 },
  1858                 "files": [
  1572                 "files": [
  1868                     "name": "Jan Sorgalla",
  1582                     "name": "Jan Sorgalla",
  1869                     "email": "jsorgalla@gmail.com"
  1583                     "email": "jsorgalla@gmail.com"
  1870                 }
  1584                 }
  1871             ],
  1585             ],
  1872             "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  1586             "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  1873             "time": "2016-05-03 17:50:52"
  1587             "keywords": [
       
  1588                 "promise",
       
  1589                 "promises"
       
  1590             ],
       
  1591             "time": "2017-03-25T12:08:31+00:00"
  1874         },
  1592         },
  1875         {
  1593         {
  1876             "name": "shift31/laravel-elasticsearch",
  1594             "name": "shift31/laravel-elasticsearch",
  1877             "version": "dev-master",
  1595             "version": "dev-master",
  1878             "source": {
  1596             "source": {
  1911             ],
  1629             ],
  1912             "description": "A Laravel Service Provider for the Elasticsearch API client",
  1630             "description": "A Laravel Service Provider for the Elasticsearch API client",
  1913             "support": {
  1631             "support": {
  1914                 "source": "https://github.com/IRI-Research/laravel-elasticsearch/tree/master"
  1632                 "source": "https://github.com/IRI-Research/laravel-elasticsearch/tree/master"
  1915             },
  1633             },
  1916             "time": "2016-11-08 22:22:17"
  1634             "time": "2016-11-08T22:22:17+00:00"
  1917         },
  1635         },
  1918         {
  1636         {
  1919             "name": "swiftmailer/swiftmailer",
  1637             "name": "swiftmailer/swiftmailer",
  1920             "version": "v5.4.3",
  1638             "version": "v5.4.8",
  1921             "source": {
  1639             "source": {
  1922                 "type": "git",
  1640                 "type": "git",
  1923                 "url": "https://github.com/swiftmailer/swiftmailer.git",
  1641                 "url": "https://github.com/swiftmailer/swiftmailer.git",
  1924                 "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
  1642                 "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
  1925             },
  1643             },
  1926             "dist": {
  1644             "dist": {
  1927                 "type": "zip",
  1645                 "type": "zip",
  1928                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
  1646                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
  1929                 "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
  1647                 "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
  1930                 "shasum": ""
  1648                 "shasum": ""
  1931             },
  1649             },
  1932             "require": {
  1650             "require": {
  1933                 "php": ">=5.3.3"
  1651                 "php": ">=5.3.3"
  1934             },
  1652             },
  1935             "require-dev": {
  1653             "require-dev": {
  1936                 "mockery/mockery": "~0.9.1"
  1654                 "mockery/mockery": "~0.9.1",
       
  1655                 "symfony/phpunit-bridge": "~3.2"
  1937             },
  1656             },
  1938             "type": "library",
  1657             "type": "library",
  1939             "extra": {
  1658             "extra": {
  1940                 "branch-alias": {
  1659                 "branch-alias": {
  1941                     "dev-master": "5.4-dev"
  1660                     "dev-master": "5.4-dev"
  1964             "keywords": [
  1683             "keywords": [
  1965                 "email",
  1684                 "email",
  1966                 "mail",
  1685                 "mail",
  1967                 "mailer"
  1686                 "mailer"
  1968             ],
  1687             ],
  1969             "time": "2016-07-08 11:51:25"
  1688             "time": "2017-05-01T15:54:03+00:00"
  1970         },
  1689         },
  1971         {
  1690         {
  1972             "name": "symfony/console",
  1691             "name": "symfony/console",
  1973             "version": "v3.1.6",
  1692             "version": "v3.3.2",
  1974             "source": {
  1693             "source": {
  1975                 "type": "git",
  1694                 "type": "git",
  1976                 "url": "https://github.com/symfony/console.git",
  1695                 "url": "https://github.com/symfony/console.git",
  1977                 "reference": "c99da1119ae61e15de0e4829196b9fba6f73d065"
  1696                 "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e"
  1978             },
  1697             },
  1979             "dist": {
  1698             "dist": {
  1980                 "type": "zip",
  1699                 "type": "zip",
  1981                 "url": "https://api.github.com/repos/symfony/console/zipball/c99da1119ae61e15de0e4829196b9fba6f73d065",
  1700                 "url": "https://api.github.com/repos/symfony/console/zipball/70d2a29b2911cbdc91a7e268046c395278238b2e",
  1982                 "reference": "c99da1119ae61e15de0e4829196b9fba6f73d065",
  1701                 "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e",
  1983                 "shasum": ""
  1702                 "shasum": ""
  1984             },
  1703             },
  1985             "require": {
  1704             "require": {
  1986                 "php": ">=5.5.9",
  1705                 "php": ">=5.5.9",
  1987                 "symfony/debug": "~2.8|~3.0",
  1706                 "symfony/debug": "~2.8|~3.0",
  1988                 "symfony/polyfill-mbstring": "~1.0"
  1707                 "symfony/polyfill-mbstring": "~1.0"
  1989             },
  1708             },
       
  1709             "conflict": {
       
  1710                 "symfony/dependency-injection": "<3.3"
       
  1711             },
  1990             "require-dev": {
  1712             "require-dev": {
  1991                 "psr/log": "~1.0",
  1713                 "psr/log": "~1.0",
       
  1714                 "symfony/config": "~3.3",
       
  1715                 "symfony/dependency-injection": "~3.3",
  1992                 "symfony/event-dispatcher": "~2.8|~3.0",
  1716                 "symfony/event-dispatcher": "~2.8|~3.0",
       
  1717                 "symfony/filesystem": "~2.8|~3.0",
       
  1718                 "symfony/http-kernel": "~2.8|~3.0",
  1993                 "symfony/process": "~2.8|~3.0"
  1719                 "symfony/process": "~2.8|~3.0"
  1994             },
  1720             },
  1995             "suggest": {
  1721             "suggest": {
  1996                 "psr/log": "For using the console logger",
  1722                 "psr/log": "For using the console logger",
  1997                 "symfony/event-dispatcher": "",
  1723                 "symfony/event-dispatcher": "",
       
  1724                 "symfony/filesystem": "",
  1998                 "symfony/process": ""
  1725                 "symfony/process": ""
  1999             },
  1726             },
  2000             "type": "library",
  1727             "type": "library",
  2001             "extra": {
  1728             "extra": {
  2002                 "branch-alias": {
  1729                 "branch-alias": {
  2003                     "dev-master": "3.1-dev"
  1730                     "dev-master": "3.3-dev"
  2004                 }
  1731                 }
  2005             },
  1732             },
  2006             "autoload": {
  1733             "autoload": {
  2007                 "psr-4": {
  1734                 "psr-4": {
  2008                     "Symfony\\Component\\Console\\": ""
  1735                     "Symfony\\Component\\Console\\": ""
  2025                     "homepage": "https://symfony.com/contributors"
  1752                     "homepage": "https://symfony.com/contributors"
  2026                 }
  1753                 }
  2027             ],
  1754             ],
  2028             "description": "Symfony Console Component",
  1755             "description": "Symfony Console Component",
  2029             "homepage": "https://symfony.com",
  1756             "homepage": "https://symfony.com",
  2030             "time": "2016-10-06 01:44:51"
  1757             "time": "2017-06-02T19:24:58+00:00"
  2031         },
  1758         },
  2032         {
  1759         {
  2033             "name": "symfony/debug",
  1760             "name": "symfony/css-selector",
  2034             "version": "v3.1.6",
  1761             "version": "v3.3.2",
  2035             "source": {
  1762             "source": {
  2036                 "type": "git",
  1763                 "type": "git",
  2037                 "url": "https://github.com/symfony/debug.git",
  1764                 "url": "https://github.com/symfony/css-selector.git",
  2038                 "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8"
  1765                 "reference": "4d882dced7b995d5274293039370148e291808f2"
  2039             },
  1766             },
  2040             "dist": {
  1767             "dist": {
  2041                 "type": "zip",
  1768                 "type": "zip",
  2042                 "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
  1769                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2",
  2043                 "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
  1770                 "reference": "4d882dced7b995d5274293039370148e291808f2",
  2044                 "shasum": ""
  1771                 "shasum": ""
  2045             },
  1772             },
  2046             "require": {
  1773             "require": {
  2047                 "php": ">=5.5.9",
  1774                 "php": ">=5.5.9"
  2048                 "psr/log": "~1.0"
  1775             },
  2049             },
  1776             "type": "library",
  2050             "conflict": {
  1777             "extra": {
  2051                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  1778                 "branch-alias": {
  2052             },
  1779                     "dev-master": "3.3-dev"
  2053             "require-dev": {
  1780                 }
  2054                 "symfony/class-loader": "~2.8|~3.0",
  1781             },
  2055                 "symfony/http-kernel": "~2.8|~3.0"
  1782             "autoload": {
  2056             },
  1783                 "psr-4": {
  2057             "type": "library",
  1784                     "Symfony\\Component\\CssSelector\\": ""
  2058             "extra": {
       
  2059                 "branch-alias": {
       
  2060                     "dev-master": "3.1-dev"
       
  2061                 }
       
  2062             },
       
  2063             "autoload": {
       
  2064                 "psr-4": {
       
  2065                     "Symfony\\Component\\Debug\\": ""
       
  2066                 },
  1785                 },
  2067                 "exclude-from-classmap": [
  1786                 "exclude-from-classmap": [
  2068                     "/Tests/"
  1787                     "/Tests/"
  2069                 ]
  1788                 ]
  2070             },
  1789             },
  2072             "license": [
  1791             "license": [
  2073                 "MIT"
  1792                 "MIT"
  2074             ],
  1793             ],
  2075             "authors": [
  1794             "authors": [
  2076                 {
  1795                 {
       
  1796                     "name": "Jean-François Simon",
       
  1797                     "email": "jeanfrancois.simon@sensiolabs.com"
       
  1798                 },
       
  1799                 {
  2077                     "name": "Fabien Potencier",
  1800                     "name": "Fabien Potencier",
  2078                     "email": "fabien@symfony.com"
  1801                     "email": "fabien@symfony.com"
  2079                 },
  1802                 },
  2080                 {
  1803                 {
  2081                     "name": "Symfony Community",
  1804                     "name": "Symfony Community",
  2082                     "homepage": "https://symfony.com/contributors"
  1805                     "homepage": "https://symfony.com/contributors"
  2083                 }
  1806                 }
  2084             ],
  1807             ],
       
  1808             "description": "Symfony CssSelector Component",
       
  1809             "homepage": "https://symfony.com",
       
  1810             "time": "2017-05-01T15:01:29+00:00"
       
  1811         },
       
  1812         {
       
  1813             "name": "symfony/debug",
       
  1814             "version": "v3.3.2",
       
  1815             "source": {
       
  1816                 "type": "git",
       
  1817                 "url": "https://github.com/symfony/debug.git",
       
  1818                 "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d"
       
  1819             },
       
  1820             "dist": {
       
  1821                 "type": "zip",
       
  1822                 "url": "https://api.github.com/repos/symfony/debug/zipball/e9c50482841ef696e8fa1470d950a79c8921f45d",
       
  1823                 "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d",
       
  1824                 "shasum": ""
       
  1825             },
       
  1826             "require": {
       
  1827                 "php": ">=5.5.9",
       
  1828                 "psr/log": "~1.0"
       
  1829             },
       
  1830             "conflict": {
       
  1831                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
       
  1832             },
       
  1833             "require-dev": {
       
  1834                 "symfony/http-kernel": "~2.8|~3.0"
       
  1835             },
       
  1836             "type": "library",
       
  1837             "extra": {
       
  1838                 "branch-alias": {
       
  1839                     "dev-master": "3.3-dev"
       
  1840                 }
       
  1841             },
       
  1842             "autoload": {
       
  1843                 "psr-4": {
       
  1844                     "Symfony\\Component\\Debug\\": ""
       
  1845                 },
       
  1846                 "exclude-from-classmap": [
       
  1847                     "/Tests/"
       
  1848                 ]
       
  1849             },
       
  1850             "notification-url": "https://packagist.org/downloads/",
       
  1851             "license": [
       
  1852                 "MIT"
       
  1853             ],
       
  1854             "authors": [
       
  1855                 {
       
  1856                     "name": "Fabien Potencier",
       
  1857                     "email": "fabien@symfony.com"
       
  1858                 },
       
  1859                 {
       
  1860                     "name": "Symfony Community",
       
  1861                     "homepage": "https://symfony.com/contributors"
       
  1862                 }
       
  1863             ],
  2085             "description": "Symfony Debug Component",
  1864             "description": "Symfony Debug Component",
  2086             "homepage": "https://symfony.com",
  1865             "homepage": "https://symfony.com",
  2087             "time": "2016-09-06 11:02:40"
  1866             "time": "2017-06-01T21:01:25+00:00"
  2088         },
  1867         },
  2089         {
  1868         {
  2090             "name": "symfony/event-dispatcher",
  1869             "name": "symfony/event-dispatcher",
  2091             "version": "v3.1.6",
  1870             "version": "v3.3.2",
  2092             "source": {
  1871             "source": {
  2093                 "type": "git",
  1872                 "type": "git",
  2094                 "url": "https://github.com/symfony/event-dispatcher.git",
  1873                 "url": "https://github.com/symfony/event-dispatcher.git",
  2095                 "reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc"
  1874                 "reference": "4054a102470665451108f9b59305c79176ef98f0"
  2096             },
  1875             },
  2097             "dist": {
  1876             "dist": {
  2098                 "type": "zip",
  1877                 "type": "zip",
  2099                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/28b0832b2553ffb80cabef6a7a812ff1e670c0bc",
  1878                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4054a102470665451108f9b59305c79176ef98f0",
  2100                 "reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc",
  1879                 "reference": "4054a102470665451108f9b59305c79176ef98f0",
  2101                 "shasum": ""
  1880                 "shasum": ""
  2102             },
  1881             },
  2103             "require": {
  1882             "require": {
  2104                 "php": ">=5.5.9"
  1883                 "php": ">=5.5.9"
       
  1884             },
       
  1885             "conflict": {
       
  1886                 "symfony/dependency-injection": "<3.3"
  2105             },
  1887             },
  2106             "require-dev": {
  1888             "require-dev": {
  2107                 "psr/log": "~1.0",
  1889                 "psr/log": "~1.0",
  2108                 "symfony/config": "~2.8|~3.0",
  1890                 "symfony/config": "~2.8|~3.0",
  2109                 "symfony/dependency-injection": "~2.8|~3.0",
  1891                 "symfony/dependency-injection": "~3.3",
  2110                 "symfony/expression-language": "~2.8|~3.0",
  1892                 "symfony/expression-language": "~2.8|~3.0",
  2111                 "symfony/stopwatch": "~2.8|~3.0"
  1893                 "symfony/stopwatch": "~2.8|~3.0"
  2112             },
  1894             },
  2113             "suggest": {
  1895             "suggest": {
  2114                 "symfony/dependency-injection": "",
  1896                 "symfony/dependency-injection": "",
  2115                 "symfony/http-kernel": ""
  1897                 "symfony/http-kernel": ""
  2116             },
  1898             },
  2117             "type": "library",
  1899             "type": "library",
  2118             "extra": {
  1900             "extra": {
  2119                 "branch-alias": {
  1901                 "branch-alias": {
  2120                     "dev-master": "3.1-dev"
  1902                     "dev-master": "3.3-dev"
  2121                 }
  1903                 }
  2122             },
  1904             },
  2123             "autoload": {
  1905             "autoload": {
  2124                 "psr-4": {
  1906                 "psr-4": {
  2125                     "Symfony\\Component\\EventDispatcher\\": ""
  1907                     "Symfony\\Component\\EventDispatcher\\": ""
  2142                     "homepage": "https://symfony.com/contributors"
  1924                     "homepage": "https://symfony.com/contributors"
  2143                 }
  1925                 }
  2144             ],
  1926             ],
  2145             "description": "Symfony EventDispatcher Component",
  1927             "description": "Symfony EventDispatcher Component",
  2146             "homepage": "https://symfony.com",
  1928             "homepage": "https://symfony.com",
  2147             "time": "2016-10-13 06:28:43"
  1929             "time": "2017-06-04T18:15:29+00:00"
  2148         },
  1930         },
  2149         {
  1931         {
  2150             "name": "symfony/finder",
  1932             "name": "symfony/finder",
  2151             "version": "v3.1.6",
  1933             "version": "v3.3.2",
  2152             "source": {
  1934             "source": {
  2153                 "type": "git",
  1935                 "type": "git",
  2154                 "url": "https://github.com/symfony/finder.git",
  1936                 "url": "https://github.com/symfony/finder.git",
  2155                 "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f"
  1937                 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
  2156             },
  1938             },
  2157             "dist": {
  1939             "dist": {
  2158                 "type": "zip",
  1940                 "type": "zip",
  2159                 "url": "https://api.github.com/repos/symfony/finder/zipball/205b5ffbb518a98ba2ae60a52656c4a31ab00c6f",
  1941                 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
  2160                 "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f",
  1942                 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
  2161                 "shasum": ""
  1943                 "shasum": ""
  2162             },
  1944             },
  2163             "require": {
  1945             "require": {
  2164                 "php": ">=5.5.9"
  1946                 "php": ">=5.5.9"
  2165             },
  1947             },
  2166             "type": "library",
  1948             "type": "library",
  2167             "extra": {
  1949             "extra": {
  2168                 "branch-alias": {
  1950                 "branch-alias": {
  2169                     "dev-master": "3.1-dev"
  1951                     "dev-master": "3.3-dev"
  2170                 }
  1952                 }
  2171             },
  1953             },
  2172             "autoload": {
  1954             "autoload": {
  2173                 "psr-4": {
  1955                 "psr-4": {
  2174                     "Symfony\\Component\\Finder\\": ""
  1956                     "Symfony\\Component\\Finder\\": ""
  2191                     "homepage": "https://symfony.com/contributors"
  1973                     "homepage": "https://symfony.com/contributors"
  2192                 }
  1974                 }
  2193             ],
  1975             ],
  2194             "description": "Symfony Finder Component",
  1976             "description": "Symfony Finder Component",
  2195             "homepage": "https://symfony.com",
  1977             "homepage": "https://symfony.com",
  2196             "time": "2016-09-28 00:11:12"
  1978             "time": "2017-06-01T21:01:25+00:00"
  2197         },
  1979         },
  2198         {
  1980         {
  2199             "name": "symfony/http-foundation",
  1981             "name": "symfony/http-foundation",
  2200             "version": "v3.1.6",
  1982             "version": "v3.3.2",
  2201             "source": {
  1983             "source": {
  2202                 "type": "git",
  1984                 "type": "git",
  2203                 "url": "https://github.com/symfony/http-foundation.git",
  1985                 "url": "https://github.com/symfony/http-foundation.git",
  2204                 "reference": "f21e5a8b88274b7720779aa88f9c02c6d6ec08d7"
  1986                 "reference": "80eb5a1f968448b77da9e8b2c0827f6e8d767846"
  2205             },
  1987             },
  2206             "dist": {
  1988             "dist": {
  2207                 "type": "zip",
  1989                 "type": "zip",
  2208                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f21e5a8b88274b7720779aa88f9c02c6d6ec08d7",
  1990                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/80eb5a1f968448b77da9e8b2c0827f6e8d767846",
  2209                 "reference": "f21e5a8b88274b7720779aa88f9c02c6d6ec08d7",
  1991                 "reference": "80eb5a1f968448b77da9e8b2c0827f6e8d767846",
  2210                 "shasum": ""
  1992                 "shasum": ""
  2211             },
  1993             },
  2212             "require": {
  1994             "require": {
  2213                 "php": ">=5.5.9",
  1995                 "php": ">=5.5.9",
  2214                 "symfony/polyfill-mbstring": "~1.1"
  1996                 "symfony/polyfill-mbstring": "~1.1"
  2217                 "symfony/expression-language": "~2.8|~3.0"
  1999                 "symfony/expression-language": "~2.8|~3.0"
  2218             },
  2000             },
  2219             "type": "library",
  2001             "type": "library",
  2220             "extra": {
  2002             "extra": {
  2221                 "branch-alias": {
  2003                 "branch-alias": {
  2222                     "dev-master": "3.1-dev"
  2004                     "dev-master": "3.3-dev"
  2223                 }
  2005                 }
  2224             },
  2006             },
  2225             "autoload": {
  2007             "autoload": {
  2226                 "psr-4": {
  2008                 "psr-4": {
  2227                     "Symfony\\Component\\HttpFoundation\\": ""
  2009                     "Symfony\\Component\\HttpFoundation\\": ""
  2244                     "homepage": "https://symfony.com/contributors"
  2026                     "homepage": "https://symfony.com/contributors"
  2245                 }
  2027                 }
  2246             ],
  2028             ],
  2247             "description": "Symfony HttpFoundation Component",
  2029             "description": "Symfony HttpFoundation Component",
  2248             "homepage": "https://symfony.com",
  2030             "homepage": "https://symfony.com",
  2249             "time": "2016-10-24 15:52:44"
  2031             "time": "2017-06-05T13:06:51+00:00"
  2250         },
  2032         },
  2251         {
  2033         {
  2252             "name": "symfony/http-kernel",
  2034             "name": "symfony/http-kernel",
  2253             "version": "v3.1.6",
  2035             "version": "v3.3.2",
  2254             "source": {
  2036             "source": {
  2255                 "type": "git",
  2037                 "type": "git",
  2256                 "url": "https://github.com/symfony/http-kernel.git",
  2038                 "url": "https://github.com/symfony/http-kernel.git",
  2257                 "reference": "c235f1b13ba67012e283996a5427f22e2e04be14"
  2039                 "reference": "be8280f7fa8e95b86514f1e1be997668a53b2888"
  2258             },
  2040             },
  2259             "dist": {
  2041             "dist": {
  2260                 "type": "zip",
  2042                 "type": "zip",
  2261                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c235f1b13ba67012e283996a5427f22e2e04be14",
  2043                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/be8280f7fa8e95b86514f1e1be997668a53b2888",
  2262                 "reference": "c235f1b13ba67012e283996a5427f22e2e04be14",
  2044                 "reference": "be8280f7fa8e95b86514f1e1be997668a53b2888",
  2263                 "shasum": ""
  2045                 "shasum": ""
  2264             },
  2046             },
  2265             "require": {
  2047             "require": {
  2266                 "php": ">=5.5.9",
  2048                 "php": ">=5.5.9",
  2267                 "psr/log": "~1.0",
  2049                 "psr/log": "~1.0",
  2268                 "symfony/debug": "~2.8|~3.0",
  2050                 "symfony/debug": "~2.8|~3.0",
  2269                 "symfony/event-dispatcher": "~2.8|~3.0",
  2051                 "symfony/event-dispatcher": "~2.8|~3.0",
  2270                 "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"
  2052                 "symfony/http-foundation": "~3.3"
  2271             },
  2053             },
  2272             "conflict": {
  2054             "conflict": {
  2273                 "symfony/config": "<2.8"
  2055                 "symfony/config": "<2.8",
  2274             },
  2056                 "symfony/dependency-injection": "<3.3",
  2275             "require-dev": {
  2057                 "symfony/var-dumper": "<3.3",
       
  2058                 "twig/twig": "<1.34|<2.4,>=2"
       
  2059             },
       
  2060             "require-dev": {
       
  2061                 "psr/cache": "~1.0",
  2276                 "symfony/browser-kit": "~2.8|~3.0",
  2062                 "symfony/browser-kit": "~2.8|~3.0",
  2277                 "symfony/class-loader": "~2.8|~3.0",
  2063                 "symfony/class-loader": "~2.8|~3.0",
  2278                 "symfony/config": "~2.8|~3.0",
  2064                 "symfony/config": "~2.8|~3.0",
  2279                 "symfony/console": "~2.8|~3.0",
  2065                 "symfony/console": "~2.8|~3.0",
  2280                 "symfony/css-selector": "~2.8|~3.0",
  2066                 "symfony/css-selector": "~2.8|~3.0",
  2281                 "symfony/dependency-injection": "~2.8|~3.0",
  2067                 "symfony/dependency-injection": "~3.3",
  2282                 "symfony/dom-crawler": "~2.8|~3.0",
  2068                 "symfony/dom-crawler": "~2.8|~3.0",
  2283                 "symfony/expression-language": "~2.8|~3.0",
  2069                 "symfony/expression-language": "~2.8|~3.0",
  2284                 "symfony/finder": "~2.8|~3.0",
  2070                 "symfony/finder": "~2.8|~3.0",
  2285                 "symfony/process": "~2.8|~3.0",
  2071                 "symfony/process": "~2.8|~3.0",
  2286                 "symfony/routing": "~2.8|~3.0",
  2072                 "symfony/routing": "~2.8|~3.0",
  2287                 "symfony/stopwatch": "~2.8|~3.0",
  2073                 "symfony/stopwatch": "~2.8|~3.0",
  2288                 "symfony/templating": "~2.8|~3.0",
  2074                 "symfony/templating": "~2.8|~3.0",
  2289                 "symfony/translation": "~2.8|~3.0",
  2075                 "symfony/translation": "~2.8|~3.0",
  2290                 "symfony/var-dumper": "~2.8|~3.0"
  2076                 "symfony/var-dumper": "~3.3"
  2291             },
  2077             },
  2292             "suggest": {
  2078             "suggest": {
  2293                 "symfony/browser-kit": "",
  2079                 "symfony/browser-kit": "",
  2294                 "symfony/class-loader": "",
  2080                 "symfony/class-loader": "",
  2295                 "symfony/config": "",
  2081                 "symfony/config": "",
  2299                 "symfony/var-dumper": ""
  2085                 "symfony/var-dumper": ""
  2300             },
  2086             },
  2301             "type": "library",
  2087             "type": "library",
  2302             "extra": {
  2088             "extra": {
  2303                 "branch-alias": {
  2089                 "branch-alias": {
  2304                     "dev-master": "3.1-dev"
  2090                     "dev-master": "3.3-dev"
  2305                 }
  2091                 }
  2306             },
  2092             },
  2307             "autoload": {
  2093             "autoload": {
  2308                 "psr-4": {
  2094                 "psr-4": {
  2309                     "Symfony\\Component\\HttpKernel\\": ""
  2095                     "Symfony\\Component\\HttpKernel\\": ""
  2326                     "homepage": "https://symfony.com/contributors"
  2112                     "homepage": "https://symfony.com/contributors"
  2327                 }
  2113                 }
  2328             ],
  2114             ],
  2329             "description": "Symfony HttpKernel Component",
  2115             "description": "Symfony HttpKernel Component",
  2330             "homepage": "https://symfony.com",
  2116             "homepage": "https://symfony.com",
  2331             "time": "2016-10-27 02:38:31"
  2117             "time": "2017-06-06T03:59:58+00:00"
  2332         },
  2118         },
  2333         {
  2119         {
  2334             "name": "symfony/polyfill-mbstring",
  2120             "name": "symfony/polyfill-mbstring",
  2335             "version": "v1.2.0",
  2121             "version": "v1.4.0",
  2336             "source": {
  2122             "source": {
  2337                 "type": "git",
  2123                 "type": "git",
  2338                 "url": "https://github.com/symfony/polyfill-mbstring.git",
  2124                 "url": "https://github.com/symfony/polyfill-mbstring.git",
  2339                 "reference": "dff51f72b0706335131b00a7f49606168c582594"
  2125                 "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
  2340             },
  2126             },
  2341             "dist": {
  2127             "dist": {
  2342                 "type": "zip",
  2128                 "type": "zip",
  2343                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
  2129                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
  2344                 "reference": "dff51f72b0706335131b00a7f49606168c582594",
  2130                 "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
  2345                 "shasum": ""
  2131                 "shasum": ""
  2346             },
  2132             },
  2347             "require": {
  2133             "require": {
  2348                 "php": ">=5.3.3"
  2134                 "php": ">=5.3.3"
  2349             },
  2135             },
  2351                 "ext-mbstring": "For best performance"
  2137                 "ext-mbstring": "For best performance"
  2352             },
  2138             },
  2353             "type": "library",
  2139             "type": "library",
  2354             "extra": {
  2140             "extra": {
  2355                 "branch-alias": {
  2141                 "branch-alias": {
  2356                     "dev-master": "1.2-dev"
  2142                     "dev-master": "1.4-dev"
  2357                 }
  2143                 }
  2358             },
  2144             },
  2359             "autoload": {
  2145             "autoload": {
  2360                 "psr-4": {
  2146                 "psr-4": {
  2361                     "Symfony\\Polyfill\\Mbstring\\": ""
  2147                     "Symfony\\Polyfill\\Mbstring\\": ""
  2385                 "mbstring",
  2171                 "mbstring",
  2386                 "polyfill",
  2172                 "polyfill",
  2387                 "portable",
  2173                 "portable",
  2388                 "shim"
  2174                 "shim"
  2389             ],
  2175             ],
  2390             "time": "2016-05-18 14:26:46"
  2176             "time": "2017-06-09T14:24:12+00:00"
  2391         },
       
  2392         {
       
  2393             "name": "symfony/polyfill-php56",
       
  2394             "version": "v1.2.0",
       
  2395             "source": {
       
  2396                 "type": "git",
       
  2397                 "url": "https://github.com/symfony/polyfill-php56.git",
       
  2398                 "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
       
  2399             },
       
  2400             "dist": {
       
  2401                 "type": "zip",
       
  2402                 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
       
  2403                 "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
       
  2404                 "shasum": ""
       
  2405             },
       
  2406             "require": {
       
  2407                 "php": ">=5.3.3",
       
  2408                 "symfony/polyfill-util": "~1.0"
       
  2409             },
       
  2410             "type": "library",
       
  2411             "extra": {
       
  2412                 "branch-alias": {
       
  2413                     "dev-master": "1.2-dev"
       
  2414                 }
       
  2415             },
       
  2416             "autoload": {
       
  2417                 "psr-4": {
       
  2418                     "Symfony\\Polyfill\\Php56\\": ""
       
  2419                 },
       
  2420                 "files": [
       
  2421                     "bootstrap.php"
       
  2422                 ]
       
  2423             },
       
  2424             "notification-url": "https://packagist.org/downloads/",
       
  2425             "license": [
       
  2426                 "MIT"
       
  2427             ],
       
  2428             "authors": [
       
  2429                 {
       
  2430                     "name": "Nicolas Grekas",
       
  2431                     "email": "p@tchwork.com"
       
  2432                 },
       
  2433                 {
       
  2434                     "name": "Symfony Community",
       
  2435                     "homepage": "https://symfony.com/contributors"
       
  2436                 }
       
  2437             ],
       
  2438             "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
       
  2439             "homepage": "https://symfony.com",
       
  2440             "keywords": [
       
  2441                 "compatibility",
       
  2442                 "polyfill",
       
  2443                 "portable",
       
  2444                 "shim"
       
  2445             ],
       
  2446             "time": "2016-05-18 14:26:46"
       
  2447         },
       
  2448         {
       
  2449             "name": "symfony/polyfill-util",
       
  2450             "version": "v1.2.0",
       
  2451             "source": {
       
  2452                 "type": "git",
       
  2453                 "url": "https://github.com/symfony/polyfill-util.git",
       
  2454                 "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
       
  2455             },
       
  2456             "dist": {
       
  2457                 "type": "zip",
       
  2458                 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
       
  2459                 "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
       
  2460                 "shasum": ""
       
  2461             },
       
  2462             "require": {
       
  2463                 "php": ">=5.3.3"
       
  2464             },
       
  2465             "type": "library",
       
  2466             "extra": {
       
  2467                 "branch-alias": {
       
  2468                     "dev-master": "1.2-dev"
       
  2469                 }
       
  2470             },
       
  2471             "autoload": {
       
  2472                 "psr-4": {
       
  2473                     "Symfony\\Polyfill\\Util\\": ""
       
  2474                 }
       
  2475             },
       
  2476             "notification-url": "https://packagist.org/downloads/",
       
  2477             "license": [
       
  2478                 "MIT"
       
  2479             ],
       
  2480             "authors": [
       
  2481                 {
       
  2482                     "name": "Nicolas Grekas",
       
  2483                     "email": "p@tchwork.com"
       
  2484                 },
       
  2485                 {
       
  2486                     "name": "Symfony Community",
       
  2487                     "homepage": "https://symfony.com/contributors"
       
  2488                 }
       
  2489             ],
       
  2490             "description": "Symfony utilities for portability of PHP codes",
       
  2491             "homepage": "https://symfony.com",
       
  2492             "keywords": [
       
  2493                 "compat",
       
  2494                 "compatibility",
       
  2495                 "polyfill",
       
  2496                 "shim"
       
  2497             ],
       
  2498             "time": "2016-05-18 14:26:46"
       
  2499         },
  2177         },
  2500         {
  2178         {
  2501             "name": "symfony/process",
  2179             "name": "symfony/process",
  2502             "version": "v3.1.6",
  2180             "version": "v3.3.2",
  2503             "source": {
  2181             "source": {
  2504                 "type": "git",
  2182                 "type": "git",
  2505                 "url": "https://github.com/symfony/process.git",
  2183                 "url": "https://github.com/symfony/process.git",
  2506                 "reference": "66de154ae86b1a07001da9fbffd620206e4faf94"
  2184                 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf"
  2507             },
  2185             },
  2508             "dist": {
  2186             "dist": {
  2509                 "type": "zip",
  2187                 "type": "zip",
  2510                 "url": "https://api.github.com/repos/symfony/process/zipball/66de154ae86b1a07001da9fbffd620206e4faf94",
  2188                 "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
  2511                 "reference": "66de154ae86b1a07001da9fbffd620206e4faf94",
  2189                 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
  2512                 "shasum": ""
  2190                 "shasum": ""
  2513             },
  2191             },
  2514             "require": {
  2192             "require": {
  2515                 "php": ">=5.5.9"
  2193                 "php": ">=5.5.9"
  2516             },
  2194             },
  2517             "type": "library",
  2195             "type": "library",
  2518             "extra": {
  2196             "extra": {
  2519                 "branch-alias": {
  2197                 "branch-alias": {
  2520                     "dev-master": "3.1-dev"
  2198                     "dev-master": "3.3-dev"
  2521                 }
  2199                 }
  2522             },
  2200             },
  2523             "autoload": {
  2201             "autoload": {
  2524                 "psr-4": {
  2202                 "psr-4": {
  2525                     "Symfony\\Component\\Process\\": ""
  2203                     "Symfony\\Component\\Process\\": ""
  2542                     "homepage": "https://symfony.com/contributors"
  2220                     "homepage": "https://symfony.com/contributors"
  2543                 }
  2221                 }
  2544             ],
  2222             ],
  2545             "description": "Symfony Process Component",
  2223             "description": "Symfony Process Component",
  2546             "homepage": "https://symfony.com",
  2224             "homepage": "https://symfony.com",
  2547             "time": "2016-09-29 14:13:09"
  2225             "time": "2017-05-22T12:32:03+00:00"
  2548         },
  2226         },
  2549         {
  2227         {
  2550             "name": "symfony/routing",
  2228             "name": "symfony/routing",
  2551             "version": "v3.1.6",
  2229             "version": "v3.3.2",
  2552             "source": {
  2230             "source": {
  2553                 "type": "git",
  2231                 "type": "git",
  2554                 "url": "https://github.com/symfony/routing.git",
  2232                 "url": "https://github.com/symfony/routing.git",
  2555                 "reference": "8edf62498a1a4c57ba317664a4b698339c10cdf6"
  2233                 "reference": "39804eeafea5cca851946e1eed122eb94459fdb4"
  2556             },
  2234             },
  2557             "dist": {
  2235             "dist": {
  2558                 "type": "zip",
  2236                 "type": "zip",
  2559                 "url": "https://api.github.com/repos/symfony/routing/zipball/8edf62498a1a4c57ba317664a4b698339c10cdf6",
  2237                 "url": "https://api.github.com/repos/symfony/routing/zipball/39804eeafea5cca851946e1eed122eb94459fdb4",
  2560                 "reference": "8edf62498a1a4c57ba317664a4b698339c10cdf6",
  2238                 "reference": "39804eeafea5cca851946e1eed122eb94459fdb4",
  2561                 "shasum": ""
  2239                 "shasum": ""
  2562             },
  2240             },
  2563             "require": {
  2241             "require": {
  2564                 "php": ">=5.5.9"
  2242                 "php": ">=5.5.9"
  2565             },
  2243             },
  2566             "conflict": {
  2244             "conflict": {
  2567                 "symfony/config": "<2.8"
  2245                 "symfony/config": "<2.8",
       
  2246                 "symfony/dependency-injection": "<3.3",
       
  2247                 "symfony/yaml": "<3.3"
  2568             },
  2248             },
  2569             "require-dev": {
  2249             "require-dev": {
  2570                 "doctrine/annotations": "~1.0",
  2250                 "doctrine/annotations": "~1.0",
  2571                 "doctrine/common": "~2.2",
  2251                 "doctrine/common": "~2.2",
  2572                 "psr/log": "~1.0",
  2252                 "psr/log": "~1.0",
  2573                 "symfony/config": "~2.8|~3.0",
  2253                 "symfony/config": "~2.8|~3.0",
       
  2254                 "symfony/dependency-injection": "~3.3",
  2574                 "symfony/expression-language": "~2.8|~3.0",
  2255                 "symfony/expression-language": "~2.8|~3.0",
  2575                 "symfony/http-foundation": "~2.8|~3.0",
  2256                 "symfony/http-foundation": "~2.8|~3.0",
  2576                 "symfony/yaml": "~2.8|~3.0"
  2257                 "symfony/yaml": "~3.3"
  2577             },
  2258             },
  2578             "suggest": {
  2259             "suggest": {
  2579                 "doctrine/annotations": "For using the annotation loader",
  2260                 "doctrine/annotations": "For using the annotation loader",
  2580                 "symfony/config": "For using the all-in-one router or any loader",
  2261                 "symfony/config": "For using the all-in-one router or any loader",
  2581                 "symfony/dependency-injection": "For loading routes from a service",
  2262                 "symfony/dependency-injection": "For loading routes from a service",
  2584                 "symfony/yaml": "For using the YAML loader"
  2265                 "symfony/yaml": "For using the YAML loader"
  2585             },
  2266             },
  2586             "type": "library",
  2267             "type": "library",
  2587             "extra": {
  2268             "extra": {
  2588                 "branch-alias": {
  2269                 "branch-alias": {
  2589                     "dev-master": "3.1-dev"
  2270                     "dev-master": "3.3-dev"
  2590                 }
  2271                 }
  2591             },
  2272             },
  2592             "autoload": {
  2273             "autoload": {
  2593                 "psr-4": {
  2274                 "psr-4": {
  2594                     "Symfony\\Component\\Routing\\": ""
  2275                     "Symfony\\Component\\Routing\\": ""
  2617                 "router",
  2298                 "router",
  2618                 "routing",
  2299                 "routing",
  2619                 "uri",
  2300                 "uri",
  2620                 "url"
  2301                 "url"
  2621             ],
  2302             ],
  2622             "time": "2016-08-16 14:58:24"
  2303             "time": "2017-06-02T09:51:43+00:00"
  2623         },
  2304         },
  2624         {
  2305         {
  2625             "name": "symfony/translation",
  2306             "name": "symfony/translation",
  2626             "version": "v3.1.6",
  2307             "version": "v3.3.2",
  2627             "source": {
  2308             "source": {
  2628                 "type": "git",
  2309                 "type": "git",
  2629                 "url": "https://github.com/symfony/translation.git",
  2310                 "url": "https://github.com/symfony/translation.git",
  2630                 "reference": "ff1285087397d2f64041b35e591f3025881c90cd"
  2311                 "reference": "dc3b2a0c6cfff60327ba1c043a82092735397543"
  2631             },
  2312             },
  2632             "dist": {
  2313             "dist": {
  2633                 "type": "zip",
  2314                 "type": "zip",
  2634                 "url": "https://api.github.com/repos/symfony/translation/zipball/ff1285087397d2f64041b35e591f3025881c90cd",
  2315                 "url": "https://api.github.com/repos/symfony/translation/zipball/dc3b2a0c6cfff60327ba1c043a82092735397543",
  2635                 "reference": "ff1285087397d2f64041b35e591f3025881c90cd",
  2316                 "reference": "dc3b2a0c6cfff60327ba1c043a82092735397543",
  2636                 "shasum": ""
  2317                 "shasum": ""
  2637             },
  2318             },
  2638             "require": {
  2319             "require": {
  2639                 "php": ">=5.5.9",
  2320                 "php": ">=5.5.9",
  2640                 "symfony/polyfill-mbstring": "~1.0"
  2321                 "symfony/polyfill-mbstring": "~1.0"
  2641             },
  2322             },
  2642             "conflict": {
  2323             "conflict": {
  2643                 "symfony/config": "<2.8"
  2324                 "symfony/config": "<2.8",
       
  2325                 "symfony/yaml": "<3.3"
  2644             },
  2326             },
  2645             "require-dev": {
  2327             "require-dev": {
  2646                 "psr/log": "~1.0",
  2328                 "psr/log": "~1.0",
  2647                 "symfony/config": "~2.8|~3.0",
  2329                 "symfony/config": "~2.8|~3.0",
  2648                 "symfony/intl": "~2.8|~3.0",
  2330                 "symfony/intl": "^2.8.18|^3.2.5",
  2649                 "symfony/yaml": "~2.8|~3.0"
  2331                 "symfony/yaml": "~3.3"
  2650             },
  2332             },
  2651             "suggest": {
  2333             "suggest": {
  2652                 "psr/log": "To use logging capability in translator",
  2334                 "psr/log": "To use logging capability in translator",
  2653                 "symfony/config": "",
  2335                 "symfony/config": "",
  2654                 "symfony/yaml": ""
  2336                 "symfony/yaml": ""
  2655             },
  2337             },
  2656             "type": "library",
  2338             "type": "library",
  2657             "extra": {
  2339             "extra": {
  2658                 "branch-alias": {
  2340                 "branch-alias": {
  2659                     "dev-master": "3.1-dev"
  2341                     "dev-master": "3.3-dev"
  2660                 }
  2342                 }
  2661             },
  2343             },
  2662             "autoload": {
  2344             "autoload": {
  2663                 "psr-4": {
  2345                 "psr-4": {
  2664                     "Symfony\\Component\\Translation\\": ""
  2346                     "Symfony\\Component\\Translation\\": ""
  2681                     "homepage": "https://symfony.com/contributors"
  2363                     "homepage": "https://symfony.com/contributors"
  2682                 }
  2364                 }
  2683             ],
  2365             ],
  2684             "description": "Symfony Translation Component",
  2366             "description": "Symfony Translation Component",
  2685             "homepage": "https://symfony.com",
  2367             "homepage": "https://symfony.com",
  2686             "time": "2016-10-18 04:30:12"
  2368             "time": "2017-05-22T07:42:36+00:00"
  2687         },
  2369         },
  2688         {
  2370         {
  2689             "name": "symfony/var-dumper",
  2371             "name": "symfony/var-dumper",
  2690             "version": "v3.1.6",
  2372             "version": "v3.3.2",
  2691             "source": {
  2373             "source": {
  2692                 "type": "git",
  2374                 "type": "git",
  2693                 "url": "https://github.com/symfony/var-dumper.git",
  2375                 "url": "https://github.com/symfony/var-dumper.git",
  2694                 "reference": "4dc2f03b480c43f1665d3317d827a04ed6ffd11e"
  2376                 "reference": "347c4247a3e40018810b476fcd5dec36d46d08dc"
  2695             },
  2377             },
  2696             "dist": {
  2378             "dist": {
  2697                 "type": "zip",
  2379                 "type": "zip",
  2698                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4dc2f03b480c43f1665d3317d827a04ed6ffd11e",
  2380                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/347c4247a3e40018810b476fcd5dec36d46d08dc",
  2699                 "reference": "4dc2f03b480c43f1665d3317d827a04ed6ffd11e",
  2381                 "reference": "347c4247a3e40018810b476fcd5dec36d46d08dc",
  2700                 "shasum": ""
  2382                 "shasum": ""
  2701             },
  2383             },
  2702             "require": {
  2384             "require": {
  2703                 "php": ">=5.5.9",
  2385                 "php": ">=5.5.9",
  2704                 "symfony/polyfill-mbstring": "~1.0"
  2386                 "symfony/polyfill-mbstring": "~1.0"
  2705             },
  2387             },
  2706             "require-dev": {
  2388             "conflict": {
  2707                 "twig/twig": "~1.20|~2.0"
  2389                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
       
  2390             },
       
  2391             "require-dev": {
       
  2392                 "ext-iconv": "*",
       
  2393                 "twig/twig": "~1.34|~2.4"
  2708             },
  2394             },
  2709             "suggest": {
  2395             "suggest": {
       
  2396                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  2710                 "ext-symfony_debug": ""
  2397                 "ext-symfony_debug": ""
  2711             },
  2398             },
  2712             "type": "library",
  2399             "type": "library",
  2713             "extra": {
  2400             "extra": {
  2714                 "branch-alias": {
  2401                 "branch-alias": {
  2715                     "dev-master": "3.1-dev"
  2402                     "dev-master": "3.3-dev"
  2716                 }
  2403                 }
  2717             },
  2404             },
  2718             "autoload": {
  2405             "autoload": {
  2719                 "files": [
  2406                 "files": [
  2720                     "Resources/functions/dump.php"
  2407                     "Resources/functions/dump.php"
  2744             "homepage": "https://symfony.com",
  2431             "homepage": "https://symfony.com",
  2745             "keywords": [
  2432             "keywords": [
  2746                 "debug",
  2433                 "debug",
  2747                 "dump"
  2434                 "dump"
  2748             ],
  2435             ],
  2749             "time": "2016-10-18 15:46:07"
  2436             "time": "2017-06-02T09:10:29+00:00"
       
  2437         },
       
  2438         {
       
  2439             "name": "tijsverkoyen/css-to-inline-styles",
       
  2440             "version": "2.2.0",
       
  2441             "source": {
       
  2442                 "type": "git",
       
  2443                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
       
  2444                 "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
       
  2445             },
       
  2446             "dist": {
       
  2447                 "type": "zip",
       
  2448                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
       
  2449                 "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
       
  2450                 "shasum": ""
       
  2451             },
       
  2452             "require": {
       
  2453                 "php": "^5.5 || ^7",
       
  2454                 "symfony/css-selector": "^2.7|~3.0"
       
  2455             },
       
  2456             "require-dev": {
       
  2457                 "phpunit/phpunit": "~4.8|5.1.*"
       
  2458             },
       
  2459             "type": "library",
       
  2460             "extra": {
       
  2461                 "branch-alias": {
       
  2462                     "dev-master": "2.0.x-dev"
       
  2463                 }
       
  2464             },
       
  2465             "autoload": {
       
  2466                 "psr-4": {
       
  2467                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
       
  2468                 }
       
  2469             },
       
  2470             "notification-url": "https://packagist.org/downloads/",
       
  2471             "license": [
       
  2472                 "BSD-3-Clause"
       
  2473             ],
       
  2474             "authors": [
       
  2475                 {
       
  2476                     "name": "Tijs Verkoyen",
       
  2477                     "email": "css_to_inline_styles@verkoyen.eu",
       
  2478                     "role": "Developer"
       
  2479                 }
       
  2480             ],
       
  2481             "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
       
  2482             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
       
  2483             "time": "2016-09-20T12:50:39+00:00"
  2750         },
  2484         },
  2751         {
  2485         {
  2752             "name": "vlucas/phpdotenv",
  2486             "name": "vlucas/phpdotenv",
  2753             "version": "v2.4.0",
  2487             "version": "v2.4.0",
  2754             "source": {
  2488             "source": {
  2794             "keywords": [
  2528             "keywords": [
  2795                 "dotenv",
  2529                 "dotenv",
  2796                 "env",
  2530                 "env",
  2797                 "environment"
  2531                 "environment"
  2798             ],
  2532             ],
  2799             "time": "2016-09-01 10:05:43"
  2533             "time": "2016-09-01T10:05:43+00:00"
  2800         }
  2534         }
  2801     ],
  2535     ],
  2802     "packages-dev": [
  2536     "packages-dev": [
       
  2537         {
       
  2538             "name": "doctrine/annotations",
       
  2539             "version": "v1.4.0",
       
  2540             "source": {
       
  2541                 "type": "git",
       
  2542                 "url": "https://github.com/doctrine/annotations.git",
       
  2543                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
       
  2544             },
       
  2545             "dist": {
       
  2546                 "type": "zip",
       
  2547                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
       
  2548                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
       
  2549                 "shasum": ""
       
  2550             },
       
  2551             "require": {
       
  2552                 "doctrine/lexer": "1.*",
       
  2553                 "php": "^5.6 || ^7.0"
       
  2554             },
       
  2555             "require-dev": {
       
  2556                 "doctrine/cache": "1.*",
       
  2557                 "phpunit/phpunit": "^5.7"
       
  2558             },
       
  2559             "type": "library",
       
  2560             "extra": {
       
  2561                 "branch-alias": {
       
  2562                     "dev-master": "1.4.x-dev"
       
  2563                 }
       
  2564             },
       
  2565             "autoload": {
       
  2566                 "psr-4": {
       
  2567                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
       
  2568                 }
       
  2569             },
       
  2570             "notification-url": "https://packagist.org/downloads/",
       
  2571             "license": [
       
  2572                 "MIT"
       
  2573             ],
       
  2574             "authors": [
       
  2575                 {
       
  2576                     "name": "Roman Borschel",
       
  2577                     "email": "roman@code-factory.org"
       
  2578                 },
       
  2579                 {
       
  2580                     "name": "Benjamin Eberlei",
       
  2581                     "email": "kontakt@beberlei.de"
       
  2582                 },
       
  2583                 {
       
  2584                     "name": "Guilherme Blanco",
       
  2585                     "email": "guilhermeblanco@gmail.com"
       
  2586                 },
       
  2587                 {
       
  2588                     "name": "Jonathan Wage",
       
  2589                     "email": "jonwage@gmail.com"
       
  2590                 },
       
  2591                 {
       
  2592                     "name": "Johannes Schmitt",
       
  2593                     "email": "schmittjoh@gmail.com"
       
  2594                 }
       
  2595             ],
       
  2596             "description": "Docblock Annotations Parser",
       
  2597             "homepage": "http://www.doctrine-project.org",
       
  2598             "keywords": [
       
  2599                 "annotations",
       
  2600                 "docblock",
       
  2601                 "parser"
       
  2602             ],
       
  2603             "time": "2017-02-24T16:22:25+00:00"
       
  2604         },
  2803         {
  2605         {
  2804             "name": "doctrine/instantiator",
  2606             "name": "doctrine/instantiator",
  2805             "version": "1.0.5",
  2607             "version": "1.0.5",
  2806             "source": {
  2608             "source": {
  2807                 "type": "git",
  2609                 "type": "git",
  2850             "homepage": "https://github.com/doctrine/instantiator",
  2652             "homepage": "https://github.com/doctrine/instantiator",
  2851             "keywords": [
  2653             "keywords": [
  2852                 "constructor",
  2654                 "constructor",
  2853                 "instantiate"
  2655                 "instantiate"
  2854             ],
  2656             ],
  2855             "time": "2015-06-14 21:17:01"
  2657             "time": "2015-06-14T21:17:01+00:00"
       
  2658         },
       
  2659         {
       
  2660             "name": "doctrine/lexer",
       
  2661             "version": "v1.0.1",
       
  2662             "source": {
       
  2663                 "type": "git",
       
  2664                 "url": "https://github.com/doctrine/lexer.git",
       
  2665                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
       
  2666             },
       
  2667             "dist": {
       
  2668                 "type": "zip",
       
  2669                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
       
  2670                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
       
  2671                 "shasum": ""
       
  2672             },
       
  2673             "require": {
       
  2674                 "php": ">=5.3.2"
       
  2675             },
       
  2676             "type": "library",
       
  2677             "extra": {
       
  2678                 "branch-alias": {
       
  2679                     "dev-master": "1.0.x-dev"
       
  2680                 }
       
  2681             },
       
  2682             "autoload": {
       
  2683                 "psr-0": {
       
  2684                     "Doctrine\\Common\\Lexer\\": "lib/"
       
  2685                 }
       
  2686             },
       
  2687             "notification-url": "https://packagist.org/downloads/",
       
  2688             "license": [
       
  2689                 "MIT"
       
  2690             ],
       
  2691             "authors": [
       
  2692                 {
       
  2693                     "name": "Roman Borschel",
       
  2694                     "email": "roman@code-factory.org"
       
  2695                 },
       
  2696                 {
       
  2697                     "name": "Guilherme Blanco",
       
  2698                     "email": "guilhermeblanco@gmail.com"
       
  2699                 },
       
  2700                 {
       
  2701                     "name": "Johannes Schmitt",
       
  2702                     "email": "schmittjoh@gmail.com"
       
  2703                 }
       
  2704             ],
       
  2705             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
       
  2706             "homepage": "http://www.doctrine-project.org",
       
  2707             "keywords": [
       
  2708                 "lexer",
       
  2709                 "parser"
       
  2710             ],
       
  2711             "time": "2014-09-09T13:34:57+00:00"
  2856         },
  2712         },
  2857         {
  2713         {
  2858             "name": "friendsofphp/php-cs-fixer",
  2714             "name": "friendsofphp/php-cs-fixer",
  2859             "version": "v1.12.3",
  2715             "version": "v2.3.2",
  2860             "source": {
  2716             "source": {
  2861                 "type": "git",
  2717                 "type": "git",
  2862                 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  2718                 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  2863                 "reference": "78a820c16d13f593303511461eefa939502fb2de"
  2719                 "reference": "597745f744bcce1aed59dfd1bb4603de2a06cda9"
  2864             },
  2720             },
  2865             "dist": {
  2721             "dist": {
  2866                 "type": "zip",
  2722                 "type": "zip",
  2867                 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/78a820c16d13f593303511461eefa939502fb2de",
  2723                 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/597745f744bcce1aed59dfd1bb4603de2a06cda9",
  2868                 "reference": "78a820c16d13f593303511461eefa939502fb2de",
  2724                 "reference": "597745f744bcce1aed59dfd1bb4603de2a06cda9",
  2869                 "shasum": ""
  2725                 "shasum": ""
  2870             },
  2726             },
  2871             "require": {
  2727             "require": {
       
  2728                 "doctrine/annotations": "^1.2",
       
  2729                 "ext-json": "*",
  2872                 "ext-tokenizer": "*",
  2730                 "ext-tokenizer": "*",
  2873                 "php": "^5.3.6 || >=7.0 <7.2",
  2731                 "gecko-packages/gecko-php-unit": "^2.0",
  2874                 "sebastian/diff": "^1.1",
  2732                 "php": "^5.6 || >=7.0 <7.2",
  2875                 "symfony/console": "^2.3 || ^3.0",
  2733                 "sebastian/diff": "^1.4",
  2876                 "symfony/event-dispatcher": "^2.1 || ^3.0",
  2734                 "symfony/console": "^3.0",
  2877                 "symfony/filesystem": "^2.1 || ^3.0",
  2735                 "symfony/event-dispatcher": "^3.0",
  2878                 "symfony/finder": "^2.1 || ^3.0",
  2736                 "symfony/filesystem": "^3.0",
  2879                 "symfony/process": "^2.3 || ^3.0",
  2737                 "symfony/finder": "^3.0",
  2880                 "symfony/stopwatch": "^2.5 || ^3.0"
  2738                 "symfony/options-resolver": "^3.0",
       
  2739                 "symfony/polyfill-php70": "^1.0",
       
  2740                 "symfony/polyfill-xml": "^1.3",
       
  2741                 "symfony/process": "^3.0",
       
  2742                 "symfony/stopwatch": "^3.0"
  2881             },
  2743             },
  2882             "conflict": {
  2744             "conflict": {
  2883                 "hhvm": "<3.9"
  2745                 "hhvm": "<3.18"
  2884             },
  2746             },
  2885             "require-dev": {
  2747             "require-dev": {
  2886                 "phpunit/phpunit": "^4.5|^5",
  2748                 "johnkary/phpunit-speedtrap": "^1.1",
  2887                 "satooshi/php-coveralls": "^1.0"
  2749                 "justinrainbow/json-schema": "^5.0",
       
  2750                 "mi-schi/phpmd-extension": "^4.2",
       
  2751                 "phpmd/phpmd": "^2.4.3",
       
  2752                 "phpunit/phpunit": "^4.8.35 || ^5.4.3",
       
  2753                 "satooshi/php-coveralls": "^1.0",
       
  2754                 "symfony/phpunit-bridge": "^3.2.2"
       
  2755             },
       
  2756             "suggest": {
       
  2757                 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
       
  2758                 "ext-xml": "For better performance.",
       
  2759                 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
  2888             },
  2760             },
  2889             "bin": [
  2761             "bin": [
  2890                 "php-cs-fixer"
  2762                 "php-cs-fixer"
  2891             ],
  2763             ],
  2892             "type": "application",
  2764             "type": "application",
  2893             "autoload": {
  2765             "extra": {
  2894                 "psr-4": {
  2766                 "branch-alias": {
  2895                     "Symfony\\CS\\": "Symfony/CS/"
  2767                     "dev-master": "2.3-dev"
       
  2768                 }
       
  2769             },
       
  2770             "autoload": {
       
  2771                 "psr-4": {
       
  2772                     "PhpCsFixer\\": "src/"
  2896                 }
  2773                 }
  2897             },
  2774             },
  2898             "notification-url": "https://packagist.org/downloads/",
  2775             "notification-url": "https://packagist.org/downloads/",
  2899             "license": [
  2776             "license": [
  2900                 "MIT"
  2777                 "MIT"
  2908                     "name": "Fabien Potencier",
  2785                     "name": "Fabien Potencier",
  2909                     "email": "fabien@symfony.com"
  2786                     "email": "fabien@symfony.com"
  2910                 }
  2787                 }
  2911             ],
  2788             ],
  2912             "description": "A tool to automatically fix PHP code style",
  2789             "description": "A tool to automatically fix PHP code style",
  2913             "time": "2016-10-30 12:07:10"
  2790             "time": "2017-05-24T21:59:38+00:00"
  2914         },
  2791         },
  2915         {
  2792         {
  2916             "name": "fzaninotto/faker",
  2793             "name": "fzaninotto/faker",
  2917             "version": "v1.6.0",
  2794             "version": "v1.6.0",
  2918             "source": {
  2795             "source": {
  2956             "keywords": [
  2833             "keywords": [
  2957                 "data",
  2834                 "data",
  2958                 "faker",
  2835                 "faker",
  2959                 "fixtures"
  2836                 "fixtures"
  2960             ],
  2837             ],
  2961             "time": "2016-04-29 12:21:54"
  2838             "time": "2016-04-29T12:21:54+00:00"
       
  2839         },
       
  2840         {
       
  2841             "name": "gecko-packages/gecko-php-unit",
       
  2842             "version": "v2.0",
       
  2843             "source": {
       
  2844                 "type": "git",
       
  2845                 "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
       
  2846                 "reference": "40a697ec261f3526e8196363b481b24383740c13"
       
  2847             },
       
  2848             "dist": {
       
  2849                 "type": "zip",
       
  2850                 "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/40a697ec261f3526e8196363b481b24383740c13",
       
  2851                 "reference": "40a697ec261f3526e8196363b481b24383740c13",
       
  2852                 "shasum": ""
       
  2853             },
       
  2854             "require": {
       
  2855                 "php": "^5.3.6 || ^7.0"
       
  2856             },
       
  2857             "require-dev": {
       
  2858                 "phpunit/phpunit": "4.0"
       
  2859             },
       
  2860             "type": "library",
       
  2861             "autoload": {
       
  2862                 "psr-4": {
       
  2863                     "GeckoPackages\\PHPUnit\\": "src\\PHPUnit"
       
  2864                 }
       
  2865             },
       
  2866             "notification-url": "https://packagist.org/downloads/",
       
  2867             "license": [
       
  2868                 "MIT"
       
  2869             ],
       
  2870             "description": "Additional PHPUnit tests.",
       
  2871             "homepage": "https://github.com/GeckoPackages",
       
  2872             "keywords": [
       
  2873                 "extension",
       
  2874                 "filesystem",
       
  2875                 "phpunit"
       
  2876             ],
       
  2877             "time": "2016-11-22T11:01:27+00:00"
  2962         },
  2878         },
  2963         {
  2879         {
  2964             "name": "hamcrest/hamcrest-php",
  2880             "name": "hamcrest/hamcrest-php",
  2965             "version": "v1.2.2",
  2881             "version": "v1.2.2",
  2966             "source": {
  2882             "source": {
  3001             ],
  2917             ],
  3002             "description": "This is the PHP port of Hamcrest Matchers",
  2918             "description": "This is the PHP port of Hamcrest Matchers",
  3003             "keywords": [
  2919             "keywords": [
  3004                 "test"
  2920                 "test"
  3005             ],
  2921             ],
  3006             "time": "2015-05-11 14:41:42"
  2922             "time": "2015-05-11T14:41:42+00:00"
  3007         },
  2923         },
  3008         {
  2924         {
  3009             "name": "mockery/mockery",
  2925             "name": "mockery/mockery",
  3010             "version": "0.9.5",
  2926             "version": "0.9.9",
  3011             "source": {
  2927             "source": {
  3012                 "type": "git",
  2928                 "type": "git",
  3013                 "url": "https://github.com/padraic/mockery.git",
  2929                 "url": "https://github.com/mockery/mockery.git",
  3014                 "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
  2930                 "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
  3015             },
  2931             },
  3016             "dist": {
  2932             "dist": {
  3017                 "type": "zip",
  2933                 "type": "zip",
  3018                 "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
  2934                 "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
  3019                 "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
  2935                 "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
  3020                 "shasum": ""
  2936                 "shasum": ""
  3021             },
  2937             },
  3022             "require": {
  2938             "require": {
  3023                 "hamcrest/hamcrest-php": "~1.1",
  2939                 "hamcrest/hamcrest-php": "~1.1",
  3024                 "lib-pcre": ">=7.0",
  2940                 "lib-pcre": ">=7.0",
  3066                 "stub",
  2982                 "stub",
  3067                 "test",
  2983                 "test",
  3068                 "test double",
  2984                 "test double",
  3069                 "testing"
  2985                 "testing"
  3070             ],
  2986             ],
  3071             "time": "2016-05-22 21:52:33"
  2987             "time": "2017-02-28T12:52:32+00:00"
  3072         },
  2988         },
  3073         {
  2989         {
  3074             "name": "myclabs/deep-copy",
  2990             "name": "myclabs/deep-copy",
  3075             "version": "1.5.5",
  2991             "version": "1.6.1",
  3076             "source": {
  2992             "source": {
  3077                 "type": "git",
  2993                 "type": "git",
  3078                 "url": "https://github.com/myclabs/DeepCopy.git",
  2994                 "url": "https://github.com/myclabs/DeepCopy.git",
  3079                 "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108"
  2995                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
  3080             },
  2996             },
  3081             "dist": {
  2997             "dist": {
  3082                 "type": "zip",
  2998                 "type": "zip",
  3083                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/399c1f9781e222f6eb6cc238796f5200d1b7f108",
  2999                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  3084                 "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108",
  3000                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  3085                 "shasum": ""
  3001                 "shasum": ""
  3086             },
  3002             },
  3087             "require": {
  3003             "require": {
  3088                 "php": ">=5.4.0"
  3004                 "php": ">=5.4.0"
  3089             },
  3005             },
  3108                 "copy",
  3024                 "copy",
  3109                 "duplicate",
  3025                 "duplicate",
  3110                 "object",
  3026                 "object",
  3111                 "object graph"
  3027                 "object graph"
  3112             ],
  3028             ],
  3113             "time": "2016-10-31 17:19:45"
  3029             "time": "2017-04-12T18:52:22+00:00"
  3114         },
  3030         },
  3115         {
  3031         {
  3116             "name": "phpdocumentor/reflection-common",
  3032             "name": "phpdocumentor/reflection-common",
  3117             "version": "1.0",
  3033             "version": "1.0",
  3118             "source": {
  3034             "source": {
  3162                 "phpDocumentor",
  3078                 "phpDocumentor",
  3163                 "phpdoc",
  3079                 "phpdoc",
  3164                 "reflection",
  3080                 "reflection",
  3165                 "static analysis"
  3081                 "static analysis"
  3166             ],
  3082             ],
  3167             "time": "2015-12-27 11:43:31"
  3083             "time": "2015-12-27T11:43:31+00:00"
  3168         },
  3084         },
  3169         {
  3085         {
  3170             "name": "phpdocumentor/reflection-docblock",
  3086             "name": "phpdocumentor/reflection-docblock",
  3171             "version": "3.1.1",
  3087             "version": "3.1.1",
  3172             "source": {
  3088             "source": {
  3207                     "name": "Mike van Riel",
  3123                     "name": "Mike van Riel",
  3208                     "email": "me@mikevanriel.com"
  3124                     "email": "me@mikevanriel.com"
  3209                 }
  3125                 }
  3210             ],
  3126             ],
  3211             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  3127             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  3212             "time": "2016-09-30 07:12:33"
  3128             "time": "2016-09-30T07:12:33+00:00"
  3213         },
  3129         },
  3214         {
  3130         {
  3215             "name": "phpdocumentor/type-resolver",
  3131             "name": "phpdocumentor/type-resolver",
  3216             "version": "0.2",
  3132             "version": "0.2.1",
  3217             "source": {
  3133             "source": {
  3218                 "type": "git",
  3134                 "type": "git",
  3219                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
  3135                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
  3220                 "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
  3136                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
  3221             },
  3137             },
  3222             "dist": {
  3138             "dist": {
  3223                 "type": "zip",
  3139                 "type": "zip",
  3224                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
  3140                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  3225                 "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
  3141                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  3226                 "shasum": ""
  3142                 "shasum": ""
  3227             },
  3143             },
  3228             "require": {
  3144             "require": {
  3229                 "php": ">=5.5",
  3145                 "php": ">=5.5",
  3230                 "phpdocumentor/reflection-common": "^1.0"
  3146                 "phpdocumentor/reflection-common": "^1.0"
  3254                 {
  3170                 {
  3255                     "name": "Mike van Riel",
  3171                     "name": "Mike van Riel",
  3256                     "email": "me@mikevanriel.com"
  3172                     "email": "me@mikevanriel.com"
  3257                 }
  3173                 }
  3258             ],
  3174             ],
  3259             "time": "2016-06-10 07:14:17"
  3175             "time": "2016-11-25T06:54:22+00:00"
  3260         },
  3176         },
  3261         {
  3177         {
  3262             "name": "phpspec/php-diff",
  3178             "name": "phpspec/php-diff",
  3263             "version": "v1.1.0",
  3179             "version": "v1.1.0",
  3264             "source": {
  3180             "source": {
  3292                     "name": "Chris Boulton",
  3208                     "name": "Chris Boulton",
  3293                     "homepage": "http://github.com/chrisboulton"
  3209                     "homepage": "http://github.com/chrisboulton"
  3294                 }
  3210                 }
  3295             ],
  3211             ],
  3296             "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  3212             "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  3297             "time": "2016-04-07 12:29:16"
  3213             "time": "2016-04-07T12:29:16+00:00"
  3298         },
  3214         },
  3299         {
  3215         {
  3300             "name": "phpspec/phpspec",
  3216             "name": "phpspec/phpspec",
  3301             "version": "3.1.1",
  3217             "version": "3.4.0",
  3302             "source": {
  3218             "source": {
  3303                 "type": "git",
  3219                 "type": "git",
  3304                 "url": "https://github.com/phpspec/phpspec.git",
  3220                 "url": "https://github.com/phpspec/phpspec.git",
  3305                 "reference": "53d89ff6d328032c0e434a75af6b0e80ff2d669d"
  3221                 "reference": "2e969c7d8c6437490b7aa0ab51a3302d15bb7211"
  3306             },
  3222             },
  3307             "dist": {
  3223             "dist": {
  3308                 "type": "zip",
  3224                 "type": "zip",
  3309                 "url": "https://api.github.com/repos/phpspec/phpspec/zipball/53d89ff6d328032c0e434a75af6b0e80ff2d669d",
  3225                 "url": "https://api.github.com/repos/phpspec/phpspec/zipball/2e969c7d8c6437490b7aa0ab51a3302d15bb7211",
  3310                 "reference": "53d89ff6d328032c0e434a75af6b0e80ff2d669d",
  3226                 "reference": "2e969c7d8c6437490b7aa0ab51a3302d15bb7211",
  3311                 "shasum": ""
  3227                 "shasum": ""
  3312             },
  3228             },
  3313             "require": {
  3229             "require": {
  3314                 "doctrine/instantiator": "^1.0.1",
  3230                 "doctrine/instantiator": "^1.0.1",
  3315                 "ext-tokenizer": "*",
  3231                 "ext-tokenizer": "*",
  3316                 "php": "^5.6 || ^7.0",
  3232                 "php": "^5.6 || ^7.0",
  3317                 "phpspec/php-diff": "^1.0.0",
  3233                 "phpspec/php-diff": "^1.0.0",
  3318                 "phpspec/prophecy": "^1.5",
  3234                 "phpspec/prophecy": "^1.5",
  3319                 "sebastian/exporter": "^1.0",
  3235                 "sebastian/exporter": "^1.0 || ^2.0 || ^3.0",
  3320                 "symfony/console": "^2.7 || ^3.0",
  3236                 "symfony/console": "^2.7 || ^3.0",
  3321                 "symfony/event-dispatcher": "^2.7 || ^3.0",
  3237                 "symfony/event-dispatcher": "^2.7 || ^3.0",
  3322                 "symfony/finder": "^2.7 || ^3.0",
  3238                 "symfony/finder": "^2.7 || ^3.0",
  3323                 "symfony/process": "^2.7 || ^3.0",
  3239                 "symfony/process": "^2.7 || ^3.0",
  3324                 "symfony/yaml": "^2.7 || ^3.0"
  3240                 "symfony/yaml": "^2.7 || ^3.0"
  3325             },
  3241             },
  3326             "require-dev": {
  3242             "require-dev": {
  3327                 "behat/behat": "^3.1",
  3243                 "behat/behat": "^3.3",
  3328                 "ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
  3244                 "ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
  3329                 "phpunit/phpunit": "^5.4",
  3245                 "phpunit/phpunit": "^5.5|^6.0",
  3330                 "symfony/filesystem": "^3.0"
  3246                 "symfony/filesystem": "^3.0"
  3331             },
  3247             },
  3332             "suggest": {
  3248             "suggest": {
  3333                 "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
  3249                 "phpspec/nyan-formatters": "Adds Nyan formatters"
  3334             },
  3250             },
  3335             "bin": [
  3251             "bin": [
  3336                 "bin/phpspec"
  3252                 "bin/phpspec"
  3337             ],
  3253             ],
  3338             "type": "library",
  3254             "type": "library",
  3374                 "spec",
  3290                 "spec",
  3375                 "specification",
  3291                 "specification",
  3376                 "testing",
  3292                 "testing",
  3377                 "tests"
  3293                 "tests"
  3378             ],
  3294             ],
  3379             "time": "2016-09-26 21:11:31"
  3295             "time": "2017-05-12T06:16:46+00:00"
  3380         },
  3296         },
  3381         {
  3297         {
  3382             "name": "phpspec/prophecy",
  3298             "name": "phpspec/prophecy",
  3383             "version": "v1.6.1",
  3299             "version": "v1.7.0",
  3384             "source": {
  3300             "source": {
  3385                 "type": "git",
  3301                 "type": "git",
  3386                 "url": "https://github.com/phpspec/prophecy.git",
  3302                 "url": "https://github.com/phpspec/prophecy.git",
  3387                 "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
  3303                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  3388             },
  3304             },
  3389             "dist": {
  3305             "dist": {
  3390                 "type": "zip",
  3306                 "type": "zip",
  3391                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
  3307                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  3392                 "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
  3308                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  3393                 "shasum": ""
  3309                 "shasum": ""
  3394             },
  3310             },
  3395             "require": {
  3311             "require": {
  3396                 "doctrine/instantiator": "^1.0.2",
  3312                 "doctrine/instantiator": "^1.0.2",
  3397                 "php": "^5.3|^7.0",
  3313                 "php": "^5.3|^7.0",
  3398                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  3314                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  3399                 "sebastian/comparator": "^1.1",
  3315                 "sebastian/comparator": "^1.1|^2.0",
  3400                 "sebastian/recursion-context": "^1.0"
  3316                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  3401             },
  3317             },
  3402             "require-dev": {
  3318             "require-dev": {
  3403                 "phpspec/phpspec": "^2.0"
  3319                 "phpspec/phpspec": "^2.5|^3.2",
       
  3320                 "phpunit/phpunit": "^4.8 || ^5.6.5"
  3404             },
  3321             },
  3405             "type": "library",
  3322             "type": "library",
  3406             "extra": {
  3323             "extra": {
  3407                 "branch-alias": {
  3324                 "branch-alias": {
  3408                     "dev-master": "1.6.x-dev"
  3325                     "dev-master": "1.6.x-dev"
  3436                 "fake",
  3353                 "fake",
  3437                 "mock",
  3354                 "mock",
  3438                 "spy",
  3355                 "spy",
  3439                 "stub"
  3356                 "stub"
  3440             ],
  3357             ],
  3441             "time": "2016-06-07 08:13:47"
  3358             "time": "2017-03-02T20:05:34+00:00"
  3442         },
  3359         },
  3443         {
  3360         {
  3444             "name": "phpunit/php-code-coverage",
  3361             "name": "phpunit/php-code-coverage",
  3445             "version": "4.0.2",
  3362             "version": "4.0.8",
  3446             "source": {
  3363             "source": {
  3447                 "type": "git",
  3364                 "type": "git",
  3448                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3365                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3449                 "reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d"
  3366                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  3450             },
  3367             },
  3451             "dist": {
  3368             "dist": {
  3452                 "type": "zip",
  3369                 "type": "zip",
  3453                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6cba06ff75a1a63a71033e1a01b89056f3af1e8d",
  3370                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  3454                 "reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d",
  3371                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  3455                 "shasum": ""
  3372                 "shasum": ""
  3456             },
  3373             },
  3457             "require": {
  3374             "require": {
       
  3375                 "ext-dom": "*",
       
  3376                 "ext-xmlwriter": "*",
  3458                 "php": "^5.6 || ^7.0",
  3377                 "php": "^5.6 || ^7.0",
  3459                 "phpunit/php-file-iterator": "~1.3",
  3378                 "phpunit/php-file-iterator": "^1.3",
  3460                 "phpunit/php-text-template": "~1.2",
  3379                 "phpunit/php-text-template": "^1.2",
  3461                 "phpunit/php-token-stream": "^1.4.2",
  3380                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  3462                 "sebastian/code-unit-reverse-lookup": "~1.0",
  3381                 "sebastian/code-unit-reverse-lookup": "^1.0",
  3463                 "sebastian/environment": "^1.3.2 || ^2.0",
  3382                 "sebastian/environment": "^1.3.2 || ^2.0",
  3464                 "sebastian/version": "~1.0|~2.0"
  3383                 "sebastian/version": "^1.0 || ^2.0"
  3465             },
  3384             },
  3466             "require-dev": {
  3385             "require-dev": {
  3467                 "ext-xdebug": ">=2.1.4",
  3386                 "ext-xdebug": "^2.1.4",
  3468                 "phpunit/phpunit": "^5.4"
  3387                 "phpunit/phpunit": "^5.7"
  3469             },
  3388             },
  3470             "suggest": {
  3389             "suggest": {
  3471                 "ext-dom": "*",
  3390                 "ext-xdebug": "^2.5.1"
  3472                 "ext-xdebug": ">=2.4.0",
       
  3473                 "ext-xmlwriter": "*"
       
  3474             },
  3391             },
  3475             "type": "library",
  3392             "type": "library",
  3476             "extra": {
  3393             "extra": {
  3477                 "branch-alias": {
  3394                 "branch-alias": {
  3478                     "dev-master": "4.0.x-dev"
  3395                     "dev-master": "4.0.x-dev"
  3499             "keywords": [
  3416             "keywords": [
  3500                 "coverage",
  3417                 "coverage",
  3501                 "testing",
  3418                 "testing",
  3502                 "xunit"
  3419                 "xunit"
  3503             ],
  3420             ],
  3504             "time": "2016-11-01 05:06:24"
  3421             "time": "2017-04-02T07:44:40+00:00"
  3505         },
  3422         },
  3506         {
  3423         {
  3507             "name": "phpunit/php-file-iterator",
  3424             "name": "phpunit/php-file-iterator",
  3508             "version": "1.4.1",
  3425             "version": "1.4.2",
  3509             "source": {
  3426             "source": {
  3510                 "type": "git",
  3427                 "type": "git",
  3511                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  3428                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  3512                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  3429                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  3513             },
  3430             },
  3514             "dist": {
  3431             "dist": {
  3515                 "type": "zip",
  3432                 "type": "zip",
  3516                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  3433                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  3517                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  3434                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  3518                 "shasum": ""
  3435                 "shasum": ""
  3519             },
  3436             },
  3520             "require": {
  3437             "require": {
  3521                 "php": ">=5.3.3"
  3438                 "php": ">=5.3.3"
  3522             },
  3439             },
  3546             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  3463             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  3547             "keywords": [
  3464             "keywords": [
  3548                 "filesystem",
  3465                 "filesystem",
  3549                 "iterator"
  3466                 "iterator"
  3550             ],
  3467             ],
  3551             "time": "2015-06-21 13:08:43"
  3468             "time": "2016-10-03T07:40:28+00:00"
  3552         },
  3469         },
  3553         {
  3470         {
  3554             "name": "phpunit/php-text-template",
  3471             "name": "phpunit/php-text-template",
  3555             "version": "1.2.1",
  3472             "version": "1.2.1",
  3556             "source": {
  3473             "source": {
  3587             "description": "Simple template engine.",
  3504             "description": "Simple template engine.",
  3588             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  3505             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  3589             "keywords": [
  3506             "keywords": [
  3590                 "template"
  3507                 "template"
  3591             ],
  3508             ],
  3592             "time": "2015-06-21 13:50:34"
  3509             "time": "2015-06-21T13:50:34+00:00"
  3593         },
  3510         },
  3594         {
  3511         {
  3595             "name": "phpunit/php-timer",
  3512             "name": "phpunit/php-timer",
  3596             "version": "1.0.8",
  3513             "version": "1.0.9",
  3597             "source": {
  3514             "source": {
  3598                 "type": "git",
  3515                 "type": "git",
  3599                 "url": "https://github.com/sebastianbergmann/php-timer.git",
  3516                 "url": "https://github.com/sebastianbergmann/php-timer.git",
  3600                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  3517                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  3601             },
  3518             },
  3602             "dist": {
  3519             "dist": {
  3603                 "type": "zip",
  3520                 "type": "zip",
  3604                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  3521                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  3605                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  3522                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  3606                 "shasum": ""
  3523                 "shasum": ""
  3607             },
  3524             },
  3608             "require": {
  3525             "require": {
  3609                 "php": ">=5.3.3"
  3526                 "php": "^5.3.3 || ^7.0"
  3610             },
  3527             },
  3611             "require-dev": {
  3528             "require-dev": {
  3612                 "phpunit/phpunit": "~4|~5"
  3529                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3613             },
  3530             },
  3614             "type": "library",
  3531             "type": "library",
       
  3532             "extra": {
       
  3533                 "branch-alias": {
       
  3534                     "dev-master": "1.0-dev"
       
  3535                 }
       
  3536             },
  3615             "autoload": {
  3537             "autoload": {
  3616                 "classmap": [
  3538                 "classmap": [
  3617                     "src/"
  3539                     "src/"
  3618                 ]
  3540                 ]
  3619             },
  3541             },
  3631             "description": "Utility class for timing",
  3553             "description": "Utility class for timing",
  3632             "homepage": "https://github.com/sebastianbergmann/php-timer/",
  3554             "homepage": "https://github.com/sebastianbergmann/php-timer/",
  3633             "keywords": [
  3555             "keywords": [
  3634                 "timer"
  3556                 "timer"
  3635             ],
  3557             ],
  3636             "time": "2016-05-12 18:03:57"
  3558             "time": "2017-02-26T11:10:40+00:00"
  3637         },
  3559         },
  3638         {
  3560         {
  3639             "name": "phpunit/php-token-stream",
  3561             "name": "phpunit/php-token-stream",
  3640             "version": "1.4.8",
  3562             "version": "1.4.11",
  3641             "source": {
  3563             "source": {
  3642                 "type": "git",
  3564                 "type": "git",
  3643                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  3565                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  3644                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  3566                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  3645             },
  3567             },
  3646             "dist": {
  3568             "dist": {
  3647                 "type": "zip",
  3569                 "type": "zip",
  3648                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  3570                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  3649                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  3571                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  3650                 "shasum": ""
  3572                 "shasum": ""
  3651             },
  3573             },
  3652             "require": {
  3574             "require": {
  3653                 "ext-tokenizer": "*",
  3575                 "ext-tokenizer": "*",
  3654                 "php": ">=5.3.3"
  3576                 "php": ">=5.3.3"
  3680             "description": "Wrapper around PHP's tokenizer extension.",
  3602             "description": "Wrapper around PHP's tokenizer extension.",
  3681             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  3603             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  3682             "keywords": [
  3604             "keywords": [
  3683                 "tokenizer"
  3605                 "tokenizer"
  3684             ],
  3606             ],
  3685             "time": "2015-09-15 10:49:45"
  3607             "time": "2017-02-27T10:12:30+00:00"
  3686         },
  3608         },
  3687         {
  3609         {
  3688             "name": "phpunit/phpunit",
  3610             "name": "phpunit/phpunit",
  3689             "version": "5.6.2",
  3611             "version": "5.7.20",
  3690             "source": {
  3612             "source": {
  3691                 "type": "git",
  3613                 "type": "git",
  3692                 "url": "https://github.com/sebastianbergmann/phpunit.git",
  3614                 "url": "https://github.com/sebastianbergmann/phpunit.git",
  3693                 "reference": "cd13b23ac5a519a4708e00736c26ee0bb28b2e01"
  3615                 "reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b"
  3694             },
  3616             },
  3695             "dist": {
  3617             "dist": {
  3696                 "type": "zip",
  3618                 "type": "zip",
  3697                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cd13b23ac5a519a4708e00736c26ee0bb28b2e01",
  3619                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3cb94a5f8c07a03c8b7527ed7468a2926203f58b",
  3698                 "reference": "cd13b23ac5a519a4708e00736c26ee0bb28b2e01",
  3620                 "reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b",
  3699                 "shasum": ""
  3621                 "shasum": ""
  3700             },
  3622             },
  3701             "require": {
  3623             "require": {
  3702                 "ext-dom": "*",
  3624                 "ext-dom": "*",
  3703                 "ext-json": "*",
  3625                 "ext-json": "*",
  3704                 "ext-libxml": "*",
  3626                 "ext-libxml": "*",
  3705                 "ext-mbstring": "*",
  3627                 "ext-mbstring": "*",
  3706                 "ext-xml": "*",
  3628                 "ext-xml": "*",
  3707                 "myclabs/deep-copy": "~1.3",
  3629                 "myclabs/deep-copy": "~1.3",
  3708                 "php": "^5.6 || ^7.0",
  3630                 "php": "^5.6 || ^7.0",
  3709                 "phpspec/prophecy": "^1.3.1",
  3631                 "phpspec/prophecy": "^1.6.2",
  3710                 "phpunit/php-code-coverage": "^4.0.1",
  3632                 "phpunit/php-code-coverage": "^4.0.4",
  3711                 "phpunit/php-file-iterator": "~1.4",
  3633                 "phpunit/php-file-iterator": "~1.4",
  3712                 "phpunit/php-text-template": "~1.2",
  3634                 "phpunit/php-text-template": "~1.2",
  3713                 "phpunit/php-timer": "^1.0.6",
  3635                 "phpunit/php-timer": "^1.0.6",
  3714                 "phpunit/phpunit-mock-objects": "^3.2",
  3636                 "phpunit/phpunit-mock-objects": "^3.2",
  3715                 "sebastian/comparator": "~1.1",
  3637                 "sebastian/comparator": "^1.2.4",
  3716                 "sebastian/diff": "~1.2",
  3638                 "sebastian/diff": "^1.4.3",
  3717                 "sebastian/environment": "^1.3 || ^2.0",
  3639                 "sebastian/environment": "^1.3.4 || ^2.0",
  3718                 "sebastian/exporter": "~1.2",
  3640                 "sebastian/exporter": "~2.0",
  3719                 "sebastian/global-state": "~1.0",
  3641                 "sebastian/global-state": "^1.1",
  3720                 "sebastian/object-enumerator": "~1.0",
  3642                 "sebastian/object-enumerator": "~2.0",
  3721                 "sebastian/resource-operations": "~1.0",
  3643                 "sebastian/resource-operations": "~1.0",
  3722                 "sebastian/version": "~1.0|~2.0",
  3644                 "sebastian/version": "~1.0.3|~2.0",
  3723                 "symfony/yaml": "~2.1|~3.0"
  3645                 "symfony/yaml": "~2.1|~3.0"
  3724             },
  3646             },
  3725             "conflict": {
  3647             "conflict": {
  3726                 "phpdocumentor/reflection-docblock": "3.0.2"
  3648                 "phpdocumentor/reflection-docblock": "3.0.2"
  3727             },
  3649             },
  3736                 "phpunit"
  3658                 "phpunit"
  3737             ],
  3659             ],
  3738             "type": "library",
  3660             "type": "library",
  3739             "extra": {
  3661             "extra": {
  3740                 "branch-alias": {
  3662                 "branch-alias": {
  3741                     "dev-master": "5.6.x-dev"
  3663                     "dev-master": "5.7.x-dev"
  3742                 }
  3664                 }
  3743             },
  3665             },
  3744             "autoload": {
  3666             "autoload": {
  3745                 "classmap": [
  3667                 "classmap": [
  3746                     "src/"
  3668                     "src/"
  3762             "keywords": [
  3684             "keywords": [
  3763                 "phpunit",
  3685                 "phpunit",
  3764                 "testing",
  3686                 "testing",
  3765                 "xunit"
  3687                 "xunit"
  3766             ],
  3688             ],
  3767             "time": "2016-10-25 07:40:25"
  3689             "time": "2017-05-22T07:42:55+00:00"
  3768         },
  3690         },
  3769         {
  3691         {
  3770             "name": "phpunit/phpunit-mock-objects",
  3692             "name": "phpunit/phpunit-mock-objects",
  3771             "version": "3.4.0",
  3693             "version": "3.4.3",
  3772             "source": {
  3694             "source": {
  3773                 "type": "git",
  3695                 "type": "git",
  3774                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  3696                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  3775                 "reference": "238d7a2723bce689c79eeac9c7d5e1d623bb9dc2"
  3697                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
  3776             },
  3698             },
  3777             "dist": {
  3699             "dist": {
  3778                 "type": "zip",
  3700                 "type": "zip",
  3779                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/238d7a2723bce689c79eeac9c7d5e1d623bb9dc2",
  3701                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  3780                 "reference": "238d7a2723bce689c79eeac9c7d5e1d623bb9dc2",
  3702                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  3781                 "shasum": ""
  3703                 "shasum": ""
  3782             },
  3704             },
  3783             "require": {
  3705             "require": {
  3784                 "doctrine/instantiator": "^1.0.2",
  3706                 "doctrine/instantiator": "^1.0.2",
  3785                 "php": "^5.6 || ^7.0",
  3707                 "php": "^5.6 || ^7.0",
  3786                 "phpunit/php-text-template": "^1.2",
  3708                 "phpunit/php-text-template": "^1.2",
  3787                 "sebastian/exporter": "^1.2"
  3709                 "sebastian/exporter": "^1.2 || ^2.0"
  3788             },
  3710             },
  3789             "conflict": {
  3711             "conflict": {
  3790                 "phpunit/phpunit": "<5.4.0"
  3712                 "phpunit/phpunit": "<5.4.0"
  3791             },
  3713             },
  3792             "require-dev": {
  3714             "require-dev": {
  3821             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  3743             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  3822             "keywords": [
  3744             "keywords": [
  3823                 "mock",
  3745                 "mock",
  3824                 "xunit"
  3746                 "xunit"
  3825             ],
  3747             ],
  3826             "time": "2016-10-09 07:01:45"
  3748             "time": "2016-12-08T20:27:08+00:00"
  3827         },
  3749         },
  3828         {
  3750         {
  3829             "name": "sebastian/code-unit-reverse-lookup",
  3751             "name": "sebastian/code-unit-reverse-lookup",
  3830             "version": "1.0.0",
  3752             "version": "1.0.1",
  3831             "source": {
  3753             "source": {
  3832                 "type": "git",
  3754                 "type": "git",
  3833                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  3755                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  3834                 "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
  3756                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  3835             },
  3757             },
  3836             "dist": {
  3758             "dist": {
  3837                 "type": "zip",
  3759                 "type": "zip",
  3838                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  3760                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3839                 "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  3761                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3840                 "shasum": ""
  3762                 "shasum": ""
  3841             },
  3763             },
  3842             "require": {
  3764             "require": {
  3843                 "php": ">=5.6"
  3765                 "php": "^5.6 || ^7.0"
  3844             },
  3766             },
  3845             "require-dev": {
  3767             "require-dev": {
  3846                 "phpunit/phpunit": "~5"
  3768                 "phpunit/phpunit": "^5.7 || ^6.0"
  3847             },
  3769             },
  3848             "type": "library",
  3770             "type": "library",
  3849             "extra": {
  3771             "extra": {
  3850                 "branch-alias": {
  3772                 "branch-alias": {
  3851                     "dev-master": "1.0.x-dev"
  3773                     "dev-master": "1.0.x-dev"
  3866                     "email": "sebastian@phpunit.de"
  3788                     "email": "sebastian@phpunit.de"
  3867                 }
  3789                 }
  3868             ],
  3790             ],
  3869             "description": "Looks up which function or method a line of code belongs to",
  3791             "description": "Looks up which function or method a line of code belongs to",
  3870             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  3792             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  3871             "time": "2016-02-13 06:45:14"
  3793             "time": "2017-03-04T06:30:41+00:00"
  3872         },
  3794         },
  3873         {
  3795         {
  3874             "name": "sebastian/comparator",
  3796             "name": "sebastian/comparator",
  3875             "version": "1.2.0",
  3797             "version": "1.2.4",
  3876             "source": {
  3798             "source": {
  3877                 "type": "git",
  3799                 "type": "git",
  3878                 "url": "https://github.com/sebastianbergmann/comparator.git",
  3800                 "url": "https://github.com/sebastianbergmann/comparator.git",
  3879                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  3801                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  3880             },
  3802             },
  3881             "dist": {
  3803             "dist": {
  3882                 "type": "zip",
  3804                 "type": "zip",
  3883                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  3805                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  3884                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  3806                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  3885                 "shasum": ""
  3807                 "shasum": ""
  3886             },
  3808             },
  3887             "require": {
  3809             "require": {
  3888                 "php": ">=5.3.3",
  3810                 "php": ">=5.3.3",
  3889                 "sebastian/diff": "~1.2",
  3811                 "sebastian/diff": "~1.2",
  3890                 "sebastian/exporter": "~1.2"
  3812                 "sebastian/exporter": "~1.2 || ~2.0"
  3891             },
  3813             },
  3892             "require-dev": {
  3814             "require-dev": {
  3893                 "phpunit/phpunit": "~4.4"
  3815                 "phpunit/phpunit": "~4.4"
  3894             },
  3816             },
  3895             "type": "library",
  3817             "type": "library",
  3930             "keywords": [
  3852             "keywords": [
  3931                 "comparator",
  3853                 "comparator",
  3932                 "compare",
  3854                 "compare",
  3933                 "equality"
  3855                 "equality"
  3934             ],
  3856             ],
  3935             "time": "2015-07-26 15:48:44"
  3857             "time": "2017-01-29T09:50:25+00:00"
  3936         },
  3858         },
  3937         {
  3859         {
  3938             "name": "sebastian/diff",
  3860             "name": "sebastian/diff",
  3939             "version": "1.4.1",
  3861             "version": "1.4.3",
  3940             "source": {
  3862             "source": {
  3941                 "type": "git",
  3863                 "type": "git",
  3942                 "url": "https://github.com/sebastianbergmann/diff.git",
  3864                 "url": "https://github.com/sebastianbergmann/diff.git",
  3943                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  3865                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  3944             },
  3866             },
  3945             "dist": {
  3867             "dist": {
  3946                 "type": "zip",
  3868                 "type": "zip",
  3947                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  3869                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  3948                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  3870                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  3949                 "shasum": ""
  3871                 "shasum": ""
  3950             },
  3872             },
  3951             "require": {
  3873             "require": {
  3952                 "php": ">=5.3.3"
  3874                 "php": "^5.3.3 || ^7.0"
  3953             },
  3875             },
  3954             "require-dev": {
  3876             "require-dev": {
  3955                 "phpunit/phpunit": "~4.8"
  3877                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3956             },
  3878             },
  3957             "type": "library",
  3879             "type": "library",
  3958             "extra": {
  3880             "extra": {
  3959                 "branch-alias": {
  3881                 "branch-alias": {
  3960                     "dev-master": "1.4-dev"
  3882                     "dev-master": "1.4-dev"
  3982             "description": "Diff implementation",
  3904             "description": "Diff implementation",
  3983             "homepage": "https://github.com/sebastianbergmann/diff",
  3905             "homepage": "https://github.com/sebastianbergmann/diff",
  3984             "keywords": [
  3906             "keywords": [
  3985                 "diff"
  3907                 "diff"
  3986             ],
  3908             ],
  3987             "time": "2015-12-08 07:14:41"
  3909             "time": "2017-05-22T07:24:03+00:00"
  3988         },
  3910         },
  3989         {
  3911         {
  3990             "name": "sebastian/environment",
  3912             "name": "sebastian/environment",
  3991             "version": "1.3.8",
  3913             "version": "2.0.0",
  3992             "source": {
  3914             "source": {
  3993                 "type": "git",
  3915                 "type": "git",
  3994                 "url": "https://github.com/sebastianbergmann/environment.git",
  3916                 "url": "https://github.com/sebastianbergmann/environment.git",
  3995                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  3917                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  3996             },
  3918             },
  3997             "dist": {
  3919             "dist": {
  3998                 "type": "zip",
  3920                 "type": "zip",
  3999                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  3921                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  4000                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  3922                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  4001                 "shasum": ""
  3923                 "shasum": ""
  4002             },
  3924             },
  4003             "require": {
  3925             "require": {
  4004                 "php": "^5.3.3 || ^7.0"
  3926                 "php": "^5.6 || ^7.0"
  4005             },
  3927             },
  4006             "require-dev": {
  3928             "require-dev": {
  4007                 "phpunit/phpunit": "^4.8 || ^5.0"
  3929                 "phpunit/phpunit": "^5.0"
  4008             },
  3930             },
  4009             "type": "library",
  3931             "type": "library",
  4010             "extra": {
  3932             "extra": {
  4011                 "branch-alias": {
  3933                 "branch-alias": {
  4012                     "dev-master": "1.3.x-dev"
  3934                     "dev-master": "2.0.x-dev"
  4013                 }
  3935                 }
  4014             },
  3936             },
  4015             "autoload": {
  3937             "autoload": {
  4016                 "classmap": [
  3938                 "classmap": [
  4017                     "src/"
  3939                     "src/"
  4032             "keywords": [
  3954             "keywords": [
  4033                 "Xdebug",
  3955                 "Xdebug",
  4034                 "environment",
  3956                 "environment",
  4035                 "hhvm"
  3957                 "hhvm"
  4036             ],
  3958             ],
  4037             "time": "2016-08-18 05:49:44"
  3959             "time": "2016-11-26T07:53:53+00:00"
  4038         },
  3960         },
  4039         {
  3961         {
  4040             "name": "sebastian/exporter",
  3962             "name": "sebastian/exporter",
  4041             "version": "1.2.2",
  3963             "version": "2.0.0",
  4042             "source": {
  3964             "source": {
  4043                 "type": "git",
  3965                 "type": "git",
  4044                 "url": "https://github.com/sebastianbergmann/exporter.git",
  3966                 "url": "https://github.com/sebastianbergmann/exporter.git",
  4045                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  3967                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  4046             },
  3968             },
  4047             "dist": {
  3969             "dist": {
  4048                 "type": "zip",
  3970                 "type": "zip",
  4049                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  3971                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  4050                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  3972                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  4051                 "shasum": ""
  3973                 "shasum": ""
  4052             },
  3974             },
  4053             "require": {
  3975             "require": {
  4054                 "php": ">=5.3.3",
  3976                 "php": ">=5.3.3",
  4055                 "sebastian/recursion-context": "~1.0"
  3977                 "sebastian/recursion-context": "~2.0"
  4056             },
  3978             },
  4057             "require-dev": {
  3979             "require-dev": {
  4058                 "ext-mbstring": "*",
  3980                 "ext-mbstring": "*",
  4059                 "phpunit/phpunit": "~4.4"
  3981                 "phpunit/phpunit": "~4.4"
  4060             },
  3982             },
  4061             "type": "library",
  3983             "type": "library",
  4062             "extra": {
  3984             "extra": {
  4063                 "branch-alias": {
  3985                 "branch-alias": {
  4064                     "dev-master": "1.3.x-dev"
  3986                     "dev-master": "2.0.x-dev"
  4065                 }
  3987                 }
  4066             },
  3988             },
  4067             "autoload": {
  3989             "autoload": {
  4068                 "classmap": [
  3990                 "classmap": [
  4069                     "src/"
  3991                     "src/"
  4099             "homepage": "http://www.github.com/sebastianbergmann/exporter",
  4021             "homepage": "http://www.github.com/sebastianbergmann/exporter",
  4100             "keywords": [
  4022             "keywords": [
  4101                 "export",
  4023                 "export",
  4102                 "exporter"
  4024                 "exporter"
  4103             ],
  4025             ],
  4104             "time": "2016-06-17 09:04:28"
  4026             "time": "2016-11-19T08:54:04+00:00"
  4105         },
  4027         },
  4106         {
  4028         {
  4107             "name": "sebastian/global-state",
  4029             "name": "sebastian/global-state",
  4108             "version": "1.1.1",
  4030             "version": "1.1.1",
  4109             "source": {
  4031             "source": {
  4150             "description": "Snapshotting of global state",
  4072             "description": "Snapshotting of global state",
  4151             "homepage": "http://www.github.com/sebastianbergmann/global-state",
  4073             "homepage": "http://www.github.com/sebastianbergmann/global-state",
  4152             "keywords": [
  4074             "keywords": [
  4153                 "global state"
  4075                 "global state"
  4154             ],
  4076             ],
  4155             "time": "2015-10-12 03:26:01"
  4077             "time": "2015-10-12T03:26:01+00:00"
  4156         },
  4078         },
  4157         {
  4079         {
  4158             "name": "sebastian/object-enumerator",
  4080             "name": "sebastian/object-enumerator",
  4159             "version": "1.0.0",
  4081             "version": "2.0.1",
  4160             "source": {
  4082             "source": {
  4161                 "type": "git",
  4083                 "type": "git",
  4162                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  4084                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  4163                 "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
  4085                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  4164             },
  4086             },
  4165             "dist": {
  4087             "dist": {
  4166                 "type": "zip",
  4088                 "type": "zip",
  4167                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
  4089                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  4168                 "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
  4090                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  4169                 "shasum": ""
  4091                 "shasum": ""
  4170             },
  4092             },
  4171             "require": {
  4093             "require": {
  4172                 "php": ">=5.6",
  4094                 "php": ">=5.6",
  4173                 "sebastian/recursion-context": "~1.0"
  4095                 "sebastian/recursion-context": "~2.0"
  4174             },
  4096             },
  4175             "require-dev": {
  4097             "require-dev": {
  4176                 "phpunit/phpunit": "~5"
  4098                 "phpunit/phpunit": "~5"
  4177             },
  4099             },
  4178             "type": "library",
  4100             "type": "library",
  4179             "extra": {
  4101             "extra": {
  4180                 "branch-alias": {
  4102                 "branch-alias": {
  4181                     "dev-master": "1.0.x-dev"
  4103                     "dev-master": "2.0.x-dev"
  4182                 }
  4104                 }
  4183             },
  4105             },
  4184             "autoload": {
  4106             "autoload": {
  4185                 "classmap": [
  4107                 "classmap": [
  4186                     "src/"
  4108                     "src/"
  4196                     "email": "sebastian@phpunit.de"
  4118                     "email": "sebastian@phpunit.de"
  4197                 }
  4119                 }
  4198             ],
  4120             ],
  4199             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  4121             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  4200             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  4122             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  4201             "time": "2016-01-28 13:25:10"
  4123             "time": "2017-02-18T15:18:39+00:00"
  4202         },
  4124         },
  4203         {
  4125         {
  4204             "name": "sebastian/recursion-context",
  4126             "name": "sebastian/recursion-context",
  4205             "version": "1.0.2",
  4127             "version": "2.0.0",
  4206             "source": {
  4128             "source": {
  4207                 "type": "git",
  4129                 "type": "git",
  4208                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
  4130                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
  4209                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  4131                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  4210             },
  4132             },
  4211             "dist": {
  4133             "dist": {
  4212                 "type": "zip",
  4134                 "type": "zip",
  4213                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  4135                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  4214                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  4136                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  4215                 "shasum": ""
  4137                 "shasum": ""
  4216             },
  4138             },
  4217             "require": {
  4139             "require": {
  4218                 "php": ">=5.3.3"
  4140                 "php": ">=5.3.3"
  4219             },
  4141             },
  4221                 "phpunit/phpunit": "~4.4"
  4143                 "phpunit/phpunit": "~4.4"
  4222             },
  4144             },
  4223             "type": "library",
  4145             "type": "library",
  4224             "extra": {
  4146             "extra": {
  4225                 "branch-alias": {
  4147                 "branch-alias": {
  4226                     "dev-master": "1.0.x-dev"
  4148                     "dev-master": "2.0.x-dev"
  4227                 }
  4149                 }
  4228             },
  4150             },
  4229             "autoload": {
  4151             "autoload": {
  4230                 "classmap": [
  4152                 "classmap": [
  4231                     "src/"
  4153                     "src/"
  4249                     "email": "aharvey@php.net"
  4171                     "email": "aharvey@php.net"
  4250                 }
  4172                 }
  4251             ],
  4173             ],
  4252             "description": "Provides functionality to recursively process PHP variables",
  4174             "description": "Provides functionality to recursively process PHP variables",
  4253             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  4175             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  4254             "time": "2015-11-11 19:50:13"
  4176             "time": "2016-11-19T07:33:16+00:00"
  4255         },
  4177         },
  4256         {
  4178         {
  4257             "name": "sebastian/resource-operations",
  4179             "name": "sebastian/resource-operations",
  4258             "version": "1.0.0",
  4180             "version": "1.0.0",
  4259             "source": {
  4181             "source": {
  4291                     "email": "sebastian@phpunit.de"
  4213                     "email": "sebastian@phpunit.de"
  4292                 }
  4214                 }
  4293             ],
  4215             ],
  4294             "description": "Provides a list of PHP built-in functions that operate on resources",
  4216             "description": "Provides a list of PHP built-in functions that operate on resources",
  4295             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  4217             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  4296             "time": "2015-07-28 20:34:47"
  4218             "time": "2015-07-28T20:34:47+00:00"
  4297         },
  4219         },
  4298         {
  4220         {
  4299             "name": "sebastian/version",
  4221             "name": "sebastian/version",
  4300             "version": "2.0.0",
  4222             "version": "2.0.1",
  4301             "source": {
  4223             "source": {
  4302                 "type": "git",
  4224                 "type": "git",
  4303                 "url": "https://github.com/sebastianbergmann/version.git",
  4225                 "url": "https://github.com/sebastianbergmann/version.git",
  4304                 "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
  4226                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  4305             },
  4227             },
  4306             "dist": {
  4228             "dist": {
  4307                 "type": "zip",
  4229                 "type": "zip",
  4308                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  4230                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  4309                 "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  4231                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  4310                 "shasum": ""
  4232                 "shasum": ""
  4311             },
  4233             },
  4312             "require": {
  4234             "require": {
  4313                 "php": ">=5.6"
  4235                 "php": ">=5.6"
  4314             },
  4236             },
  4334                     "role": "lead"
  4256                     "role": "lead"
  4335                 }
  4257                 }
  4336             ],
  4258             ],
  4337             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  4259             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  4338             "homepage": "https://github.com/sebastianbergmann/version",
  4260             "homepage": "https://github.com/sebastianbergmann/version",
  4339             "time": "2016-02-04 12:56:52"
  4261             "time": "2016-10-03T07:35:21+00:00"
  4340         },
  4262         },
  4341         {
  4263         {
  4342             "name": "symfony/css-selector",
  4264             "name": "symfony/dom-crawler",
  4343             "version": "v3.1.6",
  4265             "version": "v3.3.2",
  4344             "source": {
  4266             "source": {
  4345                 "type": "git",
  4267                 "type": "git",
  4346                 "url": "https://github.com/symfony/css-selector.git",
  4268                 "url": "https://github.com/symfony/dom-crawler.git",
  4347                 "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac"
  4269                 "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1"
  4348             },
  4270             },
  4349             "dist": {
  4271             "dist": {
  4350                 "type": "zip",
  4272                 "type": "zip",
  4351                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/ca809c64072e0fe61c1c7fb3c76cdc32265042ac",
  4273                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1",
  4352                 "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac",
  4274                 "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1",
  4353                 "shasum": ""
  4275                 "shasum": ""
  4354             },
  4276             },
  4355             "require": {
  4277             "require": {
  4356                 "php": ">=5.5.9"
  4278                 "php": ">=5.5.9",
  4357             },
  4279                 "symfony/polyfill-mbstring": "~1.0"
  4358             "type": "library",
  4280             },
  4359             "extra": {
  4281             "require-dev": {
  4360                 "branch-alias": {
  4282                 "symfony/css-selector": "~2.8|~3.0"
  4361                     "dev-master": "3.1-dev"
  4283             },
  4362                 }
  4284             "suggest": {
  4363             },
  4285                 "symfony/css-selector": ""
  4364             "autoload": {
  4286             },
  4365                 "psr-4": {
  4287             "type": "library",
  4366                     "Symfony\\Component\\CssSelector\\": ""
  4288             "extra": {
       
  4289                 "branch-alias": {
       
  4290                     "dev-master": "3.3-dev"
       
  4291                 }
       
  4292             },
       
  4293             "autoload": {
       
  4294                 "psr-4": {
       
  4295                     "Symfony\\Component\\DomCrawler\\": ""
  4367                 },
  4296                 },
  4368                 "exclude-from-classmap": [
  4297                 "exclude-from-classmap": [
  4369                     "/Tests/"
  4298                     "/Tests/"
  4370                 ]
  4299                 ]
  4371             },
  4300             },
  4373             "license": [
  4302             "license": [
  4374                 "MIT"
  4303                 "MIT"
  4375             ],
  4304             ],
  4376             "authors": [
  4305             "authors": [
  4377                 {
  4306                 {
  4378                     "name": "Jean-François Simon",
       
  4379                     "email": "jeanfrancois.simon@sensiolabs.com"
       
  4380                 },
       
  4381                 {
       
  4382                     "name": "Fabien Potencier",
  4307                     "name": "Fabien Potencier",
  4383                     "email": "fabien@symfony.com"
  4308                     "email": "fabien@symfony.com"
  4384                 },
  4309                 },
  4385                 {
  4310                 {
  4386                     "name": "Symfony Community",
  4311                     "name": "Symfony Community",
  4387                     "homepage": "https://symfony.com/contributors"
  4312                     "homepage": "https://symfony.com/contributors"
  4388                 }
  4313                 }
  4389             ],
  4314             ],
  4390             "description": "Symfony CssSelector Component",
  4315             "description": "Symfony DomCrawler Component",
  4391             "homepage": "https://symfony.com",
  4316             "homepage": "https://symfony.com",
  4392             "time": "2016-09-06 11:02:40"
  4317             "time": "2017-05-25T23:10:31+00:00"
  4393         },
  4318         },
  4394         {
  4319         {
  4395             "name": "symfony/dom-crawler",
  4320             "name": "symfony/filesystem",
  4396             "version": "v3.1.6",
  4321             "version": "v3.3.2",
  4397             "source": {
  4322             "source": {
  4398                 "type": "git",
  4323                 "type": "git",
  4399                 "url": "https://github.com/symfony/dom-crawler.git",
  4324                 "url": "https://github.com/symfony/filesystem.git",
  4400                 "reference": "59eee3c76eb89f21857798620ebdad7a05ad14f4"
  4325                 "reference": "c709670bf64721202ddbe4162846f250735842c0"
  4401             },
  4326             },
  4402             "dist": {
  4327             "dist": {
  4403                 "type": "zip",
  4328                 "type": "zip",
  4404                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/59eee3c76eb89f21857798620ebdad7a05ad14f4",
  4329                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/c709670bf64721202ddbe4162846f250735842c0",
  4405                 "reference": "59eee3c76eb89f21857798620ebdad7a05ad14f4",
  4330                 "reference": "c709670bf64721202ddbe4162846f250735842c0",
  4406                 "shasum": ""
  4331                 "shasum": ""
  4407             },
  4332             },
  4408             "require": {
  4333             "require": {
  4409                 "php": ">=5.5.9",
  4334                 "php": ">=5.5.9"
  4410                 "symfony/polyfill-mbstring": "~1.0"
  4335             },
  4411             },
  4336             "type": "library",
  4412             "require-dev": {
  4337             "extra": {
  4413                 "symfony/css-selector": "~2.8|~3.0"
  4338                 "branch-alias": {
  4414             },
  4339                     "dev-master": "3.3-dev"
  4415             "suggest": {
  4340                 }
  4416                 "symfony/css-selector": ""
  4341             },
  4417             },
  4342             "autoload": {
  4418             "type": "library",
  4343                 "psr-4": {
  4419             "extra": {
  4344                     "Symfony\\Component\\Filesystem\\": ""
  4420                 "branch-alias": {
       
  4421                     "dev-master": "3.1-dev"
       
  4422                 }
       
  4423             },
       
  4424             "autoload": {
       
  4425                 "psr-4": {
       
  4426                     "Symfony\\Component\\DomCrawler\\": ""
       
  4427                 },
  4345                 },
  4428                 "exclude-from-classmap": [
  4346                 "exclude-from-classmap": [
  4429                     "/Tests/"
  4347                     "/Tests/"
  4430                 ]
  4348                 ]
  4431             },
  4349             },
  4441                 {
  4359                 {
  4442                     "name": "Symfony Community",
  4360                     "name": "Symfony Community",
  4443                     "homepage": "https://symfony.com/contributors"
  4361                     "homepage": "https://symfony.com/contributors"
  4444                 }
  4362                 }
  4445             ],
  4363             ],
  4446             "description": "Symfony DomCrawler Component",
  4364             "description": "Symfony Filesystem Component",
  4447             "homepage": "https://symfony.com",
  4365             "homepage": "https://symfony.com",
  4448             "time": "2016-10-18 15:46:07"
  4366             "time": "2017-05-28T14:08:56+00:00"
  4449         },
  4367         },
  4450         {
  4368         {
  4451             "name": "symfony/filesystem",
  4369             "name": "symfony/options-resolver",
  4452             "version": "v3.1.6",
  4370             "version": "v3.3.2",
  4453             "source": {
  4371             "source": {
  4454                 "type": "git",
  4372                 "type": "git",
  4455                 "url": "https://github.com/symfony/filesystem.git",
  4373                 "url": "https://github.com/symfony/options-resolver.git",
  4456                 "reference": "0565b61bf098cb4dc09f4f103f033138ae4f42c6"
  4374                 "reference": "ff48982d295bcac1fd861f934f041ebc73ae40f0"
  4457             },
  4375             },
  4458             "dist": {
  4376             "dist": {
  4459                 "type": "zip",
  4377                 "type": "zip",
  4460                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/0565b61bf098cb4dc09f4f103f033138ae4f42c6",
  4378                 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ff48982d295bcac1fd861f934f041ebc73ae40f0",
  4461                 "reference": "0565b61bf098cb4dc09f4f103f033138ae4f42c6",
  4379                 "reference": "ff48982d295bcac1fd861f934f041ebc73ae40f0",
  4462                 "shasum": ""
  4380                 "shasum": ""
  4463             },
  4381             },
  4464             "require": {
  4382             "require": {
  4465                 "php": ">=5.5.9"
  4383                 "php": ">=5.5.9"
  4466             },
  4384             },
  4467             "type": "library",
  4385             "type": "library",
  4468             "extra": {
  4386             "extra": {
  4469                 "branch-alias": {
  4387                 "branch-alias": {
  4470                     "dev-master": "3.1-dev"
  4388                     "dev-master": "3.3-dev"
  4471                 }
  4389                 }
  4472             },
  4390             },
  4473             "autoload": {
  4391             "autoload": {
  4474                 "psr-4": {
  4392                 "psr-4": {
  4475                     "Symfony\\Component\\Filesystem\\": ""
  4393                     "Symfony\\Component\\OptionsResolver\\": ""
  4476                 },
  4394                 },
  4477                 "exclude-from-classmap": [
  4395                 "exclude-from-classmap": [
  4478                     "/Tests/"
  4396                     "/Tests/"
  4479                 ]
  4397                 ]
  4480             },
  4398             },
  4490                 {
  4408                 {
  4491                     "name": "Symfony Community",
  4409                     "name": "Symfony Community",
  4492                     "homepage": "https://symfony.com/contributors"
  4410                     "homepage": "https://symfony.com/contributors"
  4493                 }
  4411                 }
  4494             ],
  4412             ],
  4495             "description": "Symfony Filesystem Component",
  4413             "description": "Symfony OptionsResolver Component",
  4496             "homepage": "https://symfony.com",
  4414             "homepage": "https://symfony.com",
  4497             "time": "2016-10-18 04:30:12"
  4415             "keywords": [
       
  4416                 "config",
       
  4417                 "configuration",
       
  4418                 "options"
       
  4419             ],
       
  4420             "time": "2017-04-12T14:14:56+00:00"
       
  4421         },
       
  4422         {
       
  4423             "name": "symfony/polyfill-php70",
       
  4424             "version": "v1.4.0",
       
  4425             "source": {
       
  4426                 "type": "git",
       
  4427                 "url": "https://github.com/symfony/polyfill-php70.git",
       
  4428                 "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874"
       
  4429             },
       
  4430             "dist": {
       
  4431                 "type": "zip",
       
  4432                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874",
       
  4433                 "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874",
       
  4434                 "shasum": ""
       
  4435             },
       
  4436             "require": {
       
  4437                 "paragonie/random_compat": "~1.0|~2.0",
       
  4438                 "php": ">=5.3.3"
       
  4439             },
       
  4440             "type": "library",
       
  4441             "extra": {
       
  4442                 "branch-alias": {
       
  4443                     "dev-master": "1.4-dev"
       
  4444                 }
       
  4445             },
       
  4446             "autoload": {
       
  4447                 "psr-4": {
       
  4448                     "Symfony\\Polyfill\\Php70\\": ""
       
  4449                 },
       
  4450                 "files": [
       
  4451                     "bootstrap.php"
       
  4452                 ],
       
  4453                 "classmap": [
       
  4454                     "Resources/stubs"
       
  4455                 ]
       
  4456             },
       
  4457             "notification-url": "https://packagist.org/downloads/",
       
  4458             "license": [
       
  4459                 "MIT"
       
  4460             ],
       
  4461             "authors": [
       
  4462                 {
       
  4463                     "name": "Nicolas Grekas",
       
  4464                     "email": "p@tchwork.com"
       
  4465                 },
       
  4466                 {
       
  4467                     "name": "Symfony Community",
       
  4468                     "homepage": "https://symfony.com/contributors"
       
  4469                 }
       
  4470             ],
       
  4471             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
       
  4472             "homepage": "https://symfony.com",
       
  4473             "keywords": [
       
  4474                 "compatibility",
       
  4475                 "polyfill",
       
  4476                 "portable",
       
  4477                 "shim"
       
  4478             ],
       
  4479             "time": "2017-06-09T14:24:12+00:00"
       
  4480         },
       
  4481         {
       
  4482             "name": "symfony/polyfill-php72",
       
  4483             "version": "v1.4.0",
       
  4484             "source": {
       
  4485                 "type": "git",
       
  4486                 "url": "https://github.com/symfony/polyfill-php72.git",
       
  4487                 "reference": "d3a71580c1e2cab33b6d705f0ec40e9015e14d5c"
       
  4488             },
       
  4489             "dist": {
       
  4490                 "type": "zip",
       
  4491                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/d3a71580c1e2cab33b6d705f0ec40e9015e14d5c",
       
  4492                 "reference": "d3a71580c1e2cab33b6d705f0ec40e9015e14d5c",
       
  4493                 "shasum": ""
       
  4494             },
       
  4495             "require": {
       
  4496                 "php": ">=5.3.3"
       
  4497             },
       
  4498             "type": "library",
       
  4499             "extra": {
       
  4500                 "branch-alias": {
       
  4501                     "dev-master": "1.4-dev"
       
  4502                 }
       
  4503             },
       
  4504             "autoload": {
       
  4505                 "psr-4": {
       
  4506                     "Symfony\\Polyfill\\Php72\\": ""
       
  4507                 },
       
  4508                 "files": [
       
  4509                     "bootstrap.php"
       
  4510                 ]
       
  4511             },
       
  4512             "notification-url": "https://packagist.org/downloads/",
       
  4513             "license": [
       
  4514                 "MIT"
       
  4515             ],
       
  4516             "authors": [
       
  4517                 {
       
  4518                     "name": "Nicolas Grekas",
       
  4519                     "email": "p@tchwork.com"
       
  4520                 },
       
  4521                 {
       
  4522                     "name": "Symfony Community",
       
  4523                     "homepage": "https://symfony.com/contributors"
       
  4524                 }
       
  4525             ],
       
  4526             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
       
  4527             "homepage": "https://symfony.com",
       
  4528             "keywords": [
       
  4529                 "compatibility",
       
  4530                 "polyfill",
       
  4531                 "portable",
       
  4532                 "shim"
       
  4533             ],
       
  4534             "time": "2017-06-09T08:25:21+00:00"
       
  4535         },
       
  4536         {
       
  4537             "name": "symfony/polyfill-xml",
       
  4538             "version": "v1.4.0",
       
  4539             "source": {
       
  4540                 "type": "git",
       
  4541                 "url": "https://github.com/symfony/polyfill-xml.git",
       
  4542                 "reference": "89326af9d173053826ae8fe26a6f49597ba4e9f3"
       
  4543             },
       
  4544             "dist": {
       
  4545                 "type": "zip",
       
  4546                 "url": "https://api.github.com/repos/symfony/polyfill-xml/zipball/89326af9d173053826ae8fe26a6f49597ba4e9f3",
       
  4547                 "reference": "89326af9d173053826ae8fe26a6f49597ba4e9f3",
       
  4548                 "shasum": ""
       
  4549             },
       
  4550             "require": {
       
  4551                 "php": ">=5.3.3",
       
  4552                 "symfony/polyfill-php72": "~1.4"
       
  4553             },
       
  4554             "type": "metapackage",
       
  4555             "extra": {
       
  4556                 "branch-alias": {
       
  4557                     "dev-master": "1.4-dev"
       
  4558                 }
       
  4559             },
       
  4560             "notification-url": "https://packagist.org/downloads/",
       
  4561             "license": [
       
  4562                 "MIT"
       
  4563             ],
       
  4564             "authors": [
       
  4565                 {
       
  4566                     "name": "Nicolas Grekas",
       
  4567                     "email": "p@tchwork.com"
       
  4568                 },
       
  4569                 {
       
  4570                     "name": "Symfony Community",
       
  4571                     "homepage": "https://symfony.com/contributors"
       
  4572                 }
       
  4573             ],
       
  4574             "description": "Symfony polyfill for xml's utf8_encode and utf8_decode functions",
       
  4575             "homepage": "https://symfony.com",
       
  4576             "keywords": [
       
  4577                 "compatibility",
       
  4578                 "polyfill",
       
  4579                 "portable",
       
  4580                 "shim"
       
  4581             ],
       
  4582             "time": "2017-06-09T08:25:21+00:00"
  4498         },
  4583         },
  4499         {
  4584         {
  4500             "name": "symfony/stopwatch",
  4585             "name": "symfony/stopwatch",
  4501             "version": "v3.1.6",
  4586             "version": "v3.3.2",
  4502             "source": {
  4587             "source": {
  4503                 "type": "git",
  4588                 "type": "git",
  4504                 "url": "https://github.com/symfony/stopwatch.git",
  4589                 "url": "https://github.com/symfony/stopwatch.git",
  4505                 "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1"
  4590                 "reference": "602a15299dc01556013b07167d4f5d3a60e90d15"
  4506             },
  4591             },
  4507             "dist": {
  4592             "dist": {
  4508                 "type": "zip",
  4593                 "type": "zip",
  4509                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bb42806b12c5f89db4ebf64af6741afe6d8457e1",
  4594                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/602a15299dc01556013b07167d4f5d3a60e90d15",
  4510                 "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1",
  4595                 "reference": "602a15299dc01556013b07167d4f5d3a60e90d15",
  4511                 "shasum": ""
  4596                 "shasum": ""
  4512             },
  4597             },
  4513             "require": {
  4598             "require": {
  4514                 "php": ">=5.5.9"
  4599                 "php": ">=5.5.9"
  4515             },
  4600             },
  4516             "type": "library",
  4601             "type": "library",
  4517             "extra": {
  4602             "extra": {
  4518                 "branch-alias": {
  4603                 "branch-alias": {
  4519                     "dev-master": "3.1-dev"
  4604                     "dev-master": "3.3-dev"
  4520                 }
  4605                 }
  4521             },
  4606             },
  4522             "autoload": {
  4607             "autoload": {
  4523                 "psr-4": {
  4608                 "psr-4": {
  4524                     "Symfony\\Component\\Stopwatch\\": ""
  4609                     "Symfony\\Component\\Stopwatch\\": ""
  4541                     "homepage": "https://symfony.com/contributors"
  4626                     "homepage": "https://symfony.com/contributors"
  4542                 }
  4627                 }
  4543             ],
  4628             ],
  4544             "description": "Symfony Stopwatch Component",
  4629             "description": "Symfony Stopwatch Component",
  4545             "homepage": "https://symfony.com",
  4630             "homepage": "https://symfony.com",
  4546             "time": "2016-06-29 05:41:56"
  4631             "time": "2017-04-12T14:14:56+00:00"
  4547         },
  4632         },
  4548         {
  4633         {
  4549             "name": "symfony/yaml",
  4634             "name": "symfony/yaml",
  4550             "version": "v3.1.6",
  4635             "version": "v3.3.2",
  4551             "source": {
  4636             "source": {
  4552                 "type": "git",
  4637                 "type": "git",
  4553                 "url": "https://github.com/symfony/yaml.git",
  4638                 "url": "https://github.com/symfony/yaml.git",
  4554                 "reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27"
  4639                 "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063"
  4555             },
  4640             },
  4556             "dist": {
  4641             "dist": {
  4557                 "type": "zip",
  4642                 "type": "zip",
  4558                 "url": "https://api.github.com/repos/symfony/yaml/zipball/7ff51b06c6c3d5cc6686df69004a42c69df09e27",
  4643                 "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063",
  4559                 "reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27",
  4644                 "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063",
  4560                 "shasum": ""
  4645                 "shasum": ""
  4561             },
  4646             },
  4562             "require": {
  4647             "require": {
  4563                 "php": ">=5.5.9"
  4648                 "php": ">=5.5.9"
  4564             },
  4649             },
  4565             "type": "library",
  4650             "require-dev": {
  4566             "extra": {
  4651                 "symfony/console": "~2.8|~3.0"
  4567                 "branch-alias": {
  4652             },
  4568                     "dev-master": "3.1-dev"
  4653             "suggest": {
       
  4654                 "symfony/console": "For validating YAML files using the lint command"
       
  4655             },
       
  4656             "type": "library",
       
  4657             "extra": {
       
  4658                 "branch-alias": {
       
  4659                     "dev-master": "3.3-dev"
  4569                 }
  4660                 }
  4570             },
  4661             },
  4571             "autoload": {
  4662             "autoload": {
  4572                 "psr-4": {
  4663                 "psr-4": {
  4573                     "Symfony\\Component\\Yaml\\": ""
  4664                     "Symfony\\Component\\Yaml\\": ""
  4590                     "homepage": "https://symfony.com/contributors"
  4681                     "homepage": "https://symfony.com/contributors"
  4591                 }
  4682                 }
  4592             ],
  4683             ],
  4593             "description": "Symfony Yaml Component",
  4684             "description": "Symfony Yaml Component",
  4594             "homepage": "https://symfony.com",
  4685             "homepage": "https://symfony.com",
  4595             "time": "2016-10-24 18:41:13"
  4686             "time": "2017-06-02T22:05:06+00:00"
  4596         },
  4687         },
  4597         {
  4688         {
  4598             "name": "webmozart/assert",
  4689             "name": "webmozart/assert",
  4599             "version": "1.1.0",
  4690             "version": "1.2.0",
  4600             "source": {
  4691             "source": {
  4601                 "type": "git",
  4692                 "type": "git",
  4602                 "url": "https://github.com/webmozart/assert.git",
  4693                 "url": "https://github.com/webmozart/assert.git",
  4603                 "reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
  4694                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  4604             },
  4695             },
  4605             "dist": {
  4696             "dist": {
  4606                 "type": "zip",
  4697                 "type": "zip",
  4607                 "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
  4698                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  4608                 "reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
  4699                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  4609                 "shasum": ""
  4700                 "shasum": ""
  4610             },
  4701             },
  4611             "require": {
  4702             "require": {
  4612                 "php": "^5.3.3|^7.0"
  4703                 "php": "^5.3.3 || ^7.0"
  4613             },
  4704             },
  4614             "require-dev": {
  4705             "require-dev": {
  4615                 "phpunit/phpunit": "^4.6",
  4706                 "phpunit/phpunit": "^4.6",
  4616                 "sebastian/version": "^1.0.1"
  4707                 "sebastian/version": "^1.0.1"
  4617             },
  4708             },
  4618             "type": "library",
  4709             "type": "library",
  4619             "extra": {
  4710             "extra": {
  4620                 "branch-alias": {
  4711                 "branch-alias": {
  4621                     "dev-master": "1.2-dev"
  4712                     "dev-master": "1.3-dev"
  4622                 }
  4713                 }
  4623             },
  4714             },
  4624             "autoload": {
  4715             "autoload": {
  4625                 "psr-4": {
  4716                 "psr-4": {
  4626                     "Webmozart\\Assert\\": "src/"
  4717                     "Webmozart\\Assert\\": "src/"
  4640             "keywords": [
  4731             "keywords": [
  4641                 "assert",
  4732                 "assert",
  4642                 "check",
  4733                 "check",
  4643                 "validate"
  4734                 "validate"
  4644             ],
  4735             ],
  4645             "time": "2016-08-09 15:02:57"
  4736             "time": "2016-11-23T20:04:58+00:00"
  4646         }
  4737         }
  4647     ],
  4738     ],
  4648     "aliases": [],
  4739     "aliases": [],
  4649     "minimum-stability": "dev",
  4740     "minimum-stability": "dev",
  4650     "stability-flags": {
  4741     "stability-flags": {