Advertisement
Guest User

composer,lock

a guest
Jan 3rd, 2016
919
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 124.59 KB | None | 0 0
  1. {
  2.     "_readme": [
  3.         "This file locks the dependencies of your project to a known state",
  4.         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5.         "This file is @generated automatically"
  6.     ],
  7.     "hash": "33c2d47ad3d1dde55319358c25e84e89",
  8.     "content-hash": "ae18d5ce218dfd66070f56fd5ee7ec69",
  9.     "packages": [
  10.         {
  11.             "name": "ceesvanegmond/minify",
  12.             "version": "2.0",
  13.             "source": {
  14.                 "type": "git",
  15.                 "url": "https://github.com/ceesvanegmond/minify.git",
  16.                 "reference": "4d7ef9c1d1d5e0e848a9ee777f953f2b82d8d13a"
  17.             },
  18.             "dist": {
  19.                 "type": "zip",
  20.                 "url": "https://api.github.com/repos/ceesvanegmond/minify/zipball/4d7ef9c1d1d5e0e848a9ee777f953f2b82d8d13a",
  21.                 "reference": "4d7ef9c1d1d5e0e848a9ee777f953f2b82d8d13a",
  22.                 "shasum": ""
  23.             },
  24.             "require": {
  25.                 "linkorb/jsmin-php": "1.*",
  26.                 "natxet/cssmin": "3.*",
  27.                 "php": ">=5.3.2"
  28.             },
  29.             "require-dev": {
  30.                 "mikey179/vfsstream": "1.2.*",
  31.                 "phpspec/phpspec": "2.0.0"
  32.             },
  33.             "type": "library",
  34.             "autoload": {
  35.                 "psr-0": {
  36.                     "CeesVanEgmond\\Minify": "src/"
  37.                 }
  38.             },
  39.             "notification-url": "https://packagist.org/downloads/",
  40.             "license": [
  41.                 "MIT"
  42.             ],
  43.             "authors": [
  44.                 {
  45.                     "name": "Cees van Egmond",
  46.                     "email": "cees@ceesvanegmond.com"
  47.                 }
  48.             ],
  49.             "description": "A package for minifying styles and javascript ",
  50.             "keywords": [
  51.                 "laravel",
  52.                 "minify"
  53.             ],
  54.             "time": "2014-04-04 09:11:57"
  55.         },
  56.         {
  57.             "name": "classpreloader/classpreloader",
  58.             "version": "3.0.0",
  59.             "source": {
  60.                 "type": "git",
  61.                 "url": "https://github.com/ClassPreloader/ClassPreloader.git",
  62.                 "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
  63.             },
  64.             "dist": {
  65.                 "type": "zip",
  66.                 "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
  67.                 "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
  68.                 "shasum": ""
  69.             },
  70.             "require": {
  71.                 "nikic/php-parser": "^1.0|^2.0",
  72.                 "php": ">=5.5.9"
  73.             },
  74.             "require-dev": {
  75.                 "phpunit/phpunit": "^4.8|^5.0"
  76.             },
  77.             "type": "library",
  78.             "extra": {
  79.                 "branch-alias": {
  80.                     "dev-master": "3.0-dev"
  81.                 }
  82.             },
  83.             "autoload": {
  84.                 "psr-4": {
  85.                     "ClassPreloader\\": "src/"
  86.                 }
  87.             },
  88.             "notification-url": "https://packagist.org/downloads/",
  89.             "license": [
  90.                 "MIT"
  91.             ],
  92.             "authors": [
  93.                 {
  94.                     "name": "Michael Dowling",
  95.                     "email": "mtdowling@gmail.com"
  96.                 },
  97.                 {
  98.                     "name": "Graham Campbell",
  99.                     "email": "graham@alt-three.com"
  100.                 }
  101.             ],
  102.             "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
  103.             "keywords": [
  104.                 "autoload",
  105.                 "class",
  106.                 "preload"
  107.             ],
  108.             "time": "2015-11-09 22:51:51"
  109.         },
  110.         {
  111.             "name": "dnoegel/php-xdg-base-dir",
  112.             "version": "0.1",
  113.             "source": {
  114.                 "type": "git",
  115.                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  116.                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  117.             },
  118.             "dist": {
  119.                 "type": "zip",
  120.                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  121.                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  122.                 "shasum": ""
  123.             },
  124.             "require": {
  125.                 "php": ">=5.3.2"
  126.             },
  127.             "require-dev": {
  128.                 "phpunit/phpunit": "@stable"
  129.             },
  130.             "type": "project",
  131.             "autoload": {
  132.                 "psr-4": {
  133.                     "XdgBaseDir\\": "src/"
  134.                 }
  135.             },
  136.             "notification-url": "https://packagist.org/downloads/",
  137.             "license": [
  138.                 "MIT"
  139.             ],
  140.             "description": "implementation of xdg base directory specification for php",
  141.             "time": "2014-10-24 07:27:01"
  142.         },
  143.         {
  144.             "name": "doctrine/inflector",
  145.             "version": "v1.1.0",
  146.             "source": {
  147.                 "type": "git",
  148.                 "url": "https://github.com/doctrine/inflector.git",
  149.                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  150.             },
  151.             "dist": {
  152.                 "type": "zip",
  153.                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  154.                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  155.                 "shasum": ""
  156.             },
  157.             "require": {
  158.                 "php": ">=5.3.2"
  159.             },
  160.             "require-dev": {
  161.                 "phpunit/phpunit": "4.*"
  162.             },
  163.             "type": "library",
  164.             "extra": {
  165.                 "branch-alias": {
  166.                     "dev-master": "1.1.x-dev"
  167.                 }
  168.             },
  169.             "autoload": {
  170.                 "psr-0": {
  171.                     "Doctrine\\Common\\Inflector\\": "lib/"
  172.                 }
  173.             },
  174.             "notification-url": "https://packagist.org/downloads/",
  175.             "license": [
  176.                 "MIT"
  177.             ],
  178.             "authors": [
  179.                 {
  180.                     "name": "Roman Borschel",
  181.                     "email": "roman@code-factory.org"
  182.                 },
  183.                 {
  184.                     "name": "Benjamin Eberlei",
  185.                     "email": "kontakt@beberlei.de"
  186.                 },
  187.                 {
  188.                     "name": "Guilherme Blanco",
  189.                     "email": "guilhermeblanco@gmail.com"
  190.                 },
  191.                 {
  192.                     "name": "Jonathan Wage",
  193.                     "email": "jonwage@gmail.com"
  194.                 },
  195.                 {
  196.                     "name": "Johannes Schmitt",
  197.                     "email": "schmittjoh@gmail.com"
  198.                 }
  199.             ],
  200.             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  201.             "homepage": "http://www.doctrine-project.org",
  202.             "keywords": [
  203.                 "inflection",
  204.                 "pluralize",
  205.                 "singularize",
  206.                 "string"
  207.             ],
  208.             "time": "2015-11-06 14:35:42"
  209.         },
  210.         {
  211.             "name": "guzzlehttp/psr7",
  212.             "version": "1.2.1",
  213.             "source": {
  214.                 "type": "git",
  215.                 "url": "https://github.com/guzzle/psr7.git",
  216.                 "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982"
  217.             },
  218.             "dist": {
  219.                 "type": "zip",
  220.                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/4d0bdbe1206df7440219ce14c972aa57cc5e4982",
  221.                 "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982",
  222.                 "shasum": ""
  223.             },
  224.             "require": {
  225.                 "php": ">=5.4.0",
  226.                 "psr/http-message": "~1.0"
  227.             },
  228.             "provide": {
  229.                 "psr/http-message-implementation": "1.0"
  230.             },
  231.             "require-dev": {
  232.                 "phpunit/phpunit": "~4.0"
  233.             },
  234.             "type": "library",
  235.             "extra": {
  236.                 "branch-alias": {
  237.                     "dev-master": "1.0-dev"
  238.                 }
  239.             },
  240.             "autoload": {
  241.                 "psr-4": {
  242.                     "GuzzleHttp\\Psr7\\": "src/"
  243.                 },
  244.                 "files": [
  245.                     "src/functions_include.php"
  246.                 ]
  247.             },
  248.             "notification-url": "https://packagist.org/downloads/",
  249.             "license": [
  250.                 "MIT"
  251.             ],
  252.             "authors": [
  253.                 {
  254.                     "name": "Michael Dowling",
  255.                     "email": "mtdowling@gmail.com",
  256.                     "homepage": "https://github.com/mtdowling"
  257.                 }
  258.             ],
  259.             "description": "PSR-7 message implementation",
  260.             "keywords": [
  261.                 "http",
  262.                 "message",
  263.                 "stream",
  264.                 "uri"
  265.             ],
  266.             "time": "2015-11-03 01:34:55"
  267.         },
  268.         {
  269.             "name": "intervention/image",
  270.             "version": "dev-master",
  271.             "source": {
  272.                 "type": "git",
  273.                 "url": "https://github.com/Intervention/image.git",
  274.                 "reference": "e6acb1609ce89f2c1ec7864fbbda0a20a3eeca70"
  275.             },
  276.             "dist": {
  277.                 "type": "zip",
  278.                 "url": "https://api.github.com/repos/Intervention/image/zipball/e6acb1609ce89f2c1ec7864fbbda0a20a3eeca70",
  279.                 "reference": "e6acb1609ce89f2c1ec7864fbbda0a20a3eeca70",
  280.                 "shasum": ""
  281.             },
  282.             "require": {
  283.                 "ext-fileinfo": "*",
  284.                 "guzzlehttp/psr7": "~1.1",
  285.                 "php": ">=5.4.0"
  286.             },
  287.             "require-dev": {
  288.                 "mockery/mockery": "~0.9.2",
  289.                 "phpunit/phpunit": "3.*"
  290.             },
  291.             "suggest": {
  292.                 "ext-gd": "to use GD library based image processing.",
  293.                 "ext-imagick": "to use Imagick based image processing.",
  294.                 "intervention/imagecache": "Caching extension for the Intervention Image library"
  295.             },
  296.             "type": "library",
  297.             "extra": {
  298.                 "branch-alias": {
  299.                     "dev-master": "2.3-dev"
  300.                 }
  301.             },
  302.             "autoload": {
  303.                 "psr-4": {
  304.                     "Intervention\\Image\\": "src/Intervention/Image"
  305.                 }
  306.             },
  307.             "notification-url": "https://packagist.org/downloads/",
  308.             "license": [
  309.                 "MIT"
  310.             ],
  311.             "authors": [
  312.                 {
  313.                     "name": "Oliver Vogel",
  314.                     "email": "oliver@olivervogel.net",
  315.                     "homepage": "http://olivervogel.net/"
  316.                 }
  317.             ],
  318.             "description": "Image handling and manipulation library with support for Laravel integration",
  319.             "homepage": "http://image.intervention.io/",
  320.             "keywords": [
  321.                 "gd",
  322.                 "image",
  323.                 "imagick",
  324.                 "laravel",
  325.                 "thumbnail",
  326.                 "watermark"
  327.             ],
  328.             "time": "2015-12-04 17:09:36"
  329.         },
  330.         {
  331.             "name": "jakub-onderka/php-console-color",
  332.             "version": "0.1",
  333.             "source": {
  334.                 "type": "git",
  335.                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  336.                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  337.             },
  338.             "dist": {
  339.                 "type": "zip",
  340.                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  341.                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  342.                 "shasum": ""
  343.             },
  344.             "require": {
  345.                 "php": ">=5.3.2"
  346.             },
  347.             "require-dev": {
  348.                 "jakub-onderka/php-code-style": "1.0",
  349.                 "jakub-onderka/php-parallel-lint": "0.*",
  350.                 "jakub-onderka/php-var-dump-check": "0.*",
  351.                 "phpunit/phpunit": "3.7.*",
  352.                 "squizlabs/php_codesniffer": "1.*"
  353.             },
  354.             "type": "library",
  355.             "autoload": {
  356.                 "psr-0": {
  357.                     "JakubOnderka\\PhpConsoleColor": "src/"
  358.                 }
  359.             },
  360.             "notification-url": "https://packagist.org/downloads/",
  361.             "license": [
  362.                 "BSD-2-Clause"
  363.             ],
  364.             "authors": [
  365.                 {
  366.                     "name": "Jakub Onderka",
  367.                     "email": "jakub.onderka@gmail.com",
  368.                     "homepage": "http://www.acci.cz"
  369.                 }
  370.             ],
  371.             "time": "2014-04-08 15:00:19"
  372.         },
  373.         {
  374.             "name": "jakub-onderka/php-console-highlighter",
  375.             "version": "v0.3.2",
  376.             "source": {
  377.                 "type": "git",
  378.                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  379.                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  380.             },
  381.             "dist": {
  382.                 "type": "zip",
  383.                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  384.                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  385.                 "shasum": ""
  386.             },
  387.             "require": {
  388.                 "jakub-onderka/php-console-color": "~0.1",
  389.                 "php": ">=5.3.0"
  390.             },
  391.             "require-dev": {
  392.                 "jakub-onderka/php-code-style": "~1.0",
  393.                 "jakub-onderka/php-parallel-lint": "~0.5",
  394.                 "jakub-onderka/php-var-dump-check": "~0.1",
  395.                 "phpunit/phpunit": "~4.0",
  396.                 "squizlabs/php_codesniffer": "~1.5"
  397.             },
  398.             "type": "library",
  399.             "autoload": {
  400.                 "psr-0": {
  401.                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
  402.                 }
  403.             },
  404.             "notification-url": "https://packagist.org/downloads/",
  405.             "license": [
  406.                 "MIT"
  407.             ],
  408.             "authors": [
  409.                 {
  410.                     "name": "Jakub Onderka",
  411.                     "email": "acci@acci.cz",
  412.                     "homepage": "http://www.acci.cz/"
  413.                 }
  414.             ],
  415.             "time": "2015-04-20 18:58:01"
  416.         },
  417.         {
  418.             "name": "jeremeamia/SuperClosure",
  419.             "version": "2.2.0",
  420.             "source": {
  421.                 "type": "git",
  422.                 "url": "https://github.com/jeremeamia/super_closure.git",
  423.                 "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
  424.             },
  425.             "dist": {
  426.                 "type": "zip",
  427.                 "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
  428.                 "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
  429.                 "shasum": ""
  430.             },
  431.             "require": {
  432.                 "nikic/php-parser": "^1.2|^2.0",
  433.                 "php": ">=5.4",
  434.                 "symfony/polyfill-php56": "^1.0"
  435.             },
  436.             "require-dev": {
  437.                 "phpunit/phpunit": "^4.0|^5.0"
  438.             },
  439.             "type": "library",
  440.             "extra": {
  441.                 "branch-alias": {
  442.                     "dev-master": "2.2-dev"
  443.                 }
  444.             },
  445.             "autoload": {
  446.                 "psr-4": {
  447.                     "SuperClosure\\": "src/"
  448.                 }
  449.             },
  450.             "notification-url": "https://packagist.org/downloads/",
  451.             "license": [
  452.                 "MIT"
  453.             ],
  454.             "authors": [
  455.                 {
  456.                     "name": "Jeremy Lindblom",
  457.                     "email": "jeremeamia@gmail.com",
  458.                     "homepage": "https://github.com/jeremeamia",
  459.                     "role": "Developer"
  460.                 }
  461.             ],
  462.             "description": "Serialize Closure objects, including their context and binding",
  463.             "homepage": "https://github.com/jeremeamia/super_closure",
  464.             "keywords": [
  465.                 "closure",
  466.                 "function",
  467.                 "lambda",
  468.                 "parser",
  469.                 "serializable",
  470.                 "serialize",
  471.                 "tokenizer"
  472.             ],
  473.             "time": "2015-12-05 17:17:57"
  474.         },
  475.         {
  476.             "name": "kaishiyoku/laravel-menu",
  477.             "version": "1.0.0",
  478.             "source": {
  479.                 "type": "git",
  480.                 "url": "https://github.com/Kaishiyoku/laravel-menu.git",
  481.                 "reference": "292e57c8e40580ca4c4b311732ec0a97873088ce"
  482.             },
  483.             "dist": {
  484.                 "type": "zip",
  485.                 "url": "https://api.github.com/repos/Kaishiyoku/laravel-menu/zipball/292e57c8e40580ca4c4b311732ec0a97873088ce",
  486.                 "reference": "292e57c8e40580ca4c4b311732ec0a97873088ce",
  487.                 "shasum": ""
  488.             },
  489.             "require": {
  490.                 "illuminate/contracts": "5.*",
  491.                 "illuminate/routing": "5.*",
  492.                 "illuminate/support": "5.*",
  493.                 "laravelcollective/html": "5.*",
  494.                 "php": ">=5.5.9"
  495.             },
  496.             "type": "library",
  497.             "autoload": {
  498.                 "psr-4": {
  499.                     "Kaishiyoku\\": "src/Kaishiyoku"
  500.                 }
  501.             },
  502.             "notification-url": "https://packagist.org/downloads/",
  503.             "license": [
  504.                 "MIT"
  505.             ],
  506.             "authors": [
  507.                 {
  508.                     "name": "Kaishiyoku",
  509.                     "email": "dev@andreas-wiedel.de"
  510.                 }
  511.             ],
  512.             "description": "Create menus for Laravel 5 with css-class highlighting support",
  513.             "time": "2015-12-30 16:27:20"
  514.         },
  515.         {
  516.             "name": "laravel/framework",
  517.             "version": "v5.2.6",
  518.             "source": {
  519.                 "type": "git",
  520.                 "url": "https://github.com/laravel/framework.git",
  521.                 "reference": "b774c304ee81fcf5402fa06b261b364ba8f29cf0"
  522.             },
  523.             "dist": {
  524.                 "type": "zip",
  525.                 "url": "https://api.github.com/repos/laravel/framework/zipball/b774c304ee81fcf5402fa06b261b364ba8f29cf0",
  526.                 "reference": "b774c304ee81fcf5402fa06b261b364ba8f29cf0",
  527.                 "shasum": ""
  528.             },
  529.             "require": {
  530.                 "classpreloader/classpreloader": "~3.0",
  531.                 "doctrine/inflector": "~1.0",
  532.                 "ext-mbstring": "*",
  533.                 "ext-openssl": "*",
  534.                 "jeremeamia/superclosure": "~2.2",
  535.                 "league/flysystem": "~1.0",
  536.                 "monolog/monolog": "~1.11",
  537.                 "mtdowling/cron-expression": "~1.0",
  538.                 "nesbot/carbon": "~1.20",
  539.                 "paragonie/random_compat": "~1.1",
  540.                 "php": ">=5.5.9",
  541.                 "psy/psysh": "0.6.*",
  542.                 "swiftmailer/swiftmailer": "~5.1",
  543.                 "symfony/console": "2.8.*|3.0.*",
  544.                 "symfony/debug": "2.8.*|3.0.*",
  545.                 "symfony/finder": "2.8.*|3.0.*",
  546.                 "symfony/http-foundation": "2.8.*|3.0.*",
  547.                 "symfony/http-kernel": "2.8.*|3.0.*",
  548.                 "symfony/polyfill-php56": "~1.0",
  549.                 "symfony/process": "2.8.*|3.0.*",
  550.                 "symfony/routing": "2.8.*|3.0.*",
  551.                 "symfony/translation": "2.8.*|3.0.*",
  552.                 "symfony/var-dumper": "2.8.*|3.0.*",
  553.                 "vlucas/phpdotenv": "~2.2"
  554.             },
  555.             "replace": {
  556.                 "illuminate/auth": "self.version",
  557.                 "illuminate/broadcasting": "self.version",
  558.                 "illuminate/bus": "self.version",
  559.                 "illuminate/cache": "self.version",
  560.                 "illuminate/config": "self.version",
  561.                 "illuminate/console": "self.version",
  562.                 "illuminate/container": "self.version",
  563.                 "illuminate/contracts": "self.version",
  564.                 "illuminate/cookie": "self.version",
  565.                 "illuminate/database": "self.version",
  566.                 "illuminate/encryption": "self.version",
  567.                 "illuminate/events": "self.version",
  568.                 "illuminate/exception": "self.version",
  569.                 "illuminate/filesystem": "self.version",
  570.                 "illuminate/hashing": "self.version",
  571.                 "illuminate/http": "self.version",
  572.                 "illuminate/log": "self.version",
  573.                 "illuminate/mail": "self.version",
  574.                 "illuminate/pagination": "self.version",
  575.                 "illuminate/pipeline": "self.version",
  576.                 "illuminate/queue": "self.version",
  577.                 "illuminate/redis": "self.version",
  578.                 "illuminate/routing": "self.version",
  579.                 "illuminate/session": "self.version",
  580.                 "illuminate/support": "self.version",
  581.                 "illuminate/translation": "self.version",
  582.                 "illuminate/validation": "self.version",
  583.                 "illuminate/view": "self.version"
  584.             },
  585.             "require-dev": {
  586.                 "aws/aws-sdk-php": "~3.0",
  587.                 "mockery/mockery": "~0.9.2",
  588.                 "pda/pheanstalk": "~3.0",
  589.                 "phpunit/phpunit": "~4.1",
  590.                 "predis/predis": "~1.0",
  591.                 "symfony/css-selector": "2.8.*|3.0.*",
  592.                 "symfony/dom-crawler": "2.8.*|3.0.*"
  593.             },
  594.             "suggest": {
  595.                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
  596.                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
  597.                 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  598.                 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
  599.                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  600.                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
  601.                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
  602.                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
  603.                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
  604.                 "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).",
  605.                 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*)."
  606.             },
  607.             "type": "library",
  608.             "extra": {
  609.                 "branch-alias": {
  610.                     "dev-master": "5.2-dev"
  611.                 }
  612.             },
  613.             "autoload": {
  614.                 "classmap": [
  615.                     "src/Illuminate/Queue/IlluminateQueueClosure.php"
  616.                 ],
  617.                 "files": [
  618.                     "src/Illuminate/Foundation/helpers.php",
  619.                     "src/Illuminate/Support/helpers.php"
  620.                 ],
  621.                 "psr-4": {
  622.                     "Illuminate\\": "src/Illuminate/"
  623.                 }
  624.             },
  625.             "notification-url": "https://packagist.org/downloads/",
  626.             "license": [
  627.                 "MIT"
  628.             ],
  629.             "authors": [
  630.                 {
  631.                     "name": "Taylor Otwell",
  632.                     "email": "taylorotwell@gmail.com"
  633.                 }
  634.             ],
  635.             "description": "The Laravel Framework.",
  636.             "homepage": "http://laravel.com",
  637.             "keywords": [
  638.                 "framework",
  639.                 "laravel"
  640.             ],
  641.             "time": "2015-12-31 17:41:58"
  642.         },
  643.         {
  644.             "name": "laravelcollective/html",
  645.             "version": "v5.2",
  646.             "source": {
  647.                 "type": "git",
  648.                 "url": "https://github.com/LaravelCollective/html.git",
  649.                 "reference": "5a8f1380a0d5ef21cdef37e775d86566307f8358"
  650.             },
  651.             "dist": {
  652.                 "type": "zip",
  653.                 "url": "https://api.github.com/repos/LaravelCollective/html/zipball/5a8f1380a0d5ef21cdef37e775d86566307f8358",
  654.                 "reference": "5a8f1380a0d5ef21cdef37e775d86566307f8358",
  655.                 "shasum": ""
  656.             },
  657.             "require": {
  658.                 "illuminate/http": "5.2.*",
  659.                 "illuminate/routing": "5.2.*",
  660.                 "illuminate/session": "5.2.*",
  661.                 "illuminate/support": "5.2.*",
  662.                 "illuminate/view": "5.2.*",
  663.                 "php": ">=5.5.9"
  664.             },
  665.             "require-dev": {
  666.                 "illuminate/database": "5.2.*",
  667.                 "mockery/mockery": "~0.9",
  668.                 "phpunit/phpunit": "~4.0"
  669.             },
  670.             "type": "library",
  671.             "autoload": {
  672.                 "psr-4": {
  673.                     "Collective\\Html\\": "src/"
  674.                 },
  675.                 "files": [
  676.                     "src/helpers.php"
  677.                 ]
  678.             },
  679.             "notification-url": "https://packagist.org/downloads/",
  680.             "license": [
  681.                 "MIT"
  682.             ],
  683.             "authors": [
  684.                 {
  685.                     "name": "Taylor Otwell",
  686.                     "email": "taylorotwell@gmail.com"
  687.                 },
  688.                 {
  689.                     "name": "Adam Engebretson",
  690.                     "email": "adam@laravelcollective.com"
  691.                 }
  692.             ],
  693.             "description": "HTML and Form Builders for the Laravel Framework",
  694.             "homepage": "http://laravelcollective.com",
  695.             "time": "2015-12-23 07:46:46"
  696.         },
  697.         {
  698.             "name": "league/flysystem",
  699.             "version": "1.0.16",
  700.             "source": {
  701.                 "type": "git",
  702.                 "url": "https://github.com/thephpleague/flysystem.git",
  703.                 "reference": "183e1a610664baf6dcd6fceda415baf43cbdc031"
  704.             },
  705.             "dist": {
  706.                 "type": "zip",
  707.                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/183e1a610664baf6dcd6fceda415baf43cbdc031",
  708.                 "reference": "183e1a610664baf6dcd6fceda415baf43cbdc031",
  709.                 "shasum": ""
  710.             },
  711.             "require": {
  712.                 "php": ">=5.4.0"
  713.             },
  714.             "conflict": {
  715.                 "league/flysystem-sftp": "<1.0.6"
  716.             },
  717.             "require-dev": {
  718.                 "ext-fileinfo": "*",
  719.                 "mockery/mockery": "~0.9",
  720.                 "phpspec/phpspec": "^2.2",
  721.                 "phpspec/prophecy-phpunit": "~1.0",
  722.                 "phpunit/phpunit": "~4.8"
  723.             },
  724.             "suggest": {
  725.                 "ext-fileinfo": "Required for MimeType",
  726.                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  727.                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  728.                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  729.                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  730.                 "league/flysystem-copy": "Allows you to use Copy.com storage",
  731.                 "league/flysystem-dropbox": "Allows you to use Dropbox storage",
  732.                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  733.                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  734.                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  735.                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
  736.                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
  737.             },
  738.             "type": "library",
  739.             "extra": {
  740.                 "branch-alias": {
  741.                     "dev-master": "1.1-dev"
  742.                 }
  743.             },
  744.             "autoload": {
  745.                 "psr-4": {
  746.                     "League\\Flysystem\\": "src/"
  747.                 }
  748.             },
  749.             "notification-url": "https://packagist.org/downloads/",
  750.             "license": [
  751.                 "MIT"
  752.             ],
  753.             "authors": [
  754.                 {
  755.                     "name": "Frank de Jonge",
  756.                     "email": "info@frenky.net"
  757.                 }
  758.             ],
  759.             "description": "Filesystem abstraction: Many filesystems, one API.",
  760.             "keywords": [
  761.                 "Cloud Files",
  762.                 "WebDAV",
  763.                 "abstraction",
  764.                 "aws",
  765.                 "cloud",
  766.                 "copy.com",
  767.                 "dropbox",
  768.                 "file systems",
  769.                 "files",
  770.                 "filesystem",
  771.                 "filesystems",
  772.                 "ftp",
  773.                 "rackspace",
  774.                 "remote",
  775.                 "s3",
  776.                 "sftp",
  777.                 "storage"
  778.             ],
  779.             "time": "2015-12-19 20:16:43"
  780.         },
  781.         {
  782.             "name": "linkorb/jsmin-php",
  783.             "version": "1.0.0",
  784.             "source": {
  785.                 "type": "git",
  786.                 "url": "https://github.com/linkorb/jsmin-php.git",
  787.                 "reference": "be85d87fc9c27730e7e9ced742b13010dafc1026"
  788.             },
  789.             "dist": {
  790.                 "type": "zip",
  791.                 "url": "https://api.github.com/repos/linkorb/jsmin-php/zipball/be85d87fc9c27730e7e9ced742b13010dafc1026",
  792.                 "reference": "be85d87fc9c27730e7e9ced742b13010dafc1026",
  793.                 "shasum": ""
  794.             },
  795.             "require": {
  796.                 "php": ">=5.0.0"
  797.             },
  798.             "type": "library",
  799.             "autoload": {
  800.                 "classmap": [
  801.                     "src/"
  802.                 ]
  803.             },
  804.             "notification-url": "https://packagist.org/downloads/",
  805.             "license": [
  806.                 "MIT"
  807.             ],
  808.             "authors": [
  809.                 {
  810.                     "name": "Joost Faassen",
  811.                     "email": "j.faassen@linkorb.com",
  812.                     "role": "Packaging for composer"
  813.                 },
  814.                 {
  815.                     "name": "Ryan Grove",
  816.                     "email": "ryan@wonko.com",
  817.                     "role": "PHP port"
  818.                 },
  819.                 {
  820.                     "name": "Adam Gofort",
  821.                     "email": "aag@adamgoforth.com",
  822.                     "role": "Updates to the PHP port"
  823.                 },
  824.                 {
  825.                     "name": "Douglas Crockford",
  826.                     "email": "douglas@crockford.com"
  827.                 }
  828.             ],
  829.             "description": "Unofficial package of jsmin-php",
  830.             "homepage": "http://www.github.com/linkorb/jsmin-php",
  831.             "keywords": [
  832.                 "javascript",
  833.                 "jsmin",
  834.                 "minify"
  835.             ],
  836.             "time": "2013-03-15 13:16:35"
  837.         },
  838.         {
  839.             "name": "mews/captcha",
  840.             "version": "2.1.0",
  841.             "source": {
  842.                 "type": "git",
  843.                 "url": "https://github.com/mewebstudio/captcha.git",
  844.                 "reference": "e11676bb111cca46b1dac29c05316ab9fe9f3596"
  845.             },
  846.             "dist": {
  847.                 "type": "zip",
  848.                 "url": "https://api.github.com/repos/mewebstudio/captcha/zipball/e11676bb111cca46b1dac29c05316ab9fe9f3596",
  849.                 "reference": "e11676bb111cca46b1dac29c05316ab9fe9f3596",
  850.                 "shasum": ""
  851.             },
  852.             "require": {
  853.                 "ext-gd": "*",
  854.                 "illuminate/config": "~5.0",
  855.                 "illuminate/filesystem": "~5.0",
  856.                 "illuminate/hashing": "~5.0",
  857.                 "illuminate/support": "~5.0",
  858.                 "intervention/image": "~2.2",
  859.                 "php": ">=5.4"
  860.             },
  861.             "require-dev": {
  862.                 "mockery/mockery": "dev-master",
  863.                 "phpunit/phpunit": "~4.0"
  864.             },
  865.             "type": "package",
  866.             "autoload": {
  867.                 "psr-4": {
  868.                     "Mews\\Captcha\\": "src/"
  869.                 },
  870.                 "files": [
  871.                     "src/helpers.php"
  872.                 ]
  873.             },
  874.             "notification-url": "https://packagist.org/downloads/",
  875.             "license": [
  876.                 "MIT"
  877.             ],
  878.             "authors": [
  879.                 {
  880.                     "name": "Muharrem ERİN",
  881.                     "email": "me@mewebstudio.com",
  882.                     "homepage": "https://github.com/mewebstudio",
  883.                     "role": "Developer"
  884.                 }
  885.             ],
  886.             "description": "Laravel 5 Captcha Package",
  887.             "homepage": "https://github.com/mewebstudio/captcha",
  888.             "keywords": [
  889.                 "captcha",
  890.                 "laravel5 Captcha",
  891.                 "laravel5 Security"
  892.             ],
  893.             "time": "2015-09-03 12:59:49"
  894.         },
  895.         {
  896.             "name": "monolog/monolog",
  897.             "version": "1.17.2",
  898.             "source": {
  899.                 "type": "git",
  900.                 "url": "https://github.com/Seldaek/monolog.git",
  901.                 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
  902.             },
  903.             "dist": {
  904.                 "type": "zip",
  905.                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
  906.                 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
  907.                 "shasum": ""
  908.             },
  909.             "require": {
  910.                 "php": ">=5.3.0",
  911.                 "psr/log": "~1.0"
  912.             },
  913.             "provide": {
  914.                 "psr/log-implementation": "1.0.0"
  915.             },
  916.             "require-dev": {
  917.                 "aws/aws-sdk-php": "^2.4.9",
  918.                 "doctrine/couchdb": "~1.0@dev",
  919.                 "graylog2/gelf-php": "~1.0",
  920.                 "jakub-onderka/php-parallel-lint": "0.9",
  921.                 "php-console/php-console": "^3.1.3",
  922.                 "phpunit/phpunit": "~4.5",
  923.                 "phpunit/phpunit-mock-objects": "2.3.0",
  924.                 "raven/raven": "^0.13",
  925.                 "ruflin/elastica": ">=0.90 <3.0",
  926.                 "swiftmailer/swiftmailer": "~5.3",
  927.                 "videlalvaro/php-amqplib": "~2.4"
  928.             },
  929.             "suggest": {
  930.                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  931.                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  932.                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  933.                 "ext-mongo": "Allow sending log messages to a MongoDB server",
  934.                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  935.                 "php-console/php-console": "Allow sending log messages to Google Chrome",
  936.                 "raven/raven": "Allow sending log messages to a Sentry server",
  937.                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
  938.                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  939.                 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  940.             },
  941.             "type": "library",
  942.             "extra": {
  943.                 "branch-alias": {
  944.                     "dev-master": "1.16.x-dev"
  945.                 }
  946.             },
  947.             "autoload": {
  948.                 "psr-4": {
  949.                     "Monolog\\": "src/Monolog"
  950.                 }
  951.             },
  952.             "notification-url": "https://packagist.org/downloads/",
  953.             "license": [
  954.                 "MIT"
  955.             ],
  956.             "authors": [
  957.                 {
  958.                     "name": "Jordi Boggiano",
  959.                     "email": "j.boggiano@seld.be",
  960.                     "homepage": "http://seld.be"
  961.                 }
  962.             ],
  963.             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  964.             "homepage": "http://github.com/Seldaek/monolog",
  965.             "keywords": [
  966.                 "log",
  967.                 "logging",
  968.                 "psr-3"
  969.             ],
  970.             "time": "2015-10-14 12:51:02"
  971.         },
  972.         {
  973.             "name": "mtdowling/cron-expression",
  974.             "version": "v1.0.4",
  975.             "source": {
  976.                 "type": "git",
  977.                 "url": "https://github.com/mtdowling/cron-expression.git",
  978.                 "reference": "fd92e883195e5dfa77720b1868cf084b08be4412"
  979.             },
  980.             "dist": {
  981.                 "type": "zip",
  982.                 "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412",
  983.                 "reference": "fd92e883195e5dfa77720b1868cf084b08be4412",
  984.                 "shasum": ""
  985.             },
  986.             "require": {
  987.                 "php": ">=5.3.2"
  988.             },
  989.             "require-dev": {
  990.                 "phpunit/phpunit": "4.*"
  991.             },
  992.             "type": "library",
  993.             "autoload": {
  994.                 "psr-0": {
  995.                     "Cron": "src/"
  996.                 }
  997.             },
  998.             "notification-url": "https://packagist.org/downloads/",
  999.             "license": [
  1000.                 "MIT"
  1001.             ],
  1002.             "authors": [
  1003.                 {
  1004.                     "name": "Michael Dowling",
  1005.                     "email": "mtdowling@gmail.com",
  1006.                     "homepage": "https://github.com/mtdowling"
  1007.                 }
  1008.             ],
  1009.             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1010.             "keywords": [
  1011.                 "cron",
  1012.                 "schedule"
  1013.             ],
  1014.             "time": "2015-01-11 23:07:46"
  1015.         },
  1016.         {
  1017.             "name": "natxet/CssMin",
  1018.             "version": "v3.0.4",
  1019.             "source": {
  1020.                 "type": "git",
  1021.                 "url": "https://github.com/natxet/CssMin.git",
  1022.                 "reference": "92de3fe3ccb4f8298d31952490ef7d5395855c39"
  1023.             },
  1024.             "dist": {
  1025.                 "type": "zip",
  1026.                 "url": "https://api.github.com/repos/natxet/CssMin/zipball/92de3fe3ccb4f8298d31952490ef7d5395855c39",
  1027.                 "reference": "92de3fe3ccb4f8298d31952490ef7d5395855c39",
  1028.                 "shasum": ""
  1029.             },
  1030.             "require": {
  1031.                 "php": ">=5.0"
  1032.             },
  1033.             "type": "library",
  1034.             "extra": {
  1035.                 "branch-alias": {
  1036.                     "dev-master": "3.0-dev"
  1037.                 }
  1038.             },
  1039.             "autoload": {
  1040.                 "classmap": [
  1041.                     "src/"
  1042.                 ]
  1043.             },
  1044.             "notification-url": "https://packagist.org/downloads/",
  1045.             "license": [
  1046.                 "MIT"
  1047.             ],
  1048.             "authors": [
  1049.                 {
  1050.                     "name": "Joe Scylla",
  1051.                     "email": "joe.scylla@gmail.com",
  1052.                     "homepage": "https://profiles.google.com/joe.scylla"
  1053.                 }
  1054.             ],
  1055.             "description": "Minifying CSS",
  1056.             "homepage": "http://code.google.com/p/cssmin/",
  1057.             "keywords": [
  1058.                 "css",
  1059.                 "minify"
  1060.             ],
  1061.             "time": "2015-09-25 11:13:11"
  1062.         },
  1063.         {
  1064.             "name": "nesbot/carbon",
  1065.             "version": "1.21.0",
  1066.             "source": {
  1067.                 "type": "git",
  1068.                 "url": "https://github.com/briannesbitt/Carbon.git",
  1069.                 "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
  1070.             },
  1071.             "dist": {
  1072.                 "type": "zip",
  1073.                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
  1074.                 "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
  1075.                 "shasum": ""
  1076.             },
  1077.             "require": {
  1078.                 "php": ">=5.3.0",
  1079.                 "symfony/translation": "~2.6|~3.0"
  1080.             },
  1081.             "require-dev": {
  1082.                 "phpunit/phpunit": "~4.0|~5.0"
  1083.             },
  1084.             "type": "library",
  1085.             "autoload": {
  1086.                 "psr-4": {
  1087.                     "Carbon\\": "src/Carbon/"
  1088.                 }
  1089.             },
  1090.             "notification-url": "https://packagist.org/downloads/",
  1091.             "license": [
  1092.                 "MIT"
  1093.             ],
  1094.             "authors": [
  1095.                 {
  1096.                     "name": "Brian Nesbitt",
  1097.                     "email": "brian@nesbot.com",
  1098.                     "homepage": "http://nesbot.com"
  1099.                 }
  1100.             ],
  1101.             "description": "A simple API extension for DateTime.",
  1102.             "homepage": "http://carbon.nesbot.com",
  1103.             "keywords": [
  1104.                 "date",
  1105.                 "datetime",
  1106.                 "time"
  1107.             ],
  1108.             "time": "2015-11-04 20:07:17"
  1109.         },
  1110.         {
  1111.             "name": "nikic/php-parser",
  1112.             "version": "v2.0.0",
  1113.             "source": {
  1114.                 "type": "git",
  1115.                 "url": "https://github.com/nikic/PHP-Parser.git",
  1116.                 "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01"
  1117.             },
  1118.             "dist": {
  1119.                 "type": "zip",
  1120.                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c542e5d86a9775abd1021618eb2430278bfc1e01",
  1121.                 "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01",
  1122.                 "shasum": ""
  1123.             },
  1124.             "require": {
  1125.                 "ext-tokenizer": "*",
  1126.                 "php": ">=5.4"
  1127.             },
  1128.             "require-dev": {
  1129.                 "phpunit/phpunit": "~4.0"
  1130.             },
  1131.             "bin": [
  1132.                 "bin/php-parse"
  1133.             ],
  1134.             "type": "library",
  1135.             "extra": {
  1136.                 "branch-alias": {
  1137.                     "dev-master": "2.0-dev"
  1138.                 }
  1139.             },
  1140.             "autoload": {
  1141.                 "psr-4": {
  1142.                     "PhpParser\\": "lib/PhpParser"
  1143.                 }
  1144.             },
  1145.             "notification-url": "https://packagist.org/downloads/",
  1146.             "license": [
  1147.                 "BSD-3-Clause"
  1148.             ],
  1149.             "authors": [
  1150.                 {
  1151.                     "name": "Nikita Popov"
  1152.                 }
  1153.             ],
  1154.             "description": "A PHP parser written in PHP",
  1155.             "keywords": [
  1156.                 "parser",
  1157.                 "php"
  1158.             ],
  1159.             "time": "2015-12-04 15:28:43"
  1160.         },
  1161.         {
  1162.             "name": "paragonie/random_compat",
  1163.             "version": "1.1.4",
  1164.             "source": {
  1165.                 "type": "git",
  1166.                 "url": "https://github.com/paragonie/random_compat.git",
  1167.                 "reference": "d762ee5b099a29044603cd4649851e81aa66cb47"
  1168.             },
  1169.             "dist": {
  1170.                 "type": "zip",
  1171.                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/d762ee5b099a29044603cd4649851e81aa66cb47",
  1172.                 "reference": "d762ee5b099a29044603cd4649851e81aa66cb47",
  1173.                 "shasum": ""
  1174.             },
  1175.             "require": {
  1176.                 "php": ">=5.2.0"
  1177.             },
  1178.             "require-dev": {
  1179.                 "phpunit/phpunit": "4.*|5.*"
  1180.             },
  1181.             "suggest": {
  1182.                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1183.             },
  1184.             "type": "library",
  1185.             "autoload": {
  1186.                 "files": [
  1187.                     "lib/random.php"
  1188.                 ]
  1189.             },
  1190.             "notification-url": "https://packagist.org/downloads/",
  1191.             "license": [
  1192.                 "MIT"
  1193.             ],
  1194.             "authors": [
  1195.                 {
  1196.                     "name": "Paragon Initiative Enterprises",
  1197.                     "email": "security@paragonie.com",
  1198.                     "homepage": "https://paragonie.com"
  1199.                 }
  1200.             ],
  1201.             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1202.             "keywords": [
  1203.                 "csprng",
  1204.                 "pseudorandom",
  1205.                 "random"
  1206.             ],
  1207.             "time": "2015-12-10 14:48:13"
  1208.         },
  1209.         {
  1210.             "name": "psr/http-message",
  1211.             "version": "1.0",
  1212.             "source": {
  1213.                 "type": "git",
  1214.                 "url": "https://github.com/php-fig/http-message.git",
  1215.                 "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  1216.             },
  1217.             "dist": {
  1218.                 "type": "zip",
  1219.                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  1220.                 "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  1221.                 "shasum": ""
  1222.             },
  1223.             "require": {
  1224.                 "php": ">=5.3.0"
  1225.             },
  1226.             "type": "library",
  1227.             "extra": {
  1228.                 "branch-alias": {
  1229.                     "dev-master": "1.0.x-dev"
  1230.                 }
  1231.             },
  1232.             "autoload": {
  1233.                 "psr-4": {
  1234.                     "Psr\\Http\\Message\\": "src/"
  1235.                 }
  1236.             },
  1237.             "notification-url": "https://packagist.org/downloads/",
  1238.             "license": [
  1239.                 "MIT"
  1240.             ],
  1241.             "authors": [
  1242.                 {
  1243.                     "name": "PHP-FIG",
  1244.                     "homepage": "http://www.php-fig.org/"
  1245.                 }
  1246.             ],
  1247.             "description": "Common interface for HTTP messages",
  1248.             "keywords": [
  1249.                 "http",
  1250.                 "http-message",
  1251.                 "psr",
  1252.                 "psr-7",
  1253.                 "request",
  1254.                 "response"
  1255.             ],
  1256.             "time": "2015-05-04 20:22:00"
  1257.         },
  1258.         {
  1259.             "name": "psr/log",
  1260.             "version": "1.0.0",
  1261.             "source": {
  1262.                 "type": "git",
  1263.                 "url": "https://github.com/php-fig/log.git",
  1264.                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  1265.             },
  1266.             "dist": {
  1267.                 "type": "zip",
  1268.                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  1269.                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  1270.                 "shasum": ""
  1271.             },
  1272.             "type": "library",
  1273.             "autoload": {
  1274.                 "psr-0": {
  1275.                     "Psr\\Log\\": ""
  1276.                 }
  1277.             },
  1278.             "notification-url": "https://packagist.org/downloads/",
  1279.             "license": [
  1280.                 "MIT"
  1281.             ],
  1282.             "authors": [
  1283.                 {
  1284.                     "name": "PHP-FIG",
  1285.                     "homepage": "http://www.php-fig.org/"
  1286.                 }
  1287.             ],
  1288.             "description": "Common interface for logging libraries",
  1289.             "keywords": [
  1290.                 "log",
  1291.                 "psr",
  1292.                 "psr-3"
  1293.             ],
  1294.             "time": "2012-12-21 11:40:51"
  1295.         },
  1296.         {
  1297.             "name": "psy/psysh",
  1298.             "version": "v0.6.1",
  1299.             "source": {
  1300.                 "type": "git",
  1301.                 "url": "https://github.com/bobthecow/psysh.git",
  1302.                 "reference": "0f04df0b23663799a8941fae13cd8e6299bde3ed"
  1303.             },
  1304.             "dist": {
  1305.                 "type": "zip",
  1306.                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0f04df0b23663799a8941fae13cd8e6299bde3ed",
  1307.                 "reference": "0f04df0b23663799a8941fae13cd8e6299bde3ed",
  1308.                 "shasum": ""
  1309.             },
  1310.             "require": {
  1311.                 "dnoegel/php-xdg-base-dir": "0.1",
  1312.                 "jakub-onderka/php-console-highlighter": "0.3.*",
  1313.                 "nikic/php-parser": "^1.2.1|~2.0",
  1314.                 "php": ">=5.3.9",
  1315.                 "symfony/console": "~2.3.10|^2.4.2|~3.0",
  1316.                 "symfony/var-dumper": "~2.7|~3.0"
  1317.             },
  1318.             "require-dev": {
  1319.                 "fabpot/php-cs-fixer": "~1.5",
  1320.                 "phpunit/phpunit": "~3.7|~4.0|~5.0",
  1321.                 "squizlabs/php_codesniffer": "~2.0",
  1322.                 "symfony/finder": "~2.1|~3.0"
  1323.             },
  1324.             "suggest": {
  1325.                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1326.                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1327.                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1328.                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
  1329.             },
  1330.             "bin": [
  1331.                 "bin/psysh"
  1332.             ],
  1333.             "type": "library",
  1334.             "extra": {
  1335.                 "branch-alias": {
  1336.                     "dev-develop": "0.7.x-dev"
  1337.                 }
  1338.             },
  1339.             "autoload": {
  1340.                 "files": [
  1341.                     "src/Psy/functions.php"
  1342.                 ],
  1343.                 "psr-4": {
  1344.                     "Psy\\": "src/Psy/"
  1345.                 }
  1346.             },
  1347.             "notification-url": "https://packagist.org/downloads/",
  1348.             "license": [
  1349.                 "MIT"
  1350.             ],
  1351.             "authors": [
  1352.                 {
  1353.                     "name": "Justin Hileman",
  1354.                     "email": "justin@justinhileman.info",
  1355.                     "homepage": "http://justinhileman.com"
  1356.                 }
  1357.             ],
  1358.             "description": "An interactive shell for modern PHP.",
  1359.             "homepage": "http://psysh.org",
  1360.             "keywords": [
  1361.                 "REPL",
  1362.                 "console",
  1363.                 "interactive",
  1364.                 "shell"
  1365.             ],
  1366.             "time": "2015-11-12 16:18:56"
  1367.         },
  1368.         {
  1369.             "name": "swiftmailer/swiftmailer",
  1370.             "version": "v5.4.1",
  1371.             "source": {
  1372.                 "type": "git",
  1373.                 "url": "https://github.com/swiftmailer/swiftmailer.git",
  1374.                 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
  1375.             },
  1376.             "dist": {
  1377.                 "type": "zip",
  1378.                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
  1379.                 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
  1380.                 "shasum": ""
  1381.             },
  1382.             "require": {
  1383.                 "php": ">=5.3.3"
  1384.             },
  1385.             "require-dev": {
  1386.                 "mockery/mockery": "~0.9.1,<0.9.4"
  1387.             },
  1388.             "type": "library",
  1389.             "extra": {
  1390.                 "branch-alias": {
  1391.                     "dev-master": "5.4-dev"
  1392.                 }
  1393.             },
  1394.             "autoload": {
  1395.                 "files": [
  1396.                     "lib/swift_required.php"
  1397.                 ]
  1398.             },
  1399.             "notification-url": "https://packagist.org/downloads/",
  1400.             "license": [
  1401.                 "MIT"
  1402.             ],
  1403.             "authors": [
  1404.                 {
  1405.                     "name": "Chris Corbyn"
  1406.                 },
  1407.                 {
  1408.                     "name": "Fabien Potencier",
  1409.                     "email": "fabien@symfony.com"
  1410.                 }
  1411.             ],
  1412.             "description": "Swiftmailer, free feature-rich PHP mailer",
  1413.             "homepage": "http://swiftmailer.org",
  1414.             "keywords": [
  1415.                 "email",
  1416.                 "mail",
  1417.                 "mailer"
  1418.             ],
  1419.             "time": "2015-06-06 14:19:39"
  1420.         },
  1421.         {
  1422.             "name": "symfony/console",
  1423.             "version": "v3.0.1",
  1424.             "source": {
  1425.                 "type": "git",
  1426.                 "url": "https://github.com/symfony/console.git",
  1427.                 "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3"
  1428.             },
  1429.             "dist": {
  1430.                 "type": "zip",
  1431.                 "url": "https://api.github.com/repos/symfony/console/zipball/ebcdc507829df915f4ca23067bd59ee4ef61f6c3",
  1432.                 "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3",
  1433.                 "shasum": ""
  1434.             },
  1435.             "require": {
  1436.                 "php": ">=5.5.9",
  1437.                 "symfony/polyfill-mbstring": "~1.0"
  1438.             },
  1439.             "require-dev": {
  1440.                 "psr/log": "~1.0",
  1441.                 "symfony/event-dispatcher": "~2.8|~3.0",
  1442.                 "symfony/process": "~2.8|~3.0"
  1443.             },
  1444.             "suggest": {
  1445.                 "psr/log": "For using the console logger",
  1446.                 "symfony/event-dispatcher": "",
  1447.                 "symfony/process": ""
  1448.             },
  1449.             "type": "library",
  1450.             "extra": {
  1451.                 "branch-alias": {
  1452.                     "dev-master": "3.0-dev"
  1453.                 }
  1454.             },
  1455.             "autoload": {
  1456.                 "psr-4": {
  1457.                     "Symfony\\Component\\Console\\": ""
  1458.                 },
  1459.                 "exclude-from-classmap": [
  1460.                     "/Tests/"
  1461.                 ]
  1462.             },
  1463.             "notification-url": "https://packagist.org/downloads/",
  1464.             "license": [
  1465.                 "MIT"
  1466.             ],
  1467.             "authors": [
  1468.                 {
  1469.                     "name": "Fabien Potencier",
  1470.                     "email": "fabien@symfony.com"
  1471.                 },
  1472.                 {
  1473.                     "name": "Symfony Community",
  1474.                     "homepage": "https://symfony.com/contributors"
  1475.                 }
  1476.             ],
  1477.             "description": "Symfony Console Component",
  1478.             "homepage": "https://symfony.com",
  1479.             "time": "2015-12-22 10:39:06"
  1480.         },
  1481.         {
  1482.             "name": "symfony/debug",
  1483.             "version": "v3.0.1",
  1484.             "source": {
  1485.                 "type": "git",
  1486.                 "url": "https://github.com/symfony/debug.git",
  1487.                 "reference": "73612266ac709769effdbfc0762e5b07cfd2ac2a"
  1488.             },
  1489.             "dist": {
  1490.                 "type": "zip",
  1491.                 "url": "https://api.github.com/repos/symfony/debug/zipball/73612266ac709769effdbfc0762e5b07cfd2ac2a",
  1492.                 "reference": "73612266ac709769effdbfc0762e5b07cfd2ac2a",
  1493.                 "shasum": ""
  1494.             },
  1495.             "require": {
  1496.                 "php": ">=5.5.9",
  1497.                 "psr/log": "~1.0"
  1498.             },
  1499.             "conflict": {
  1500.                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  1501.             },
  1502.             "require-dev": {
  1503.                 "symfony/class-loader": "~2.8|~3.0",
  1504.                 "symfony/http-kernel": "~2.8|~3.0"
  1505.             },
  1506.             "type": "library",
  1507.             "extra": {
  1508.                 "branch-alias": {
  1509.                     "dev-master": "3.0-dev"
  1510.                 }
  1511.             },
  1512.             "autoload": {
  1513.                 "psr-4": {
  1514.                     "Symfony\\Component\\Debug\\": ""
  1515.                 },
  1516.                 "exclude-from-classmap": [
  1517.                     "/Tests/"
  1518.                 ]
  1519.             },
  1520.             "notification-url": "https://packagist.org/downloads/",
  1521.             "license": [
  1522.                 "MIT"
  1523.             ],
  1524.             "authors": [
  1525.                 {
  1526.                     "name": "Fabien Potencier",
  1527.                     "email": "fabien@symfony.com"
  1528.                 },
  1529.                 {
  1530.                     "name": "Symfony Community",
  1531.                     "homepage": "https://symfony.com/contributors"
  1532.                 }
  1533.             ],
  1534.             "description": "Symfony Debug Component",
  1535.             "homepage": "https://symfony.com",
  1536.             "time": "2015-12-26 13:39:53"
  1537.         },
  1538.         {
  1539.             "name": "symfony/event-dispatcher",
  1540.             "version": "v3.0.1",
  1541.             "source": {
  1542.                 "type": "git",
  1543.                 "url": "https://github.com/symfony/event-dispatcher.git",
  1544.                 "reference": "d36355e026905fa5229e1ed7b4e9eda2e67adfcf"
  1545.             },
  1546.             "dist": {
  1547.                 "type": "zip",
  1548.                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d36355e026905fa5229e1ed7b4e9eda2e67adfcf",
  1549.                 "reference": "d36355e026905fa5229e1ed7b4e9eda2e67adfcf",
  1550.                 "shasum": ""
  1551.             },
  1552.             "require": {
  1553.                 "php": ">=5.5.9"
  1554.             },
  1555.             "require-dev": {
  1556.                 "psr/log": "~1.0",
  1557.                 "symfony/config": "~2.8|~3.0",
  1558.                 "symfony/dependency-injection": "~2.8|~3.0",
  1559.                 "symfony/expression-language": "~2.8|~3.0",
  1560.                 "symfony/stopwatch": "~2.8|~3.0"
  1561.             },
  1562.             "suggest": {
  1563.                 "symfony/dependency-injection": "",
  1564.                 "symfony/http-kernel": ""
  1565.             },
  1566.             "type": "library",
  1567.             "extra": {
  1568.                 "branch-alias": {
  1569.                     "dev-master": "3.0-dev"
  1570.                 }
  1571.             },
  1572.             "autoload": {
  1573.                 "psr-4": {
  1574.                     "Symfony\\Component\\EventDispatcher\\": ""
  1575.                 },
  1576.                 "exclude-from-classmap": [
  1577.                     "/Tests/"
  1578.                 ]
  1579.             },
  1580.             "notification-url": "https://packagist.org/downloads/",
  1581.             "license": [
  1582.                 "MIT"
  1583.             ],
  1584.             "authors": [
  1585.                 {
  1586.                     "name": "Fabien Potencier",
  1587.                     "email": "fabien@symfony.com"
  1588.                 },
  1589.                 {
  1590.                     "name": "Symfony Community",
  1591.                     "homepage": "https://symfony.com/contributors"
  1592.                 }
  1593.             ],
  1594.             "description": "Symfony EventDispatcher Component",
  1595.             "homepage": "https://symfony.com",
  1596.             "time": "2015-10-30 23:35:59"
  1597.         },
  1598.         {
  1599.             "name": "symfony/finder",
  1600.             "version": "v3.0.1",
  1601.             "source": {
  1602.                 "type": "git",
  1603.                 "url": "https://github.com/symfony/finder.git",
  1604.                 "reference": "8617895eb798b6bdb338321ce19453dc113e5675"
  1605.             },
  1606.             "dist": {
  1607.                 "type": "zip",
  1608.                 "url": "https://api.github.com/repos/symfony/finder/zipball/8617895eb798b6bdb338321ce19453dc113e5675",
  1609.                 "reference": "8617895eb798b6bdb338321ce19453dc113e5675",
  1610.                 "shasum": ""
  1611.             },
  1612.             "require": {
  1613.                 "php": ">=5.5.9"
  1614.             },
  1615.             "type": "library",
  1616.             "extra": {
  1617.                 "branch-alias": {
  1618.                     "dev-master": "3.0-dev"
  1619.                 }
  1620.             },
  1621.             "autoload": {
  1622.                 "psr-4": {
  1623.                     "Symfony\\Component\\Finder\\": ""
  1624.                 },
  1625.                 "exclude-from-classmap": [
  1626.                     "/Tests/"
  1627.                 ]
  1628.             },
  1629.             "notification-url": "https://packagist.org/downloads/",
  1630.             "license": [
  1631.                 "MIT"
  1632.             ],
  1633.             "authors": [
  1634.                 {
  1635.                     "name": "Fabien Potencier",
  1636.                     "email": "fabien@symfony.com"
  1637.                 },
  1638.                 {
  1639.                     "name": "Symfony Community",
  1640.                     "homepage": "https://symfony.com/contributors"
  1641.                 }
  1642.             ],
  1643.             "description": "Symfony Finder Component",
  1644.             "homepage": "https://symfony.com",
  1645.             "time": "2015-12-05 11:13:14"
  1646.         },
  1647.         {
  1648.             "name": "symfony/http-foundation",
  1649.             "version": "v3.0.1",
  1650.             "source": {
  1651.                 "type": "git",
  1652.                 "url": "https://github.com/symfony/http-foundation.git",
  1653.                 "reference": "939c8c28a5b1e4ab7317bc30c1f9aa881c4b06b5"
  1654.             },
  1655.             "dist": {
  1656.                 "type": "zip",
  1657.                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/939c8c28a5b1e4ab7317bc30c1f9aa881c4b06b5",
  1658.                 "reference": "939c8c28a5b1e4ab7317bc30c1f9aa881c4b06b5",
  1659.                 "shasum": ""
  1660.             },
  1661.             "require": {
  1662.                 "php": ">=5.5.9"
  1663.             },
  1664.             "require-dev": {
  1665.                 "symfony/expression-language": "~2.8|~3.0"
  1666.             },
  1667.             "type": "library",
  1668.             "extra": {
  1669.                 "branch-alias": {
  1670.                     "dev-master": "3.0-dev"
  1671.                 }
  1672.             },
  1673.             "autoload": {
  1674.                 "psr-4": {
  1675.                     "Symfony\\Component\\HttpFoundation\\": ""
  1676.                 },
  1677.                 "exclude-from-classmap": [
  1678.                     "/Tests/"
  1679.                 ]
  1680.             },
  1681.             "notification-url": "https://packagist.org/downloads/",
  1682.             "license": [
  1683.                 "MIT"
  1684.             ],
  1685.             "authors": [
  1686.                 {
  1687.                     "name": "Fabien Potencier",
  1688.                     "email": "fabien@symfony.com"
  1689.                 },
  1690.                 {
  1691.                     "name": "Symfony Community",
  1692.                     "homepage": "https://symfony.com/contributors"
  1693.                 }
  1694.             ],
  1695.             "description": "Symfony HttpFoundation Component",
  1696.             "homepage": "https://symfony.com",
  1697.             "time": "2015-12-18 15:43:53"
  1698.         },
  1699.         {
  1700.             "name": "symfony/http-kernel",
  1701.             "version": "v3.0.1",
  1702.             "source": {
  1703.                 "type": "git",
  1704.                 "url": "https://github.com/symfony/http-kernel.git",
  1705.                 "reference": "f7933e9f19e26e7baba7ec04735b466fedd3a6db"
  1706.             },
  1707.             "dist": {
  1708.                 "type": "zip",
  1709.                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f7933e9f19e26e7baba7ec04735b466fedd3a6db",
  1710.                 "reference": "f7933e9f19e26e7baba7ec04735b466fedd3a6db",
  1711.                 "shasum": ""
  1712.             },
  1713.             "require": {
  1714.                 "php": ">=5.5.9",
  1715.                 "psr/log": "~1.0",
  1716.                 "symfony/debug": "~2.8|~3.0",
  1717.                 "symfony/event-dispatcher": "~2.8|~3.0",
  1718.                 "symfony/http-foundation": "~2.8|~3.0"
  1719.             },
  1720.             "conflict": {
  1721.                 "symfony/config": "<2.8"
  1722.             },
  1723.             "require-dev": {
  1724.                 "symfony/browser-kit": "~2.8|~3.0",
  1725.                 "symfony/class-loader": "~2.8|~3.0",
  1726.                 "symfony/config": "~2.8|~3.0",
  1727.                 "symfony/console": "~2.8|~3.0",
  1728.                 "symfony/css-selector": "~2.8|~3.0",
  1729.                 "symfony/dependency-injection": "~2.8|~3.0",
  1730.                 "symfony/dom-crawler": "~2.8|~3.0",
  1731.                 "symfony/expression-language": "~2.8|~3.0",
  1732.                 "symfony/finder": "~2.8|~3.0",
  1733.                 "symfony/process": "~2.8|~3.0",
  1734.                 "symfony/routing": "~2.8|~3.0",
  1735.                 "symfony/stopwatch": "~2.8|~3.0",
  1736.                 "symfony/templating": "~2.8|~3.0",
  1737.                 "symfony/translation": "~2.8|~3.0",
  1738.                 "symfony/var-dumper": "~2.8|~3.0"
  1739.             },
  1740.             "suggest": {
  1741.                 "symfony/browser-kit": "",
  1742.                 "symfony/class-loader": "",
  1743.                 "symfony/config": "",
  1744.                 "symfony/console": "",
  1745.                 "symfony/dependency-injection": "",
  1746.                 "symfony/finder": "",
  1747.                 "symfony/var-dumper": ""
  1748.             },
  1749.             "type": "library",
  1750.             "extra": {
  1751.                 "branch-alias": {
  1752.                     "dev-master": "3.0-dev"
  1753.                 }
  1754.             },
  1755.             "autoload": {
  1756.                 "psr-4": {
  1757.                     "Symfony\\Component\\HttpKernel\\": ""
  1758.                 },
  1759.                 "exclude-from-classmap": [
  1760.                     "/Tests/"
  1761.                 ]
  1762.             },
  1763.             "notification-url": "https://packagist.org/downloads/",
  1764.             "license": [
  1765.                 "MIT"
  1766.             ],
  1767.             "authors": [
  1768.                 {
  1769.                     "name": "Fabien Potencier",
  1770.                     "email": "fabien@symfony.com"
  1771.                 },
  1772.                 {
  1773.                     "name": "Symfony Community",
  1774.                     "homepage": "https://symfony.com/contributors"
  1775.                 }
  1776.             ],
  1777.             "description": "Symfony HttpKernel Component",
  1778.             "homepage": "https://symfony.com",
  1779.             "time": "2015-12-26 16:46:13"
  1780.         },
  1781.         {
  1782.             "name": "symfony/polyfill-mbstring",
  1783.             "version": "v1.0.1",
  1784.             "source": {
  1785.                 "type": "git",
  1786.                 "url": "https://github.com/symfony/polyfill-mbstring.git",
  1787.                 "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25"
  1788.             },
  1789.             "dist": {
  1790.                 "type": "zip",
  1791.                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/49ff736bd5d41f45240cec77b44967d76e0c3d25",
  1792.                 "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25",
  1793.                 "shasum": ""
  1794.             },
  1795.             "require": {
  1796.                 "php": ">=5.3.3"
  1797.             },
  1798.             "suggest": {
  1799.                 "ext-mbstring": "For best performance"
  1800.             },
  1801.             "type": "library",
  1802.             "extra": {
  1803.                 "branch-alias": {
  1804.                     "dev-master": "1.0-dev"
  1805.                 }
  1806.             },
  1807.             "autoload": {
  1808.                 "psr-4": {
  1809.                     "Symfony\\Polyfill\\Mbstring\\": ""
  1810.                 },
  1811.                 "files": [
  1812.                     "bootstrap.php"
  1813.                 ]
  1814.             },
  1815.             "notification-url": "https://packagist.org/downloads/",
  1816.             "license": [
  1817.                 "MIT"
  1818.             ],
  1819.             "authors": [
  1820.                 {
  1821.                     "name": "Nicolas Grekas",
  1822.                     "email": "p@tchwork.com"
  1823.                 },
  1824.                 {
  1825.                     "name": "Symfony Community",
  1826.                     "homepage": "https://symfony.com/contributors"
  1827.                 }
  1828.             ],
  1829.             "description": "Symfony polyfill for the Mbstring extension",
  1830.             "homepage": "https://symfony.com",
  1831.             "keywords": [
  1832.                 "compatibility",
  1833.                 "mbstring",
  1834.                 "polyfill",
  1835.                 "portable",
  1836.                 "shim"
  1837.             ],
  1838.             "time": "2015-11-20 09:19:13"
  1839.         },
  1840.         {
  1841.             "name": "symfony/polyfill-php56",
  1842.             "version": "v1.0.1",
  1843.             "source": {
  1844.                 "type": "git",
  1845.                 "url": "https://github.com/symfony/polyfill-php56.git",
  1846.                 "reference": "e2e77609a9e2328eb370fbb0e0d8b2000ebb488f"
  1847.             },
  1848.             "dist": {
  1849.                 "type": "zip",
  1850.                 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e2e77609a9e2328eb370fbb0e0d8b2000ebb488f",
  1851.                 "reference": "e2e77609a9e2328eb370fbb0e0d8b2000ebb488f",
  1852.                 "shasum": ""
  1853.             },
  1854.             "require": {
  1855.                 "php": ">=5.3.3",
  1856.                 "symfony/polyfill-util": "~1.0"
  1857.             },
  1858.             "type": "library",
  1859.             "extra": {
  1860.                 "branch-alias": {
  1861.                     "dev-master": "1.0-dev"
  1862.                 }
  1863.             },
  1864.             "autoload": {
  1865.                 "psr-4": {
  1866.                     "Symfony\\Polyfill\\Php56\\": ""
  1867.                 },
  1868.                 "files": [
  1869.                     "bootstrap.php"
  1870.                 ]
  1871.             },
  1872.             "notification-url": "https://packagist.org/downloads/",
  1873.             "license": [
  1874.                 "MIT"
  1875.             ],
  1876.             "authors": [
  1877.                 {
  1878.                     "name": "Nicolas Grekas",
  1879.                     "email": "p@tchwork.com"
  1880.                 },
  1881.                 {
  1882.                     "name": "Symfony Community",
  1883.                     "homepage": "https://symfony.com/contributors"
  1884.                 }
  1885.             ],
  1886.             "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  1887.             "homepage": "https://symfony.com",
  1888.             "keywords": [
  1889.                 "compatibility",
  1890.                 "polyfill",
  1891.                 "portable",
  1892.                 "shim"
  1893.             ],
  1894.             "time": "2015-12-18 15:10:25"
  1895.         },
  1896.         {
  1897.             "name": "symfony/polyfill-util",
  1898.             "version": "v1.0.1",
  1899.             "source": {
  1900.                 "type": "git",
  1901.                 "url": "https://github.com/symfony/polyfill-util.git",
  1902.                 "reference": "4271c55cbc0a77b2641f861b978123e46b3da969"
  1903.             },
  1904.             "dist": {
  1905.                 "type": "zip",
  1906.                 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4271c55cbc0a77b2641f861b978123e46b3da969",
  1907.                 "reference": "4271c55cbc0a77b2641f861b978123e46b3da969",
  1908.                 "shasum": ""
  1909.             },
  1910.             "require": {
  1911.                 "php": ">=5.3.3"
  1912.             },
  1913.             "type": "library",
  1914.             "extra": {
  1915.                 "branch-alias": {
  1916.                     "dev-master": "1.0-dev"
  1917.                 }
  1918.             },
  1919.             "autoload": {
  1920.                 "psr-4": {
  1921.                     "Symfony\\Polyfill\\Util\\": ""
  1922.                 }
  1923.             },
  1924.             "notification-url": "https://packagist.org/downloads/",
  1925.             "license": [
  1926.                 "MIT"
  1927.             ],
  1928.             "authors": [
  1929.                 {
  1930.                     "name": "Nicolas Grekas",
  1931.                     "email": "p@tchwork.com"
  1932.                 },
  1933.                 {
  1934.                     "name": "Symfony Community",
  1935.                     "homepage": "https://symfony.com/contributors"
  1936.                 }
  1937.             ],
  1938.             "description": "Symfony utilities for portability of PHP codes",
  1939.             "homepage": "https://symfony.com",
  1940.             "keywords": [
  1941.                 "compat",
  1942.                 "compatibility",
  1943.                 "polyfill",
  1944.                 "shim"
  1945.             ],
  1946.             "time": "2015-11-04 20:28:58"
  1947.         },
  1948.         {
  1949.             "name": "symfony/process",
  1950.             "version": "v3.0.1",
  1951.             "source": {
  1952.                 "type": "git",
  1953.                 "url": "https://github.com/symfony/process.git",
  1954.                 "reference": "f4794f1d00f0746621be3020ffbd8c5e0b217ee3"
  1955.             },
  1956.             "dist": {
  1957.                 "type": "zip",
  1958.                 "url": "https://api.github.com/repos/symfony/process/zipball/f4794f1d00f0746621be3020ffbd8c5e0b217ee3",
  1959.                 "reference": "f4794f1d00f0746621be3020ffbd8c5e0b217ee3",
  1960.                 "shasum": ""
  1961.             },
  1962.             "require": {
  1963.                 "php": ">=5.5.9"
  1964.             },
  1965.             "type": "library",
  1966.             "extra": {
  1967.                 "branch-alias": {
  1968.                     "dev-master": "3.0-dev"
  1969.                 }
  1970.             },
  1971.             "autoload": {
  1972.                 "psr-4": {
  1973.                     "Symfony\\Component\\Process\\": ""
  1974.                 },
  1975.                 "exclude-from-classmap": [
  1976.                     "/Tests/"
  1977.                 ]
  1978.             },
  1979.             "notification-url": "https://packagist.org/downloads/",
  1980.             "license": [
  1981.                 "MIT"
  1982.             ],
  1983.             "authors": [
  1984.                 {
  1985.                     "name": "Fabien Potencier",
  1986.                     "email": "fabien@symfony.com"
  1987.                 },
  1988.                 {
  1989.                     "name": "Symfony Community",
  1990.                     "homepage": "https://symfony.com/contributors"
  1991.                 }
  1992.             ],
  1993.             "description": "Symfony Process Component",
  1994.             "homepage": "https://symfony.com",
  1995.             "time": "2015-12-23 11:04:02"
  1996.         },
  1997.         {
  1998.             "name": "symfony/routing",
  1999.             "version": "v3.0.1",
  2000.             "source": {
  2001.                 "type": "git",
  2002.                 "url": "https://github.com/symfony/routing.git",
  2003.                 "reference": "3b1bac52f42cb0f54df1a2dbabd55a1d214e2a59"
  2004.             },
  2005.             "dist": {
  2006.                 "type": "zip",
  2007.                 "url": "https://api.github.com/repos/symfony/routing/zipball/3b1bac52f42cb0f54df1a2dbabd55a1d214e2a59",
  2008.                 "reference": "3b1bac52f42cb0f54df1a2dbabd55a1d214e2a59",
  2009.                 "shasum": ""
  2010.             },
  2011.             "require": {
  2012.                 "php": ">=5.5.9"
  2013.             },
  2014.             "conflict": {
  2015.                 "symfony/config": "<2.8"
  2016.             },
  2017.             "require-dev": {
  2018.                 "doctrine/annotations": "~1.0",
  2019.                 "doctrine/common": "~2.2",
  2020.                 "psr/log": "~1.0",
  2021.                 "symfony/config": "~2.8|~3.0",
  2022.                 "symfony/expression-language": "~2.8|~3.0",
  2023.                 "symfony/http-foundation": "~2.8|~3.0",
  2024.                 "symfony/yaml": "~2.8|~3.0"
  2025.             },
  2026.             "suggest": {
  2027.                 "doctrine/annotations": "For using the annotation loader",
  2028.                 "symfony/config": "For using the all-in-one router or any loader",
  2029.                 "symfony/dependency-injection": "For loading routes from a service",
  2030.                 "symfony/expression-language": "For using expression matching",
  2031.                 "symfony/yaml": "For using the YAML loader"
  2032.             },
  2033.             "type": "library",
  2034.             "extra": {
  2035.                 "branch-alias": {
  2036.                     "dev-master": "3.0-dev"
  2037.                 }
  2038.             },
  2039.             "autoload": {
  2040.                 "psr-4": {
  2041.                     "Symfony\\Component\\Routing\\": ""
  2042.                 },
  2043.                 "exclude-from-classmap": [
  2044.                     "/Tests/"
  2045.                 ]
  2046.             },
  2047.             "notification-url": "https://packagist.org/downloads/",
  2048.             "license": [
  2049.                 "MIT"
  2050.             ],
  2051.             "authors": [
  2052.                 {
  2053.                     "name": "Fabien Potencier",
  2054.                     "email": "fabien@symfony.com"
  2055.                 },
  2056.                 {
  2057.                     "name": "Symfony Community",
  2058.                     "homepage": "https://symfony.com/contributors"
  2059.                 }
  2060.             ],
  2061.             "description": "Symfony Routing Component",
  2062.             "homepage": "https://symfony.com",
  2063.             "keywords": [
  2064.                 "router",
  2065.                 "routing",
  2066.                 "uri",
  2067.                 "url"
  2068.             ],
  2069.             "time": "2015-12-23 08:00:11"
  2070.         },
  2071.         {
  2072.             "name": "symfony/translation",
  2073.             "version": "v3.0.1",
  2074.             "source": {
  2075.                 "type": "git",
  2076.                 "url": "https://github.com/symfony/translation.git",
  2077.                 "reference": "dff0867826a7068d673801b7522f8e2634016ef9"
  2078.             },
  2079.             "dist": {
  2080.                 "type": "zip",
  2081.                 "url": "https://api.github.com/repos/symfony/translation/zipball/dff0867826a7068d673801b7522f8e2634016ef9",
  2082.                 "reference": "dff0867826a7068d673801b7522f8e2634016ef9",
  2083.                 "shasum": ""
  2084.             },
  2085.             "require": {
  2086.                 "php": ">=5.5.9",
  2087.                 "symfony/polyfill-mbstring": "~1.0"
  2088.             },
  2089.             "conflict": {
  2090.                 "symfony/config": "<2.8"
  2091.             },
  2092.             "require-dev": {
  2093.                 "psr/log": "~1.0",
  2094.                 "symfony/config": "~2.8|~3.0",
  2095.                 "symfony/intl": "~2.8|~3.0",
  2096.                 "symfony/yaml": "~2.8|~3.0"
  2097.             },
  2098.             "suggest": {
  2099.                 "psr/log": "To use logging capability in translator",
  2100.                 "symfony/config": "",
  2101.                 "symfony/yaml": ""
  2102.             },
  2103.             "type": "library",
  2104.             "extra": {
  2105.                 "branch-alias": {
  2106.                     "dev-master": "3.0-dev"
  2107.                 }
  2108.             },
  2109.             "autoload": {
  2110.                 "psr-4": {
  2111.                     "Symfony\\Component\\Translation\\": ""
  2112.                 },
  2113.                 "exclude-from-classmap": [
  2114.                     "/Tests/"
  2115.                 ]
  2116.             },
  2117.             "notification-url": "https://packagist.org/downloads/",
  2118.             "license": [
  2119.                 "MIT"
  2120.             ],
  2121.             "authors": [
  2122.                 {
  2123.                     "name": "Fabien Potencier",
  2124.                     "email": "fabien@symfony.com"
  2125.                 },
  2126.                 {
  2127.                     "name": "Symfony Community",
  2128.                     "homepage": "https://symfony.com/contributors"
  2129.                 }
  2130.             ],
  2131.             "description": "Symfony Translation Component",
  2132.             "homepage": "https://symfony.com",
  2133.             "time": "2015-12-05 17:45:07"
  2134.         },
  2135.         {
  2136.             "name": "symfony/var-dumper",
  2137.             "version": "v3.0.1",
  2138.             "source": {
  2139.                 "type": "git",
  2140.                 "url": "https://github.com/symfony/var-dumper.git",
  2141.                 "reference": "87db8700deb12ba2b65e858f656a1f885530bcb0"
  2142.             },
  2143.             "dist": {
  2144.                 "type": "zip",
  2145.                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/87db8700deb12ba2b65e858f656a1f885530bcb0",
  2146.                 "reference": "87db8700deb12ba2b65e858f656a1f885530bcb0",
  2147.                 "shasum": ""
  2148.             },
  2149.             "require": {
  2150.                 "php": ">=5.5.9",
  2151.                 "symfony/polyfill-mbstring": "~1.0"
  2152.             },
  2153.             "require-dev": {
  2154.                 "twig/twig": "~1.20|~2.0"
  2155.             },
  2156.             "suggest": {
  2157.                 "ext-symfony_debug": ""
  2158.             },
  2159.             "type": "library",
  2160.             "extra": {
  2161.                 "branch-alias": {
  2162.                     "dev-master": "3.0-dev"
  2163.                 }
  2164.             },
  2165.             "autoload": {
  2166.                 "files": [
  2167.                     "Resources/functions/dump.php"
  2168.                 ],
  2169.                 "psr-4": {
  2170.                     "Symfony\\Component\\VarDumper\\": ""
  2171.                 },
  2172.                 "exclude-from-classmap": [
  2173.                     "/Tests/"
  2174.                 ]
  2175.             },
  2176.             "notification-url": "https://packagist.org/downloads/",
  2177.             "license": [
  2178.                 "MIT"
  2179.             ],
  2180.             "authors": [
  2181.                 {
  2182.                     "name": "Nicolas Grekas",
  2183.                     "email": "p@tchwork.com"
  2184.                 },
  2185.                 {
  2186.                     "name": "Symfony Community",
  2187.                     "homepage": "https://symfony.com/contributors"
  2188.                 }
  2189.             ],
  2190.             "description": "Symfony mechanism for exploring and dumping PHP variables",
  2191.             "homepage": "https://symfony.com",
  2192.             "keywords": [
  2193.                 "debug",
  2194.                 "dump"
  2195.             ],
  2196.             "time": "2015-12-05 11:13:14"
  2197.         },
  2198.         {
  2199.             "name": "vlucas/phpdotenv",
  2200.             "version": "v2.2.0",
  2201.             "source": {
  2202.                 "type": "git",
  2203.                 "url": "https://github.com/vlucas/phpdotenv.git",
  2204.                 "reference": "9caf304153dc2288e4970caec6f1f3b3bc205412"
  2205.             },
  2206.             "dist": {
  2207.                 "type": "zip",
  2208.                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/9caf304153dc2288e4970caec6f1f3b3bc205412",
  2209.                 "reference": "9caf304153dc2288e4970caec6f1f3b3bc205412",
  2210.                 "shasum": ""
  2211.             },
  2212.             "require": {
  2213.                 "php": ">=5.3.9"
  2214.             },
  2215.             "require-dev": {
  2216.                 "phpunit/phpunit": "^4.8|^5.0"
  2217.             },
  2218.             "type": "library",
  2219.             "extra": {
  2220.                 "branch-alias": {
  2221.                     "dev-master": "2.2-dev"
  2222.                 }
  2223.             },
  2224.             "autoload": {
  2225.                 "psr-4": {
  2226.                     "Dotenv\\": "src/"
  2227.                 }
  2228.             },
  2229.             "notification-url": "https://packagist.org/downloads/",
  2230.             "license": [
  2231.                 "BSD"
  2232.             ],
  2233.             "authors": [
  2234.                 {
  2235.                     "name": "Vance Lucas",
  2236.                     "email": "vance@vancelucas.com",
  2237.                     "homepage": "http://www.vancelucas.com"
  2238.                 }
  2239.             ],
  2240.             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  2241.             "homepage": "http://github.com/vlucas/phpdotenv",
  2242.             "keywords": [
  2243.                 "dotenv",
  2244.                 "env",
  2245.                 "environment"
  2246.             ],
  2247.             "time": "2015-12-29 15:10:30"
  2248.         }
  2249.     ],
  2250.     "packages-dev": [
  2251.         {
  2252.             "name": "doctrine/instantiator",
  2253.             "version": "1.0.5",
  2254.             "source": {
  2255.                 "type": "git",
  2256.                 "url": "https://github.com/doctrine/instantiator.git",
  2257.                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  2258.             },
  2259.             "dist": {
  2260.                 "type": "zip",
  2261.                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  2262.                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  2263.                 "shasum": ""
  2264.             },
  2265.             "require": {
  2266.                 "php": ">=5.3,<8.0-DEV"
  2267.             },
  2268.             "require-dev": {
  2269.                 "athletic/athletic": "~0.1.8",
  2270.                 "ext-pdo": "*",
  2271.                 "ext-phar": "*",
  2272.                 "phpunit/phpunit": "~4.0",
  2273.                 "squizlabs/php_codesniffer": "~2.0"
  2274.             },
  2275.             "type": "library",
  2276.             "extra": {
  2277.                 "branch-alias": {
  2278.                     "dev-master": "1.0.x-dev"
  2279.                 }
  2280.             },
  2281.             "autoload": {
  2282.                 "psr-4": {
  2283.                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  2284.                 }
  2285.             },
  2286.             "notification-url": "https://packagist.org/downloads/",
  2287.             "license": [
  2288.                 "MIT"
  2289.             ],
  2290.             "authors": [
  2291.                 {
  2292.                     "name": "Marco Pivetta",
  2293.                     "email": "ocramius@gmail.com",
  2294.                     "homepage": "http://ocramius.github.com/"
  2295.                 }
  2296.             ],
  2297.             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  2298.             "homepage": "https://github.com/doctrine/instantiator",
  2299.             "keywords": [
  2300.                 "constructor",
  2301.                 "instantiate"
  2302.             ],
  2303.             "time": "2015-06-14 21:17:01"
  2304.         },
  2305.         {
  2306.             "name": "fzaninotto/faker",
  2307.             "version": "v1.5.0",
  2308.             "source": {
  2309.                 "type": "git",
  2310.                 "url": "https://github.com/fzaninotto/Faker.git",
  2311.                 "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
  2312.             },
  2313.             "dist": {
  2314.                 "type": "zip",
  2315.                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
  2316.                 "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
  2317.                 "shasum": ""
  2318.             },
  2319.             "require": {
  2320.                 "php": ">=5.3.3"
  2321.             },
  2322.             "require-dev": {
  2323.                 "phpunit/phpunit": "~4.0",
  2324.                 "squizlabs/php_codesniffer": "~1.5"
  2325.             },
  2326.             "suggest": {
  2327.                 "ext-intl": "*"
  2328.             },
  2329.             "type": "library",
  2330.             "extra": {
  2331.                 "branch-alias": {
  2332.                     "dev-master": "1.5.x-dev"
  2333.                 }
  2334.             },
  2335.             "autoload": {
  2336.                 "psr-4": {
  2337.                     "Faker\\": "src/Faker/"
  2338.                 }
  2339.             },
  2340.             "notification-url": "https://packagist.org/downloads/",
  2341.             "license": [
  2342.                 "MIT"
  2343.             ],
  2344.             "authors": [
  2345.                 {
  2346.                     "name": "François Zaninotto"
  2347.                 }
  2348.             ],
  2349.             "description": "Faker is a PHP library that generates fake data for you.",
  2350.             "keywords": [
  2351.                 "data",
  2352.                 "faker",
  2353.                 "fixtures"
  2354.             ],
  2355.             "time": "2015-05-29 06:29:14"
  2356.         },
  2357.         {
  2358.             "name": "hamcrest/hamcrest-php",
  2359.             "version": "v1.2.2",
  2360.             "source": {
  2361.                 "type": "git",
  2362.                 "url": "https://github.com/hamcrest/hamcrest-php.git",
  2363.                 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  2364.             },
  2365.             "dist": {
  2366.                 "type": "zip",
  2367.                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  2368.                 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  2369.                 "shasum": ""
  2370.             },
  2371.             "require": {
  2372.                 "php": ">=5.3.2"
  2373.             },
  2374.             "replace": {
  2375.                 "cordoval/hamcrest-php": "*",
  2376.                 "davedevelopment/hamcrest-php": "*",
  2377.                 "kodova/hamcrest-php": "*"
  2378.             },
  2379.             "require-dev": {
  2380.                 "phpunit/php-file-iterator": "1.3.3",
  2381.                 "satooshi/php-coveralls": "dev-master"
  2382.             },
  2383.             "type": "library",
  2384.             "autoload": {
  2385.                 "classmap": [
  2386.                     "hamcrest"
  2387.                 ],
  2388.                 "files": [
  2389.                     "hamcrest/Hamcrest.php"
  2390.                 ]
  2391.             },
  2392.             "notification-url": "https://packagist.org/downloads/",
  2393.             "license": [
  2394.                 "BSD"
  2395.             ],
  2396.             "description": "This is the PHP port of Hamcrest Matchers",
  2397.             "keywords": [
  2398.                 "test"
  2399.             ],
  2400.             "time": "2015-05-11 14:41:42"
  2401.         },
  2402.         {
  2403.             "name": "mockery/mockery",
  2404.             "version": "0.9.4",
  2405.             "source": {
  2406.                 "type": "git",
  2407.                 "url": "https://github.com/padraic/mockery.git",
  2408.                 "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
  2409.             },
  2410.             "dist": {
  2411.                 "type": "zip",
  2412.                 "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
  2413.                 "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
  2414.                 "shasum": ""
  2415.             },
  2416.             "require": {
  2417.                 "hamcrest/hamcrest-php": "~1.1",
  2418.                 "lib-pcre": ">=7.0",
  2419.                 "php": ">=5.3.2"
  2420.             },
  2421.             "require-dev": {
  2422.                 "phpunit/phpunit": "~4.0"
  2423.             },
  2424.             "type": "library",
  2425.             "extra": {
  2426.                 "branch-alias": {
  2427.                     "dev-master": "0.9.x-dev"
  2428.                 }
  2429.             },
  2430.             "autoload": {
  2431.                 "psr-0": {
  2432.                     "Mockery": "library/"
  2433.                 }
  2434.             },
  2435.             "notification-url": "https://packagist.org/downloads/",
  2436.             "license": [
  2437.                 "BSD-3-Clause"
  2438.             ],
  2439.             "authors": [
  2440.                 {
  2441.                     "name": "Pádraic Brady",
  2442.                     "email": "padraic.brady@gmail.com",
  2443.                     "homepage": "http://blog.astrumfutura.com"
  2444.                 },
  2445.                 {
  2446.                     "name": "Dave Marshall",
  2447.                     "email": "dave.marshall@atstsolutions.co.uk",
  2448.                     "homepage": "http://davedevelopment.co.uk"
  2449.                 }
  2450.             ],
  2451.             "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
  2452.             "homepage": "http://github.com/padraic/mockery",
  2453.             "keywords": [
  2454.                 "BDD",
  2455.                 "TDD",
  2456.                 "library",
  2457.                 "mock",
  2458.                 "mock objects",
  2459.                 "mockery",
  2460.                 "stub",
  2461.                 "test",
  2462.                 "test double",
  2463.                 "testing"
  2464.             ],
  2465.             "time": "2015-04-02 19:54:00"
  2466.         },
  2467.         {
  2468.             "name": "phpdocumentor/reflection-docblock",
  2469.             "version": "2.0.4",
  2470.             "source": {
  2471.                 "type": "git",
  2472.                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  2473.                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  2474.             },
  2475.             "dist": {
  2476.                 "type": "zip",
  2477.                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  2478.                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  2479.                 "shasum": ""
  2480.             },
  2481.             "require": {
  2482.                 "php": ">=5.3.3"
  2483.             },
  2484.             "require-dev": {
  2485.                 "phpunit/phpunit": "~4.0"
  2486.             },
  2487.             "suggest": {
  2488.                 "dflydev/markdown": "~1.0",
  2489.                 "erusev/parsedown": "~1.0"
  2490.             },
  2491.             "type": "library",
  2492.             "extra": {
  2493.                 "branch-alias": {
  2494.                     "dev-master": "2.0.x-dev"
  2495.                 }
  2496.             },
  2497.             "autoload": {
  2498.                 "psr-0": {
  2499.                     "phpDocumentor": [
  2500.                         "src/"
  2501.                     ]
  2502.                 }
  2503.             },
  2504.             "notification-url": "https://packagist.org/downloads/",
  2505.             "license": [
  2506.                 "MIT"
  2507.             ],
  2508.             "authors": [
  2509.                 {
  2510.                     "name": "Mike van Riel",
  2511.                     "email": "mike.vanriel@naenius.com"
  2512.                 }
  2513.             ],
  2514.             "time": "2015-02-03 12:10:50"
  2515.         },
  2516.         {
  2517.             "name": "phpspec/prophecy",
  2518.             "version": "v1.5.0",
  2519.             "source": {
  2520.                 "type": "git",
  2521.                 "url": "https://github.com/phpspec/prophecy.git",
  2522.                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
  2523.             },
  2524.             "dist": {
  2525.                 "type": "zip",
  2526.                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  2527.                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  2528.                 "shasum": ""
  2529.             },
  2530.             "require": {
  2531.                 "doctrine/instantiator": "^1.0.2",
  2532.                 "phpdocumentor/reflection-docblock": "~2.0",
  2533.                 "sebastian/comparator": "~1.1"
  2534.             },
  2535.             "require-dev": {
  2536.                 "phpspec/phpspec": "~2.0"
  2537.             },
  2538.             "type": "library",
  2539.             "extra": {
  2540.                 "branch-alias": {
  2541.                     "dev-master": "1.4.x-dev"
  2542.                 }
  2543.             },
  2544.             "autoload": {
  2545.                 "psr-0": {
  2546.                     "Prophecy\\": "src/"
  2547.                 }
  2548.             },
  2549.             "notification-url": "https://packagist.org/downloads/",
  2550.             "license": [
  2551.                 "MIT"
  2552.             ],
  2553.             "authors": [
  2554.                 {
  2555.                     "name": "Konstantin Kudryashov",
  2556.                     "email": "ever.zet@gmail.com",
  2557.                     "homepage": "http://everzet.com"
  2558.                 },
  2559.                 {
  2560.                     "name": "Marcello Duarte",
  2561.                     "email": "marcello.duarte@gmail.com"
  2562.                 }
  2563.             ],
  2564.             "description": "Highly opinionated mocking framework for PHP 5.3+",
  2565.             "homepage": "https://github.com/phpspec/prophecy",
  2566.             "keywords": [
  2567.                 "Double",
  2568.                 "Dummy",
  2569.                 "fake",
  2570.                 "mock",
  2571.                 "spy",
  2572.                 "stub"
  2573.             ],
  2574.             "time": "2015-08-13 10:07:40"
  2575.         },
  2576.         {
  2577.             "name": "phpunit/php-code-coverage",
  2578.             "version": "2.2.4",
  2579.             "source": {
  2580.                 "type": "git",
  2581.                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2582.                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  2583.             },
  2584.             "dist": {
  2585.                 "type": "zip",
  2586.                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  2587.                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  2588.                 "shasum": ""
  2589.             },
  2590.             "require": {
  2591.                 "php": ">=5.3.3",
  2592.                 "phpunit/php-file-iterator": "~1.3",
  2593.                 "phpunit/php-text-template": "~1.2",
  2594.                 "phpunit/php-token-stream": "~1.3",
  2595.                 "sebastian/environment": "^1.3.2",
  2596.                 "sebastian/version": "~1.0"
  2597.             },
  2598.             "require-dev": {
  2599.                 "ext-xdebug": ">=2.1.4",
  2600.                 "phpunit/phpunit": "~4"
  2601.             },
  2602.             "suggest": {
  2603.                 "ext-dom": "*",
  2604.                 "ext-xdebug": ">=2.2.1",
  2605.                 "ext-xmlwriter": "*"
  2606.             },
  2607.             "type": "library",
  2608.             "extra": {
  2609.                 "branch-alias": {
  2610.                     "dev-master": "2.2.x-dev"
  2611.                 }
  2612.             },
  2613.             "autoload": {
  2614.                 "classmap": [
  2615.                     "src/"
  2616.                 ]
  2617.             },
  2618.             "notification-url": "https://packagist.org/downloads/",
  2619.             "license": [
  2620.                 "BSD-3-Clause"
  2621.             ],
  2622.             "authors": [
  2623.                 {
  2624.                     "name": "Sebastian Bergmann",
  2625.                     "email": "sb@sebastian-bergmann.de",
  2626.                     "role": "lead"
  2627.                 }
  2628.             ],
  2629.             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2630.             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2631.             "keywords": [
  2632.                 "coverage",
  2633.                 "testing",
  2634.                 "xunit"
  2635.             ],
  2636.             "time": "2015-10-06 15:47:00"
  2637.         },
  2638.         {
  2639.             "name": "phpunit/php-file-iterator",
  2640.             "version": "1.4.1",
  2641.             "source": {
  2642.                 "type": "git",
  2643.                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2644.                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  2645.             },
  2646.             "dist": {
  2647.                 "type": "zip",
  2648.                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2649.                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2650.                 "shasum": ""
  2651.             },
  2652.             "require": {
  2653.                 "php": ">=5.3.3"
  2654.             },
  2655.             "type": "library",
  2656.             "extra": {
  2657.                 "branch-alias": {
  2658.                     "dev-master": "1.4.x-dev"
  2659.                 }
  2660.             },
  2661.             "autoload": {
  2662.                 "classmap": [
  2663.                     "src/"
  2664.                 ]
  2665.             },
  2666.             "notification-url": "https://packagist.org/downloads/",
  2667.             "license": [
  2668.                 "BSD-3-Clause"
  2669.             ],
  2670.             "authors": [
  2671.                 {
  2672.                     "name": "Sebastian Bergmann",
  2673.                     "email": "sb@sebastian-bergmann.de",
  2674.                     "role": "lead"
  2675.                 }
  2676.             ],
  2677.             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2678.             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2679.             "keywords": [
  2680.                 "filesystem",
  2681.                 "iterator"
  2682.             ],
  2683.             "time": "2015-06-21 13:08:43"
  2684.         },
  2685.         {
  2686.             "name": "phpunit/php-text-template",
  2687.             "version": "1.2.1",
  2688.             "source": {
  2689.                 "type": "git",
  2690.                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
  2691.                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  2692.             },
  2693.             "dist": {
  2694.                 "type": "zip",
  2695.                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2696.                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2697.                 "shasum": ""
  2698.             },
  2699.             "require": {
  2700.                 "php": ">=5.3.3"
  2701.             },
  2702.             "type": "library",
  2703.             "autoload": {
  2704.                 "classmap": [
  2705.                     "src/"
  2706.                 ]
  2707.             },
  2708.             "notification-url": "https://packagist.org/downloads/",
  2709.             "license": [
  2710.                 "BSD-3-Clause"
  2711.             ],
  2712.             "authors": [
  2713.                 {
  2714.                     "name": "Sebastian Bergmann",
  2715.                     "email": "sebastian@phpunit.de",
  2716.                     "role": "lead"
  2717.                 }
  2718.             ],
  2719.             "description": "Simple template engine.",
  2720.             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2721.             "keywords": [
  2722.                 "template"
  2723.             ],
  2724.             "time": "2015-06-21 13:50:34"
  2725.         },
  2726.         {
  2727.             "name": "phpunit/php-timer",
  2728.             "version": "1.0.7",
  2729.             "source": {
  2730.                 "type": "git",
  2731.                 "url": "https://github.com/sebastianbergmann/php-timer.git",
  2732.                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  2733.             },
  2734.             "dist": {
  2735.                 "type": "zip",
  2736.                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  2737.                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  2738.                 "shasum": ""
  2739.             },
  2740.             "require": {
  2741.                 "php": ">=5.3.3"
  2742.             },
  2743.             "type": "library",
  2744.             "autoload": {
  2745.                 "classmap": [
  2746.                     "src/"
  2747.                 ]
  2748.             },
  2749.             "notification-url": "https://packagist.org/downloads/",
  2750.             "license": [
  2751.                 "BSD-3-Clause"
  2752.             ],
  2753.             "authors": [
  2754.                 {
  2755.                     "name": "Sebastian Bergmann",
  2756.                     "email": "sb@sebastian-bergmann.de",
  2757.                     "role": "lead"
  2758.                 }
  2759.             ],
  2760.             "description": "Utility class for timing",
  2761.             "homepage": "https://github.com/sebastianbergmann/php-timer/",
  2762.             "keywords": [
  2763.                 "timer"
  2764.             ],
  2765.             "time": "2015-06-21 08:01:12"
  2766.         },
  2767.         {
  2768.             "name": "phpunit/php-token-stream",
  2769.             "version": "1.4.8",
  2770.             "source": {
  2771.                 "type": "git",
  2772.                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2773.                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  2774.             },
  2775.             "dist": {
  2776.                 "type": "zip",
  2777.                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2778.                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2779.                 "shasum": ""
  2780.             },
  2781.             "require": {
  2782.                 "ext-tokenizer": "*",
  2783.                 "php": ">=5.3.3"
  2784.             },
  2785.             "require-dev": {
  2786.                 "phpunit/phpunit": "~4.2"
  2787.             },
  2788.             "type": "library",
  2789.             "extra": {
  2790.                 "branch-alias": {
  2791.                     "dev-master": "1.4-dev"
  2792.                 }
  2793.             },
  2794.             "autoload": {
  2795.                 "classmap": [
  2796.                     "src/"
  2797.                 ]
  2798.             },
  2799.             "notification-url": "https://packagist.org/downloads/",
  2800.             "license": [
  2801.                 "BSD-3-Clause"
  2802.             ],
  2803.             "authors": [
  2804.                 {
  2805.                     "name": "Sebastian Bergmann",
  2806.                     "email": "sebastian@phpunit.de"
  2807.                 }
  2808.             ],
  2809.             "description": "Wrapper around PHP's tokenizer extension.",
  2810.             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2811.             "keywords": [
  2812.                 "tokenizer"
  2813.             ],
  2814.             "time": "2015-09-15 10:49:45"
  2815.         },
  2816.         {
  2817.             "name": "phpunit/phpunit",
  2818.             "version": "4.8.21",
  2819.             "source": {
  2820.                 "type": "git",
  2821.                 "url": "https://github.com/sebastianbergmann/phpunit.git",
  2822.                 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
  2823.             },
  2824.             "dist": {
  2825.                 "type": "zip",
  2826.                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
  2827.                 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
  2828.                 "shasum": ""
  2829.             },
  2830.             "require": {
  2831.                 "ext-dom": "*",
  2832.                 "ext-json": "*",
  2833.                 "ext-pcre": "*",
  2834.                 "ext-reflection": "*",
  2835.                 "ext-spl": "*",
  2836.                 "php": ">=5.3.3",
  2837.                 "phpspec/prophecy": "^1.3.1",
  2838.                 "phpunit/php-code-coverage": "~2.1",
  2839.                 "phpunit/php-file-iterator": "~1.4",
  2840.                 "phpunit/php-text-template": "~1.2",
  2841.                 "phpunit/php-timer": ">=1.0.6",
  2842.                 "phpunit/phpunit-mock-objects": "~2.3",
  2843.                 "sebastian/comparator": "~1.1",
  2844.                 "sebastian/diff": "~1.2",
  2845.                 "sebastian/environment": "~1.3",
  2846.                 "sebastian/exporter": "~1.2",
  2847.                 "sebastian/global-state": "~1.0",
  2848.                 "sebastian/version": "~1.0",
  2849.                 "symfony/yaml": "~2.1|~3.0"
  2850.             },
  2851.             "suggest": {
  2852.                 "phpunit/php-invoker": "~1.1"
  2853.             },
  2854.             "bin": [
  2855.                 "phpunit"
  2856.             ],
  2857.             "type": "library",
  2858.             "extra": {
  2859.                 "branch-alias": {
  2860.                     "dev-master": "4.8.x-dev"
  2861.                 }
  2862.             },
  2863.             "autoload": {
  2864.                 "classmap": [
  2865.                     "src/"
  2866.                 ]
  2867.             },
  2868.             "notification-url": "https://packagist.org/downloads/",
  2869.             "license": [
  2870.                 "BSD-3-Clause"
  2871.             ],
  2872.             "authors": [
  2873.                 {
  2874.                     "name": "Sebastian Bergmann",
  2875.                     "email": "sebastian@phpunit.de",
  2876.                     "role": "lead"
  2877.                 }
  2878.             ],
  2879.             "description": "The PHP Unit Testing framework.",
  2880.             "homepage": "https://phpunit.de/",
  2881.             "keywords": [
  2882.                 "phpunit",
  2883.                 "testing",
  2884.                 "xunit"
  2885.             ],
  2886.             "time": "2015-12-12 07:45:58"
  2887.         },
  2888.         {
  2889.             "name": "phpunit/phpunit-mock-objects",
  2890.             "version": "2.3.8",
  2891.             "source": {
  2892.                 "type": "git",
  2893.                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  2894.                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  2895.             },
  2896.             "dist": {
  2897.                 "type": "zip",
  2898.                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  2899.                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  2900.                 "shasum": ""
  2901.             },
  2902.             "require": {
  2903.                 "doctrine/instantiator": "^1.0.2",
  2904.                 "php": ">=5.3.3",
  2905.                 "phpunit/php-text-template": "~1.2",
  2906.                 "sebastian/exporter": "~1.2"
  2907.             },
  2908.             "require-dev": {
  2909.                 "phpunit/phpunit": "~4.4"
  2910.             },
  2911.             "suggest": {
  2912.                 "ext-soap": "*"
  2913.             },
  2914.             "type": "library",
  2915.             "extra": {
  2916.                 "branch-alias": {
  2917.                     "dev-master": "2.3.x-dev"
  2918.                 }
  2919.             },
  2920.             "autoload": {
  2921.                 "classmap": [
  2922.                     "src/"
  2923.                 ]
  2924.             },
  2925.             "notification-url": "https://packagist.org/downloads/",
  2926.             "license": [
  2927.                 "BSD-3-Clause"
  2928.             ],
  2929.             "authors": [
  2930.                 {
  2931.                     "name": "Sebastian Bergmann",
  2932.                     "email": "sb@sebastian-bergmann.de",
  2933.                     "role": "lead"
  2934.                 }
  2935.             ],
  2936.             "description": "Mock Object library for PHPUnit",
  2937.             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  2938.             "keywords": [
  2939.                 "mock",
  2940.                 "xunit"
  2941.             ],
  2942.             "time": "2015-10-02 06:51:40"
  2943.         },
  2944.         {
  2945.             "name": "sebastian/comparator",
  2946.             "version": "1.2.0",
  2947.             "source": {
  2948.                 "type": "git",
  2949.                 "url": "https://github.com/sebastianbergmann/comparator.git",
  2950.                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  2951.             },
  2952.             "dist": {
  2953.                 "type": "zip",
  2954.                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  2955.                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  2956.                 "shasum": ""
  2957.             },
  2958.             "require": {
  2959.                 "php": ">=5.3.3",
  2960.                 "sebastian/diff": "~1.2",
  2961.                 "sebastian/exporter": "~1.2"
  2962.             },
  2963.             "require-dev": {
  2964.                 "phpunit/phpunit": "~4.4"
  2965.             },
  2966.             "type": "library",
  2967.             "extra": {
  2968.                 "branch-alias": {
  2969.                     "dev-master": "1.2.x-dev"
  2970.                 }
  2971.             },
  2972.             "autoload": {
  2973.                 "classmap": [
  2974.                     "src/"
  2975.                 ]
  2976.             },
  2977.             "notification-url": "https://packagist.org/downloads/",
  2978.             "license": [
  2979.                 "BSD-3-Clause"
  2980.             ],
  2981.             "authors": [
  2982.                 {
  2983.                     "name": "Jeff Welch",
  2984.                     "email": "whatthejeff@gmail.com"
  2985.                 },
  2986.                 {
  2987.                     "name": "Volker Dusch",
  2988.                     "email": "github@wallbash.com"
  2989.                 },
  2990.                 {
  2991.                     "name": "Bernhard Schussek",
  2992.                     "email": "bschussek@2bepublished.at"
  2993.                 },
  2994.                 {
  2995.                     "name": "Sebastian Bergmann",
  2996.                     "email": "sebastian@phpunit.de"
  2997.                 }
  2998.             ],
  2999.             "description": "Provides the functionality to compare PHP values for equality",
  3000.             "homepage": "http://www.github.com/sebastianbergmann/comparator",
  3001.             "keywords": [
  3002.                 "comparator",
  3003.                 "compare",
  3004.                 "equality"
  3005.             ],
  3006.             "time": "2015-07-26 15:48:44"
  3007.         },
  3008.         {
  3009.             "name": "sebastian/diff",
  3010.             "version": "1.4.1",
  3011.             "source": {
  3012.                 "type": "git",
  3013.                 "url": "https://github.com/sebastianbergmann/diff.git",
  3014.                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  3015.             },
  3016.             "dist": {
  3017.                 "type": "zip",
  3018.                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  3019.                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  3020.                 "shasum": ""
  3021.             },
  3022.             "require": {
  3023.                 "php": ">=5.3.3"
  3024.             },
  3025.             "require-dev": {
  3026.                 "phpunit/phpunit": "~4.8"
  3027.             },
  3028.             "type": "library",
  3029.             "extra": {
  3030.                 "branch-alias": {
  3031.                     "dev-master": "1.4-dev"
  3032.                 }
  3033.             },
  3034.             "autoload": {
  3035.                 "classmap": [
  3036.                     "src/"
  3037.                 ]
  3038.             },
  3039.             "notification-url": "https://packagist.org/downloads/",
  3040.             "license": [
  3041.                 "BSD-3-Clause"
  3042.             ],
  3043.             "authors": [
  3044.                 {
  3045.                     "name": "Kore Nordmann",
  3046.                     "email": "mail@kore-nordmann.de"
  3047.                 },
  3048.                 {
  3049.                     "name": "Sebastian Bergmann",
  3050.                     "email": "sebastian@phpunit.de"
  3051.                 }
  3052.             ],
  3053.             "description": "Diff implementation",
  3054.             "homepage": "https://github.com/sebastianbergmann/diff",
  3055.             "keywords": [
  3056.                 "diff"
  3057.             ],
  3058.             "time": "2015-12-08 07:14:41"
  3059.         },
  3060.         {
  3061.             "name": "sebastian/environment",
  3062.             "version": "1.3.3",
  3063.             "source": {
  3064.                 "type": "git",
  3065.                 "url": "https://github.com/sebastianbergmann/environment.git",
  3066.                 "reference": "6e7133793a8e5a5714a551a8324337374be209df"
  3067.             },
  3068.             "dist": {
  3069.                 "type": "zip",
  3070.                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
  3071.                 "reference": "6e7133793a8e5a5714a551a8324337374be209df",
  3072.                 "shasum": ""
  3073.             },
  3074.             "require": {
  3075.                 "php": ">=5.3.3"
  3076.             },
  3077.             "require-dev": {
  3078.                 "phpunit/phpunit": "~4.4"
  3079.             },
  3080.             "type": "library",
  3081.             "extra": {
  3082.                 "branch-alias": {
  3083.                     "dev-master": "1.3.x-dev"
  3084.                 }
  3085.             },
  3086.             "autoload": {
  3087.                 "classmap": [
  3088.                     "src/"
  3089.                 ]
  3090.             },
  3091.             "notification-url": "https://packagist.org/downloads/",
  3092.             "license": [
  3093.                 "BSD-3-Clause"
  3094.             ],
  3095.             "authors": [
  3096.                 {
  3097.                     "name": "Sebastian Bergmann",
  3098.                     "email": "sebastian@phpunit.de"
  3099.                 }
  3100.             ],
  3101.             "description": "Provides functionality to handle HHVM/PHP environments",
  3102.             "homepage": "http://www.github.com/sebastianbergmann/environment",
  3103.             "keywords": [
  3104.                 "Xdebug",
  3105.                 "environment",
  3106.                 "hhvm"
  3107.             ],
  3108.             "time": "2015-12-02 08:37:27"
  3109.         },
  3110.         {
  3111.             "name": "sebastian/exporter",
  3112.             "version": "1.2.1",
  3113.             "source": {
  3114.                 "type": "git",
  3115.                 "url": "https://github.com/sebastianbergmann/exporter.git",
  3116.                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  3117.             },
  3118.             "dist": {
  3119.                 "type": "zip",
  3120.                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  3121.                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  3122.                 "shasum": ""
  3123.             },
  3124.             "require": {
  3125.                 "php": ">=5.3.3",
  3126.                 "sebastian/recursion-context": "~1.0"
  3127.             },
  3128.             "require-dev": {
  3129.                 "phpunit/phpunit": "~4.4"
  3130.             },
  3131.             "type": "library",
  3132.             "extra": {
  3133.                 "branch-alias": {
  3134.                     "dev-master": "1.2.x-dev"
  3135.                 }
  3136.             },
  3137.             "autoload": {
  3138.                 "classmap": [
  3139.                     "src/"
  3140.                 ]
  3141.             },
  3142.             "notification-url": "https://packagist.org/downloads/",
  3143.             "license": [
  3144.                 "BSD-3-Clause"
  3145.             ],
  3146.             "authors": [
  3147.                 {
  3148.                     "name": "Jeff Welch",
  3149.                     "email": "whatthejeff@gmail.com"
  3150.                 },
  3151.                 {
  3152.                     "name": "Volker Dusch",
  3153.                     "email": "github@wallbash.com"
  3154.                 },
  3155.                 {
  3156.                     "name": "Bernhard Schussek",
  3157.                     "email": "bschussek@2bepublished.at"
  3158.                 },
  3159.                 {
  3160.                     "name": "Sebastian Bergmann",
  3161.                     "email": "sebastian@phpunit.de"
  3162.                 },
  3163.                 {
  3164.                     "name": "Adam Harvey",
  3165.                     "email": "aharvey@php.net"
  3166.                 }
  3167.             ],
  3168.             "description": "Provides the functionality to export PHP variables for visualization",
  3169.             "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3170.             "keywords": [
  3171.                 "export",
  3172.                 "exporter"
  3173.             ],
  3174.             "time": "2015-06-21 07:55:53"
  3175.         },
  3176.         {
  3177.             "name": "sebastian/global-state",
  3178.             "version": "1.1.1",
  3179.             "source": {
  3180.                 "type": "git",
  3181.                 "url": "https://github.com/sebastianbergmann/global-state.git",
  3182.                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  3183.             },
  3184.             "dist": {
  3185.                 "type": "zip",
  3186.                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  3187.                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  3188.                 "shasum": ""
  3189.             },
  3190.             "require": {
  3191.                 "php": ">=5.3.3"
  3192.             },
  3193.             "require-dev": {
  3194.                 "phpunit/phpunit": "~4.2"
  3195.             },
  3196.             "suggest": {
  3197.                 "ext-uopz": "*"
  3198.             },
  3199.             "type": "library",
  3200.             "extra": {
  3201.                 "branch-alias": {
  3202.                     "dev-master": "1.0-dev"
  3203.                 }
  3204.             },
  3205.             "autoload": {
  3206.                 "classmap": [
  3207.                     "src/"
  3208.                 ]
  3209.             },
  3210.             "notification-url": "https://packagist.org/downloads/",
  3211.             "license": [
  3212.                 "BSD-3-Clause"
  3213.             ],
  3214.             "authors": [
  3215.                 {
  3216.                     "name": "Sebastian Bergmann",
  3217.                     "email": "sebastian@phpunit.de"
  3218.                 }
  3219.             ],
  3220.             "description": "Snapshotting of global state",
  3221.             "homepage": "http://www.github.com/sebastianbergmann/global-state",
  3222.             "keywords": [
  3223.                 "global state"
  3224.             ],
  3225.             "time": "2015-10-12 03:26:01"
  3226.         },
  3227.         {
  3228.             "name": "sebastian/recursion-context",
  3229.             "version": "1.0.2",
  3230.             "source": {
  3231.                 "type": "git",
  3232.                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
  3233.                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  3234.             },
  3235.             "dist": {
  3236.                 "type": "zip",
  3237.                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  3238.                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  3239.                 "shasum": ""
  3240.             },
  3241.             "require": {
  3242.                 "php": ">=5.3.3"
  3243.             },
  3244.             "require-dev": {
  3245.                 "phpunit/phpunit": "~4.4"
  3246.             },
  3247.             "type": "library",
  3248.             "extra": {
  3249.                 "branch-alias": {
  3250.                     "dev-master": "1.0.x-dev"
  3251.                 }
  3252.             },
  3253.             "autoload": {
  3254.                 "classmap": [
  3255.                     "src/"
  3256.                 ]
  3257.             },
  3258.             "notification-url": "https://packagist.org/downloads/",
  3259.             "license": [
  3260.                 "BSD-3-Clause"
  3261.             ],
  3262.             "authors": [
  3263.                 {
  3264.                     "name": "Jeff Welch",
  3265.                     "email": "whatthejeff@gmail.com"
  3266.                 },
  3267.                 {
  3268.                     "name": "Sebastian Bergmann",
  3269.                     "email": "sebastian@phpunit.de"
  3270.                 },
  3271.                 {
  3272.                     "name": "Adam Harvey",
  3273.                     "email": "aharvey@php.net"
  3274.                 }
  3275.             ],
  3276.             "description": "Provides functionality to recursively process PHP variables",
  3277.             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  3278.             "time": "2015-11-11 19:50:13"
  3279.         },
  3280.         {
  3281.             "name": "sebastian/version",
  3282.             "version": "1.0.6",
  3283.             "source": {
  3284.                 "type": "git",
  3285.                 "url": "https://github.com/sebastianbergmann/version.git",
  3286.                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  3287.             },
  3288.             "dist": {
  3289.                 "type": "zip",
  3290.                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  3291.                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  3292.                 "shasum": ""
  3293.             },
  3294.             "type": "library",
  3295.             "autoload": {
  3296.                 "classmap": [
  3297.                     "src/"
  3298.                 ]
  3299.             },
  3300.             "notification-url": "https://packagist.org/downloads/",
  3301.             "license": [
  3302.                 "BSD-3-Clause"
  3303.             ],
  3304.             "authors": [
  3305.                 {
  3306.                     "name": "Sebastian Bergmann",
  3307.                     "email": "sebastian@phpunit.de",
  3308.                     "role": "lead"
  3309.                 }
  3310.             ],
  3311.             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  3312.             "homepage": "https://github.com/sebastianbergmann/version",
  3313.             "time": "2015-06-21 13:59:46"
  3314.         },
  3315.         {
  3316.             "name": "symfony/css-selector",
  3317.             "version": "v3.0.1",
  3318.             "source": {
  3319.                 "type": "git",
  3320.                 "url": "https://github.com/symfony/css-selector.git",
  3321.                 "reference": "4613311fd46e146f506403ce2f8a0c71d402d2a3"
  3322.             },
  3323.             "dist": {
  3324.                 "type": "zip",
  3325.                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/4613311fd46e146f506403ce2f8a0c71d402d2a3",
  3326.                 "reference": "4613311fd46e146f506403ce2f8a0c71d402d2a3",
  3327.                 "shasum": ""
  3328.             },
  3329.             "require": {
  3330.                 "php": ">=5.5.9"
  3331.             },
  3332.             "type": "library",
  3333.             "extra": {
  3334.                 "branch-alias": {
  3335.                     "dev-master": "3.0-dev"
  3336.                 }
  3337.             },
  3338.             "autoload": {
  3339.                 "psr-4": {
  3340.                     "Symfony\\Component\\CssSelector\\": ""
  3341.                 },
  3342.                 "exclude-from-classmap": [
  3343.                     "/Tests/"
  3344.                 ]
  3345.             },
  3346.             "notification-url": "https://packagist.org/downloads/",
  3347.             "license": [
  3348.                 "MIT"
  3349.             ],
  3350.             "authors": [
  3351.                 {
  3352.                     "name": "Jean-François Simon",
  3353.                     "email": "jeanfrancois.simon@sensiolabs.com"
  3354.                 },
  3355.                 {
  3356.                     "name": "Fabien Potencier",
  3357.                     "email": "fabien@symfony.com"
  3358.                 },
  3359.                 {
  3360.                     "name": "Symfony Community",
  3361.                     "homepage": "https://symfony.com/contributors"
  3362.                 }
  3363.             ],
  3364.             "description": "Symfony CssSelector Component",
  3365.             "homepage": "https://symfony.com",
  3366.             "time": "2015-12-05 17:45:07"
  3367.         },
  3368.         {
  3369.             "name": "symfony/dom-crawler",
  3370.             "version": "v3.0.1",
  3371.             "source": {
  3372.                 "type": "git",
  3373.                 "url": "https://github.com/symfony/dom-crawler.git",
  3374.                 "reference": "7c622b0c9fb8bdb146d6dfa86c5f91dcbfdbc11d"
  3375.             },
  3376.             "dist": {
  3377.                 "type": "zip",
  3378.                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7c622b0c9fb8bdb146d6dfa86c5f91dcbfdbc11d",
  3379.                 "reference": "7c622b0c9fb8bdb146d6dfa86c5f91dcbfdbc11d",
  3380.                 "shasum": ""
  3381.             },
  3382.             "require": {
  3383.                 "php": ">=5.5.9",
  3384.                 "symfony/polyfill-mbstring": "~1.0"
  3385.             },
  3386.             "require-dev": {
  3387.                 "symfony/css-selector": "~2.8|~3.0"
  3388.             },
  3389.             "suggest": {
  3390.                 "symfony/css-selector": ""
  3391.             },
  3392.             "type": "library",
  3393.             "extra": {
  3394.                 "branch-alias": {
  3395.                     "dev-master": "3.0-dev"
  3396.                 }
  3397.             },
  3398.             "autoload": {
  3399.                 "psr-4": {
  3400.                     "Symfony\\Component\\DomCrawler\\": ""
  3401.                 },
  3402.                 "exclude-from-classmap": [
  3403.                     "/Tests/"
  3404.                 ]
  3405.             },
  3406.             "notification-url": "https://packagist.org/downloads/",
  3407.             "license": [
  3408.                 "MIT"
  3409.             ],
  3410.             "authors": [
  3411.                 {
  3412.                     "name": "Fabien Potencier",
  3413.                     "email": "fabien@symfony.com"
  3414.                 },
  3415.                 {
  3416.                     "name": "Symfony Community",
  3417.                     "homepage": "https://symfony.com/contributors"
  3418.                 }
  3419.             ],
  3420.             "description": "Symfony DomCrawler Component",
  3421.             "homepage": "https://symfony.com",
  3422.             "time": "2015-12-26 13:42:31"
  3423.         },
  3424.         {
  3425.             "name": "symfony/yaml",
  3426.             "version": "v3.0.1",
  3427.             "source": {
  3428.                 "type": "git",
  3429.                 "url": "https://github.com/symfony/yaml.git",
  3430.                 "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691"
  3431.             },
  3432.             "dist": {
  3433.                 "type": "zip",
  3434.                 "url": "https://api.github.com/repos/symfony/yaml/zipball/3df409958a646dad2bc5046c3fb671ee24a1a691",
  3435.                 "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691",
  3436.                 "shasum": ""
  3437.             },
  3438.             "require": {
  3439.                 "php": ">=5.5.9"
  3440.             },
  3441.             "type": "library",
  3442.             "extra": {
  3443.                 "branch-alias": {
  3444.                     "dev-master": "3.0-dev"
  3445.                 }
  3446.             },
  3447.             "autoload": {
  3448.                 "psr-4": {
  3449.                     "Symfony\\Component\\Yaml\\": ""
  3450.                 },
  3451.                 "exclude-from-classmap": [
  3452.                     "/Tests/"
  3453.                 ]
  3454.             },
  3455.             "notification-url": "https://packagist.org/downloads/",
  3456.             "license": [
  3457.                 "MIT"
  3458.             ],
  3459.             "authors": [
  3460.                 {
  3461.                     "name": "Fabien Potencier",
  3462.                     "email": "fabien@symfony.com"
  3463.                 },
  3464.                 {
  3465.                     "name": "Symfony Community",
  3466.                     "homepage": "https://symfony.com/contributors"
  3467.                 }
  3468.             ],
  3469.             "description": "Symfony Yaml Component",
  3470.             "homepage": "https://symfony.com",
  3471.             "time": "2015-12-26 13:39:53"
  3472.         }
  3473.     ],
  3474.     "aliases": [],
  3475.     "minimum-stability": "stable",
  3476.     "stability-flags": {
  3477.         "intervention/image": 20
  3478.     },
  3479.     "prefer-stable": false,
  3480.     "prefer-lowest": false,
  3481.     "platform": {
  3482.         "php": ">=5.5.9"
  3483.     },
  3484.     "platform-dev": []
  3485. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement