Advertisement
Guest User

Untitled

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