Advertisement
Guest User

Untitled

a guest
May 30th, 2017
1,946
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 464.02 KB | None | 0 0
  1. [
  2.     {
  3.         "name": "magento/magento-composer-installer",
  4.         "version": "0.1.12",
  5.         "version_normalized": "0.1.12.0",
  6.         "source": {
  7.             "type": "git",
  8.             "url": "https://github.com/magento/magento-composer-installer.git",
  9.             "reference": "10c600e88ad34fec71bb6b435ea8415ce92d51de"
  10.         },
  11.         "dist": {
  12.             "type": "zip",
  13.             "url": "https://api.github.com/repos/magento/magento-composer-installer/zipball/10c600e88ad34fec71bb6b435ea8415ce92d51de",
  14.             "reference": "10c600e88ad34fec71bb6b435ea8415ce92d51de",
  15.             "shasum": ""
  16.         },
  17.         "require": {
  18.             "composer-plugin-api": "^1.0"
  19.         },
  20.         "replace": {
  21.             "magento-hackathon/magento-composer-installer": "*"
  22.         },
  23.         "require-dev": {
  24.             "composer/composer": "*@dev",
  25.             "firegento/phpcs": "dev-patch-1",
  26.             "mikey179/vfsstream": "*",
  27.             "phpunit/phpunit": "*",
  28.             "phpunit/phpunit-mock-objects": "dev-master",
  29.             "squizlabs/php_codesniffer": "1.4.7",
  30.             "symfony/process": "*"
  31.         },
  32.         "time": "2016-10-06T16:05:07+00:00",
  33.         "type": "composer-plugin",
  34.         "extra": {
  35.             "composer-command-registry": [
  36.                 "MagentoHackathon\\Composer\\Magento\\Command\\DeployCommand"
  37.             ],
  38.             "class": "MagentoHackathon\\Composer\\Magento\\Plugin"
  39.         },
  40.         "installation-source": "dist",
  41.         "autoload": {
  42.             "psr-0": {
  43.                 "MagentoHackathon\\Composer\\Magento": "src/"
  44.             }
  45.         },
  46.         "notification-url": "https://packagist.org/downloads/",
  47.         "license": [
  48.             "OSL-3.0"
  49.         ],
  50.         "authors": [
  51.             {
  52.                 "name": "Vinai Kopp",
  53.                 "email": "vinai@netzarbeiter.com"
  54.             },
  55.             {
  56.                 "name": "Daniel Fahlke aka Flyingmana",
  57.                 "email": "flyingmana@googlemail.com"
  58.             },
  59.             {
  60.                 "name": "Jörg Weller",
  61.                 "email": "weller@flagbit.de"
  62.             },
  63.             {
  64.                 "name": "Karl Spies",
  65.                 "email": "karl.spies@gmx.net"
  66.             },
  67.             {
  68.                 "name": "Tobias Vogt",
  69.                 "email": "tobi@webguys.de"
  70.             },
  71.             {
  72.                 "name": "David Fuhr",
  73.                 "email": "fuhr@flagbit.de"
  74.             }
  75.         ],
  76.         "description": "Composer installer for Magento modules",
  77.         "homepage": "https://github.com/magento/magento-composer-installer",
  78.         "keywords": [
  79.             "composer-installer",
  80.             "magento"
  81.         ]
  82.     },
  83.     {
  84.         "name": "zendframework/zend-stdlib",
  85.         "version": "2.4.11",
  86.         "version_normalized": "2.4.11.0",
  87.         "source": {
  88.             "type": "git",
  89.             "url": "https://github.com/zendframework/zend-stdlib.git",
  90.             "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
  91.         },
  92.         "dist": {
  93.             "type": "zip",
  94.             "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
  95.             "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
  96.             "shasum": ""
  97.         },
  98.         "require": {
  99.             "php": ">=5.3.23"
  100.         },
  101.         "require-dev": {
  102.             "fabpot/php-cs-fixer": "1.7.*",
  103.             "phpunit/phpunit": "~4.0",
  104.             "satooshi/php-coveralls": "dev-master",
  105.             "zendframework/zend-eventmanager": "self.version",
  106.             "zendframework/zend-filter": "self.version",
  107.             "zendframework/zend-serializer": "self.version",
  108.             "zendframework/zend-servicemanager": "self.version"
  109.         },
  110.         "suggest": {
  111.             "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
  112.             "zendframework/zend-filter": "To support naming strategy hydrator usage",
  113.             "zendframework/zend-serializer": "Zend\\Serializer component",
  114.             "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
  115.         },
  116.         "time": "2015-07-21T13:55:46+00:00",
  117.         "type": "library",
  118.         "extra": {
  119.             "branch-alias": {
  120.                 "dev-master": "2.4-dev",
  121.                 "dev-develop": "2.5-dev"
  122.             }
  123.         },
  124.         "installation-source": "dist",
  125.         "autoload": {
  126.             "psr-4": {
  127.                 "Zend\\Stdlib\\": "src/"
  128.             }
  129.         },
  130.         "notification-url": "https://packagist.org/downloads/",
  131.         "license": [
  132.             "BSD-3-Clause"
  133.         ],
  134.         "homepage": "https://github.com/zendframework/zend-stdlib",
  135.         "keywords": [
  136.             "stdlib",
  137.             "zf2"
  138.         ]
  139.     },
  140.     {
  141.         "name": "zendframework/zend-validator",
  142.         "version": "2.4.11",
  143.         "version_normalized": "2.4.11.0",
  144.         "source": {
  145.             "type": "git",
  146.             "url": "https://github.com/zendframework/zend-validator.git",
  147.             "reference": "81415511fe729e6de19a61936313cef43c80d337"
  148.         },
  149.         "dist": {
  150.             "type": "zip",
  151.             "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
  152.             "reference": "81415511fe729e6de19a61936313cef43c80d337",
  153.             "shasum": ""
  154.         },
  155.         "require": {
  156.             "php": ">=5.3.23",
  157.             "zendframework/zend-stdlib": "~2.4.0"
  158.         },
  159.         "require-dev": {
  160.             "fabpot/php-cs-fixer": "1.7.*",
  161.             "phpunit/phpunit": "~4.0",
  162.             "satooshi/php-coveralls": "dev-master",
  163.             "zendframework/zend-config": "~2.4.0",
  164.             "zendframework/zend-db": "~2.4.0",
  165.             "zendframework/zend-filter": "~2.4.0",
  166.             "zendframework/zend-i18n": "~2.4.0",
  167.             "zendframework/zend-math": "~2.4.0",
  168.             "zendframework/zend-servicemanager": "~2.4.0",
  169.             "zendframework/zend-session": "~2.4.0",
  170.             "zendframework/zend-uri": "~2.4.0"
  171.         },
  172.         "suggest": {
  173.             "zendframework/zend-db": "Zend\\Db component",
  174.             "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
  175.             "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
  176.             "zendframework/zend-math": "Zend\\Math component",
  177.             "zendframework/zend-resources": "Translations of validator messages",
  178.             "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
  179.             "zendframework/zend-session": "Zend\\Session component",
  180.             "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
  181.         },
  182.         "time": "2015-09-08T21:04:17+00:00",
  183.         "type": "library",
  184.         "extra": {
  185.             "branch-alias": {
  186.                 "dev-master": "2.4-dev",
  187.                 "dev-develop": "2.5-dev"
  188.             }
  189.         },
  190.         "installation-source": "dist",
  191.         "autoload": {
  192.             "psr-4": {
  193.                 "Zend\\Validator\\": "src/"
  194.             }
  195.         },
  196.         "notification-url": "https://packagist.org/downloads/",
  197.         "license": [
  198.             "BSD-3-Clause"
  199.         ],
  200.         "description": "provides a set of commonly needed validators",
  201.         "homepage": "https://github.com/zendframework/zend-validator",
  202.         "keywords": [
  203.             "validator",
  204.             "zf2"
  205.         ]
  206.     },
  207.     {
  208.         "name": "zendframework/zend-escaper",
  209.         "version": "2.4.11",
  210.         "version_normalized": "2.4.11.0",
  211.         "source": {
  212.             "type": "git",
  213.             "url": "https://github.com/zendframework/zend-escaper.git",
  214.             "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
  215.         },
  216.         "dist": {
  217.             "type": "zip",
  218.             "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
  219.             "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
  220.             "shasum": ""
  221.         },
  222.         "require": {
  223.             "php": ">=5.3.23"
  224.         },
  225.         "require-dev": {
  226.             "fabpot/php-cs-fixer": "1.7.*",
  227.             "phpunit/phpunit": "~4.0",
  228.             "satooshi/php-coveralls": "dev-master"
  229.         },
  230.         "time": "2015-05-07T14:55:31+00:00",
  231.         "type": "library",
  232.         "extra": {
  233.             "branch-alias": {
  234.                 "dev-master": "2.4-dev",
  235.                 "dev-develop": "2.5-dev"
  236.             }
  237.         },
  238.         "installation-source": "dist",
  239.         "autoload": {
  240.             "psr-4": {
  241.                 "Zend\\Escaper\\": "src/"
  242.             }
  243.         },
  244.         "notification-url": "https://packagist.org/downloads/",
  245.         "license": [
  246.             "BSD-3-Clause"
  247.         ],
  248.         "homepage": "https://github.com/zendframework/zend-escaper",
  249.         "keywords": [
  250.             "escaper",
  251.             "zf2"
  252.         ]
  253.     },
  254.     {
  255.         "name": "zendframework/zend-uri",
  256.         "version": "2.4.11",
  257.         "version_normalized": "2.4.11.0",
  258.         "source": {
  259.             "type": "git",
  260.             "url": "https://github.com/zendframework/zend-uri.git",
  261.             "reference": "33512866d20cc4bc54a0c1a6a0bdfcf5088939b3"
  262.         },
  263.         "dist": {
  264.             "type": "zip",
  265.             "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/33512866d20cc4bc54a0c1a6a0bdfcf5088939b3",
  266.             "reference": "33512866d20cc4bc54a0c1a6a0bdfcf5088939b3",
  267.             "shasum": ""
  268.         },
  269.         "require": {
  270.             "php": ">=5.3.23",
  271.             "zendframework/zend-escaper": "~2.4.0",
  272.             "zendframework/zend-validator": "~2.4.0"
  273.         },
  274.         "require-dev": {
  275.             "fabpot/php-cs-fixer": "1.7.*",
  276.             "phpunit/phpunit": "~4.0",
  277.             "satooshi/php-coveralls": "dev-master"
  278.         },
  279.         "time": "2015-09-14T16:17:10+00:00",
  280.         "type": "library",
  281.         "extra": {
  282.             "branch-alias": {
  283.                 "dev-master": "2.4-dev",
  284.                 "dev-develop": "2.5-dev"
  285.             }
  286.         },
  287.         "installation-source": "dist",
  288.         "autoload": {
  289.             "psr-4": {
  290.                 "Zend\\Uri\\": "src/"
  291.             }
  292.         },
  293.         "notification-url": "https://packagist.org/downloads/",
  294.         "license": [
  295.             "BSD-3-Clause"
  296.         ],
  297.         "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
  298.         "homepage": "https://github.com/zendframework/zend-uri",
  299.         "keywords": [
  300.             "uri",
  301.             "zf2"
  302.         ]
  303.     },
  304.     {
  305.         "name": "zendframework/zend-loader",
  306.         "version": "2.4.11",
  307.         "version_normalized": "2.4.11.0",
  308.         "source": {
  309.             "type": "git",
  310.             "url": "https://github.com/zendframework/zend-loader.git",
  311.             "reference": "5e62c44a4d23c4e09d35fcc2a3b109c944dbdc22"
  312.         },
  313.         "dist": {
  314.             "type": "zip",
  315.             "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/5e62c44a4d23c4e09d35fcc2a3b109c944dbdc22",
  316.             "reference": "5e62c44a4d23c4e09d35fcc2a3b109c944dbdc22",
  317.             "shasum": ""
  318.         },
  319.         "require": {
  320.             "php": ">=5.3.23"
  321.         },
  322.         "require-dev": {
  323.             "fabpot/php-cs-fixer": "1.7.*",
  324.             "phpunit/phpunit": "~4.0",
  325.             "satooshi/php-coveralls": "dev-master"
  326.         },
  327.         "time": "2015-05-07T14:55:31+00:00",
  328.         "type": "library",
  329.         "extra": {
  330.             "branch-alias": {
  331.                 "dev-master": "2.4-dev",
  332.                 "dev-develop": "2.5-dev"
  333.             }
  334.         },
  335.         "installation-source": "dist",
  336.         "autoload": {
  337.             "psr-4": {
  338.                 "Zend\\Loader\\": "src/"
  339.             }
  340.         },
  341.         "notification-url": "https://packagist.org/downloads/",
  342.         "license": [
  343.             "BSD-3-Clause"
  344.         ],
  345.         "homepage": "https://github.com/zendframework/zend-loader",
  346.         "keywords": [
  347.             "loader",
  348.             "zf2"
  349.         ]
  350.     },
  351.     {
  352.         "name": "zendframework/zend-http",
  353.         "version": "2.4.11",
  354.         "version_normalized": "2.4.11.0",
  355.         "source": {
  356.             "type": "git",
  357.             "url": "https://github.com/zendframework/zend-http.git",
  358.             "reference": "0456267c3825f3c4b558460e0bffeb4c496e6fb8"
  359.         },
  360.         "dist": {
  361.             "type": "zip",
  362.             "url": "https://api.github.com/repos/zendframework/zend-http/zipball/0456267c3825f3c4b558460e0bffeb4c496e6fb8",
  363.             "reference": "0456267c3825f3c4b558460e0bffeb4c496e6fb8",
  364.             "shasum": ""
  365.         },
  366.         "require": {
  367.             "php": ">=5.3.23",
  368.             "zendframework/zend-loader": "~2.4.0",
  369.             "zendframework/zend-stdlib": "~2.4.0",
  370.             "zendframework/zend-uri": "~2.4.0",
  371.             "zendframework/zend-validator": "~2.4.0"
  372.         },
  373.         "require-dev": {
  374.             "fabpot/php-cs-fixer": "1.7.*",
  375.             "phpunit/phpunit": "~4.0",
  376.             "satooshi/php-coveralls": "dev-master",
  377.             "zendframework/zend-config": "~2.4.0"
  378.         },
  379.         "time": "2015-09-14T16:11:20+00:00",
  380.         "type": "library",
  381.         "extra": {
  382.             "branch-alias": {
  383.                 "dev-master": "2.4-dev",
  384.                 "dev-develop": "2.5-dev"
  385.             }
  386.         },
  387.         "installation-source": "dist",
  388.         "autoload": {
  389.             "psr-4": {
  390.                 "Zend\\Http\\": "src/"
  391.             }
  392.         },
  393.         "notification-url": "https://packagist.org/downloads/",
  394.         "license": [
  395.             "BSD-3-Clause"
  396.         ],
  397.         "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
  398.         "homepage": "https://github.com/zendframework/zend-http",
  399.         "keywords": [
  400.             "http",
  401.             "zf2"
  402.         ]
  403.     },
  404.     {
  405.         "name": "magento/framework",
  406.         "version": "100.1.6",
  407.         "version_normalized": "100.1.6.0",
  408.         "dist": {
  409.             "type": "zip",
  410.             "url": "https://repo.magento.com/archives/magento/framework/magento-framework-100.1.6.0.zip",
  411.             "reference": null,
  412.             "shasum": "09a9b7886b4d6bb41462666b35ab47136ddc14ee"
  413.         },
  414.         "require": {
  415.             "ext-curl": "*",
  416.             "ext-dom": "*",
  417.             "ext-gd": "*",
  418.             "ext-hash": "*",
  419.             "ext-iconv": "*",
  420.             "ext-mcrypt": "*",
  421.             "ext-openssl": "*",
  422.             "ext-simplexml": "*",
  423.             "ext-spl": "*",
  424.             "ext-xsl": "*",
  425.             "lib-libxml": "*",
  426.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
  427.             "symfony/process": "~2.1",
  428.             "zendframework/zend-http": "~2.4.6",
  429.             "zendframework/zend-stdlib": "~2.4.6"
  430.         },
  431.         "suggest": {
  432.             "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
  433.         },
  434.         "type": "magento2-library",
  435.         "installation-source": "dist",
  436.         "autoload": {
  437.             "psr-4": {
  438.                 "Magento\\Framework\\": ""
  439.             },
  440.             "files": [
  441.                 "registration.php"
  442.             ]
  443.         },
  444.         "license": [
  445.             "OSL-3.0",
  446.             "AFL-3.0"
  447.         ],
  448.         "description": "N/A"
  449.     },
  450.     {
  451.         "name": "magento/framework-foreign-key",
  452.         "version": "100.1.2",
  453.         "version_normalized": "100.1.2.0",
  454.         "dist": {
  455.             "type": "zip",
  456.             "url": "https://repo.magento.com/archives/magento/framework-foreign-key/magento-framework-foreign-key-100.1.2.0.zip",
  457.             "reference": null,
  458.             "shasum": "c6e9b9fb51408ba50859b1c4e1b0f381edef65dd"
  459.         },
  460.         "require": {
  461.             "magento/framework": "100.1.*",
  462.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  463.         },
  464.         "type": "magento2-library",
  465.         "installation-source": "dist",
  466.         "autoload": {
  467.             "psr-4": {
  468.                 "Magento\\Framework\\ForeignKey\\": ""
  469.             },
  470.             "files": [
  471.                 "registration.php"
  472.             ]
  473.         },
  474.         "license": [
  475.             "OSL-3.0",
  476.             "AFL-3.0"
  477.         ],
  478.         "description": "N/A"
  479.     },
  480.     {
  481.         "name": "magento/framework-message-queue",
  482.         "version": "100.1.3",
  483.         "version_normalized": "100.1.3.0",
  484.         "dist": {
  485.             "type": "zip",
  486.             "url": "https://repo.magento.com/archives/magento/framework-message-queue/magento-framework-message-queue-100.1.3.0.zip",
  487.             "reference": null,
  488.             "shasum": "cba9d7cfe5e37ea52f8191180e3d061aab7ad559"
  489.         },
  490.         "require": {
  491.             "magento/framework": "100.1.*",
  492.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  493.         },
  494.         "type": "magento2-library",
  495.         "installation-source": "dist",
  496.         "autoload": {
  497.             "psr-4": {
  498.                 "Magento\\Framework\\MessageQueue\\": ""
  499.             },
  500.             "files": [
  501.                 "registration.php"
  502.             ]
  503.         },
  504.         "license": [
  505.             "OSL-3.0",
  506.             "AFL-3.0"
  507.         ],
  508.         "description": "N/A"
  509.     },
  510.     {
  511.         "name": "justinrainbow/json-schema",
  512.         "version": "1.6.1",
  513.         "version_normalized": "1.6.1.0",
  514.         "source": {
  515.             "type": "git",
  516.             "url": "https://github.com/justinrainbow/json-schema.git",
  517.             "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
  518.         },
  519.         "dist": {
  520.             "type": "zip",
  521.             "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
  522.             "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
  523.             "shasum": ""
  524.         },
  525.         "require": {
  526.             "php": ">=5.3.29"
  527.         },
  528.         "require-dev": {
  529.             "json-schema/json-schema-test-suite": "1.1.0",
  530.             "phpdocumentor/phpdocumentor": "~2",
  531.             "phpunit/phpunit": "~3.7"
  532.         },
  533.         "time": "2016-01-25T15:43:01+00:00",
  534.         "bin": [
  535.             "bin/validate-json"
  536.         ],
  537.         "type": "library",
  538.         "extra": {
  539.             "branch-alias": {
  540.                 "dev-master": "1.6.x-dev"
  541.             }
  542.         },
  543.         "installation-source": "dist",
  544.         "autoload": {
  545.             "psr-4": {
  546.                 "JsonSchema\\": "src/JsonSchema/"
  547.             }
  548.         },
  549.         "notification-url": "https://packagist.org/downloads/",
  550.         "license": [
  551.             "BSD-3-Clause"
  552.         ],
  553.         "authors": [
  554.             {
  555.                 "name": "Bruno Prieto Reis",
  556.                 "email": "bruno.p.reis@gmail.com"
  557.             },
  558.             {
  559.                 "name": "Justin Rainbow",
  560.                 "email": "justin.rainbow@gmail.com"
  561.             },
  562.             {
  563.                 "name": "Igor Wiedler",
  564.                 "email": "igor@wiedler.ch"
  565.             },
  566.             {
  567.                 "name": "Robert Schönthal",
  568.                 "email": "seroscho@googlemail.com"
  569.             }
  570.         ],
  571.         "description": "A library to validate a json schema.",
  572.         "homepage": "https://github.com/justinrainbow/json-schema",
  573.         "keywords": [
  574.             "json",
  575.             "schema"
  576.         ]
  577.     },
  578.     {
  579.         "name": "magento/module-media-storage",
  580.         "version": "100.1.2",
  581.         "version_normalized": "100.1.2.0",
  582.         "dist": {
  583.             "type": "zip",
  584.             "url": "https://repo.magento.com/archives/magento/module-media-storage/magento-module-media-storage-100.1.2.0.zip",
  585.             "reference": null,
  586.             "shasum": "5c88554bc62f952c1fb56abe3baf9f0dea41ef41"
  587.         },
  588.         "require": {
  589.             "magento/framework": "100.1.*",
  590.             "magento/module-backend": "100.1.*",
  591.             "magento/module-config": "100.1.*",
  592.             "magento/module-store": "100.1.*",
  593.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  594.         },
  595.         "type": "magento2-module",
  596.         "installation-source": "dist",
  597.         "autoload": {
  598.             "files": [
  599.                 "registration.php"
  600.             ],
  601.             "psr-4": {
  602.                 "Magento\\MediaStorage\\": ""
  603.             }
  604.         },
  605.         "license": [
  606.             "OSL-3.0",
  607.             "AFL-3.0"
  608.         ],
  609.         "description": "N/A"
  610.     },
  611.     {
  612.         "name": "magento/module-config",
  613.         "version": "100.1.4",
  614.         "version_normalized": "100.1.4.0",
  615.         "dist": {
  616.             "type": "zip",
  617.             "url": "https://repo.magento.com/archives/magento/module-config/magento-module-config-100.1.4.0.zip",
  618.             "reference": null,
  619.             "shasum": "bca1740910cbc29e2311274cad9d1393f8b79628"
  620.         },
  621.         "require": {
  622.             "magento/framework": "100.1.*",
  623.             "magento/module-backend": "100.1.*",
  624.             "magento/module-cron": "100.1.*",
  625.             "magento/module-directory": "100.1.*",
  626.             "magento/module-email": "100.1.*",
  627.             "magento/module-media-storage": "100.1.*",
  628.             "magento/module-store": "100.1.*",
  629.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  630.         },
  631.         "suggest": {
  632.             "magento/module-deploy": "100.1.*"
  633.         },
  634.         "type": "magento2-module",
  635.         "installation-source": "dist",
  636.         "autoload": {
  637.             "files": [
  638.                 "registration.php"
  639.             ],
  640.             "psr-4": {
  641.                 "Magento\\Config\\": ""
  642.             }
  643.         },
  644.         "license": [
  645.             "OSL-3.0",
  646.             "AFL-3.0"
  647.         ],
  648.         "description": "N/A"
  649.     },
  650.     {
  651.         "name": "magento/module-backend",
  652.         "version": "100.1.3",
  653.         "version_normalized": "100.1.3.0",
  654.         "dist": {
  655.             "type": "zip",
  656.             "url": "https://repo.magento.com/archives/magento/module-backend/magento-module-backend-100.1.3.0.zip",
  657.             "reference": null,
  658.             "shasum": "f0cc30af16c204cb4c1c39a5b06c099a5c1dc298"
  659.         },
  660.         "require": {
  661.             "magento/framework": "100.1.*",
  662.             "magento/module-backup": "100.1.*",
  663.             "magento/module-catalog": "101.0.*",
  664.             "magento/module-config": "100.1.*",
  665.             "magento/module-customer": "100.1.*",
  666.             "magento/module-developer": "100.1.*",
  667.             "magento/module-directory": "100.1.*",
  668.             "magento/module-eav": "100.1.*",
  669.             "magento/module-quote": "100.1.*",
  670.             "magento/module-reports": "100.1.*",
  671.             "magento/module-require-js": "100.1.*",
  672.             "magento/module-sales": "100.1.*",
  673.             "magento/module-security": "100.1.*",
  674.             "magento/module-store": "100.1.*",
  675.             "magento/module-theme": "100.1.*",
  676.             "magento/module-translation": "100.1.*",
  677.             "magento/module-user": "100.1.*",
  678.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  679.         },
  680.         "type": "magento2-module",
  681.         "installation-source": "dist",
  682.         "autoload": {
  683.             "files": [
  684.                 "registration.php"
  685.             ],
  686.             "psr-4": {
  687.                 "Magento\\Backend\\": ""
  688.             }
  689.         },
  690.         "license": [
  691.             "OSL-3.0",
  692.             "AFL-3.0"
  693.         ],
  694.         "description": "N/A"
  695.     },
  696.     {
  697.         "name": "magento/module-require-js",
  698.         "version": "100.1.3",
  699.         "version_normalized": "100.1.3.0",
  700.         "dist": {
  701.             "type": "zip",
  702.             "url": "https://repo.magento.com/archives/magento/module-require-js/magento-module-require-js-100.1.3.0.zip",
  703.             "reference": null,
  704.             "shasum": "be66ac4d9b1ed7167df1613dd406c860a7b43941"
  705.         },
  706.         "require": {
  707.             "magento/framework": "100.1.*",
  708.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  709.         },
  710.         "type": "magento2-module",
  711.         "installation-source": "dist",
  712.         "autoload": {
  713.             "files": [
  714.                 "registration.php"
  715.             ],
  716.             "psr-4": {
  717.                 "Magento\\RequireJs\\": ""
  718.             }
  719.         },
  720.         "license": [
  721.             "OSL-3.0",
  722.             "AFL-3.0"
  723.         ],
  724.         "description": "N/A"
  725.     },
  726.     {
  727.         "name": "magento/module-translation",
  728.         "version": "100.1.3",
  729.         "version_normalized": "100.1.3.0",
  730.         "dist": {
  731.             "type": "zip",
  732.             "url": "https://repo.magento.com/archives/magento/module-translation/magento-module-translation-100.1.3.0.zip",
  733.             "reference": null,
  734.             "shasum": "942971fe9e2288b842dbf54ca1f7639c0eded25a"
  735.         },
  736.         "require": {
  737.             "magento/framework": "100.1.*",
  738.             "magento/module-backend": "100.1.*",
  739.             "magento/module-developer": "100.1.*",
  740.             "magento/module-store": "100.1.*",
  741.             "magento/module-theme": "100.1.*",
  742.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  743.         },
  744.         "suggest": {
  745.             "magento/module-deploy": "100.1.*"
  746.         },
  747.         "type": "magento2-module",
  748.         "installation-source": "dist",
  749.         "autoload": {
  750.             "files": [
  751.                 "registration.php"
  752.             ],
  753.             "psr-4": {
  754.                 "Magento\\Translation\\": ""
  755.             }
  756.         },
  757.         "license": [
  758.             "OSL-3.0",
  759.             "AFL-3.0"
  760.         ],
  761.         "description": "N/A"
  762.     },
  763.     {
  764.         "name": "magento/module-theme",
  765.         "version": "100.1.4",
  766.         "version_normalized": "100.1.4.0",
  767.         "dist": {
  768.             "type": "zip",
  769.             "url": "https://repo.magento.com/archives/magento/module-theme/magento-module-theme-100.1.4.0.zip",
  770.             "reference": null,
  771.             "shasum": "5119e901b42c986d548c700990d4a58f3850f855"
  772.         },
  773.         "require": {
  774.             "magento/framework": "100.1.*",
  775.             "magento/module-backend": "100.1.*",
  776.             "magento/module-cms": "101.0.*",
  777.             "magento/module-config": "100.1.*",
  778.             "magento/module-customer": "100.1.*",
  779.             "magento/module-directory": "100.1.*",
  780.             "magento/module-eav": "100.1.*",
  781.             "magento/module-media-storage": "100.1.*",
  782.             "magento/module-require-js": "100.1.*",
  783.             "magento/module-store": "100.1.*",
  784.             "magento/module-ui": "100.1.*",
  785.             "magento/module-widget": "100.1.*",
  786.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  787.         },
  788.         "suggest": {
  789.             "magento/module-theme-sample-data": "Sample Data version:100.1.*",
  790.             "magento/module-translation": "100.1.*"
  791.         },
  792.         "type": "magento2-module",
  793.         "installation-source": "dist",
  794.         "autoload": {
  795.             "files": [
  796.                 "registration.php"
  797.             ],
  798.             "psr-4": {
  799.                 "Magento\\Theme\\": ""
  800.             }
  801.         },
  802.         "license": [
  803.             "OSL-3.0",
  804.             "AFL-3.0"
  805.         ],
  806.         "description": "N/A"
  807.     },
  808.     {
  809.         "name": "magento/module-directory",
  810.         "version": "100.1.3",
  811.         "version_normalized": "100.1.3.0",
  812.         "dist": {
  813.             "type": "zip",
  814.             "url": "https://repo.magento.com/archives/magento/module-directory/magento-module-directory-100.1.3.0.zip",
  815.             "reference": null,
  816.             "shasum": "5422f689e7422c47c9600c7325b3c46d99f2607b"
  817.         },
  818.         "require": {
  819.             "lib-libxml": "*",
  820.             "magento/framework": "100.1.*",
  821.             "magento/module-backend": "100.1.*",
  822.             "magento/module-config": "100.1.*",
  823.             "magento/module-store": "100.1.*",
  824.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  825.         },
  826.         "type": "magento2-module",
  827.         "installation-source": "dist",
  828.         "autoload": {
  829.             "files": [
  830.                 "registration.php"
  831.             ],
  832.             "psr-4": {
  833.                 "Magento\\Directory\\": ""
  834.             }
  835.         },
  836.         "license": [
  837.             "OSL-3.0",
  838.             "AFL-3.0"
  839.         ],
  840.         "description": "N/A"
  841.     },
  842.     {
  843.         "name": "magento/module-store",
  844.         "version": "100.1.5",
  845.         "version_normalized": "100.1.5.0",
  846.         "dist": {
  847.             "type": "zip",
  848.             "url": "https://repo.magento.com/archives/magento/module-store/magento-module-store-100.1.5.0.zip",
  849.             "reference": null,
  850.             "shasum": "30f33fb3e830854d5f7bd6cc455d2412c566fc77"
  851.         },
  852.         "require": {
  853.             "magento/framework": "100.1.*",
  854.             "magento/module-catalog": "101.0.*",
  855.             "magento/module-config": "100.1.*",
  856.             "magento/module-directory": "100.1.*",
  857.             "magento/module-media-storage": "100.1.*",
  858.             "magento/module-ui": "100.1.*",
  859.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  860.         },
  861.         "suggest": {
  862.             "magento/module-deploy": "100.1.*"
  863.         },
  864.         "type": "magento2-module",
  865.         "installation-source": "dist",
  866.         "autoload": {
  867.             "files": [
  868.                 "registration.php"
  869.             ],
  870.             "psr-4": {
  871.                 "Magento\\Store\\": ""
  872.             }
  873.         },
  874.         "license": [
  875.             "OSL-3.0",
  876.             "AFL-3.0"
  877.         ],
  878.         "description": "N/A"
  879.     },
  880.     {
  881.         "name": "magento/module-ui",
  882.         "version": "100.1.4",
  883.         "version_normalized": "100.1.4.0",
  884.         "dist": {
  885.             "type": "zip",
  886.             "url": "https://repo.magento.com/archives/magento/module-ui/magento-module-ui-100.1.4.0.zip",
  887.             "reference": null,
  888.             "shasum": "e079ede6bac0cd923613404744ef1f56ca3b301b"
  889.         },
  890.         "require": {
  891.             "magento/framework": "100.1.*",
  892.             "magento/module-authorization": "100.1.*",
  893.             "magento/module-backend": "100.1.*",
  894.             "magento/module-eav": "100.1.*",
  895.             "magento/module-user": "100.1.*",
  896.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  897.         },
  898.         "type": "magento2-module",
  899.         "installation-source": "dist",
  900.         "autoload": {
  901.             "files": [
  902.                 "registration.php"
  903.             ],
  904.             "psr-4": {
  905.                 "Magento\\Ui\\": ""
  906.             }
  907.         },
  908.         "license": [
  909.             "OSL-3.0",
  910.             "AFL-3.0"
  911.         ],
  912.         "description": "N/A"
  913.     },
  914.     {
  915.         "name": "magento/module-user",
  916.         "version": "100.1.3",
  917.         "version_normalized": "100.1.3.0",
  918.         "dist": {
  919.             "type": "zip",
  920.             "url": "https://repo.magento.com/archives/magento/module-user/magento-module-user-100.1.3.0.zip",
  921.             "reference": null,
  922.             "shasum": "cbcec4149800c86614ee6436ecece787250dee16"
  923.         },
  924.         "require": {
  925.             "magento/framework": "100.1.*",
  926.             "magento/module-authorization": "100.1.*",
  927.             "magento/module-backend": "100.1.*",
  928.             "magento/module-email": "100.1.*",
  929.             "magento/module-integration": "100.1.*",
  930.             "magento/module-security": "100.1.*",
  931.             "magento/module-store": "100.1.*",
  932.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  933.         },
  934.         "type": "magento2-module",
  935.         "installation-source": "dist",
  936.         "autoload": {
  937.             "files": [
  938.                 "registration.php"
  939.             ],
  940.             "psr-4": {
  941.                 "Magento\\User\\": ""
  942.             }
  943.         },
  944.         "license": [
  945.             "OSL-3.0",
  946.             "AFL-3.0"
  947.         ],
  948.         "description": "N/A"
  949.     },
  950.     {
  951.         "name": "magento/module-email",
  952.         "version": "100.1.3",
  953.         "version_normalized": "100.1.3.0",
  954.         "dist": {
  955.             "type": "zip",
  956.             "url": "https://repo.magento.com/archives/magento/module-email/magento-module-email-100.1.3.0.zip",
  957.             "reference": null,
  958.             "shasum": "8a8ad8fc63a3b3f801d815974d7cf12fe974d25a"
  959.         },
  960.         "require": {
  961.             "magento/framework": "100.1.*",
  962.             "magento/module-backend": "100.1.*",
  963.             "magento/module-cms": "101.0.*",
  964.             "magento/module-config": "100.1.*",
  965.             "magento/module-store": "100.1.*",
  966.             "magento/module-variable": "100.1.*",
  967.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  968.         },
  969.         "type": "magento2-module",
  970.         "installation-source": "dist",
  971.         "autoload": {
  972.             "files": [
  973.                 "registration.php"
  974.             ],
  975.             "psr-4": {
  976.                 "Magento\\Email\\": ""
  977.             }
  978.         },
  979.         "license": [
  980.             "OSL-3.0",
  981.             "AFL-3.0"
  982.         ],
  983.         "description": "N/A"
  984.     },
  985.     {
  986.         "name": "magento/module-variable",
  987.         "version": "100.1.2",
  988.         "version_normalized": "100.1.2.0",
  989.         "dist": {
  990.             "type": "zip",
  991.             "url": "https://repo.magento.com/archives/magento/module-variable/magento-module-variable-100.1.2.0.zip",
  992.             "reference": null,
  993.             "shasum": "d497c6dcb94730c9271962c80b1ac84367cec95e"
  994.         },
  995.         "require": {
  996.             "magento/framework": "100.1.*",
  997.             "magento/module-backend": "100.1.*",
  998.             "magento/module-email": "100.1.*",
  999.             "magento/module-store": "100.1.*",
  1000.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1001.         },
  1002.         "type": "magento2-module",
  1003.         "installation-source": "dist",
  1004.         "autoload": {
  1005.             "files": [
  1006.                 "registration.php"
  1007.             ],
  1008.             "psr-4": {
  1009.                 "Magento\\Variable\\": ""
  1010.             }
  1011.         },
  1012.         "license": [
  1013.             "OSL-3.0",
  1014.             "AFL-3.0"
  1015.         ],
  1016.         "description": "N/A"
  1017.     },
  1018.     {
  1019.         "name": "magento/module-authorization",
  1020.         "version": "100.1.2",
  1021.         "version_normalized": "100.1.2.0",
  1022.         "dist": {
  1023.             "type": "zip",
  1024.             "url": "https://repo.magento.com/archives/magento/module-authorization/magento-module-authorization-100.1.2.0.zip",
  1025.             "reference": null,
  1026.             "shasum": "b3bbc4ce889e1b43e45e1adb50208a8fc4721662"
  1027.         },
  1028.         "require": {
  1029.             "magento/framework": "100.1.*",
  1030.             "magento/module-backend": "100.1.*",
  1031.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1032.         },
  1033.         "type": "magento2-module",
  1034.         "installation-source": "dist",
  1035.         "autoload": {
  1036.             "files": [
  1037.                 "registration.php"
  1038.             ],
  1039.             "psr-4": {
  1040.                 "Magento\\Authorization\\": ""
  1041.             }
  1042.         },
  1043.         "license": [
  1044.             "OSL-3.0",
  1045.             "AFL-3.0"
  1046.         ],
  1047.         "description": "Authorization module provides access to Magento ACL functionality."
  1048.     },
  1049.     {
  1050.         "name": "magento/module-quote",
  1051.         "version": "100.1.4",
  1052.         "version_normalized": "100.1.4.0",
  1053.         "dist": {
  1054.             "type": "zip",
  1055.             "url": "https://repo.magento.com/archives/magento/module-quote/magento-module-quote-100.1.4.0.zip",
  1056.             "reference": null,
  1057.             "shasum": "917acc6701f77d37bf5580dd8e05cd02bf38c68a"
  1058.         },
  1059.         "require": {
  1060.             "magento/framework": "100.1.*",
  1061.             "magento/module-authorization": "100.1.*",
  1062.             "magento/module-backend": "100.1.*",
  1063.             "magento/module-catalog": "101.0.*",
  1064.             "magento/module-catalog-inventory": "100.1.*",
  1065.             "magento/module-checkout": "100.1.*",
  1066.             "magento/module-customer": "100.1.*",
  1067.             "magento/module-directory": "100.1.*",
  1068.             "magento/module-eav": "100.1.*",
  1069.             "magento/module-payment": "100.1.*",
  1070.             "magento/module-sales": "100.1.*",
  1071.             "magento/module-sales-sequence": "100.1.*",
  1072.             "magento/module-shipping": "100.1.*",
  1073.             "magento/module-store": "100.1.*",
  1074.             "magento/module-tax": "100.1.*",
  1075.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1076.         },
  1077.         "type": "magento2-module",
  1078.         "installation-source": "dist",
  1079.         "autoload": {
  1080.             "files": [
  1081.                 "registration.php"
  1082.             ],
  1083.             "psr-4": {
  1084.                 "Magento\\Quote\\": ""
  1085.             }
  1086.         },
  1087.         "license": [
  1088.             "OSL-3.0",
  1089.             "AFL-3.0"
  1090.         ],
  1091.         "description": "N/A"
  1092.     },
  1093.     {
  1094.         "name": "magento/module-catalog-inventory",
  1095.         "version": "100.1.5",
  1096.         "version_normalized": "100.1.5.0",
  1097.         "dist": {
  1098.             "type": "zip",
  1099.             "url": "https://repo.magento.com/archives/magento/module-catalog-inventory/magento-module-catalog-inventory-100.1.5.0.zip",
  1100.             "reference": null,
  1101.             "shasum": "5026aa0aa4dfd0c9b90896ec038b6ba5c021d4d9"
  1102.         },
  1103.         "require": {
  1104.             "magento/framework": "100.1.*",
  1105.             "magento/module-catalog": "101.0.*",
  1106.             "magento/module-config": "100.1.*",
  1107.             "magento/module-customer": "100.1.*",
  1108.             "magento/module-eav": "100.1.*",
  1109.             "magento/module-quote": "100.1.*",
  1110.             "magento/module-store": "100.1.*",
  1111.             "magento/module-ui": "100.1.*",
  1112.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1113.         },
  1114.         "type": "magento2-module",
  1115.         "installation-source": "dist",
  1116.         "autoload": {
  1117.             "files": [
  1118.                 "registration.php"
  1119.             ],
  1120.             "psr-4": {
  1121.                 "Magento\\CatalogInventory\\": ""
  1122.             }
  1123.         },
  1124.         "license": [
  1125.             "OSL-3.0",
  1126.             "AFL-3.0"
  1127.         ],
  1128.         "description": "N/A"
  1129.     },
  1130.     {
  1131.         "name": "magento/module-eav",
  1132.         "version": "100.1.5",
  1133.         "version_normalized": "100.1.5.0",
  1134.         "dist": {
  1135.             "type": "zip",
  1136.             "url": "https://repo.magento.com/archives/magento/module-eav/magento-module-eav-100.1.5.0.zip",
  1137.             "reference": null,
  1138.             "shasum": "ca2f79d53bebbc057cf7bab30f847bc123289d2d"
  1139.         },
  1140.         "require": {
  1141.             "magento/framework": "100.1.*",
  1142.             "magento/module-backend": "100.1.*",
  1143.             "magento/module-catalog": "101.0.*",
  1144.             "magento/module-config": "100.1.*",
  1145.             "magento/module-media-storage": "100.1.*",
  1146.             "magento/module-store": "100.1.*",
  1147.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1148.         },
  1149.         "type": "magento2-module",
  1150.         "installation-source": "dist",
  1151.         "autoload": {
  1152.             "files": [
  1153.                 "registration.php"
  1154.             ],
  1155.             "psr-4": {
  1156.                 "Magento\\Eav\\": ""
  1157.             }
  1158.         },
  1159.         "license": [
  1160.             "OSL-3.0",
  1161.             "AFL-3.0"
  1162.         ],
  1163.         "description": "N/A"
  1164.     },
  1165.     {
  1166.         "name": "magento/module-catalog",
  1167.         "version": "101.0.6",
  1168.         "version_normalized": "101.0.6.0",
  1169.         "dist": {
  1170.             "type": "zip",
  1171.             "url": "https://repo.magento.com/archives/magento/module-catalog/magento-module-catalog-101.0.6.0.zip",
  1172.             "reference": null,
  1173.             "shasum": "73bb86b0d63558522c8ce684363b6ac232d6310e"
  1174.         },
  1175.         "require": {
  1176.             "magento/framework": "100.1.*",
  1177.             "magento/module-backend": "100.1.*",
  1178.             "magento/module-catalog-inventory": "100.1.*",
  1179.             "magento/module-catalog-rule": "100.1.*",
  1180.             "magento/module-catalog-url-rewrite": "100.1.*",
  1181.             "magento/module-checkout": "100.1.*",
  1182.             "magento/module-cms": "101.0.*",
  1183.             "magento/module-config": "100.1.*",
  1184.             "magento/module-customer": "100.1.*",
  1185.             "magento/module-directory": "100.1.*",
  1186.             "magento/module-eav": "100.1.*",
  1187.             "magento/module-indexer": "100.1.*",
  1188.             "magento/module-media-storage": "100.1.*",
  1189.             "magento/module-msrp": "100.1.*",
  1190.             "magento/module-page-cache": "100.1.*",
  1191.             "magento/module-product-alert": "100.1.*",
  1192.             "magento/module-quote": "100.1.*",
  1193.             "magento/module-store": "100.1.*",
  1194.             "magento/module-tax": "100.1.*",
  1195.             "magento/module-theme": "100.1.*",
  1196.             "magento/module-ui": "100.1.*",
  1197.             "magento/module-url-rewrite": "100.1.*",
  1198.             "magento/module-widget": "100.1.*",
  1199.             "magento/module-wishlist": "100.1.*",
  1200.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1201.         },
  1202.         "suggest": {
  1203.             "magento/module-catalog-sample-data": "Sample Data version:100.1.*",
  1204.             "magento/module-cookie": "100.1.*"
  1205.         },
  1206.         "type": "magento2-module",
  1207.         "installation-source": "dist",
  1208.         "autoload": {
  1209.             "files": [
  1210.                 "registration.php"
  1211.             ],
  1212.             "psr-4": {
  1213.                 "Magento\\Catalog\\": ""
  1214.             }
  1215.         },
  1216.         "license": [
  1217.             "OSL-3.0",
  1218.             "AFL-3.0"
  1219.         ],
  1220.         "description": "N/A"
  1221.     },
  1222.     {
  1223.         "name": "magento/module-page-cache",
  1224.         "version": "100.1.3",
  1225.         "version_normalized": "100.1.3.0",
  1226.         "dist": {
  1227.             "type": "zip",
  1228.             "url": "https://repo.magento.com/archives/magento/module-page-cache/magento-module-page-cache-100.1.3.0.zip",
  1229.             "reference": null,
  1230.             "shasum": "8e56550b19c32e18fa50585e847c3462200fe505"
  1231.         },
  1232.         "require": {
  1233.             "magento/framework": "100.1.*",
  1234.             "magento/module-backend": "100.1.*",
  1235.             "magento/module-config": "100.1.*",
  1236.             "magento/module-store": "100.1.*",
  1237.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1238.         },
  1239.         "type": "magento2-module",
  1240.         "installation-source": "dist",
  1241.         "autoload": {
  1242.             "files": [
  1243.                 "registration.php"
  1244.             ],
  1245.             "psr-4": {
  1246.                 "Magento\\PageCache\\": ""
  1247.             }
  1248.         },
  1249.         "license": [
  1250.             "OSL-3.0",
  1251.             "AFL-3.0"
  1252.         ],
  1253.         "description": "N/A"
  1254.     },
  1255.     {
  1256.         "name": "magento/module-url-rewrite",
  1257.         "version": "100.1.2",
  1258.         "version_normalized": "100.1.2.0",
  1259.         "dist": {
  1260.             "type": "zip",
  1261.             "url": "https://repo.magento.com/archives/magento/module-url-rewrite/magento-module-url-rewrite-100.1.2.0.zip",
  1262.             "reference": null,
  1263.             "shasum": "984d4e723f24121f50dd25317a76cd3c3152a07d"
  1264.         },
  1265.         "require": {
  1266.             "magento/framework": "100.1.*",
  1267.             "magento/module-backend": "100.1.*",
  1268.             "magento/module-catalog": "101.0.*",
  1269.             "magento/module-catalog-url-rewrite": "100.1.*",
  1270.             "magento/module-cms": "101.0.*",
  1271.             "magento/module-cms-url-rewrite": "100.1.*",
  1272.             "magento/module-store": "100.1.*",
  1273.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1274.         },
  1275.         "type": "magento2-module",
  1276.         "installation-source": "dist",
  1277.         "autoload": {
  1278.             "files": [
  1279.                 "registration.php"
  1280.             ],
  1281.             "psr-4": {
  1282.                 "Magento\\UrlRewrite\\": ""
  1283.             }
  1284.         },
  1285.         "license": [
  1286.             "OSL-3.0",
  1287.             "AFL-3.0"
  1288.         ],
  1289.         "description": "N/A"
  1290.     },
  1291.     {
  1292.         "name": "magento/module-cms-url-rewrite",
  1293.         "version": "100.1.2",
  1294.         "version_normalized": "100.1.2.0",
  1295.         "dist": {
  1296.             "type": "zip",
  1297.             "url": "https://repo.magento.com/archives/magento/module-cms-url-rewrite/magento-module-cms-url-rewrite-100.1.2.0.zip",
  1298.             "reference": null,
  1299.             "shasum": "7a703192417c5b6ba33606a9e41f992aef3fa616"
  1300.         },
  1301.         "require": {
  1302.             "magento/framework": "100.1.*",
  1303.             "magento/module-cms": "101.0.*",
  1304.             "magento/module-store": "100.1.*",
  1305.             "magento/module-url-rewrite": "100.1.*",
  1306.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1307.         },
  1308.         "type": "magento2-module",
  1309.         "installation-source": "dist",
  1310.         "autoload": {
  1311.             "files": [
  1312.                 "registration.php"
  1313.             ],
  1314.             "psr-4": {
  1315.                 "Magento\\CmsUrlRewrite\\": ""
  1316.             }
  1317.         },
  1318.         "license": [
  1319.             "OSL-3.0",
  1320.             "AFL-3.0"
  1321.         ],
  1322.         "description": "N/A"
  1323.     },
  1324.     {
  1325.         "name": "magento/module-cms",
  1326.         "version": "101.0.4",
  1327.         "version_normalized": "101.0.4.0",
  1328.         "dist": {
  1329.             "type": "zip",
  1330.             "url": "https://repo.magento.com/archives/magento/module-cms/magento-module-cms-101.0.4.0.zip",
  1331.             "reference": null,
  1332.             "shasum": "4db0f2ac1062e9af022afc025de74f2b8aa986ff"
  1333.         },
  1334.         "require": {
  1335.             "magento/framework": "100.1.*",
  1336.             "magento/module-backend": "100.1.*",
  1337.             "magento/module-catalog": "101.0.*",
  1338.             "magento/module-email": "100.1.*",
  1339.             "magento/module-media-storage": "100.1.*",
  1340.             "magento/module-store": "100.1.*",
  1341.             "magento/module-theme": "100.1.*",
  1342.             "magento/module-ui": "100.1.*",
  1343.             "magento/module-variable": "100.1.*",
  1344.             "magento/module-widget": "100.1.*",
  1345.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1346.         },
  1347.         "suggest": {
  1348.             "magento/module-cms-sample-data": "Sample Data version:100.1.*"
  1349.         },
  1350.         "type": "magento2-module",
  1351.         "installation-source": "dist",
  1352.         "autoload": {
  1353.             "files": [
  1354.                 "registration.php"
  1355.             ],
  1356.             "psr-4": {
  1357.                 "Magento\\Cms\\": ""
  1358.             }
  1359.         },
  1360.         "license": [
  1361.             "OSL-3.0",
  1362.             "AFL-3.0"
  1363.         ],
  1364.         "description": "N/A"
  1365.     },
  1366.     {
  1367.         "name": "magento/module-catalog-url-rewrite",
  1368.         "version": "100.1.3",
  1369.         "version_normalized": "100.1.3.0",
  1370.         "dist": {
  1371.             "type": "zip",
  1372.             "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite/magento-module-catalog-url-rewrite-100.1.3.0.zip",
  1373.             "reference": null,
  1374.             "shasum": "555910660780371c509a9e719191e09e00512829"
  1375.         },
  1376.         "require": {
  1377.             "magento/framework": "100.1.*",
  1378.             "magento/module-backend": "100.1.*",
  1379.             "magento/module-catalog": "101.0.*",
  1380.             "magento/module-catalog-import-export": "100.1.*",
  1381.             "magento/module-eav": "100.1.*",
  1382.             "magento/module-import-export": "100.1.*",
  1383.             "magento/module-store": "100.1.*",
  1384.             "magento/module-ui": "100.1.*",
  1385.             "magento/module-url-rewrite": "100.1.*",
  1386.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1387.         },
  1388.         "type": "magento2-module",
  1389.         "installation-source": "dist",
  1390.         "autoload": {
  1391.             "files": [
  1392.                 "registration.php"
  1393.             ],
  1394.             "psr-4": {
  1395.                 "Magento\\CatalogUrlRewrite\\": ""
  1396.             }
  1397.         },
  1398.         "license": [
  1399.             "OSL-3.0",
  1400.             "AFL-3.0"
  1401.         ],
  1402.         "description": "N/A"
  1403.     },
  1404.     {
  1405.         "name": "magento/module-import-export",
  1406.         "version": "100.1.4",
  1407.         "version_normalized": "100.1.4.0",
  1408.         "dist": {
  1409.             "type": "zip",
  1410.             "url": "https://repo.magento.com/archives/magento/module-import-export/magento-module-import-export-100.1.4.0.zip",
  1411.             "reference": null,
  1412.             "shasum": "f4485ee55b19d04811185645a77698246c82ab8f"
  1413.         },
  1414.         "require": {
  1415.             "ext-ctype": "*",
  1416.             "magento/framework": "100.1.*",
  1417.             "magento/module-backend": "100.1.*",
  1418.             "magento/module-eav": "100.1.*",
  1419.             "magento/module-media-storage": "100.1.*",
  1420.             "magento/module-store": "100.1.*",
  1421.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1422.         },
  1423.         "type": "magento2-module",
  1424.         "installation-source": "dist",
  1425.         "autoload": {
  1426.             "files": [
  1427.                 "registration.php"
  1428.             ],
  1429.             "psr-4": {
  1430.                 "Magento\\ImportExport\\": ""
  1431.             }
  1432.         },
  1433.         "license": [
  1434.             "OSL-3.0",
  1435.             "AFL-3.0"
  1436.         ],
  1437.         "description": "N/A"
  1438.     },
  1439.     {
  1440.         "name": "magento/module-security",
  1441.         "version": "100.1.3",
  1442.         "version_normalized": "100.1.3.0",
  1443.         "dist": {
  1444.             "type": "zip",
  1445.             "url": "https://repo.magento.com/archives/magento/module-security/magento-module-security-100.1.3.0.zip",
  1446.             "reference": null,
  1447.             "shasum": "899408cb15904caa3b065a6a71f9874faf456f36"
  1448.         },
  1449.         "require": {
  1450.             "magento/framework": "100.1.*",
  1451.             "magento/module-backend": "100.1.*",
  1452.             "magento/module-store": "100.1.*",
  1453.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1454.         },
  1455.         "suggest": {
  1456.             "magento/module-customer": "100.1.*"
  1457.         },
  1458.         "type": "magento2-module",
  1459.         "installation-source": "dist",
  1460.         "autoload": {
  1461.             "files": [
  1462.                 "registration.php"
  1463.             ],
  1464.             "psr-4": {
  1465.                 "Magento\\Security\\": ""
  1466.             }
  1467.         },
  1468.         "license": [
  1469.             "OSL-3.0",
  1470.             "AFL-3.0"
  1471.         ],
  1472.         "description": "Security management module"
  1473.     },
  1474.     {
  1475.         "name": "magento/module-customer",
  1476.         "version": "100.1.5",
  1477.         "version_normalized": "100.1.5.0",
  1478.         "dist": {
  1479.             "type": "zip",
  1480.             "url": "https://repo.magento.com/archives/magento/module-customer/magento-module-customer-100.1.5.0.zip",
  1481.             "reference": null,
  1482.             "shasum": "bb113e2141a94307fd9a8d5a8c14083eebb18147"
  1483.         },
  1484.         "require": {
  1485.             "magento/framework": "100.1.*",
  1486.             "magento/module-authorization": "100.1.*",
  1487.             "magento/module-backend": "100.1.*",
  1488.             "magento/module-catalog": "101.0.*",
  1489.             "magento/module-checkout": "100.1.*",
  1490.             "magento/module-config": "100.1.*",
  1491.             "magento/module-directory": "100.1.*",
  1492.             "magento/module-eav": "100.1.*",
  1493.             "magento/module-integration": "100.1.*",
  1494.             "magento/module-media-storage": "100.1.*",
  1495.             "magento/module-newsletter": "100.1.*",
  1496.             "magento/module-page-cache": "100.1.*",
  1497.             "magento/module-quote": "100.1.*",
  1498.             "magento/module-review": "100.1.*",
  1499.             "magento/module-sales": "100.1.*",
  1500.             "magento/module-store": "100.1.*",
  1501.             "magento/module-tax": "100.1.*",
  1502.             "magento/module-theme": "100.1.*",
  1503.             "magento/module-ui": "100.1.*",
  1504.             "magento/module-wishlist": "100.1.*",
  1505.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1506.         },
  1507.         "suggest": {
  1508.             "magento/module-cookie": "100.1.*",
  1509.             "magento/module-customer-sample-data": "Sample Data version:100.1.*"
  1510.         },
  1511.         "type": "magento2-module",
  1512.         "installation-source": "dist",
  1513.         "autoload": {
  1514.             "files": [
  1515.                 "registration.php"
  1516.             ],
  1517.             "psr-4": {
  1518.                 "Magento\\Customer\\": ""
  1519.             }
  1520.         },
  1521.         "license": [
  1522.             "OSL-3.0",
  1523.             "AFL-3.0"
  1524.         ],
  1525.         "description": "N/A"
  1526.     },
  1527.     {
  1528.         "name": "magento/module-integration",
  1529.         "version": "100.1.3",
  1530.         "version_normalized": "100.1.3.0",
  1531.         "dist": {
  1532.             "type": "zip",
  1533.             "url": "https://repo.magento.com/archives/magento/module-integration/magento-module-integration-100.1.3.0.zip",
  1534.             "reference": null,
  1535.             "shasum": "fc0a2824fb6e323c5982aabf3b92e9f1d0b557ea"
  1536.         },
  1537.         "require": {
  1538.             "magento/framework": "100.1.*",
  1539.             "magento/module-authorization": "100.1.*",
  1540.             "magento/module-backend": "100.1.*",
  1541.             "magento/module-customer": "100.1.*",
  1542.             "magento/module-security": "100.1.*",
  1543.             "magento/module-store": "100.1.*",
  1544.             "magento/module-user": "100.1.*",
  1545.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1546.         },
  1547.         "type": "magento2-module",
  1548.         "installation-source": "dist",
  1549.         "autoload": {
  1550.             "files": [
  1551.                 "registration.php"
  1552.             ],
  1553.             "psr-4": {
  1554.                 "Magento\\Integration\\": ""
  1555.             }
  1556.         },
  1557.         "license": [
  1558.             "OSL-3.0",
  1559.             "AFL-3.0"
  1560.         ],
  1561.         "description": "N/A"
  1562.     },
  1563.     {
  1564.         "name": "magento/module-widget",
  1565.         "version": "100.1.2",
  1566.         "version_normalized": "100.1.2.0",
  1567.         "dist": {
  1568.             "type": "zip",
  1569.             "url": "https://repo.magento.com/archives/magento/module-widget/magento-module-widget-100.1.2.0.zip",
  1570.             "reference": null,
  1571.             "shasum": "badda3ff964644cf4450782a0e6d417f4c15cb9f"
  1572.         },
  1573.         "require": {
  1574.             "magento/framework": "100.1.*",
  1575.             "magento/module-backend": "100.1.*",
  1576.             "magento/module-catalog": "101.0.*",
  1577.             "magento/module-cms": "101.0.*",
  1578.             "magento/module-email": "100.1.*",
  1579.             "magento/module-store": "100.1.*",
  1580.             "magento/module-theme": "100.1.*",
  1581.             "magento/module-variable": "100.1.*",
  1582.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1583.         },
  1584.         "suggest": {
  1585.             "magento/module-widget-sample-data": "Sample Data version:100.1.*"
  1586.         },
  1587.         "type": "magento2-module",
  1588.         "installation-source": "dist",
  1589.         "autoload": {
  1590.             "files": [
  1591.                 "registration.php"
  1592.             ],
  1593.             "psr-4": {
  1594.                 "Magento\\Widget\\": ""
  1595.             }
  1596.         },
  1597.         "license": [
  1598.             "OSL-3.0",
  1599.             "AFL-3.0"
  1600.         ],
  1601.         "description": "N/A"
  1602.     },
  1603.     {
  1604.         "name": "magento/module-tax",
  1605.         "version": "100.1.2",
  1606.         "version_normalized": "100.1.2.0",
  1607.         "dist": {
  1608.             "type": "zip",
  1609.             "url": "https://repo.magento.com/archives/magento/module-tax/magento-module-tax-100.1.2.0.zip",
  1610.             "reference": null,
  1611.             "shasum": "2b971cf9585ffa1926dde977de6417242d6da726"
  1612.         },
  1613.         "require": {
  1614.             "magento/framework": "100.1.*",
  1615.             "magento/module-backend": "100.1.*",
  1616.             "magento/module-catalog": "101.0.*",
  1617.             "magento/module-checkout": "100.1.*",
  1618.             "magento/module-config": "100.1.*",
  1619.             "magento/module-customer": "100.1.*",
  1620.             "magento/module-directory": "100.1.*",
  1621.             "magento/module-eav": "100.1.*",
  1622.             "magento/module-page-cache": "100.1.*",
  1623.             "magento/module-quote": "100.1.*",
  1624.             "magento/module-reports": "100.1.*",
  1625.             "magento/module-sales": "100.1.*",
  1626.             "magento/module-shipping": "100.1.*",
  1627.             "magento/module-store": "100.1.*",
  1628.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1629.         },
  1630.         "suggest": {
  1631.             "magento/module-tax-sample-data": "Sample Data version:100.1.*"
  1632.         },
  1633.         "type": "magento2-module",
  1634.         "installation-source": "dist",
  1635.         "autoload": {
  1636.             "files": [
  1637.                 "registration.php"
  1638.             ],
  1639.             "psr-4": {
  1640.                 "Magento\\Tax\\": ""
  1641.             }
  1642.         },
  1643.         "license": [
  1644.             "OSL-3.0",
  1645.             "AFL-3.0"
  1646.         ],
  1647.         "description": "N/A"
  1648.     },
  1649.     {
  1650.         "name": "magento/module-reports",
  1651.         "version": "100.1.3",
  1652.         "version_normalized": "100.1.3.0",
  1653.         "dist": {
  1654.             "type": "zip",
  1655.             "url": "https://repo.magento.com/archives/magento/module-reports/magento-module-reports-100.1.3.0.zip",
  1656.             "reference": null,
  1657.             "shasum": "b10b5be71dab1fd8263cb9c111b682ce5667b8f4"
  1658.         },
  1659.         "require": {
  1660.             "magento/framework": "100.1.*",
  1661.             "magento/module-backend": "100.1.*",
  1662.             "magento/module-catalog": "101.0.*",
  1663.             "magento/module-catalog-inventory": "100.1.*",
  1664.             "magento/module-cms": "101.0.*",
  1665.             "magento/module-config": "100.1.*",
  1666.             "magento/module-customer": "100.1.*",
  1667.             "magento/module-downloadable": "100.1.*",
  1668.             "magento/module-eav": "100.1.*",
  1669.             "magento/module-quote": "100.1.*",
  1670.             "magento/module-review": "100.1.*",
  1671.             "magento/module-sales": "100.1.*",
  1672.             "magento/module-sales-rule": "100.1.*",
  1673.             "magento/module-store": "100.1.*",
  1674.             "magento/module-tax": "100.1.*",
  1675.             "magento/module-widget": "100.1.*",
  1676.             "magento/module-wishlist": "100.1.*",
  1677.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1678.         },
  1679.         "type": "magento2-module",
  1680.         "installation-source": "dist",
  1681.         "autoload": {
  1682.             "files": [
  1683.                 "registration.php"
  1684.             ],
  1685.             "psr-4": {
  1686.                 "Magento\\Reports\\": ""
  1687.             }
  1688.         },
  1689.         "license": [
  1690.             "OSL-3.0",
  1691.             "AFL-3.0"
  1692.         ],
  1693.         "description": "N/A"
  1694.     },
  1695.     {
  1696.         "name": "magento/module-sales-rule",
  1697.         "version": "100.1.3",
  1698.         "version_normalized": "100.1.3.0",
  1699.         "dist": {
  1700.             "type": "zip",
  1701.             "url": "https://repo.magento.com/archives/magento/module-sales-rule/magento-module-sales-rule-100.1.3.0.zip",
  1702.             "reference": null,
  1703.             "shasum": "6e43bdea459d2f519b2a1197f18a72a87dd300b2"
  1704.         },
  1705.         "require": {
  1706.             "magento/framework": "100.1.*",
  1707.             "magento/module-backend": "100.1.*",
  1708.             "magento/module-catalog": "101.0.*",
  1709.             "magento/module-catalog-rule": "100.1.*",
  1710.             "magento/module-config": "100.1.*",
  1711.             "magento/module-customer": "100.1.*",
  1712.             "magento/module-directory": "100.1.*",
  1713.             "magento/module-eav": "100.1.*",
  1714.             "magento/module-payment": "100.1.*",
  1715.             "magento/module-quote": "100.1.*",
  1716.             "magento/module-reports": "100.1.*",
  1717.             "magento/module-rule": "100.1.*",
  1718.             "magento/module-sales": "100.1.*",
  1719.             "magento/module-shipping": "100.1.*",
  1720.             "magento/module-store": "100.1.*",
  1721.             "magento/module-ui": "100.1.*",
  1722.             "magento/module-widget": "100.1.*",
  1723.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1724.         },
  1725.         "suggest": {
  1726.             "magento/module-sales-rule-sample-data": "Sample Data version:100.1.*"
  1727.         },
  1728.         "type": "magento2-module",
  1729.         "installation-source": "dist",
  1730.         "autoload": {
  1731.             "files": [
  1732.                 "registration.php"
  1733.             ],
  1734.             "psr-4": {
  1735.                 "Magento\\SalesRule\\": ""
  1736.             }
  1737.         },
  1738.         "license": [
  1739.             "OSL-3.0",
  1740.             "AFL-3.0"
  1741.         ],
  1742.         "description": "N/A"
  1743.     },
  1744.     {
  1745.         "name": "magento/module-rule",
  1746.         "version": "100.1.3",
  1747.         "version_normalized": "100.1.3.0",
  1748.         "dist": {
  1749.             "type": "zip",
  1750.             "url": "https://repo.magento.com/archives/magento/module-rule/magento-module-rule-100.1.3.0.zip",
  1751.             "reference": null,
  1752.             "shasum": "ba985f20455f34047a22a8f9b0925f3c75fb5668"
  1753.         },
  1754.         "require": {
  1755.             "lib-libxml": "*",
  1756.             "magento/framework": "100.1.*",
  1757.             "magento/module-backend": "100.1.*",
  1758.             "magento/module-catalog": "101.0.*",
  1759.             "magento/module-eav": "100.1.*",
  1760.             "magento/module-store": "100.1.*",
  1761.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1762.         },
  1763.         "type": "magento2-module",
  1764.         "installation-source": "dist",
  1765.         "autoload": {
  1766.             "files": [
  1767.                 "registration.php"
  1768.             ],
  1769.             "psr-4": {
  1770.                 "Magento\\Rule\\": ""
  1771.             }
  1772.         },
  1773.         "license": [
  1774.             "OSL-3.0",
  1775.             "AFL-3.0"
  1776.         ],
  1777.         "description": "N/A"
  1778.     },
  1779.     {
  1780.         "name": "magento/module-catalog-rule",
  1781.         "version": "100.1.4",
  1782.         "version_normalized": "100.1.4.0",
  1783.         "dist": {
  1784.             "type": "zip",
  1785.             "url": "https://repo.magento.com/archives/magento/module-catalog-rule/magento-module-catalog-rule-100.1.4.0.zip",
  1786.             "reference": null,
  1787.             "shasum": "520a5ff8614cbd1cc6a760e3655e9e69d71c28f6"
  1788.         },
  1789.         "require": {
  1790.             "magento/framework": "100.1.*",
  1791.             "magento/module-backend": "100.1.*",
  1792.             "magento/module-catalog": "101.0.*",
  1793.             "magento/module-customer": "100.1.*",
  1794.             "magento/module-eav": "100.1.*",
  1795.             "magento/module-rule": "100.1.*",
  1796.             "magento/module-store": "100.1.*",
  1797.             "magento/module-ui": "100.1.*",
  1798.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1799.         },
  1800.         "suggest": {
  1801.             "magento/module-catalog-rule-sample-data": "Sample Data version:100.1.*",
  1802.             "magento/module-import-export": "100.1.*"
  1803.         },
  1804.         "type": "magento2-module",
  1805.         "installation-source": "dist",
  1806.         "autoload": {
  1807.             "files": [
  1808.                 "registration.php"
  1809.             ],
  1810.             "psr-4": {
  1811.                 "Magento\\CatalogRule\\": ""
  1812.             }
  1813.         },
  1814.         "license": [
  1815.             "OSL-3.0",
  1816.             "AFL-3.0"
  1817.         ],
  1818.         "description": "N/A"
  1819.     },
  1820.     {
  1821.         "name": "magento/module-sales",
  1822.         "version": "100.1.5",
  1823.         "version_normalized": "100.1.5.0",
  1824.         "dist": {
  1825.             "type": "zip",
  1826.             "url": "https://repo.magento.com/archives/magento/module-sales/magento-module-sales-100.1.5.0.zip",
  1827.             "reference": null,
  1828.             "shasum": "e7054bbb3f0412c5f215d698f87286e9b8599cb2"
  1829.         },
  1830.         "require": {
  1831.             "magento/framework": "100.1.*",
  1832.             "magento/module-authorization": "100.1.*",
  1833.             "magento/module-backend": "100.1.*",
  1834.             "magento/module-catalog": "101.0.*",
  1835.             "magento/module-catalog-inventory": "100.1.*",
  1836.             "magento/module-checkout": "100.1.*",
  1837.             "magento/module-config": "100.1.*",
  1838.             "magento/module-customer": "100.1.*",
  1839.             "magento/module-directory": "100.1.*",
  1840.             "magento/module-eav": "100.1.*",
  1841.             "magento/module-gift-message": "100.1.*",
  1842.             "magento/module-media-storage": "100.1.*",
  1843.             "magento/module-payment": "100.1.*",
  1844.             "magento/module-quote": "100.1.*",
  1845.             "magento/module-reports": "100.1.*",
  1846.             "magento/module-sales-rule": "100.1.*",
  1847.             "magento/module-sales-sequence": "100.1.*",
  1848.             "magento/module-shipping": "100.1.*",
  1849.             "magento/module-store": "100.1.*",
  1850.             "magento/module-tax": "100.1.*",
  1851.             "magento/module-theme": "100.1.*",
  1852.             "magento/module-ui": "100.1.*",
  1853.             "magento/module-widget": "100.1.*",
  1854.             "magento/module-wishlist": "100.1.*",
  1855.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1856.         },
  1857.         "suggest": {
  1858.             "magento/module-sales-sample-data": "Sample Data version:100.1.*"
  1859.         },
  1860.         "type": "magento2-module",
  1861.         "installation-source": "dist",
  1862.         "autoload": {
  1863.             "files": [
  1864.                 "registration.php"
  1865.             ],
  1866.             "psr-4": {
  1867.                 "Magento\\Sales\\": ""
  1868.             }
  1869.         },
  1870.         "license": [
  1871.             "OSL-3.0",
  1872.             "AFL-3.0"
  1873.         ],
  1874.         "description": "N/A"
  1875.     },
  1876.     {
  1877.         "name": "magento/module-shipping",
  1878.         "version": "100.1.3",
  1879.         "version_normalized": "100.1.3.0",
  1880.         "dist": {
  1881.             "type": "zip",
  1882.             "url": "https://repo.magento.com/archives/magento/module-shipping/magento-module-shipping-100.1.3.0.zip",
  1883.             "reference": null,
  1884.             "shasum": "95be48dc18e047d412e4eac1e660328bb6be44f8"
  1885.         },
  1886.         "require": {
  1887.             "ext-gd": "*",
  1888.             "magento/framework": "100.1.*",
  1889.             "magento/module-backend": "100.1.*",
  1890.             "magento/module-catalog": "101.0.*",
  1891.             "magento/module-catalog-inventory": "100.1.*",
  1892.             "magento/module-contact": "100.1.*",
  1893.             "magento/module-customer": "100.1.*",
  1894.             "magento/module-directory": "100.1.*",
  1895.             "magento/module-payment": "100.1.*",
  1896.             "magento/module-quote": "100.1.*",
  1897.             "magento/module-sales": "100.1.*",
  1898.             "magento/module-store": "100.1.*",
  1899.             "magento/module-tax": "100.1.*",
  1900.             "magento/module-ui": "100.1.*",
  1901.             "magento/module-user": "100.1.*",
  1902.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1903.         },
  1904.         "suggest": {
  1905.             "magento/module-fedex": "100.1.*",
  1906.             "magento/module-ups": "100.1.*"
  1907.         },
  1908.         "type": "magento2-module",
  1909.         "installation-source": "dist",
  1910.         "autoload": {
  1911.             "files": [
  1912.                 "registration.php"
  1913.             ],
  1914.             "psr-4": {
  1915.                 "Magento\\Shipping\\": ""
  1916.             }
  1917.         },
  1918.         "license": [
  1919.             "OSL-3.0",
  1920.             "AFL-3.0"
  1921.         ],
  1922.         "description": "N/A"
  1923.     },
  1924.     {
  1925.         "name": "magento/module-payment",
  1926.         "version": "100.1.5",
  1927.         "version_normalized": "100.1.5.0",
  1928.         "dist": {
  1929.             "type": "zip",
  1930.             "url": "https://repo.magento.com/archives/magento/module-payment/magento-module-payment-100.1.5.0.zip",
  1931.             "reference": null,
  1932.             "shasum": "d54474ea7df4cd1a852dac781b57e56f10dfa8ac"
  1933.         },
  1934.         "require": {
  1935.             "magento/framework": "100.1.*",
  1936.             "magento/module-checkout": "100.1.*",
  1937.             "magento/module-config": "100.1.*",
  1938.             "magento/module-directory": "100.1.*",
  1939.             "magento/module-quote": "100.1.*",
  1940.             "magento/module-sales": "100.1.*",
  1941.             "magento/module-store": "100.1.*",
  1942.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1943.         },
  1944.         "type": "magento2-module",
  1945.         "installation-source": "dist",
  1946.         "autoload": {
  1947.             "files": [
  1948.                 "registration.php"
  1949.             ],
  1950.             "psr-4": {
  1951.                 "Magento\\Payment\\": ""
  1952.             }
  1953.         },
  1954.         "license": [
  1955.             "OSL-3.0",
  1956.             "AFL-3.0"
  1957.         ],
  1958.         "description": "N/A"
  1959.     },
  1960.     {
  1961.         "name": "magento/module-checkout",
  1962.         "version": "100.1.5",
  1963.         "version_normalized": "100.1.5.0",
  1964.         "dist": {
  1965.             "type": "zip",
  1966.             "url": "https://repo.magento.com/archives/magento/module-checkout/magento-module-checkout-100.1.5.0.zip",
  1967.             "reference": null,
  1968.             "shasum": "7a8f1ba428fbd679b0a50874df5084e0ff4b043b"
  1969.         },
  1970.         "require": {
  1971.             "magento/framework": "100.1.*",
  1972.             "magento/module-backend": "100.1.*",
  1973.             "magento/module-catalog": "101.0.*",
  1974.             "magento/module-catalog-inventory": "100.1.*",
  1975.             "magento/module-config": "100.1.*",
  1976.             "magento/module-customer": "100.1.*",
  1977.             "magento/module-directory": "100.1.*",
  1978.             "magento/module-eav": "100.1.*",
  1979.             "magento/module-msrp": "100.1.*",
  1980.             "magento/module-page-cache": "100.1.*",
  1981.             "magento/module-payment": "100.1.*",
  1982.             "magento/module-quote": "100.1.*",
  1983.             "magento/module-sales": "100.1.*",
  1984.             "magento/module-sales-rule": "100.1.*",
  1985.             "magento/module-shipping": "100.1.*",
  1986.             "magento/module-store": "100.1.*",
  1987.             "magento/module-tax": "100.1.*",
  1988.             "magento/module-theme": "100.1.*",
  1989.             "magento/module-ui": "100.1.*",
  1990.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  1991.         },
  1992.         "suggest": {
  1993.             "magento/module-cookie": "100.1.*"
  1994.         },
  1995.         "type": "magento2-module",
  1996.         "installation-source": "dist",
  1997.         "autoload": {
  1998.             "files": [
  1999.                 "registration.php"
  2000.             ],
  2001.             "psr-4": {
  2002.                 "Magento\\Checkout\\": ""
  2003.             }
  2004.         },
  2005.         "license": [
  2006.             "OSL-3.0",
  2007.             "AFL-3.0"
  2008.         ],
  2009.         "description": "N/A"
  2010.     },
  2011.     {
  2012.         "name": "magento/module-msrp",
  2013.         "version": "100.1.3",
  2014.         "version_normalized": "100.1.3.0",
  2015.         "dist": {
  2016.             "type": "zip",
  2017.             "url": "https://repo.magento.com/archives/magento/module-msrp/magento-module-msrp-100.1.3.0.zip",
  2018.             "reference": null,
  2019.             "shasum": "930bfe39fca6a01a2522c47afe6b3de8d3d41584"
  2020.         },
  2021.         "require": {
  2022.             "magento/framework": "100.1.*",
  2023.             "magento/module-catalog": "101.0.*",
  2024.             "magento/module-downloadable": "100.1.*",
  2025.             "magento/module-eav": "100.1.*",
  2026.             "magento/module-grouped-product": "100.1.*",
  2027.             "magento/module-store": "100.1.*",
  2028.             "magento/module-tax": "100.1.*",
  2029.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2030.         },
  2031.         "suggest": {
  2032.             "magento/module-bundle": "100.1.*",
  2033.             "magento/module-msrp-sample-data": "Sample Data version:100.1.*"
  2034.         },
  2035.         "type": "magento2-module",
  2036.         "installation-source": "dist",
  2037.         "autoload": {
  2038.             "files": [
  2039.                 "registration.php"
  2040.             ],
  2041.             "psr-4": {
  2042.                 "Magento\\Msrp\\": ""
  2043.             }
  2044.         },
  2045.         "license": [
  2046.             "OSL-3.0",
  2047.             "AFL-3.0"
  2048.         ],
  2049.         "description": "N/A"
  2050.     },
  2051.     {
  2052.         "name": "magento/module-grouped-product",
  2053.         "version": "100.1.3",
  2054.         "version_normalized": "100.1.3.0",
  2055.         "dist": {
  2056.             "type": "zip",
  2057.             "url": "https://repo.magento.com/archives/magento/module-grouped-product/magento-module-grouped-product-100.1.3.0.zip",
  2058.             "reference": null,
  2059.             "shasum": "976b055abdb6e1b59cc2e46d813136ccbc808783"
  2060.         },
  2061.         "require": {
  2062.             "magento/framework": "100.1.*",
  2063.             "magento/module-backend": "100.1.*",
  2064.             "magento/module-catalog": "101.0.*",
  2065.             "magento/module-catalog-inventory": "100.1.*",
  2066.             "magento/module-checkout": "100.1.*",
  2067.             "magento/module-customer": "100.1.*",
  2068.             "magento/module-eav": "100.1.*",
  2069.             "magento/module-media-storage": "100.1.*",
  2070.             "magento/module-msrp": "100.1.*",
  2071.             "magento/module-quote": "100.1.*",
  2072.             "magento/module-sales": "100.1.*",
  2073.             "magento/module-store": "100.1.*",
  2074.             "magento/module-ui": "100.1.*",
  2075.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2076.         },
  2077.         "suggest": {
  2078.             "magento/module-grouped-product-sample-data": "Sample Data version:100.1.*"
  2079.         },
  2080.         "type": "magento2-module",
  2081.         "installation-source": "dist",
  2082.         "autoload": {
  2083.             "files": [
  2084.                 "registration.php"
  2085.             ],
  2086.             "psr-4": {
  2087.                 "Magento\\GroupedProduct\\": ""
  2088.             }
  2089.         },
  2090.         "license": [
  2091.             "OSL-3.0",
  2092.             "AFL-3.0"
  2093.         ],
  2094.         "description": "N/A"
  2095.     },
  2096.     {
  2097.         "name": "magento/module-wishlist",
  2098.         "version": "100.1.4",
  2099.         "version_normalized": "100.1.4.0",
  2100.         "dist": {
  2101.             "type": "zip",
  2102.             "url": "https://repo.magento.com/archives/magento/module-wishlist/magento-module-wishlist-100.1.4.0.zip",
  2103.             "reference": null,
  2104.             "shasum": "d856a805dfbc044eddd06d1a9ce3a3afd4f33e6a"
  2105.         },
  2106.         "require": {
  2107.             "magento/framework": "100.1.*",
  2108.             "magento/module-backend": "100.1.*",
  2109.             "magento/module-catalog": "101.0.*",
  2110.             "magento/module-catalog-inventory": "100.1.*",
  2111.             "magento/module-checkout": "100.1.*",
  2112.             "magento/module-customer": "100.1.*",
  2113.             "magento/module-grouped-product": "100.1.*",
  2114.             "magento/module-rss": "100.1.*",
  2115.             "magento/module-sales": "100.1.*",
  2116.             "magento/module-store": "100.1.*",
  2117.             "magento/module-theme": "100.1.*",
  2118.             "magento/module-ui": "100.1.*",
  2119.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2120.         },
  2121.         "suggest": {
  2122.             "magento/module-bundle": "100.1.*",
  2123.             "magento/module-configurable-product": "100.1.*",
  2124.             "magento/module-cookie": "100.1.*",
  2125.             "magento/module-downloadable": "100.1.*",
  2126.             "magento/module-wishlist-sample-data": "Sample Data version:100.1.*"
  2127.         },
  2128.         "type": "magento2-module",
  2129.         "installation-source": "dist",
  2130.         "autoload": {
  2131.             "files": [
  2132.                 "registration.php"
  2133.             ],
  2134.             "psr-4": {
  2135.                 "Magento\\Wishlist\\": ""
  2136.             }
  2137.         },
  2138.         "license": [
  2139.             "OSL-3.0",
  2140.             "AFL-3.0"
  2141.         ],
  2142.         "description": "N/A"
  2143.     },
  2144.     {
  2145.         "name": "magento/module-rss",
  2146.         "version": "100.1.2",
  2147.         "version_normalized": "100.1.2.0",
  2148.         "dist": {
  2149.             "type": "zip",
  2150.             "url": "https://repo.magento.com/archives/magento/module-rss/magento-module-rss-100.1.2.0.zip",
  2151.             "reference": null,
  2152.             "shasum": "b13baeff26d1c0e49dd42447a2f566682a970114"
  2153.         },
  2154.         "require": {
  2155.             "magento/framework": "100.1.*",
  2156.             "magento/module-backend": "100.1.*",
  2157.             "magento/module-customer": "100.1.*",
  2158.             "magento/module-store": "100.1.*",
  2159.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2160.         },
  2161.         "type": "magento2-module",
  2162.         "installation-source": "dist",
  2163.         "autoload": {
  2164.             "files": [
  2165.                 "registration.php"
  2166.             ],
  2167.             "psr-4": {
  2168.                 "Magento\\Rss\\": ""
  2169.             }
  2170.         },
  2171.         "license": [
  2172.             "OSL-3.0",
  2173.             "AFL-3.0"
  2174.         ],
  2175.         "description": "N/A"
  2176.     },
  2177.     {
  2178.         "name": "magento/module-gift-message",
  2179.         "version": "100.1.3",
  2180.         "version_normalized": "100.1.3.0",
  2181.         "dist": {
  2182.             "type": "zip",
  2183.             "url": "https://repo.magento.com/archives/magento/module-gift-message/magento-module-gift-message-100.1.3.0.zip",
  2184.             "reference": null,
  2185.             "shasum": "334374ba59d18205df363922791242f0cf0e447c"
  2186.         },
  2187.         "require": {
  2188.             "magento/framework": "100.1.*",
  2189.             "magento/module-backend": "100.1.*",
  2190.             "magento/module-catalog": "101.0.*",
  2191.             "magento/module-checkout": "100.1.*",
  2192.             "magento/module-customer": "100.1.*",
  2193.             "magento/module-quote": "100.1.*",
  2194.             "magento/module-sales": "100.1.*",
  2195.             "magento/module-store": "100.1.*",
  2196.             "magento/module-ui": "100.1.*",
  2197.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2198.         },
  2199.         "suggest": {
  2200.             "magento/module-multishipping": "100.1.*"
  2201.         },
  2202.         "type": "magento2-module",
  2203.         "installation-source": "dist",
  2204.         "autoload": {
  2205.             "files": [
  2206.                 "registration.php"
  2207.             ],
  2208.             "psr-4": {
  2209.                 "Magento\\GiftMessage\\": ""
  2210.             }
  2211.         },
  2212.         "license": [
  2213.             "OSL-3.0",
  2214.             "AFL-3.0"
  2215.         ],
  2216.         "description": "N/A"
  2217.     },
  2218.     {
  2219.         "name": "magento/module-sales-sequence",
  2220.         "version": "100.1.3",
  2221.         "version_normalized": "100.1.3.0",
  2222.         "dist": {
  2223.             "type": "zip",
  2224.             "url": "https://repo.magento.com/archives/magento/module-sales-sequence/magento-module-sales-sequence-100.1.3.0.zip",
  2225.             "reference": null,
  2226.             "shasum": "a688f3a820109f0254afce29bb3f0cbd53b3ce69"
  2227.         },
  2228.         "require": {
  2229.             "magento/framework": "100.1.*",
  2230.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2231.         },
  2232.         "type": "magento2-module",
  2233.         "installation-source": "dist",
  2234.         "autoload": {
  2235.             "files": [
  2236.                 "registration.php"
  2237.             ],
  2238.             "psr-4": {
  2239.                 "Magento\\SalesSequence\\": ""
  2240.             }
  2241.         },
  2242.         "license": [
  2243.             "OSL-3.0",
  2244.             "AFL-3.0"
  2245.         ],
  2246.         "description": "N/A"
  2247.     },
  2248.     {
  2249.         "name": "magento/module-contact",
  2250.         "version": "100.1.3",
  2251.         "version_normalized": "100.1.3.0",
  2252.         "dist": {
  2253.             "type": "zip",
  2254.             "url": "https://repo.magento.com/archives/magento/module-contact/magento-module-contact-100.1.3.0.zip",
  2255.             "reference": null,
  2256.             "shasum": "e01aed6486bc20edc575e706df2f68225041df41"
  2257.         },
  2258.         "require": {
  2259.             "magento/framework": "100.1.*",
  2260.             "magento/module-cms": "101.0.*",
  2261.             "magento/module-config": "100.1.*",
  2262.             "magento/module-customer": "100.1.*",
  2263.             "magento/module-store": "100.1.*",
  2264.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2265.         },
  2266.         "type": "magento2-module",
  2267.         "installation-source": "dist",
  2268.         "autoload": {
  2269.             "files": [
  2270.                 "registration.php"
  2271.             ],
  2272.             "psr-4": {
  2273.                 "Magento\\Contact\\": ""
  2274.             }
  2275.         },
  2276.         "license": [
  2277.             "OSL-3.0",
  2278.             "AFL-3.0"
  2279.         ],
  2280.         "description": "N/A"
  2281.     },
  2282.     {
  2283.         "name": "magento/module-downloadable",
  2284.         "version": "100.1.2",
  2285.         "version_normalized": "100.1.2.0",
  2286.         "dist": {
  2287.             "type": "zip",
  2288.             "url": "https://repo.magento.com/archives/magento/module-downloadable/magento-module-downloadable-100.1.2.0.zip",
  2289.             "reference": null,
  2290.             "shasum": "8571648a5efa4fb2691c2c43921470a0c4c77fb0"
  2291.         },
  2292.         "require": {
  2293.             "magento/framework": "100.1.*",
  2294.             "magento/module-backend": "100.1.*",
  2295.             "magento/module-catalog": "101.0.*",
  2296.             "magento/module-catalog-inventory": "100.1.*",
  2297.             "magento/module-checkout": "100.1.*",
  2298.             "magento/module-config": "100.1.*",
  2299.             "magento/module-customer": "100.1.*",
  2300.             "magento/module-directory": "100.1.*",
  2301.             "magento/module-eav": "100.1.*",
  2302.             "magento/module-gift-message": "100.1.*",
  2303.             "magento/module-media-storage": "100.1.*",
  2304.             "magento/module-quote": "100.1.*",
  2305.             "magento/module-sales": "100.1.*",
  2306.             "magento/module-store": "100.1.*",
  2307.             "magento/module-tax": "100.1.*",
  2308.             "magento/module-theme": "100.1.*",
  2309.             "magento/module-ui": "100.1.*",
  2310.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2311.         },
  2312.         "suggest": {
  2313.             "magento/module-downloadable-sample-data": "Sample Data version:100.1.*"
  2314.         },
  2315.         "type": "magento2-module",
  2316.         "installation-source": "dist",
  2317.         "autoload": {
  2318.             "files": [
  2319.                 "registration.php"
  2320.             ],
  2321.             "psr-4": {
  2322.                 "Magento\\Downloadable\\": ""
  2323.             }
  2324.         },
  2325.         "license": [
  2326.             "OSL-3.0",
  2327.             "AFL-3.0"
  2328.         ],
  2329.         "description": "N/A"
  2330.     },
  2331.     {
  2332.         "name": "magento/module-cron",
  2333.         "version": "100.1.3",
  2334.         "version_normalized": "100.1.3.0",
  2335.         "dist": {
  2336.             "type": "zip",
  2337.             "url": "https://repo.magento.com/archives/magento/module-cron/magento-module-cron-100.1.3.0.zip",
  2338.             "reference": null,
  2339.             "shasum": "e6a118163ee02877e45af43c078c37dbe80bb871"
  2340.         },
  2341.         "require": {
  2342.             "magento/framework": "100.1.*",
  2343.             "magento/module-store": "100.1.*",
  2344.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2345.         },
  2346.         "suggest": {
  2347.             "magento/module-config": "100.1.*"
  2348.         },
  2349.         "type": "magento2-module",
  2350.         "installation-source": "dist",
  2351.         "autoload": {
  2352.             "files": [
  2353.                 "registration.php"
  2354.             ],
  2355.             "psr-4": {
  2356.                 "Magento\\Cron\\": ""
  2357.             }
  2358.         },
  2359.         "license": [
  2360.             "OSL-3.0",
  2361.             "AFL-3.0"
  2362.         ],
  2363.         "description": "N/A"
  2364.     },
  2365.     {
  2366.         "name": "magento/module-newsletter",
  2367.         "version": "100.1.2",
  2368.         "version_normalized": "100.1.2.0",
  2369.         "dist": {
  2370.             "type": "zip",
  2371.             "url": "https://repo.magento.com/archives/magento/module-newsletter/magento-module-newsletter-100.1.2.0.zip",
  2372.             "reference": null,
  2373.             "shasum": "112341233d8bb1bea8269610862aea30424ee943"
  2374.         },
  2375.         "require": {
  2376.             "magento/framework": "100.1.*",
  2377.             "magento/module-backend": "100.1.*",
  2378.             "magento/module-cms": "101.0.*",
  2379.             "magento/module-cron": "100.1.*",
  2380.             "magento/module-customer": "100.1.*",
  2381.             "magento/module-eav": "100.1.*",
  2382.             "magento/module-email": "100.1.*",
  2383.             "magento/module-require-js": "100.1.*",
  2384.             "magento/module-store": "100.1.*",
  2385.             "magento/module-widget": "100.1.*",
  2386.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2387.         },
  2388.         "type": "magento2-module",
  2389.         "installation-source": "dist",
  2390.         "autoload": {
  2391.             "files": [
  2392.                 "registration.php"
  2393.             ],
  2394.             "psr-4": {
  2395.                 "Magento\\Newsletter\\": ""
  2396.             }
  2397.         },
  2398.         "license": [
  2399.             "OSL-3.0",
  2400.             "AFL-3.0"
  2401.         ],
  2402.         "description": "N/A"
  2403.     },
  2404.     {
  2405.         "name": "magento/module-review",
  2406.         "version": "100.1.2",
  2407.         "version_normalized": "100.1.2.0",
  2408.         "dist": {
  2409.             "type": "zip",
  2410.             "url": "https://repo.magento.com/archives/magento/module-review/magento-module-review-100.1.2.0.zip",
  2411.             "reference": null,
  2412.             "shasum": "d5f52754bf2be8215243d87a8f0ce6114788e4cc"
  2413.         },
  2414.         "require": {
  2415.             "magento/framework": "100.1.*",
  2416.             "magento/module-backend": "100.1.*",
  2417.             "magento/module-catalog": "101.0.*",
  2418.             "magento/module-customer": "100.1.*",
  2419.             "magento/module-eav": "100.1.*",
  2420.             "magento/module-newsletter": "100.1.*",
  2421.             "magento/module-store": "100.1.*",
  2422.             "magento/module-theme": "100.1.*",
  2423.             "magento/module-ui": "100.1.*",
  2424.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2425.         },
  2426.         "suggest": {
  2427.             "magento/module-cookie": "100.1.*",
  2428.             "magento/module-review-sample-data": "Sample Data version:100.1.*"
  2429.         },
  2430.         "type": "magento2-module",
  2431.         "installation-source": "dist",
  2432.         "autoload": {
  2433.             "files": [
  2434.                 "registration.php"
  2435.             ],
  2436.             "psr-4": {
  2437.                 "Magento\\Review\\": ""
  2438.             }
  2439.         },
  2440.         "license": [
  2441.             "OSL-3.0",
  2442.             "AFL-3.0"
  2443.         ],
  2444.         "description": "N/A"
  2445.     },
  2446.     {
  2447.         "name": "magento/module-product-alert",
  2448.         "version": "100.1.3",
  2449.         "version_normalized": "100.1.3.0",
  2450.         "dist": {
  2451.             "type": "zip",
  2452.             "url": "https://repo.magento.com/archives/magento/module-product-alert/magento-module-product-alert-100.1.3.0.zip",
  2453.             "reference": null,
  2454.             "shasum": "ff06f944d6d731cca19f7d51102fec1b591b76e3"
  2455.         },
  2456.         "require": {
  2457.             "magento/framework": "100.1.*",
  2458.             "magento/module-backend": "100.1.*",
  2459.             "magento/module-catalog": "101.0.*",
  2460.             "magento/module-customer": "100.1.*",
  2461.             "magento/module-store": "100.1.*",
  2462.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2463.         },
  2464.         "type": "magento2-module",
  2465.         "installation-source": "dist",
  2466.         "autoload": {
  2467.             "files": [
  2468.                 "registration.php"
  2469.             ],
  2470.             "psr-4": {
  2471.                 "Magento\\ProductAlert\\": ""
  2472.             }
  2473.         },
  2474.         "license": [
  2475.             "OSL-3.0",
  2476.             "AFL-3.0"
  2477.         ],
  2478.         "description": "N/A"
  2479.     },
  2480.     {
  2481.         "name": "magento/module-indexer",
  2482.         "version": "100.1.3",
  2483.         "version_normalized": "100.1.3.0",
  2484.         "dist": {
  2485.             "type": "zip",
  2486.             "url": "https://repo.magento.com/archives/magento/module-indexer/magento-module-indexer-100.1.3.0.zip",
  2487.             "reference": null,
  2488.             "shasum": "df967f885ec950ee039e50b1994d737cd509f72e"
  2489.         },
  2490.         "require": {
  2491.             "magento/framework": "100.1.*",
  2492.             "magento/module-backend": "100.1.*",
  2493.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2494.         },
  2495.         "type": "magento2-module",
  2496.         "installation-source": "dist",
  2497.         "autoload": {
  2498.             "files": [
  2499.                 "registration.php"
  2500.             ],
  2501.             "psr-4": {
  2502.                 "Magento\\Indexer\\": ""
  2503.             }
  2504.         },
  2505.         "license": [
  2506.             "OSL-3.0",
  2507.             "AFL-3.0"
  2508.         ],
  2509.         "description": "N/A"
  2510.     },
  2511.     {
  2512.         "name": "magento/module-catalog-import-export",
  2513.         "version": "100.1.4",
  2514.         "version_normalized": "100.1.4.0",
  2515.         "dist": {
  2516.             "type": "zip",
  2517.             "url": "https://repo.magento.com/archives/magento/module-catalog-import-export/magento-module-catalog-import-export-100.1.4.0.zip",
  2518.             "reference": null,
  2519.             "shasum": "a0ab2bf88437d0e2dd01e2517c08d858803b39a9"
  2520.         },
  2521.         "require": {
  2522.             "ext-ctype": "*",
  2523.             "magento/framework": "100.1.*",
  2524.             "magento/module-catalog": "101.0.*",
  2525.             "magento/module-catalog-inventory": "100.1.*",
  2526.             "magento/module-catalog-url-rewrite": "100.1.*",
  2527.             "magento/module-customer": "100.1.*",
  2528.             "magento/module-eav": "100.1.*",
  2529.             "magento/module-import-export": "100.1.*",
  2530.             "magento/module-media-storage": "100.1.*",
  2531.             "magento/module-store": "100.1.*",
  2532.             "magento/module-tax": "100.1.*",
  2533.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2534.         },
  2535.         "type": "magento2-module",
  2536.         "installation-source": "dist",
  2537.         "autoload": {
  2538.             "files": [
  2539.                 "registration.php"
  2540.             ],
  2541.             "psr-4": {
  2542.                 "Magento\\CatalogImportExport\\": ""
  2543.             }
  2544.         },
  2545.         "license": [
  2546.             "OSL-3.0",
  2547.             "AFL-3.0"
  2548.         ],
  2549.         "description": "N/A"
  2550.     },
  2551.     {
  2552.         "name": "magento/module-developer",
  2553.         "version": "100.1.3",
  2554.         "version_normalized": "100.1.3.0",
  2555.         "dist": {
  2556.             "type": "zip",
  2557.             "url": "https://repo.magento.com/archives/magento/module-developer/magento-module-developer-100.1.3.0.zip",
  2558.             "reference": null,
  2559.             "shasum": "7aa5019f536dcd3fed19cc275768b2333ec66a88"
  2560.         },
  2561.         "require": {
  2562.             "magento/framework": "100.1.*",
  2563.             "magento/module-store": "100.1.*",
  2564.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2565.         },
  2566.         "type": "magento2-module",
  2567.         "installation-source": "dist",
  2568.         "autoload": {
  2569.             "files": [
  2570.                 "registration.php"
  2571.             ],
  2572.             "psr-4": {
  2573.                 "Magento\\Developer\\": ""
  2574.             }
  2575.         },
  2576.         "license": [
  2577.             "OSL-3.0",
  2578.             "AFL-3.0"
  2579.         ],
  2580.         "description": "N/A"
  2581.     },
  2582.     {
  2583.         "name": "magento/module-backup",
  2584.         "version": "100.1.2",
  2585.         "version_normalized": "100.1.2.0",
  2586.         "dist": {
  2587.             "type": "zip",
  2588.             "url": "https://repo.magento.com/archives/magento/module-backup/magento-module-backup-100.1.2.0.zip",
  2589.             "reference": null,
  2590.             "shasum": "bd4e3999c075177bcce4d74aa087d692ad01bf86"
  2591.         },
  2592.         "require": {
  2593.             "magento/framework": "100.1.*",
  2594.             "magento/module-backend": "100.1.*",
  2595.             "magento/module-cron": "100.1.*",
  2596.             "magento/module-store": "100.1.*",
  2597.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2598.         },
  2599.         "type": "magento2-module",
  2600.         "installation-source": "dist",
  2601.         "autoload": {
  2602.             "files": [
  2603.                 "registration.php"
  2604.             ],
  2605.             "psr-4": {
  2606.                 "Magento\\Backup\\": ""
  2607.             }
  2608.         },
  2609.         "license": [
  2610.             "OSL-3.0",
  2611.             "AFL-3.0"
  2612.         ],
  2613.         "description": "N/A"
  2614.     },
  2615.     {
  2616.         "name": "magento/module-search",
  2617.         "version": "100.1.2",
  2618.         "version_normalized": "100.1.2.0",
  2619.         "dist": {
  2620.             "type": "zip",
  2621.             "url": "https://repo.magento.com/archives/magento/module-search/magento-module-search-100.1.2.0.zip",
  2622.             "reference": null,
  2623.             "shasum": "f989a119acbaa8ab42cb6a1c939c874673fcf2a7"
  2624.         },
  2625.         "require": {
  2626.             "magento/framework": "100.1.*",
  2627.             "magento/module-backend": "100.1.*",
  2628.             "magento/module-catalog-search": "100.1.*",
  2629.             "magento/module-reports": "100.1.*",
  2630.             "magento/module-store": "100.1.*",
  2631.             "magento/module-ui": "100.1.*",
  2632.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2633.         },
  2634.         "type": "magento2-module",
  2635.         "installation-source": "dist",
  2636.         "autoload": {
  2637.             "files": [
  2638.                 "registration.php"
  2639.             ],
  2640.             "psr-4": {
  2641.                 "Magento\\Search\\": ""
  2642.             }
  2643.         },
  2644.         "license": [
  2645.             "OSL-3.0",
  2646.             "AFL-3.0"
  2647.         ],
  2648.         "description": "N/A"
  2649.     },
  2650.     {
  2651.         "name": "magento/module-catalog-search",
  2652.         "version": "100.1.5",
  2653.         "version_normalized": "100.1.5.0",
  2654.         "dist": {
  2655.             "type": "zip",
  2656.             "url": "https://repo.magento.com/archives/magento/module-catalog-search/magento-module-catalog-search-100.1.5.0.zip",
  2657.             "reference": null,
  2658.             "shasum": "fd3f08ad5b4f85c98dca3b5c822b704b8b3bfc6d"
  2659.         },
  2660.         "require": {
  2661.             "magento/framework": "100.1.*",
  2662.             "magento/module-backend": "100.1.*",
  2663.             "magento/module-catalog": "101.0.*",
  2664.             "magento/module-catalog-inventory": "100.1.*",
  2665.             "magento/module-customer": "100.1.*",
  2666.             "magento/module-directory": "100.1.*",
  2667.             "magento/module-eav": "100.1.*",
  2668.             "magento/module-search": "100.1.*",
  2669.             "magento/module-store": "100.1.*",
  2670.             "magento/module-theme": "100.1.*",
  2671.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2672.         },
  2673.         "type": "magento2-module",
  2674.         "installation-source": "dist",
  2675.         "autoload": {
  2676.             "files": [
  2677.                 "registration.php"
  2678.             ],
  2679.             "psr-4": {
  2680.                 "Magento\\CatalogSearch\\": ""
  2681.             }
  2682.         },
  2683.         "license": [
  2684.             "OSL-3.0",
  2685.             "AFL-3.0"
  2686.         ],
  2687.         "description": "N/A"
  2688.     },
  2689.     {
  2690.         "name": "magento/module-staging",
  2691.         "version": "100.1.5",
  2692.         "version_normalized": "100.1.5.0",
  2693.         "dist": {
  2694.             "type": "zip",
  2695.             "url": "https://repo.magento.com/archives/magento/module-staging/magento-module-staging-100.1.5.0.zip",
  2696.             "reference": null,
  2697.             "shasum": "a594023975ebc65baba36c0fff1916dfe0d0a4b3"
  2698.         },
  2699.         "require": {
  2700.             "lib-libxml": "*",
  2701.             "magento/framework": "100.1.*",
  2702.             "magento/magento-composer-installer": "*",
  2703.             "magento/module-backend": "100.1.*",
  2704.             "magento/module-require-js": "100.1.*",
  2705.             "magento/module-store": "100.1.*",
  2706.             "magento/module-ui": "100.1.*",
  2707.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2708.         },
  2709.         "suggest": {
  2710.             "magento/module-customer": "100.1.*",
  2711.             "magento/module-page-cache": "100.1.*",
  2712.             "magento/module-translation": "100.1.*"
  2713.         },
  2714.         "type": "magento2-module",
  2715.         "installation-source": "dist",
  2716.         "autoload": {
  2717.             "files": [
  2718.                 "registration.php"
  2719.             ],
  2720.             "psr-4": {
  2721.                 "Magento\\Staging\\": ""
  2722.             }
  2723.         },
  2724.         "license": [
  2725.             "proprietary"
  2726.         ],
  2727.         "description": "N/A"
  2728.     },
  2729.     {
  2730.         "name": "magento/module-catalog-staging",
  2731.         "version": "100.1.6",
  2732.         "version_normalized": "100.1.6.0",
  2733.         "dist": {
  2734.             "type": "zip",
  2735.             "url": "https://repo.magento.com/archives/magento/module-catalog-staging/magento-module-catalog-staging-100.1.6.0.zip",
  2736.             "reference": null,
  2737.             "shasum": "fa98ef87b1c5103260d26ae6b2e4e6b27eaf628d"
  2738.         },
  2739.         "require": {
  2740.             "lib-libxml": "*",
  2741.             "magento/framework": "100.1.*",
  2742.             "magento/magento-composer-installer": "*",
  2743.             "magento/module-backend": "100.1.*",
  2744.             "magento/module-catalog": "101.0.*",
  2745.             "magento/module-catalog-search": "100.1.*",
  2746.             "magento/module-customer": "100.1.*",
  2747.             "magento/module-eav": "100.1.*",
  2748.             "magento/module-search": "100.1.*",
  2749.             "magento/module-staging": "100.1.*",
  2750.             "magento/module-store": "100.1.*",
  2751.             "magento/module-ui": "100.1.*",
  2752.             "magento/module-url-rewrite": "100.1.*",
  2753.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2754.         },
  2755.         "suggest": {
  2756.             "magento/module-catalog-import-export": "100.1.*",
  2757.             "magento/module-indexer": "100.1.*",
  2758.             "magento/module-quote": "100.1.*"
  2759.         },
  2760.         "type": "magento2-module",
  2761.         "installation-source": "dist",
  2762.         "autoload": {
  2763.             "files": [
  2764.                 "registration.php"
  2765.             ],
  2766.             "psr-4": {
  2767.                 "Magento\\CatalogStaging\\": ""
  2768.             }
  2769.         },
  2770.         "license": [
  2771.             "proprietary"
  2772.         ],
  2773.         "description": "N/A"
  2774.     },
  2775.     {
  2776.         "name": "magento/module-product-video",
  2777.         "version": "100.1.4",
  2778.         "version_normalized": "100.1.4.0",
  2779.         "dist": {
  2780.             "type": "zip",
  2781.             "url": "https://repo.magento.com/archives/magento/module-product-video/magento-module-product-video-100.1.4.0.zip",
  2782.             "reference": null,
  2783.             "shasum": "f43a34d1913d1e3d247cadefeca58f4fadc96f67"
  2784.         },
  2785.         "require": {
  2786.             "magento/framework": "100.1.*",
  2787.             "magento/magento-composer-installer": "*",
  2788.             "magento/module-backend": "100.1.*",
  2789.             "magento/module-catalog": "101.0.*",
  2790.             "magento/module-eav": "100.1.*",
  2791.             "magento/module-media-storage": "100.1.*",
  2792.             "magento/module-store": "100.1.*",
  2793.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2794.         },
  2795.         "suggest": {
  2796.             "magento/module-customer": "100.1.*"
  2797.         },
  2798.         "type": "magento2-module",
  2799.         "installation-source": "dist",
  2800.         "autoload": {
  2801.             "files": [
  2802.                 "registration.php"
  2803.             ],
  2804.             "psr-4": {
  2805.                 "Magento\\ProductVideo\\": ""
  2806.             }
  2807.         },
  2808.         "license": [
  2809.             "proprietary"
  2810.         ],
  2811.         "description": "Add Video to Products"
  2812.     },
  2813.     {
  2814.         "name": "magento/module-product-video-staging",
  2815.         "version": "100.1.2",
  2816.         "version_normalized": "100.1.2.0",
  2817.         "dist": {
  2818.             "type": "zip",
  2819.             "url": "https://repo.magento.com/archives/magento/module-product-video-staging/magento-module-product-video-staging-100.1.2.0.zip",
  2820.             "reference": null,
  2821.             "shasum": "06b5782c6c20e72ca6e88b710d0a1225a88c0069"
  2822.         },
  2823.         "require": {
  2824.             "lib-libxml": "*",
  2825.             "magento/framework": "100.1.*",
  2826.             "magento/magento-composer-installer": "*",
  2827.             "magento/module-backend": "100.1.*",
  2828.             "magento/module-catalog": "101.0.*",
  2829.             "magento/module-catalog-staging": "100.1.*",
  2830.             "magento/module-product-video": "100.1.*",
  2831.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2832.         },
  2833.         "suggest": {
  2834.             "magento/module-staging": "100.1.*"
  2835.         },
  2836.         "type": "magento2-module",
  2837.         "installation-source": "dist",
  2838.         "autoload": {
  2839.             "files": [
  2840.                 "registration.php"
  2841.             ],
  2842.             "psr-4": {
  2843.                 "Magento\\ProductVideoStaging\\": ""
  2844.             }
  2845.         },
  2846.         "license": [
  2847.             "proprietary"
  2848.         ],
  2849.         "description": "N/A"
  2850.     },
  2851.     {
  2852.         "name": "magento/module-weee-staging",
  2853.         "version": "100.1.2",
  2854.         "version_normalized": "100.1.2.0",
  2855.         "dist": {
  2856.             "type": "zip",
  2857.             "url": "https://repo.magento.com/archives/magento/module-weee-staging/magento-module-weee-staging-100.1.2.0.zip",
  2858.             "reference": null,
  2859.             "shasum": "1f18bfce10e02ce2e770ec6baf2d9356b34ed195"
  2860.         },
  2861.         "require": {
  2862.             "lib-libxml": "*",
  2863.             "magento/framework": "100.1.*",
  2864.             "magento/magento-composer-installer": "*",
  2865.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2866.         },
  2867.         "suggest": {
  2868.             "magento/module-staging": "100.1.*",
  2869.             "magento/module-weee": "100.1.*"
  2870.         },
  2871.         "type": "magento2-module",
  2872.         "installation-source": "dist",
  2873.         "autoload": {
  2874.             "files": [
  2875.                 "registration.php"
  2876.             ],
  2877.             "psr-4": {
  2878.                 "Magento\\WeeeStaging\\": ""
  2879.             }
  2880.         },
  2881.         "license": [
  2882.             "proprietary"
  2883.         ],
  2884.         "description": "N/A"
  2885.     },
  2886.     {
  2887.         "name": "magento/module-rma-staging",
  2888.         "version": "100.1.2",
  2889.         "version_normalized": "100.1.2.0",
  2890.         "dist": {
  2891.             "type": "zip",
  2892.             "url": "https://repo.magento.com/archives/magento/module-rma-staging/magento-module-rma-staging-100.1.2.0.zip",
  2893.             "reference": null,
  2894.             "shasum": "183dce41b17582b6ca19c5e3aa529ff4aef4094f"
  2895.         },
  2896.         "require": {
  2897.             "lib-libxml": "*",
  2898.             "magento/framework": "100.1.*",
  2899.             "magento/magento-composer-installer": "*",
  2900.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2901.         },
  2902.         "suggest": {
  2903.             "magento/module-rma": "100.1.*",
  2904.             "magento/module-staging": "100.1.*"
  2905.         },
  2906.         "type": "magento2-module",
  2907.         "installation-source": "dist",
  2908.         "autoload": {
  2909.             "files": [
  2910.                 "registration.php"
  2911.             ],
  2912.             "psr-4": {
  2913.                 "Magento\\RmaStaging\\": ""
  2914.             }
  2915.         },
  2916.         "license": [
  2917.             "proprietary"
  2918.         ],
  2919.         "description": "N/A"
  2920.     },
  2921.     {
  2922.         "name": "magento/module-review-staging",
  2923.         "version": "100.1.2",
  2924.         "version_normalized": "100.1.2.0",
  2925.         "dist": {
  2926.             "type": "zip",
  2927.             "url": "https://repo.magento.com/archives/magento/module-review-staging/magento-module-review-staging-100.1.2.0.zip",
  2928.             "reference": null,
  2929.             "shasum": "6beece20750fc61dadf8914931add784eab69d50"
  2930.         },
  2931.         "require": {
  2932.             "lib-libxml": "*",
  2933.             "magento/framework": "100.1.*",
  2934.             "magento/magento-composer-installer": "*",
  2935.             "magento/module-catalog": "101.0.*",
  2936.             "magento/module-review": "100.1.*",
  2937.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2938.         },
  2939.         "suggest": {
  2940.             "magento/module-staging": "100.1.*"
  2941.         },
  2942.         "type": "magento2-module",
  2943.         "installation-source": "dist",
  2944.         "autoload": {
  2945.             "files": [
  2946.                 "registration.php"
  2947.             ],
  2948.             "psr-4": {
  2949.                 "Magento\\ReviewStaging\\": ""
  2950.             }
  2951.         },
  2952.         "license": [
  2953.             "proprietary"
  2954.         ],
  2955.         "description": "N/A"
  2956.     },
  2957.     {
  2958.         "name": "magento/module-msrp-staging",
  2959.         "version": "100.1.2",
  2960.         "version_normalized": "100.1.2.0",
  2961.         "dist": {
  2962.             "type": "zip",
  2963.             "url": "https://repo.magento.com/archives/magento/module-msrp-staging/magento-module-msrp-staging-100.1.2.0.zip",
  2964.             "reference": null,
  2965.             "shasum": "91948c3bd0bdfe223032e46493eae4b86352c2a8"
  2966.         },
  2967.         "require": {
  2968.             "lib-libxml": "*",
  2969.             "magento/framework": "100.1.*",
  2970.             "magento/magento-composer-installer": "*",
  2971.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  2972.         },
  2973.         "suggest": {
  2974.             "magento/module-msrp": "100.1.*",
  2975.             "magento/module-staging": "100.1.*"
  2976.         },
  2977.         "type": "magento2-module",
  2978.         "installation-source": "dist",
  2979.         "autoload": {
  2980.             "files": [
  2981.                 "registration.php"
  2982.             ],
  2983.             "psr-4": {
  2984.                 "Magento\\MsrpStaging\\": ""
  2985.             }
  2986.         },
  2987.         "license": [
  2988.             "proprietary"
  2989.         ],
  2990.         "description": "N/A"
  2991.     },
  2992.     {
  2993.         "name": "magento/module-google-optimizer-staging",
  2994.         "version": "100.1.2",
  2995.         "version_normalized": "100.1.2.0",
  2996.         "dist": {
  2997.             "type": "zip",
  2998.             "url": "https://repo.magento.com/archives/magento/module-google-optimizer-staging/magento-module-google-optimizer-staging-100.1.2.0.zip",
  2999.             "reference": null,
  3000.             "shasum": "3df12ebb78dcb4241ff6252b3ba95e93a47a228a"
  3001.         },
  3002.         "require": {
  3003.             "lib-libxml": "*",
  3004.             "magento/framework": "100.1.*",
  3005.             "magento/magento-composer-installer": "*",
  3006.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3007.         },
  3008.         "suggest": {
  3009.             "magento/module-google-optimizer": "100.1.*",
  3010.             "magento/module-staging": "100.1.*"
  3011.         },
  3012.         "type": "magento2-module",
  3013.         "installation-source": "dist",
  3014.         "autoload": {
  3015.             "files": [
  3016.                 "registration.php"
  3017.             ],
  3018.             "psr-4": {
  3019.                 "Magento\\GoogleOptimizerStaging\\": ""
  3020.             }
  3021.         },
  3022.         "license": [
  3023.             "proprietary"
  3024.         ],
  3025.         "description": "N/A"
  3026.     },
  3027.     {
  3028.         "name": "magento/module-gift-wrapping-staging",
  3029.         "version": "100.1.2",
  3030.         "version_normalized": "100.1.2.0",
  3031.         "dist": {
  3032.             "type": "zip",
  3033.             "url": "https://repo.magento.com/archives/magento/module-gift-wrapping-staging/magento-module-gift-wrapping-staging-100.1.2.0.zip",
  3034.             "reference": null,
  3035.             "shasum": "7c20bbed0628aa4f55effdfc967965534e9cca3c"
  3036.         },
  3037.         "require": {
  3038.             "lib-libxml": "*",
  3039.             "magento/framework": "100.1.*",
  3040.             "magento/magento-composer-installer": "*",
  3041.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3042.         },
  3043.         "suggest": {
  3044.             "magento/module-gift-wrapping": "100.1.*",
  3045.             "magento/module-staging": "100.1.*"
  3046.         },
  3047.         "type": "magento2-module",
  3048.         "installation-source": "dist",
  3049.         "autoload": {
  3050.             "files": [
  3051.                 "registration.php"
  3052.             ],
  3053.             "psr-4": {
  3054.                 "Magento\\GiftWrappingStaging\\": ""
  3055.             }
  3056.         },
  3057.         "license": [
  3058.             "proprietary"
  3059.         ],
  3060.         "description": "N/A"
  3061.     },
  3062.     {
  3063.         "name": "magento/module-gift-message-staging",
  3064.         "version": "100.1.2",
  3065.         "version_normalized": "100.1.2.0",
  3066.         "dist": {
  3067.             "type": "zip",
  3068.             "url": "https://repo.magento.com/archives/magento/module-gift-message-staging/magento-module-gift-message-staging-100.1.2.0.zip",
  3069.             "reference": null,
  3070.             "shasum": "dd973e64cc71cab80668df4c7502c94e4b5bcba9"
  3071.         },
  3072.         "require": {
  3073.             "lib-libxml": "*",
  3074.             "magento/framework": "100.1.*",
  3075.             "magento/magento-composer-installer": "*",
  3076.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3077.         },
  3078.         "suggest": {
  3079.             "magento/module-gift-message": "100.1.*",
  3080.             "magento/module-staging": "100.1.*"
  3081.         },
  3082.         "type": "magento2-module",
  3083.         "installation-source": "dist",
  3084.         "autoload": {
  3085.             "files": [
  3086.                 "registration.php"
  3087.             ],
  3088.             "psr-4": {
  3089.                 "Magento\\GiftMessageStaging\\": ""
  3090.             }
  3091.         },
  3092.         "license": [
  3093.             "proprietary"
  3094.         ],
  3095.         "description": "N/A"
  3096.     },
  3097.     {
  3098.         "name": "magento/module-catalog-inventory-staging",
  3099.         "version": "100.1.3",
  3100.         "version_normalized": "100.1.3.0",
  3101.         "dist": {
  3102.             "type": "zip",
  3103.             "url": "https://repo.magento.com/archives/magento/module-catalog-inventory-staging/magento-module-catalog-inventory-staging-100.1.3.0.zip",
  3104.             "reference": null,
  3105.             "shasum": "696f0891cd5dcd9abae061df28dbd2a2a0399565"
  3106.         },
  3107.         "require": {
  3108.             "lib-libxml": "*",
  3109.             "magento/framework": "100.1.*",
  3110.             "magento/magento-composer-installer": "*",
  3111.             "magento/module-catalog": "101.0.*",
  3112.             "magento/module-catalog-inventory": "100.1.*",
  3113.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3114.         },
  3115.         "suggest": {
  3116.             "magento/module-staging": "100.1.*"
  3117.         },
  3118.         "type": "magento2-module",
  3119.         "installation-source": "dist",
  3120.         "autoload": {
  3121.             "files": [
  3122.                 "registration.php"
  3123.             ],
  3124.             "psr-4": {
  3125.                 "Magento\\CatalogInventoryStaging\\": ""
  3126.             }
  3127.         },
  3128.         "license": [
  3129.             "proprietary"
  3130.         ],
  3131.         "description": "N/A"
  3132.     },
  3133.     {
  3134.         "name": "magento/module-layered-navigation",
  3135.         "version": "100.1.2",
  3136.         "version_normalized": "100.1.2.0",
  3137.         "dist": {
  3138.             "type": "zip",
  3139.             "url": "https://repo.magento.com/archives/magento/module-layered-navigation/magento-module-layered-navigation-100.1.2.0.zip",
  3140.             "reference": null,
  3141.             "shasum": "67eff08a84c9073c709185624fa88e65aa35f949"
  3142.         },
  3143.         "require": {
  3144.             "magento/framework": "100.1.*",
  3145.             "magento/module-catalog": "101.0.*",
  3146.             "magento/module-config": "100.1.*",
  3147.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3148.         },
  3149.         "type": "magento2-module",
  3150.         "installation-source": "dist",
  3151.         "autoload": {
  3152.             "files": [
  3153.                 "registration.php"
  3154.             ],
  3155.             "psr-4": {
  3156.                 "Magento\\LayeredNavigation\\": ""
  3157.             }
  3158.         },
  3159.         "license": [
  3160.             "OSL-3.0",
  3161.             "AFL-3.0"
  3162.         ],
  3163.         "description": "N/A"
  3164.     },
  3165.     {
  3166.         "name": "magento/module-layered-navigation-staging",
  3167.         "version": "100.1.2",
  3168.         "version_normalized": "100.1.2.0",
  3169.         "dist": {
  3170.             "type": "zip",
  3171.             "url": "https://repo.magento.com/archives/magento/module-layered-navigation-staging/magento-module-layered-navigation-staging-100.1.2.0.zip",
  3172.             "reference": null,
  3173.             "shasum": "dcd65440e6c81c20d3a14d854c7f8e916fbf8873"
  3174.         },
  3175.         "require": {
  3176.             "magento/framework": "100.1.*",
  3177.             "magento/module-catalog": "101.0.*",
  3178.             "magento/module-layered-navigation": "100.1.*",
  3179.             "magento/module-staging": "100.1.*",
  3180.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3181.         },
  3182.         "type": "magento2-module",
  3183.         "installation-source": "dist",
  3184.         "autoload": {
  3185.             "files": [
  3186.                 "registration.php"
  3187.             ],
  3188.             "psr-4": {
  3189.                 "Magento\\LayeredNavigationStaging\\": ""
  3190.             }
  3191.         },
  3192.         "license": [
  3193.             "proprietary"
  3194.         ],
  3195.         "description": "N/A"
  3196.     },
  3197.     {
  3198.         "name": "magento/module-search-staging",
  3199.         "version": "100.1.2",
  3200.         "version_normalized": "100.1.2.0",
  3201.         "dist": {
  3202.             "type": "zip",
  3203.             "url": "https://repo.magento.com/archives/magento/module-search-staging/magento-module-search-staging-100.1.2.0.zip",
  3204.             "reference": null,
  3205.             "shasum": "4e98b1fe0157bc4b6b4f3ed5b73f6eba79fc27ce"
  3206.         },
  3207.         "require": {
  3208.             "lib-libxml": "*",
  3209.             "magento/framework": "100.1.*",
  3210.             "magento/magento-composer-installer": "*",
  3211.             "magento/module-staging": "100.1.*",
  3212.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3213.         },
  3214.         "type": "magento2-module",
  3215.         "installation-source": "dist",
  3216.         "autoload": {
  3217.             "files": [
  3218.                 "registration.php"
  3219.             ],
  3220.             "psr-4": {
  3221.                 "Magento\\SearchStaging\\": ""
  3222.             }
  3223.         },
  3224.         "license": [
  3225.             "proprietary"
  3226.         ],
  3227.         "description": "N/A"
  3228.     },
  3229.     {
  3230.         "name": "magento/module-sales-rule-staging",
  3231.         "version": "100.1.4",
  3232.         "version_normalized": "100.1.4.0",
  3233.         "dist": {
  3234.             "type": "zip",
  3235.             "url": "https://repo.magento.com/archives/magento/module-sales-rule-staging/magento-module-sales-rule-staging-100.1.4.0.zip",
  3236.             "reference": null,
  3237.             "shasum": "a556da04f5609279cae8c761d9df582caabe7384"
  3238.         },
  3239.         "require": {
  3240.             "magento/framework": "100.1.*",
  3241.             "magento/module-backend": "100.1.*",
  3242.             "magento/module-config": "100.1.*",
  3243.             "magento/module-quote": "100.1.*",
  3244.             "magento/module-rule": "100.1.*",
  3245.             "magento/module-sales-rule": "100.1.*",
  3246.             "magento/module-staging": "100.1.*",
  3247.             "magento/module-ui": "100.1.*",
  3248.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3249.         },
  3250.         "type": "magento2-module",
  3251.         "installation-source": "dist",
  3252.         "autoload": {
  3253.             "files": [
  3254.                 "registration.php"
  3255.             ],
  3256.             "psr-4": {
  3257.                 "Magento\\SalesRuleStaging\\": ""
  3258.             }
  3259.         },
  3260.         "license": [
  3261.             "proprietary"
  3262.         ],
  3263.         "description": "N/A"
  3264.     },
  3265.     {
  3266.         "name": "magento/module-catalog-rule-staging",
  3267.         "version": "100.1.3",
  3268.         "version_normalized": "100.1.3.0",
  3269.         "dist": {
  3270.             "type": "zip",
  3271.             "url": "https://repo.magento.com/archives/magento/module-catalog-rule-staging/magento-module-catalog-rule-staging-100.1.3.0.zip",
  3272.             "reference": null,
  3273.             "shasum": "f78a8e4bd647d0191bf34a769351857c4fb1cff9"
  3274.         },
  3275.         "require": {
  3276.             "magento/framework": "100.1.*",
  3277.             "magento/module-backend": "100.1.*",
  3278.             "magento/module-catalog": "101.0.*",
  3279.             "magento/module-catalog-rule": "100.1.*",
  3280.             "magento/module-customer": "100.1.*",
  3281.             "magento/module-rule": "100.1.*",
  3282.             "magento/module-staging": "100.1.*",
  3283.             "magento/module-store": "100.1.*",
  3284.             "magento/module-ui": "100.1.*",
  3285.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3286.         },
  3287.         "type": "magento2-module",
  3288.         "installation-source": "dist",
  3289.         "autoload": {
  3290.             "files": [
  3291.                 "registration.php"
  3292.             ],
  3293.             "psr-4": {
  3294.                 "Magento\\CatalogRuleStaging\\": ""
  3295.             }
  3296.         },
  3297.         "license": [
  3298.             "proprietary"
  3299.         ],
  3300.         "description": "N/A"
  3301.     },
  3302.     {
  3303.         "name": "react/promise",
  3304.         "version": "v2.5.1",
  3305.         "version_normalized": "2.5.1.0",
  3306.         "source": {
  3307.             "type": "git",
  3308.             "url": "https://github.com/reactphp/promise.git",
  3309.             "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
  3310.         },
  3311.         "dist": {
  3312.             "type": "zip",
  3313.             "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
  3314.             "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
  3315.             "shasum": ""
  3316.         },
  3317.         "require": {
  3318.             "php": ">=5.4.0"
  3319.         },
  3320.         "require-dev": {
  3321.             "phpunit/phpunit": "~4.8"
  3322.         },
  3323.         "time": "2017-03-25T12:08:31+00:00",
  3324.         "type": "library",
  3325.         "installation-source": "dist",
  3326.         "autoload": {
  3327.             "psr-4": {
  3328.                 "React\\Promise\\": "src/"
  3329.             },
  3330.             "files": [
  3331.                 "src/functions_include.php"
  3332.             ]
  3333.         },
  3334.         "notification-url": "https://packagist.org/downloads/",
  3335.         "license": [
  3336.             "MIT"
  3337.         ],
  3338.         "authors": [
  3339.             {
  3340.                 "name": "Jan Sorgalla",
  3341.                 "email": "jsorgalla@gmail.com"
  3342.             }
  3343.         ],
  3344.         "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  3345.         "keywords": [
  3346.             "promise",
  3347.             "promises"
  3348.         ]
  3349.     },
  3350.     {
  3351.         "name": "guzzlehttp/streams",
  3352.         "version": "3.0.0",
  3353.         "version_normalized": "3.0.0.0",
  3354.         "source": {
  3355.             "type": "git",
  3356.             "url": "https://github.com/guzzle/streams.git",
  3357.             "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
  3358.         },
  3359.         "dist": {
  3360.             "type": "zip",
  3361.             "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
  3362.             "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
  3363.             "shasum": ""
  3364.         },
  3365.         "require": {
  3366.             "php": ">=5.4.0"
  3367.         },
  3368.         "require-dev": {
  3369.             "phpunit/phpunit": "~4.0"
  3370.         },
  3371.         "time": "2014-10-12T19:18:40+00:00",
  3372.         "type": "library",
  3373.         "extra": {
  3374.             "branch-alias": {
  3375.                 "dev-master": "3.0-dev"
  3376.             }
  3377.         },
  3378.         "installation-source": "dist",
  3379.         "autoload": {
  3380.             "psr-4": {
  3381.                 "GuzzleHttp\\Stream\\": "src/"
  3382.             }
  3383.         },
  3384.         "notification-url": "https://packagist.org/downloads/",
  3385.         "license": [
  3386.             "MIT"
  3387.         ],
  3388.         "authors": [
  3389.             {
  3390.                 "name": "Michael Dowling",
  3391.                 "email": "mtdowling@gmail.com",
  3392.                 "homepage": "https://github.com/mtdowling"
  3393.             }
  3394.         ],
  3395.         "description": "Provides a simple abstraction over streams of data",
  3396.         "homepage": "http://guzzlephp.org/",
  3397.         "keywords": [
  3398.             "Guzzle",
  3399.             "stream"
  3400.         ]
  3401.     },
  3402.     {
  3403.         "name": "guzzlehttp/ringphp",
  3404.         "version": "1.1.0",
  3405.         "version_normalized": "1.1.0.0",
  3406.         "source": {
  3407.             "type": "git",
  3408.             "url": "https://github.com/guzzle/RingPHP.git",
  3409.             "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
  3410.         },
  3411.         "dist": {
  3412.             "type": "zip",
  3413.             "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
  3414.             "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
  3415.             "shasum": ""
  3416.         },
  3417.         "require": {
  3418.             "guzzlehttp/streams": "~3.0",
  3419.             "php": ">=5.4.0",
  3420.             "react/promise": "~2.0"
  3421.         },
  3422.         "require-dev": {
  3423.             "ext-curl": "*",
  3424.             "phpunit/phpunit": "~4.0"
  3425.         },
  3426.         "suggest": {
  3427.             "ext-curl": "Guzzle will use specific adapters if cURL is present"
  3428.         },
  3429.         "time": "2015-05-20T03:37:09+00:00",
  3430.         "type": "library",
  3431.         "extra": {
  3432.             "branch-alias": {
  3433.                 "dev-master": "1.1-dev"
  3434.             }
  3435.         },
  3436.         "installation-source": "dist",
  3437.         "autoload": {
  3438.             "psr-4": {
  3439.                 "GuzzleHttp\\Ring\\": "src/"
  3440.             }
  3441.         },
  3442.         "notification-url": "https://packagist.org/downloads/",
  3443.         "license": [
  3444.             "MIT"
  3445.         ],
  3446.         "authors": [
  3447.             {
  3448.                 "name": "Michael Dowling",
  3449.                 "email": "mtdowling@gmail.com",
  3450.                 "homepage": "https://github.com/mtdowling"
  3451.             }
  3452.         ],
  3453.         "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function."
  3454.     },
  3455.     {
  3456.         "name": "psr/log",
  3457.         "version": "1.0.2",
  3458.         "version_normalized": "1.0.2.0",
  3459.         "source": {
  3460.             "type": "git",
  3461.             "url": "https://github.com/php-fig/log.git",
  3462.             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  3463.         },
  3464.         "dist": {
  3465.             "type": "zip",
  3466.             "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  3467.             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  3468.             "shasum": ""
  3469.         },
  3470.         "require": {
  3471.             "php": ">=5.3.0"
  3472.         },
  3473.         "time": "2016-10-10T12:19:37+00:00",
  3474.         "type": "library",
  3475.         "extra": {
  3476.             "branch-alias": {
  3477.                 "dev-master": "1.0.x-dev"
  3478.             }
  3479.         },
  3480.         "installation-source": "dist",
  3481.         "autoload": {
  3482.             "psr-4": {
  3483.                 "Psr\\Log\\": "Psr/Log/"
  3484.             }
  3485.         },
  3486.         "notification-url": "https://packagist.org/downloads/",
  3487.         "license": [
  3488.             "MIT"
  3489.         ],
  3490.         "authors": [
  3491.             {
  3492.                 "name": "PHP-FIG",
  3493.                 "homepage": "http://www.php-fig.org/"
  3494.             }
  3495.         ],
  3496.         "description": "Common interface for logging libraries",
  3497.         "homepage": "https://github.com/php-fig/log",
  3498.         "keywords": [
  3499.             "log",
  3500.             "psr",
  3501.             "psr-3"
  3502.         ]
  3503.     },
  3504.     {
  3505.         "name": "elasticsearch/elasticsearch",
  3506.         "version": "v2.3.0",
  3507.         "version_normalized": "2.3.0.0",
  3508.         "source": {
  3509.             "type": "git",
  3510.             "url": "https://github.com/elastic/elasticsearch-php.git",
  3511.             "reference": "12a400656e4cf4c231d83cb56af3f50a27dcde93"
  3512.         },
  3513.         "dist": {
  3514.             "type": "zip",
  3515.             "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/12a400656e4cf4c231d83cb56af3f50a27dcde93",
  3516.             "reference": "12a400656e4cf4c231d83cb56af3f50a27dcde93",
  3517.             "shasum": ""
  3518.         },
  3519.         "require": {
  3520.             "guzzlehttp/ringphp": "~1.0",
  3521.             "php": ">=5.4",
  3522.             "psr/log": "~1.0"
  3523.         },
  3524.         "require-dev": {
  3525.             "cpliakas/git-wrapper": "~1.0",
  3526.             "mockery/mockery": "0.9.4",
  3527.             "phpunit/phpunit": "~4.7",
  3528.             "sami/sami": "~3.2",
  3529.             "symfony/yaml": "2.4.3 as 2.4.2",
  3530.             "twig/twig": "1.*"
  3531.         },
  3532.         "suggest": {
  3533.             "ext-curl": "*",
  3534.             "monolog/monolog": "Allows for client-level logging and tracing"
  3535.         },
  3536.         "time": "2016-11-30T17:15:05+00:00",
  3537.         "type": "library",
  3538.         "installation-source": "dist",
  3539.         "autoload": {
  3540.             "psr-4": {
  3541.                 "Elasticsearch\\": "src/Elasticsearch/"
  3542.             }
  3543.         },
  3544.         "notification-url": "https://packagist.org/downloads/",
  3545.         "license": [
  3546.             "Apache-2.0"
  3547.         ],
  3548.         "authors": [
  3549.             {
  3550.                 "name": "Zachary Tong"
  3551.             }
  3552.         ],
  3553.         "description": "PHP Client for Elasticsearch",
  3554.         "keywords": [
  3555.             "client",
  3556.             "elasticsearch",
  3557.             "search"
  3558.         ]
  3559.     },
  3560.     {
  3561.         "name": "magento/module-advanced-search",
  3562.         "version": "100.1.2",
  3563.         "version_normalized": "100.1.2.0",
  3564.         "dist": {
  3565.             "type": "zip",
  3566.             "url": "https://repo.magento.com/archives/magento/module-advanced-search/magento-module-advanced-search-100.1.2.0.zip",
  3567.             "reference": null,
  3568.             "shasum": "963f4df92dc989ae3caaee7e23363987ad13039c"
  3569.         },
  3570.         "require": {
  3571.             "magento/framework": "100.1.*",
  3572.             "magento/module-backend": "100.1.*",
  3573.             "magento/module-catalog": "101.0.*",
  3574.             "magento/module-catalog-search": "100.1.*",
  3575.             "magento/module-config": "100.1.*",
  3576.             "magento/module-customer": "100.1.*",
  3577.             "magento/module-search": "100.1.*",
  3578.             "magento/module-store": "100.1.*",
  3579.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3580.         },
  3581.         "type": "magento2-module",
  3582.         "installation-source": "dist",
  3583.         "autoload": {
  3584.             "files": [
  3585.                 "registration.php"
  3586.             ],
  3587.             "psr-4": {
  3588.                 "Magento\\AdvancedSearch\\": ""
  3589.             }
  3590.         },
  3591.         "license": [
  3592.             "proprietary"
  3593.         ],
  3594.         "description": "N/A"
  3595.     },
  3596.     {
  3597.         "name": "magento/module-elasticsearch",
  3598.         "version": "100.1.3",
  3599.         "version_normalized": "100.1.3.0",
  3600.         "dist": {
  3601.             "type": "zip",
  3602.             "url": "https://repo.magento.com/archives/magento/module-elasticsearch/magento-module-elasticsearch-100.1.3.0.zip",
  3603.             "reference": null,
  3604.             "shasum": "4390a80e86d3ebe8229ea07010c9c23ff2037f06"
  3605.         },
  3606.         "require": {
  3607.             "elasticsearch/elasticsearch": "~2.0",
  3608.             "magento/framework": "100.1.*",
  3609.             "magento/module-advanced-search": "100.1.*",
  3610.             "magento/module-catalog": "101.0.*",
  3611.             "magento/module-catalog-search": "100.1.*",
  3612.             "magento/module-customer": "100.1.*",
  3613.             "magento/module-eav": "100.1.*",
  3614.             "magento/module-search": "100.1.*",
  3615.             "magento/module-store": "100.1.*",
  3616.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3617.         },
  3618.         "type": "magento2-module",
  3619.         "installation-source": "dist",
  3620.         "autoload": {
  3621.             "files": [
  3622.                 "registration.php"
  3623.             ],
  3624.             "psr-4": {
  3625.                 "Magento\\Elasticsearch\\": ""
  3626.             }
  3627.         },
  3628.         "license": [
  3629.             "proprietary"
  3630.         ],
  3631.         "description": "N/A"
  3632.     },
  3633.     {
  3634.         "name": "magento/module-resource-connections",
  3635.         "version": "100.1.2",
  3636.         "version_normalized": "100.1.2.0",
  3637.         "dist": {
  3638.             "type": "zip",
  3639.             "url": "https://repo.magento.com/archives/magento/module-resource-connections/magento-module-resource-connections-100.1.2.0.zip",
  3640.             "reference": null,
  3641.             "shasum": "68ed6a4de11741ea6ba2195647a5247347d6f68e"
  3642.         },
  3643.         "require": {
  3644.             "magento/framework": "100.1.*",
  3645.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3646.         },
  3647.         "type": "magento2-module",
  3648.         "installation-source": "dist",
  3649.         "autoload": {
  3650.             "files": [
  3651.                 "registration.php"
  3652.             ],
  3653.             "psr-4": {
  3654.                 "Magento\\ResourceConnections\\": ""
  3655.             }
  3656.         },
  3657.         "license": [
  3658.             "proprietary"
  3659.         ],
  3660.         "description": "N/A"
  3661.     },
  3662.     {
  3663.         "name": "magento/module-website-restriction",
  3664.         "version": "100.1.2",
  3665.         "version_normalized": "100.1.2.0",
  3666.         "dist": {
  3667.             "type": "zip",
  3668.             "url": "https://repo.magento.com/archives/magento/module-website-restriction/magento-module-website-restriction-100.1.2.0.zip",
  3669.             "reference": null,
  3670.             "shasum": "fcd5a9bc37e65e7c2b9bbeb1f2173cdaa14a6096"
  3671.         },
  3672.         "require": {
  3673.             "magento/framework": "100.1.*",
  3674.             "magento/module-cms": "101.0.*",
  3675.             "magento/module-customer": "100.1.*",
  3676.             "magento/module-store": "100.1.*",
  3677.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3678.         },
  3679.         "suggest": {
  3680.             "magento/module-theme": "100.1.*"
  3681.         },
  3682.         "type": "magento2-module",
  3683.         "installation-source": "dist",
  3684.         "autoload": {
  3685.             "files": [
  3686.                 "registration.php"
  3687.             ],
  3688.             "psr-4": {
  3689.                 "Magento\\WebsiteRestriction\\": ""
  3690.             }
  3691.         },
  3692.         "license": [
  3693.             "proprietary"
  3694.         ],
  3695.         "description": "N/A"
  3696.     },
  3697.     {
  3698.         "name": "magento/module-visual-merchandiser",
  3699.         "version": "100.1.3",
  3700.         "version_normalized": "100.1.3.0",
  3701.         "dist": {
  3702.             "type": "zip",
  3703.             "url": "https://repo.magento.com/archives/magento/module-visual-merchandiser/magento-module-visual-merchandiser-100.1.3.0.zip",
  3704.             "reference": null,
  3705.             "shasum": "8e64d73ea3bc41c458158462d033f3dd070c8097"
  3706.         },
  3707.         "require": {
  3708.             "magento/framework": "100.1.*",
  3709.             "magento/magento-composer-installer": "*",
  3710.             "magento/module-backend": "100.1.*",
  3711.             "magento/module-catalog": "101.0.*",
  3712.             "magento/module-catalog-inventory": "100.1.*",
  3713.             "magento/module-config": "100.1.*",
  3714.             "magento/module-eav": "100.1.*",
  3715.             "magento/module-store": "100.1.*",
  3716.             "magento/module-ui": "100.1.*",
  3717.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3718.         },
  3719.         "type": "magento2-module",
  3720.         "installation-source": "dist",
  3721.         "autoload": {
  3722.             "files": [
  3723.                 "registration.php"
  3724.             ],
  3725.             "psr-4": {
  3726.                 "Magento\\VisualMerchandiser\\": ""
  3727.             }
  3728.         },
  3729.         "license": [
  3730.             "proprietary"
  3731.         ],
  3732.         "description": "N/A"
  3733.     },
  3734.     {
  3735.         "name": "magento/module-versions-cms",
  3736.         "version": "100.1.2",
  3737.         "version_normalized": "100.1.2.0",
  3738.         "dist": {
  3739.             "type": "zip",
  3740.             "url": "https://repo.magento.com/archives/magento/module-versions-cms/magento-module-versions-cms-100.1.2.0.zip",
  3741.             "reference": null,
  3742.             "shasum": "0f0428de9c175f2da87840e0e3b4140c481a9bb8"
  3743.         },
  3744.         "require": {
  3745.             "magento/framework": "100.1.*",
  3746.             "magento/module-backend": "100.1.*",
  3747.             "magento/module-cms": "101.0.*",
  3748.             "magento/module-config": "100.1.*",
  3749.             "magento/module-store": "100.1.*",
  3750.             "magento/module-user": "100.1.*",
  3751.             "magento/module-widget": "100.1.*",
  3752.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3753.         },
  3754.         "type": "magento2-module",
  3755.         "installation-source": "dist",
  3756.         "autoload": {
  3757.             "files": [
  3758.                 "registration.php"
  3759.             ],
  3760.             "psr-4": {
  3761.                 "Magento\\VersionsCms\\": ""
  3762.             }
  3763.         },
  3764.         "license": [
  3765.             "proprietary"
  3766.         ],
  3767.         "description": "N/A"
  3768.     },
  3769.     {
  3770.         "name": "magento/module-advanced-rule",
  3771.         "version": "100.1.2",
  3772.         "version_normalized": "100.1.2.0",
  3773.         "dist": {
  3774.             "type": "zip",
  3775.             "url": "https://repo.magento.com/archives/magento/module-advanced-rule/magento-module-advanced-rule-100.1.2.0.zip",
  3776.             "reference": null,
  3777.             "shasum": "22130011287e714a37823424862a1538d610c2f6"
  3778.         },
  3779.         "require": {
  3780.             "magento/framework": "100.1.*",
  3781.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3782.         },
  3783.         "type": "magento2-module",
  3784.         "installation-source": "dist",
  3785.         "autoload": {
  3786.             "files": [
  3787.                 "registration.php"
  3788.             ],
  3789.             "psr-4": {
  3790.                 "Magento\\AdvancedRule\\": ""
  3791.             }
  3792.         },
  3793.         "license": [
  3794.             "proprietary"
  3795.         ],
  3796.         "description": "N/A"
  3797.     },
  3798.     {
  3799.         "name": "magento/module-customer-segment",
  3800.         "version": "100.1.2",
  3801.         "version_normalized": "100.1.2.0",
  3802.         "dist": {
  3803.             "type": "zip",
  3804.             "url": "https://repo.magento.com/archives/magento/module-customer-segment/magento-module-customer-segment-100.1.2.0.zip",
  3805.             "reference": null,
  3806.             "shasum": "e243f76f1539632f7e336094910c13629576438c"
  3807.         },
  3808.         "require": {
  3809.             "magento/framework": "100.1.*",
  3810.             "magento/module-advanced-rule": "100.1.*",
  3811.             "magento/module-backend": "100.1.*",
  3812.             "magento/module-catalog": "101.0.*",
  3813.             "magento/module-catalog-rule": "100.1.*",
  3814.             "magento/module-config": "100.1.*",
  3815.             "magento/module-customer": "100.1.*",
  3816.             "magento/module-directory": "100.1.*",
  3817.             "magento/module-eav": "100.1.*",
  3818.             "magento/module-newsletter": "100.1.*",
  3819.             "magento/module-page-cache": "100.1.*",
  3820.             "magento/module-quote": "100.1.*",
  3821.             "magento/module-rule": "100.1.*",
  3822.             "magento/module-sales": "100.1.*",
  3823.             "magento/module-store": "100.1.*",
  3824.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3825.         },
  3826.         "suggest": {
  3827.             "magento/module-checkout": "100.1.*"
  3828.         },
  3829.         "type": "magento2-module",
  3830.         "installation-source": "dist",
  3831.         "autoload": {
  3832.             "files": [
  3833.                 "registration.php"
  3834.             ],
  3835.             "psr-4": {
  3836.                 "Magento\\CustomerSegment\\": ""
  3837.             }
  3838.         },
  3839.         "license": [
  3840.             "proprietary"
  3841.         ],
  3842.         "description": "N/A"
  3843.     },
  3844.     {
  3845.         "name": "magento/module-target-rule",
  3846.         "version": "100.1.5",
  3847.         "version_normalized": "100.1.5.0",
  3848.         "dist": {
  3849.             "type": "zip",
  3850.             "url": "https://repo.magento.com/archives/magento/module-target-rule/magento-module-target-rule-100.1.5.0.zip",
  3851.             "reference": null,
  3852.             "shasum": "dd7b6329c8b106d638bc7c4d79e29aee5c25e2a8"
  3853.         },
  3854.         "require": {
  3855.             "magento/framework": "100.1.*",
  3856.             "magento/module-backend": "100.1.*",
  3857.             "magento/module-catalog": "101.0.*",
  3858.             "magento/module-catalog-inventory": "100.1.*",
  3859.             "magento/module-checkout": "100.1.*",
  3860.             "magento/module-customer": "100.1.*",
  3861.             "magento/module-customer-segment": "100.1.*",
  3862.             "magento/module-eav": "100.1.*",
  3863.             "magento/module-page-cache": "100.1.*",
  3864.             "magento/module-quote": "100.1.*",
  3865.             "magento/module-rule": "100.1.*",
  3866.             "magento/module-store": "100.1.*",
  3867.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3868.         },
  3869.         "suggest": {
  3870.             "magento/module-import-export": "100.1.*",
  3871.             "magento/module-target-rule-sample-data": "Sample Data version:100.1.*"
  3872.         },
  3873.         "type": "magento2-module",
  3874.         "installation-source": "dist",
  3875.         "autoload": {
  3876.             "files": [
  3877.                 "registration.php"
  3878.             ],
  3879.             "psr-4": {
  3880.                 "Magento\\TargetRule\\": ""
  3881.             }
  3882.         },
  3883.         "license": [
  3884.             "proprietary"
  3885.         ],
  3886.         "description": "N/A"
  3887.     },
  3888.     {
  3889.         "name": "magento/module-scheduled-import-export",
  3890.         "version": "100.1.3",
  3891.         "version_normalized": "100.1.3.0",
  3892.         "dist": {
  3893.             "type": "zip",
  3894.             "url": "https://repo.magento.com/archives/magento/module-scheduled-import-export/magento-module-scheduled-import-export-100.1.3.0.zip",
  3895.             "reference": null,
  3896.             "shasum": "2aebb2ce34e7b2f882efc74ff0842c766f7cde23"
  3897.         },
  3898.         "require": {
  3899.             "magento/framework": "100.1.*",
  3900.             "magento/module-backend": "100.1.*",
  3901.             "magento/module-config": "100.1.*",
  3902.             "magento/module-cron": "100.1.*",
  3903.             "magento/module-import-export": "100.1.*",
  3904.             "magento/module-store": "100.1.*",
  3905.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3906.         },
  3907.         "type": "magento2-module",
  3908.         "installation-source": "dist",
  3909.         "autoload": {
  3910.             "files": [
  3911.                 "registration.php"
  3912.             ],
  3913.             "psr-4": {
  3914.                 "Magento\\ScheduledImportExport\\": ""
  3915.             }
  3916.         },
  3917.         "license": [
  3918.             "proprietary"
  3919.         ],
  3920.         "description": "N/A"
  3921.     },
  3922.     {
  3923.         "name": "magento/module-scalable-oms",
  3924.         "version": "100.1.2",
  3925.         "version_normalized": "100.1.2.0",
  3926.         "dist": {
  3927.             "type": "zip",
  3928.             "url": "https://repo.magento.com/archives/magento/module-scalable-oms/magento-module-scalable-oms-100.1.2.0.zip",
  3929.             "reference": null,
  3930.             "shasum": "bd6b3d82d5e91e02ad417fceda564afee4d28776"
  3931.         },
  3932.         "require": {
  3933.             "magento/framework": "100.1.*",
  3934.             "magento/framework-foreign-key": "100.1.*",
  3935.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3936.         },
  3937.         "type": "magento2-module",
  3938.         "installation-source": "dist",
  3939.         "autoload": {
  3940.             "files": [
  3941.                 "registration.php"
  3942.             ],
  3943.             "psr-4": {
  3944.                 "Magento\\ScalableOms\\": ""
  3945.             }
  3946.         },
  3947.         "license": [
  3948.             "proprietary"
  3949.         ],
  3950.         "description": "N/A"
  3951.     },
  3952.     {
  3953.         "name": "magento/module-scalable-inventory",
  3954.         "version": "100.1.2",
  3955.         "version_normalized": "100.1.2.0",
  3956.         "dist": {
  3957.             "type": "zip",
  3958.             "url": "https://repo.magento.com/archives/magento/module-scalable-inventory/magento-module-scalable-inventory-100.1.2.0.zip",
  3959.             "reference": null,
  3960.             "shasum": "d8cb030102dc959564b86c6c57c75de7efea0b22"
  3961.         },
  3962.         "require": {
  3963.             "magento/framework": "100.1.*",
  3964.             "magento/magento-composer-installer": "*",
  3965.             "magento/module-catalog": "101.0.*",
  3966.             "magento/module-catalog-inventory": "100.1.*",
  3967.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  3968.         },
  3969.         "type": "magento2-module",
  3970.         "installation-source": "dist",
  3971.         "autoload": {
  3972.             "files": [
  3973.                 "registration.php"
  3974.             ],
  3975.             "psr-4": {
  3976.                 "Magento\\ScalableInventory\\": ""
  3977.             }
  3978.         },
  3979.         "license": [
  3980.             "proprietary"
  3981.         ],
  3982.         "description": "N/A"
  3983.     },
  3984.     {
  3985.         "name": "magento/module-scalable-checkout",
  3986.         "version": "100.1.3",
  3987.         "version_normalized": "100.1.3.0",
  3988.         "dist": {
  3989.             "type": "zip",
  3990.             "url": "https://repo.magento.com/archives/magento/module-scalable-checkout/magento-module-scalable-checkout-100.1.3.0.zip",
  3991.             "reference": null,
  3992.             "shasum": "300fd254bc2eafe61033da27f313ccce109b60a5"
  3993.         },
  3994.         "require": {
  3995.             "magento/framework": "100.1.*",
  3996.             "magento/framework-foreign-key": "100.1.*",
  3997.             "magento/module-catalog": "101.0.*",
  3998.             "magento/module-quote": "100.1.*",
  3999.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4000.         },
  4001.         "suggest": {
  4002.             "magento/module-checkout-staging": "100.1.*"
  4003.         },
  4004.         "type": "magento2-module",
  4005.         "installation-source": "dist",
  4006.         "autoload": {
  4007.             "files": [
  4008.                 "registration.php"
  4009.             ],
  4010.             "psr-4": {
  4011.                 "Magento\\ScalableCheckout\\": ""
  4012.             }
  4013.         },
  4014.         "license": [
  4015.             "proprietary"
  4016.         ],
  4017.         "description": "N/A"
  4018.     },
  4019.     {
  4020.         "name": "magento/module-advanced-sales-rule",
  4021.         "version": "100.1.2",
  4022.         "version_normalized": "100.1.2.0",
  4023.         "dist": {
  4024.             "type": "zip",
  4025.             "url": "https://repo.magento.com/archives/magento/module-advanced-sales-rule/magento-module-advanced-sales-rule-100.1.2.0.zip",
  4026.             "reference": null,
  4027.             "shasum": "d7cc0054b57cd870f01036fd7a170cebbf11fa2f"
  4028.         },
  4029.         "require": {
  4030.             "magento/framework": "100.1.*",
  4031.             "magento/module-advanced-rule": "100.1.*",
  4032.             "magento/module-backend": "100.1.*",
  4033.             "magento/module-catalog": "101.0.*",
  4034.             "magento/module-directory": "100.1.*",
  4035.             "magento/module-eav": "100.1.*",
  4036.             "magento/module-payment": "100.1.*",
  4037.             "magento/module-quote": "100.1.*",
  4038.             "magento/module-rule": "100.1.*",
  4039.             "magento/module-sales-rule": "100.1.*",
  4040.             "magento/module-shipping": "100.1.*",
  4041.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4042.         },
  4043.         "type": "magento2-module",
  4044.         "installation-source": "dist",
  4045.         "autoload": {
  4046.             "files": [
  4047.                 "registration.php"
  4048.             ],
  4049.             "psr-4": {
  4050.                 "Magento\\AdvancedSalesRule\\": ""
  4051.             }
  4052.         },
  4053.         "license": [
  4054.             "proprietary"
  4055.         ],
  4056.         "description": "N/A"
  4057.     },
  4058.     {
  4059.         "name": "magento/module-advanced-catalog",
  4060.         "version": "100.1.2",
  4061.         "version_normalized": "100.1.2.0",
  4062.         "dist": {
  4063.             "type": "zip",
  4064.             "url": "https://repo.magento.com/archives/magento/module-advanced-catalog/magento-module-advanced-catalog-100.1.2.0.zip",
  4065.             "reference": null,
  4066.             "shasum": "4c5b8b59dba4c0a093594b771f0ee9c8af94ed34"
  4067.         },
  4068.         "require": {
  4069.             "magento/framework": "100.1.*",
  4070.             "magento/module-catalog": "101.0.*",
  4071.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4072.         },
  4073.         "type": "magento2-module",
  4074.         "installation-source": "dist",
  4075.         "autoload": {
  4076.             "files": [
  4077.                 "registration.php"
  4078.             ],
  4079.             "psr-4": {
  4080.                 "Magento\\AdvancedCatalog\\": ""
  4081.             }
  4082.         },
  4083.         "license": [
  4084.             "proprietary"
  4085.         ],
  4086.         "description": "N/A"
  4087.     },
  4088.     {
  4089.         "name": "magento/module-sales-archive",
  4090.         "version": "100.1.2",
  4091.         "version_normalized": "100.1.2.0",
  4092.         "dist": {
  4093.             "type": "zip",
  4094.             "url": "https://repo.magento.com/archives/magento/module-sales-archive/magento-module-sales-archive-100.1.2.0.zip",
  4095.             "reference": null,
  4096.             "shasum": "fc2eb9c9550e94c358057ee9dd191522b24ed117"
  4097.         },
  4098.         "require": {
  4099.             "magento/framework": "100.1.*",
  4100.             "magento/module-backend": "100.1.*",
  4101.             "magento/module-config": "100.1.*",
  4102.             "magento/module-sales": "100.1.*",
  4103.             "magento/module-sales-sequence": "100.1.*",
  4104.             "magento/module-store": "100.1.*",
  4105.             "magento/module-ui": "100.1.*",
  4106.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4107.         },
  4108.         "type": "magento2-module",
  4109.         "installation-source": "dist",
  4110.         "autoload": {
  4111.             "files": [
  4112.                 "registration.php"
  4113.             ],
  4114.             "psr-4": {
  4115.                 "Magento\\SalesArchive\\": ""
  4116.             }
  4117.         },
  4118.         "license": [
  4119.             "proprietary"
  4120.         ],
  4121.         "description": "N/A"
  4122.     },
  4123.     {
  4124.         "name": "magento/module-custom-attribute-management",
  4125.         "version": "100.1.2",
  4126.         "version_normalized": "100.1.2.0",
  4127.         "dist": {
  4128.             "type": "zip",
  4129.             "url": "https://repo.magento.com/archives/magento/module-custom-attribute-management/magento-module-custom-attribute-management-100.1.2.0.zip",
  4130.             "reference": null,
  4131.             "shasum": "a80a61575c61f122b002aa039bd3ee5b91ef90ea"
  4132.         },
  4133.         "require": {
  4134.             "magento/framework": "100.1.*",
  4135.             "magento/module-backend": "100.1.*",
  4136.             "magento/module-eav": "100.1.*",
  4137.             "magento/module-theme": "100.1.*",
  4138.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4139.         },
  4140.         "type": "magento2-module",
  4141.         "installation-source": "dist",
  4142.         "autoload": {
  4143.             "files": [
  4144.                 "registration.php"
  4145.             ],
  4146.             "psr-4": {
  4147.                 "Magento\\CustomAttributeManagement\\": ""
  4148.             }
  4149.         },
  4150.         "license": [
  4151.             "proprietary"
  4152.         ],
  4153.         "description": "N/A"
  4154.     },
  4155.     {
  4156.         "name": "magento/module-customer-custom-attributes",
  4157.         "version": "100.1.3",
  4158.         "version_normalized": "100.1.3.0",
  4159.         "dist": {
  4160.             "type": "zip",
  4161.             "url": "https://repo.magento.com/archives/magento/module-customer-custom-attributes/magento-module-customer-custom-attributes-100.1.3.0.zip",
  4162.             "reference": null,
  4163.             "shasum": "02afc15ed3b83d8e06b9f7a45b9ab89da7813f7d"
  4164.         },
  4165.         "require": {
  4166.             "magento/framework": "100.1.*",
  4167.             "magento/module-backend": "100.1.*",
  4168.             "magento/module-checkout": "100.1.*",
  4169.             "magento/module-config": "100.1.*",
  4170.             "magento/module-custom-attribute-management": "100.1.*",
  4171.             "magento/module-customer": "100.1.*",
  4172.             "magento/module-directory": "100.1.*",
  4173.             "magento/module-eav": "100.1.*",
  4174.             "magento/module-quote": "100.1.*",
  4175.             "magento/module-sales": "100.1.*",
  4176.             "magento/module-store": "100.1.*",
  4177.             "magento/module-theme": "100.1.*",
  4178.             "magento/module-ui": "100.1.*",
  4179.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4180.         },
  4181.         "type": "magento2-module",
  4182.         "installation-source": "dist",
  4183.         "autoload": {
  4184.             "files": [
  4185.                 "registration.php"
  4186.             ],
  4187.             "psr-4": {
  4188.                 "Magento\\CustomerCustomAttributes\\": ""
  4189.             }
  4190.         },
  4191.         "license": [
  4192.             "proprietary"
  4193.         ],
  4194.         "description": "N/A"
  4195.     },
  4196.     {
  4197.         "name": "magento/module-rma",
  4198.         "version": "100.1.3",
  4199.         "version_normalized": "100.1.3.0",
  4200.         "dist": {
  4201.             "type": "zip",
  4202.             "url": "https://repo.magento.com/archives/magento/module-rma/magento-module-rma-100.1.3.0.zip",
  4203.             "reference": null,
  4204.             "shasum": "9a691b4886f8ef14b6ad00373ed0f938659fd2a4"
  4205.         },
  4206.         "require": {
  4207.             "ext-gd": "*",
  4208.             "magento/framework": "100.1.*",
  4209.             "magento/module-authorization": "100.1.*",
  4210.             "magento/module-backend": "100.1.*",
  4211.             "magento/module-catalog": "101.0.*",
  4212.             "magento/module-config": "100.1.*",
  4213.             "magento/module-custom-attribute-management": "100.1.*",
  4214.             "magento/module-customer": "100.1.*",
  4215.             "magento/module-customer-custom-attributes": "100.1.*",
  4216.             "magento/module-directory": "100.1.*",
  4217.             "magento/module-eav": "100.1.*",
  4218.             "magento/module-payment": "100.1.*",
  4219.             "magento/module-quote": "100.1.*",
  4220.             "magento/module-sales": "100.1.*",
  4221.             "magento/module-sales-sequence": "100.1.*",
  4222.             "magento/module-shipping": "100.1.*",
  4223.             "magento/module-store": "100.1.*",
  4224.             "magento/module-tax": "100.1.*",
  4225.             "magento/module-theme": "100.1.*",
  4226.             "magento/module-ui": "100.1.*",
  4227.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4228.         },
  4229.         "type": "magento2-module",
  4230.         "installation-source": "dist",
  4231.         "autoload": {
  4232.             "files": [
  4233.                 "registration.php"
  4234.             ],
  4235.             "psr-4": {
  4236.                 "Magento\\Rma\\": ""
  4237.             }
  4238.         },
  4239.         "license": [
  4240.             "proprietary"
  4241.         ],
  4242.         "description": "N/A"
  4243.     },
  4244.     {
  4245.         "name": "magento/module-invitation",
  4246.         "version": "100.1.2",
  4247.         "version_normalized": "100.1.2.0",
  4248.         "dist": {
  4249.             "type": "zip",
  4250.             "url": "https://repo.magento.com/archives/magento/module-invitation/magento-module-invitation-100.1.2.0.zip",
  4251.             "reference": null,
  4252.             "shasum": "87c36e93a3437349d7a6934c8fcfd17caf59b75e"
  4253.         },
  4254.         "require": {
  4255.             "magento/framework": "100.1.*",
  4256.             "magento/module-backend": "100.1.*",
  4257.             "magento/module-config": "100.1.*",
  4258.             "magento/module-customer": "100.1.*",
  4259.             "magento/module-directory": "100.1.*",
  4260.             "magento/module-newsletter": "100.1.*",
  4261.             "magento/module-reports": "100.1.*",
  4262.             "magento/module-store": "100.1.*",
  4263.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4264.         },
  4265.         "suggest": {
  4266.             "magento/module-cookie": "100.1.*",
  4267.             "magento/module-theme": "100.1.*"
  4268.         },
  4269.         "type": "magento2-module",
  4270.         "installation-source": "dist",
  4271.         "autoload": {
  4272.             "files": [
  4273.                 "registration.php"
  4274.             ],
  4275.             "psr-4": {
  4276.                 "Magento\\Invitation\\": ""
  4277.             }
  4278.         },
  4279.         "license": [
  4280.             "proprietary"
  4281.         ],
  4282.         "description": "N/A"
  4283.     },
  4284.     {
  4285.         "name": "magento/module-reward",
  4286.         "version": "100.1.2",
  4287.         "version_normalized": "100.1.2.0",
  4288.         "dist": {
  4289.             "type": "zip",
  4290.             "url": "https://repo.magento.com/archives/magento/module-reward/magento-module-reward-100.1.2.0.zip",
  4291.             "reference": null,
  4292.             "shasum": "2b67c26c4d1993cf42081da276311fcc6a7553f5"
  4293.         },
  4294.         "require": {
  4295.             "magento/framework": "100.1.*",
  4296.             "magento/module-authorization": "100.1.*",
  4297.             "magento/module-backend": "100.1.*",
  4298.             "magento/module-checkout": "100.1.*",
  4299.             "magento/module-cms": "101.0.*",
  4300.             "magento/module-config": "100.1.*",
  4301.             "magento/module-customer": "100.1.*",
  4302.             "magento/module-eav": "100.1.*",
  4303.             "magento/module-invitation": "100.1.*",
  4304.             "magento/module-newsletter": "100.1.*",
  4305.             "magento/module-quote": "100.1.*",
  4306.             "magento/module-sales": "100.1.*",
  4307.             "magento/module-sales-rule": "100.1.*",
  4308.             "magento/module-store": "100.1.*",
  4309.             "magento/module-theme": "100.1.*",
  4310.             "magento/module-ui": "100.1.*",
  4311.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4312.         },
  4313.         "suggest": {
  4314.             "magento/module-customer-import-export": "100.1.*"
  4315.         },
  4316.         "type": "magento2-module",
  4317.         "installation-source": "dist",
  4318.         "autoload": {
  4319.             "files": [
  4320.                 "registration.php"
  4321.             ],
  4322.             "psr-4": {
  4323.                 "Magento\\Reward\\": ""
  4324.             }
  4325.         },
  4326.         "license": [
  4327.             "proprietary"
  4328.         ],
  4329.         "description": "N/A"
  4330.     },
  4331.     {
  4332.         "name": "magento/module-reminder",
  4333.         "version": "100.1.2",
  4334.         "version_normalized": "100.1.2.0",
  4335.         "dist": {
  4336.             "type": "zip",
  4337.             "url": "https://repo.magento.com/archives/magento/module-reminder/magento-module-reminder-100.1.2.0.zip",
  4338.             "reference": null,
  4339.             "shasum": "25c13474ff7c90a85c297e310e08eacb81e69e62"
  4340.         },
  4341.         "require": {
  4342.             "magento/framework": "100.1.*",
  4343.             "magento/module-backend": "100.1.*",
  4344.             "magento/module-catalog": "101.0.*",
  4345.             "magento/module-catalog-rule": "100.1.*",
  4346.             "magento/module-config": "100.1.*",
  4347.             "magento/module-customer": "100.1.*",
  4348.             "magento/module-eav": "100.1.*",
  4349.             "magento/module-email": "100.1.*",
  4350.             "magento/module-quote": "100.1.*",
  4351.             "magento/module-rule": "100.1.*",
  4352.             "magento/module-sales-rule": "100.1.*",
  4353.             "magento/module-store": "100.1.*",
  4354.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4355.         },
  4356.         "type": "magento2-module",
  4357.         "installation-source": "dist",
  4358.         "autoload": {
  4359.             "files": [
  4360.                 "registration.php"
  4361.             ],
  4362.             "psr-4": {
  4363.                 "Magento\\Reminder\\": ""
  4364.             }
  4365.         },
  4366.         "license": [
  4367.             "proprietary"
  4368.         ],
  4369.         "description": "N/A"
  4370.     },
  4371.     {
  4372.         "name": "magento/module-banner",
  4373.         "version": "100.1.2",
  4374.         "version_normalized": "100.1.2.0",
  4375.         "dist": {
  4376.             "type": "zip",
  4377.             "url": "https://repo.magento.com/archives/magento/module-banner/magento-module-banner-100.1.2.0.zip",
  4378.             "reference": null,
  4379.             "shasum": "aa4c24174e6256254ad7e77d96e9ccf3f930d0e0"
  4380.         },
  4381.         "require": {
  4382.             "magento/framework": "100.1.*",
  4383.             "magento/module-backend": "100.1.*",
  4384.             "magento/module-catalog-rule": "100.1.*",
  4385.             "magento/module-checkout": "100.1.*",
  4386.             "magento/module-cms": "101.0.*",
  4387.             "magento/module-customer": "100.1.*",
  4388.             "magento/module-sales-rule": "100.1.*",
  4389.             "magento/module-store": "100.1.*",
  4390.             "magento/module-ui": "100.1.*",
  4391.             "magento/module-widget": "100.1.*",
  4392.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4393.         },
  4394.         "type": "magento2-module",
  4395.         "installation-source": "dist",
  4396.         "autoload": {
  4397.             "files": [
  4398.                 "registration.php"
  4399.             ],
  4400.             "psr-4": {
  4401.                 "Magento\\Banner\\": ""
  4402.             }
  4403.         },
  4404.         "license": [
  4405.             "proprietary"
  4406.         ],
  4407.         "description": "N/A"
  4408.     },
  4409.     {
  4410.         "name": "magento/module-promotion-permissions",
  4411.         "version": "100.1.2",
  4412.         "version_normalized": "100.1.2.0",
  4413.         "dist": {
  4414.             "type": "zip",
  4415.             "url": "https://repo.magento.com/archives/magento/module-promotion-permissions/magento-module-promotion-permissions-100.1.2.0.zip",
  4416.             "reference": null,
  4417.             "shasum": "bf55a279fce62466667b6ac09cfaca8469b00eb3"
  4418.         },
  4419.         "require": {
  4420.             "magento/framework": "100.1.*",
  4421.             "magento/module-backend": "100.1.*",
  4422.             "magento/module-banner": "100.1.*",
  4423.             "magento/module-catalog-rule": "100.1.*",
  4424.             "magento/module-reminder": "100.1.*",
  4425.             "magento/module-sales-rule": "100.1.*",
  4426.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4427.         },
  4428.         "type": "magento2-module",
  4429.         "installation-source": "dist",
  4430.         "autoload": {
  4431.             "files": [
  4432.                 "registration.php"
  4433.             ],
  4434.             "psr-4": {
  4435.                 "Magento\\PromotionPermissions\\": ""
  4436.             }
  4437.         },
  4438.         "license": [
  4439.             "proprietary"
  4440.         ],
  4441.         "description": "N/A"
  4442.     },
  4443.     {
  4444.         "name": "magento/module-gift-card",
  4445.         "version": "101.0.4",
  4446.         "version_normalized": "101.0.4.0",
  4447.         "dist": {
  4448.             "type": "zip",
  4449.             "url": "https://repo.magento.com/archives/magento/module-gift-card/magento-module-gift-card-101.0.4.0.zip",
  4450.             "reference": null,
  4451.             "shasum": "7ac2b1bbe98c7cdd17cdbb9f520217ed86ecce41"
  4452.         },
  4453.         "require": {
  4454.             "magento/framework": "100.1.*",
  4455.             "magento/module-backend": "100.1.*",
  4456.             "magento/module-catalog": "101.0.*",
  4457.             "magento/module-catalog-inventory": "100.1.*",
  4458.             "magento/module-checkout": "100.1.*",
  4459.             "magento/module-config": "100.1.*",
  4460.             "magento/module-customer": "100.1.*",
  4461.             "magento/module-directory": "100.1.*",
  4462.             "magento/module-eav": "100.1.*",
  4463.             "magento/module-media-storage": "100.1.*",
  4464.             "magento/module-quote": "100.1.*",
  4465.             "magento/module-sales": "100.1.*",
  4466.             "magento/module-store": "100.1.*",
  4467.             "magento/module-ui": "100.1.*",
  4468.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4469.         },
  4470.         "suggest": {
  4471.             "magento/module-gift-card-sample-data": "Sample Data version:100.1.*",
  4472.             "magento/module-gift-registry": "100.1.*",
  4473.             "magento/module-product-links-sample-data": "Sample Data version:100.1.*"
  4474.         },
  4475.         "type": "magento2-module",
  4476.         "installation-source": "dist",
  4477.         "autoload": {
  4478.             "files": [
  4479.                 "registration.php"
  4480.             ],
  4481.             "psr-4": {
  4482.                 "Magento\\GiftCard\\": ""
  4483.             }
  4484.         },
  4485.         "license": [
  4486.             "proprietary"
  4487.         ],
  4488.         "description": "N/A"
  4489.     },
  4490.     {
  4491.         "name": "magento/module-bundle",
  4492.         "version": "100.1.2",
  4493.         "version_normalized": "100.1.2.0",
  4494.         "dist": {
  4495.             "type": "zip",
  4496.             "url": "https://repo.magento.com/archives/magento/module-bundle/magento-module-bundle-100.1.2.0.zip",
  4497.             "reference": null,
  4498.             "shasum": "8a55fb0118dfcc89b08deb4286b23a6150e166b5"
  4499.         },
  4500.         "require": {
  4501.             "magento/framework": "100.1.*",
  4502.             "magento/module-backend": "100.1.*",
  4503.             "magento/module-catalog": "101.0.*",
  4504.             "magento/module-catalog-inventory": "100.1.*",
  4505.             "magento/module-catalog-rule": "100.1.*",
  4506.             "magento/module-checkout": "100.1.*",
  4507.             "magento/module-config": "100.1.*",
  4508.             "magento/module-customer": "100.1.*",
  4509.             "magento/module-eav": "100.1.*",
  4510.             "magento/module-gift-message": "100.1.*",
  4511.             "magento/module-media-storage": "100.1.*",
  4512.             "magento/module-quote": "100.1.*",
  4513.             "magento/module-sales": "100.1.*",
  4514.             "magento/module-store": "100.1.*",
  4515.             "magento/module-tax": "100.1.*",
  4516.             "magento/module-ui": "100.1.*",
  4517.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4518.         },
  4519.         "suggest": {
  4520.             "magento/module-bundle-sample-data": "Sample Data version:100.1.*",
  4521.             "magento/module-webapi": "100.1.*"
  4522.         },
  4523.         "type": "magento2-module",
  4524.         "installation-source": "dist",
  4525.         "autoload": {
  4526.             "files": [
  4527.                 "registration.php"
  4528.             ],
  4529.             "psr-4": {
  4530.                 "Magento\\Bundle\\": ""
  4531.             }
  4532.         },
  4533.         "license": [
  4534.             "OSL-3.0",
  4535.             "AFL-3.0"
  4536.         ],
  4537.         "description": "N/A"
  4538.     },
  4539.     {
  4540.         "name": "magento/module-price-permissions",
  4541.         "version": "100.1.2",
  4542.         "version_normalized": "100.1.2.0",
  4543.         "dist": {
  4544.             "type": "zip",
  4545.             "url": "https://repo.magento.com/archives/magento/module-price-permissions/magento-module-price-permissions-100.1.2.0.zip",
  4546.             "reference": null,
  4547.             "shasum": "e844ab5d5c3be31529463b93c2638614a464ab08"
  4548.         },
  4549.         "require": {
  4550.             "magento/framework": "100.1.*",
  4551.             "magento/module-backend": "100.1.*",
  4552.             "magento/module-bundle": "100.1.*",
  4553.             "magento/module-catalog": "101.0.*",
  4554.             "magento/module-config": "100.1.*",
  4555.             "magento/module-customer": "100.1.*",
  4556.             "magento/module-directory": "100.1.*",
  4557.             "magento/module-downloadable": "100.1.*",
  4558.             "magento/module-eav": "100.1.*",
  4559.             "magento/module-gift-card": "101.0.*",
  4560.             "magento/module-grouped-product": "100.1.*",
  4561.             "magento/module-msrp": "100.1.*",
  4562.             "magento/module-store": "100.1.*",
  4563.             "magento/module-ui": "100.1.*",
  4564.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4565.         },
  4566.         "suggest": {
  4567.             "magento/module-configurable-product": "100.1.*"
  4568.         },
  4569.         "type": "magento2-module",
  4570.         "installation-source": "dist",
  4571.         "autoload": {
  4572.             "files": [
  4573.                 "registration.php"
  4574.             ],
  4575.             "psr-4": {
  4576.                 "Magento\\PricePermissions\\": ""
  4577.             }
  4578.         },
  4579.         "license": [
  4580.             "proprietary"
  4581.         ],
  4582.         "description": "N/A"
  4583.     },
  4584.     {
  4585.         "name": "magento/module-persistent",
  4586.         "version": "100.1.3",
  4587.         "version_normalized": "100.1.3.0",
  4588.         "dist": {
  4589.             "type": "zip",
  4590.             "url": "https://repo.magento.com/archives/magento/module-persistent/magento-module-persistent-100.1.3.0.zip",
  4591.             "reference": null,
  4592.             "shasum": "2fc4be90c52a78da3543025bbc2cc5bb87ed3659"
  4593.         },
  4594.         "require": {
  4595.             "magento/framework": "100.1.*",
  4596.             "magento/module-checkout": "100.1.*",
  4597.             "magento/module-cron": "100.1.*",
  4598.             "magento/module-customer": "100.1.*",
  4599.             "magento/module-page-cache": "100.1.*",
  4600.             "magento/module-quote": "100.1.*",
  4601.             "magento/module-store": "100.1.*",
  4602.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4603.         },
  4604.         "type": "magento2-module",
  4605.         "installation-source": "dist",
  4606.         "autoload": {
  4607.             "files": [
  4608.                 "registration.php"
  4609.             ],
  4610.             "psr-4": {
  4611.                 "Magento\\Persistent\\": ""
  4612.             }
  4613.         },
  4614.         "license": [
  4615.             "OSL-3.0",
  4616.             "AFL-3.0"
  4617.         ],
  4618.         "description": "N/A"
  4619.     },
  4620.     {
  4621.         "name": "magento/module-persistent-history",
  4622.         "version": "100.1.2",
  4623.         "version_normalized": "100.1.2.0",
  4624.         "dist": {
  4625.             "type": "zip",
  4626.             "url": "https://repo.magento.com/archives/magento/module-persistent-history/magento-module-persistent-history-100.1.2.0.zip",
  4627.             "reference": null,
  4628.             "shasum": "6f8428a12740f8f2b67767975214d7f2d2a787e7"
  4629.         },
  4630.         "require": {
  4631.             "magento/framework": "100.1.*",
  4632.             "magento/module-catalog": "101.0.*",
  4633.             "magento/module-config": "100.1.*",
  4634.             "magento/module-customer": "100.1.*",
  4635.             "magento/module-persistent": "100.1.*",
  4636.             "magento/module-reports": "100.1.*",
  4637.             "magento/module-sales": "100.1.*",
  4638.             "magento/module-store": "100.1.*",
  4639.             "magento/module-wishlist": "100.1.*",
  4640.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4641.         },
  4642.         "type": "magento2-module",
  4643.         "installation-source": "dist",
  4644.         "autoload": {
  4645.             "files": [
  4646.                 "registration.php"
  4647.             ],
  4648.             "psr-4": {
  4649.                 "Magento\\PersistentHistory\\": ""
  4650.             }
  4651.         },
  4652.         "license": [
  4653.             "proprietary"
  4654.         ],
  4655.         "description": "N/A"
  4656.     },
  4657.     {
  4658.         "name": "magento/module-cybersource",
  4659.         "version": "100.1.3",
  4660.         "version_normalized": "100.1.3.0",
  4661.         "dist": {
  4662.             "type": "zip",
  4663.             "url": "https://repo.magento.com/archives/magento/module-cybersource/magento-module-cybersource-100.1.3.0.zip",
  4664.             "reference": null,
  4665.             "shasum": "e740d28fec9421ca388e85dfafe14ee5341618e2"
  4666.         },
  4667.         "require": {
  4668.             "magento/framework": "100.1.*",
  4669.             "magento/module-checkout": "100.1.*",
  4670.             "magento/module-payment": "100.1.*",
  4671.             "magento/module-quote": "100.1.*",
  4672.             "magento/module-sales": "100.1.*",
  4673.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4674.         },
  4675.         "type": "magento2-module",
  4676.         "installation-source": "dist",
  4677.         "autoload": {
  4678.             "files": [
  4679.                 "registration.php"
  4680.             ],
  4681.             "psr-4": {
  4682.                 "Magento\\Cybersource\\": ""
  4683.             }
  4684.         },
  4685.         "license": [
  4686.             "proprietary"
  4687.         ],
  4688.         "description": "N/A"
  4689.     },
  4690.     {
  4691.         "name": "magento/module-advanced-checkout",
  4692.         "version": "100.1.3",
  4693.         "version_normalized": "100.1.3.0",
  4694.         "dist": {
  4695.             "type": "zip",
  4696.             "url": "https://repo.magento.com/archives/magento/module-advanced-checkout/magento-module-advanced-checkout-100.1.3.0.zip",
  4697.             "reference": null,
  4698.             "shasum": "dc6d6b7aa7dddbf8d9a1c4cc0e32f75c9875005c"
  4699.         },
  4700.         "require": {
  4701.             "magento/framework": "100.1.*",
  4702.             "magento/module-backend": "100.1.*",
  4703.             "magento/module-catalog": "101.0.*",
  4704.             "magento/module-catalog-inventory": "100.1.*",
  4705.             "magento/module-checkout": "100.1.*",
  4706.             "magento/module-customer": "100.1.*",
  4707.             "magento/module-directory": "100.1.*",
  4708.             "magento/module-downloadable": "100.1.*",
  4709.             "magento/module-gift-card": "101.0.*",
  4710.             "magento/module-media-storage": "100.1.*",
  4711.             "magento/module-msrp": "100.1.*",
  4712.             "magento/module-product-alert": "100.1.*",
  4713.             "magento/module-quote": "100.1.*",
  4714.             "magento/module-reports": "100.1.*",
  4715.             "magento/module-sales": "100.1.*",
  4716.             "magento/module-store": "100.1.*",
  4717.             "magento/module-tax": "100.1.*",
  4718.             "magento/module-widget": "100.1.*",
  4719.             "magento/module-wishlist": "100.1.*",
  4720.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4721.         },
  4722.         "type": "magento2-module",
  4723.         "installation-source": "dist",
  4724.         "autoload": {
  4725.             "files": [
  4726.                 "registration.php"
  4727.             ],
  4728.             "psr-4": {
  4729.                 "Magento\\AdvancedCheckout\\": ""
  4730.             }
  4731.         },
  4732.         "license": [
  4733.             "proprietary"
  4734.         ],
  4735.         "description": "N/A"
  4736.     },
  4737.     {
  4738.         "name": "magento/module-multiple-wishlist",
  4739.         "version": "100.1.2",
  4740.         "version_normalized": "100.1.2.0",
  4741.         "dist": {
  4742.             "type": "zip",
  4743.             "url": "https://repo.magento.com/archives/magento/module-multiple-wishlist/magento-module-multiple-wishlist-100.1.2.0.zip",
  4744.             "reference": null,
  4745.             "shasum": "4bb5f79e469b7b8872c1bf361027d1ee85900bca"
  4746.         },
  4747.         "require": {
  4748.             "magento/framework": "100.1.*",
  4749.             "magento/module-advanced-checkout": "100.1.*",
  4750.             "magento/module-backend": "100.1.*",
  4751.             "magento/module-catalog": "101.0.*",
  4752.             "magento/module-catalog-inventory": "100.1.*",
  4753.             "magento/module-checkout": "100.1.*",
  4754.             "magento/module-customer": "100.1.*",
  4755.             "magento/module-eav": "100.1.*",
  4756.             "magento/module-sales": "100.1.*",
  4757.             "magento/module-store": "100.1.*",
  4758.             "magento/module-theme": "100.1.*",
  4759.             "magento/module-widget": "100.1.*",
  4760.             "magento/module-wishlist": "100.1.*",
  4761.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4762.         },
  4763.         "suggest": {
  4764.             "magento/module-multiple-wishlist-sample-data": "Sample Data version:100.1.*",
  4765.             "magento/module-reports": "100.1.*"
  4766.         },
  4767.         "type": "magento2-module",
  4768.         "installation-source": "dist",
  4769.         "autoload": {
  4770.             "files": [
  4771.                 "registration.php"
  4772.             ],
  4773.             "psr-4": {
  4774.                 "Magento\\MultipleWishlist\\": ""
  4775.             }
  4776.         },
  4777.         "license": [
  4778.             "proprietary"
  4779.         ],
  4780.         "description": "N/A"
  4781.     },
  4782.     {
  4783.         "name": "magento/module-logging",
  4784.         "version": "100.1.2",
  4785.         "version_normalized": "100.1.2.0",
  4786.         "dist": {
  4787.             "type": "zip",
  4788.             "url": "https://repo.magento.com/archives/magento/module-logging/magento-module-logging-100.1.2.0.zip",
  4789.             "reference": null,
  4790.             "shasum": "c9eb0fbcfe2530ec1e6bbb1da321b3f1d8ef37d4"
  4791.         },
  4792.         "require": {
  4793.             "magento/framework": "100.1.*",
  4794.             "magento/module-backend": "100.1.*",
  4795.             "magento/module-catalog": "101.0.*",
  4796.             "magento/module-config": "100.1.*",
  4797.             "magento/module-store": "100.1.*",
  4798.             "magento/module-user": "100.1.*",
  4799.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4800.         },
  4801.         "type": "magento2-module",
  4802.         "installation-source": "dist",
  4803.         "autoload": {
  4804.             "files": [
  4805.                 "registration.php"
  4806.             ],
  4807.             "psr-4": {
  4808.                 "Magento\\Logging\\": ""
  4809.             }
  4810.         },
  4811.         "license": [
  4812.             "proprietary"
  4813.         ],
  4814.         "description": "N/A"
  4815.     },
  4816.     {
  4817.         "name": "magento/module-gift-wrapping",
  4818.         "version": "100.1.4",
  4819.         "version_normalized": "100.1.4.0",
  4820.         "dist": {
  4821.             "type": "zip",
  4822.             "url": "https://repo.magento.com/archives/magento/module-gift-wrapping/magento-module-gift-wrapping-100.1.4.0.zip",
  4823.             "reference": null,
  4824.             "shasum": "747920cea832bdd08742f6e9b4cb0074b7c6f903"
  4825.         },
  4826.         "require": {
  4827.             "magento/framework": "100.1.*",
  4828.             "magento/module-backend": "100.1.*",
  4829.             "magento/module-catalog": "101.0.*",
  4830.             "magento/module-checkout": "100.1.*",
  4831.             "magento/module-customer": "100.1.*",
  4832.             "magento/module-directory": "100.1.*",
  4833.             "magento/module-eav": "100.1.*",
  4834.             "magento/module-gift-message": "100.1.*",
  4835.             "magento/module-media-storage": "100.1.*",
  4836.             "magento/module-quote": "100.1.*",
  4837.             "magento/module-sales": "100.1.*",
  4838.             "magento/module-store": "100.1.*",
  4839.             "magento/module-tax": "100.1.*",
  4840.             "magento/module-ui": "100.1.*",
  4841.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4842.         },
  4843.         "type": "magento2-module",
  4844.         "installation-source": "dist",
  4845.         "autoload": {
  4846.             "files": [
  4847.                 "registration.php"
  4848.             ],
  4849.             "psr-4": {
  4850.                 "Magento\\GiftWrapping\\": ""
  4851.             }
  4852.         },
  4853.         "license": [
  4854.             "proprietary"
  4855.         ],
  4856.         "description": "N/A"
  4857.     },
  4858.     {
  4859.         "name": "magento/module-gift-registry",
  4860.         "version": "100.1.2",
  4861.         "version_normalized": "100.1.2.0",
  4862.         "dist": {
  4863.             "type": "zip",
  4864.             "url": "https://repo.magento.com/archives/magento/module-gift-registry/magento-module-gift-registry-100.1.2.0.zip",
  4865.             "reference": null,
  4866.             "shasum": "93272d7edb440389b44451519b389f4318c33889"
  4867.         },
  4868.         "require": {
  4869.             "magento/framework": "100.1.*",
  4870.             "magento/module-backend": "100.1.*",
  4871.             "magento/module-catalog": "101.0.*",
  4872.             "magento/module-catalog-inventory": "100.1.*",
  4873.             "magento/module-checkout": "100.1.*",
  4874.             "magento/module-config": "100.1.*",
  4875.             "magento/module-customer": "100.1.*",
  4876.             "magento/module-directory": "100.1.*",
  4877.             "magento/module-newsletter": "100.1.*",
  4878.             "magento/module-quote": "100.1.*",
  4879.             "magento/module-sales": "100.1.*",
  4880.             "magento/module-store": "100.1.*",
  4881.             "magento/module-theme": "100.1.*",
  4882.             "magento/module-ui": "100.1.*",
  4883.             "magento/module-widget": "100.1.*",
  4884.             "magento/module-wishlist": "100.1.*",
  4885.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4886.         },
  4887.         "suggest": {
  4888.             "magento/module-gift-registry-sample-data": "Sample Data version:100.1.*"
  4889.         },
  4890.         "type": "magento2-module",
  4891.         "installation-source": "dist",
  4892.         "autoload": {
  4893.             "files": [
  4894.                 "registration.php"
  4895.             ],
  4896.             "psr-4": {
  4897.                 "Magento\\GiftRegistry\\": ""
  4898.             }
  4899.         },
  4900.         "license": [
  4901.             "proprietary"
  4902.         ],
  4903.         "description": "N/A"
  4904.     },
  4905.     {
  4906.         "name": "magento/module-gift-card-import-export",
  4907.         "version": "100.1.2",
  4908.         "version_normalized": "100.1.2.0",
  4909.         "dist": {
  4910.             "type": "zip",
  4911.             "url": "https://repo.magento.com/archives/magento/module-gift-card-import-export/magento-module-gift-card-import-export-100.1.2.0.zip",
  4912.             "reference": null,
  4913.             "shasum": "5c07fa8f0afad73bc15c975ec3fba19abce253b1"
  4914.         },
  4915.         "require": {
  4916.             "magento/framework": "100.1.*",
  4917.             "magento/module-catalog": "101.0.*",
  4918.             "magento/module-catalog-import-export": "100.1.*",
  4919.             "magento/module-config": "100.1.*",
  4920.             "magento/module-eav": "100.1.*",
  4921.             "magento/module-gift-card": "101.0.*",
  4922.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4923.         },
  4924.         "type": "magento2-module",
  4925.         "installation-source": "dist",
  4926.         "autoload": {
  4927.             "files": [
  4928.                 "registration.php"
  4929.             ],
  4930.             "psr-4": {
  4931.                 "Magento\\GiftCardImportExport\\": ""
  4932.             }
  4933.         },
  4934.         "license": [
  4935.             "OSL-3.0",
  4936.             "AFL-3.0"
  4937.         ],
  4938.         "description": "N/A"
  4939.     },
  4940.     {
  4941.         "name": "magento/module-customer-balance",
  4942.         "version": "100.1.2",
  4943.         "version_normalized": "100.1.2.0",
  4944.         "dist": {
  4945.             "type": "zip",
  4946.             "url": "https://repo.magento.com/archives/magento/module-customer-balance/magento-module-customer-balance-100.1.2.0.zip",
  4947.             "reference": null,
  4948.             "shasum": "9c0fa454a12d878b1e599adcf67e92f17fee695e"
  4949.         },
  4950.         "require": {
  4951.             "magento/framework": "100.1.*",
  4952.             "magento/module-backend": "100.1.*",
  4953.             "magento/module-checkout": "100.1.*",
  4954.             "magento/module-customer": "100.1.*",
  4955.             "magento/module-payment": "100.1.*",
  4956.             "magento/module-quote": "100.1.*",
  4957.             "magento/module-sales": "100.1.*",
  4958.             "magento/module-sales-archive": "100.1.*",
  4959.             "magento/module-store": "100.1.*",
  4960.             "magento/module-ui": "100.1.*",
  4961.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  4962.         },
  4963.         "suggest": {
  4964.             "magento/module-customer-balance-sample-data": "Sample Data version:100.1.*"
  4965.         },
  4966.         "type": "magento2-module",
  4967.         "installation-source": "dist",
  4968.         "autoload": {
  4969.             "files": [
  4970.                 "registration.php"
  4971.             ],
  4972.             "psr-4": {
  4973.                 "Magento\\CustomerBalance\\": ""
  4974.             }
  4975.         },
  4976.         "license": [
  4977.             "proprietary"
  4978.         ],
  4979.         "description": "N/A"
  4980.     },
  4981.     {
  4982.         "name": "magento/module-gift-card-account",
  4983.         "version": "100.1.2",
  4984.         "version_normalized": "100.1.2.0",
  4985.         "dist": {
  4986.             "type": "zip",
  4987.             "url": "https://repo.magento.com/archives/magento/module-gift-card-account/magento-module-gift-card-account-100.1.2.0.zip",
  4988.             "reference": null,
  4989.             "shasum": "7dd34f4c4f0198894ddcd178bed00ebdaf87b337"
  4990.         },
  4991.         "require": {
  4992.             "magento/framework": "100.1.*",
  4993.             "magento/module-backend": "100.1.*",
  4994.             "magento/module-catalog": "101.0.*",
  4995.             "magento/module-checkout": "100.1.*",
  4996.             "magento/module-config": "100.1.*",
  4997.             "magento/module-customer": "100.1.*",
  4998.             "magento/module-customer-balance": "100.1.*",
  4999.             "magento/module-quote": "100.1.*",
  5000.             "magento/module-sales": "100.1.*",
  5001.             "magento/module-store": "100.1.*",
  5002.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5003.         },
  5004.         "type": "magento2-module",
  5005.         "installation-source": "dist",
  5006.         "autoload": {
  5007.             "files": [
  5008.                 "registration.php"
  5009.             ],
  5010.             "psr-4": {
  5011.                 "Magento\\GiftCardAccount\\": ""
  5012.             }
  5013.         },
  5014.         "license": [
  5015.             "proprietary"
  5016.         ],
  5017.         "description": "N/A"
  5018.     },
  5019.     {
  5020.         "name": "magento/module-gift-card-staging",
  5021.         "version": "100.1.3",
  5022.         "version_normalized": "100.1.3.0",
  5023.         "dist": {
  5024.             "type": "zip",
  5025.             "url": "https://repo.magento.com/archives/magento/module-gift-card-staging/magento-module-gift-card-staging-100.1.3.0.zip",
  5026.             "reference": null,
  5027.             "shasum": "46f99f5f71f3787695bce818b0c1cf1439ac490a"
  5028.         },
  5029.         "require": {
  5030.             "magento/framework": "100.1.*",
  5031.             "magento/module-gift-card": "101.0.*",
  5032.             "magento/module-staging": "100.1.*",
  5033.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5034.         },
  5035.         "suggest": {
  5036.             "magento/module-gift-card": "101.0.*"
  5037.         },
  5038.         "type": "magento2-module",
  5039.         "installation-source": "dist",
  5040.         "autoload": {
  5041.             "files": [
  5042.                 "registration.php"
  5043.             ],
  5044.             "psr-4": {
  5045.                 "Magento\\GiftCardStaging\\": ""
  5046.             }
  5047.         },
  5048.         "license": [
  5049.             "proprietary"
  5050.         ],
  5051.         "description": "N/A"
  5052.     },
  5053.     {
  5054.         "name": "magento/module-catalog-permissions",
  5055.         "version": "100.1.2",
  5056.         "version_normalized": "100.1.2.0",
  5057.         "dist": {
  5058.             "type": "zip",
  5059.             "url": "https://repo.magento.com/archives/magento/module-catalog-permissions/magento-module-catalog-permissions-100.1.2.0.zip",
  5060.             "reference": null,
  5061.             "shasum": "940ca2e1676aff920700ab9bb9c730cff30c19cf"
  5062.         },
  5063.         "require": {
  5064.             "magento/framework": "100.1.*",
  5065.             "magento/module-backend": "100.1.*",
  5066.             "magento/module-catalog": "101.0.*",
  5067.             "magento/module-customer": "100.1.*",
  5068.             "magento/module-eav": "100.1.*",
  5069.             "magento/module-quote": "100.1.*",
  5070.             "magento/module-store": "100.1.*",
  5071.             "magento/module-ui": "100.1.*",
  5072.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5073.         },
  5074.         "suggest": {
  5075.             "magento/module-config": "100.1.*",
  5076.             "magento/module-import-export": "100.1.*",
  5077.             "magento/module-indexer": "100.1.*"
  5078.         },
  5079.         "type": "magento2-module",
  5080.         "installation-source": "dist",
  5081.         "autoload": {
  5082.             "files": [
  5083.                 "registration.php"
  5084.             ],
  5085.             "psr-4": {
  5086.                 "Magento\\CatalogPermissions\\": ""
  5087.             }
  5088.         },
  5089.         "license": [
  5090.             "proprietary"
  5091.         ],
  5092.         "description": "N/A"
  5093.     },
  5094.     {
  5095.         "name": "magento/module-catalog-event",
  5096.         "version": "100.1.2",
  5097.         "version_normalized": "100.1.2.0",
  5098.         "dist": {
  5099.             "type": "zip",
  5100.             "url": "https://repo.magento.com/archives/magento/module-catalog-event/magento-module-catalog-event-100.1.2.0.zip",
  5101.             "reference": null,
  5102.             "shasum": "6dcf9508d0d38d42714b08f6cf8829a4b4115ed6"
  5103.         },
  5104.         "require": {
  5105.             "magento/framework": "100.1.*",
  5106.             "magento/module-backend": "100.1.*",
  5107.             "magento/module-catalog": "101.0.*",
  5108.             "magento/module-cms": "101.0.*",
  5109.             "magento/module-config": "100.1.*",
  5110.             "magento/module-eav": "100.1.*",
  5111.             "magento/module-media-storage": "100.1.*",
  5112.             "magento/module-quote": "100.1.*",
  5113.             "magento/module-sales": "100.1.*",
  5114.             "magento/module-store": "100.1.*",
  5115.             "magento/module-widget": "100.1.*",
  5116.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5117.         },
  5118.         "type": "magento2-module",
  5119.         "installation-source": "dist",
  5120.         "autoload": {
  5121.             "files": [
  5122.                 "registration.php"
  5123.             ],
  5124.             "psr-4": {
  5125.                 "Magento\\CatalogEvent\\": ""
  5126.             }
  5127.         },
  5128.         "license": [
  5129.             "proprietary"
  5130.         ],
  5131.         "description": "N/A"
  5132.     },
  5133.     {
  5134.         "name": "magento/module-enterprise",
  5135.         "version": "100.1.2",
  5136.         "version_normalized": "100.1.2.0",
  5137.         "dist": {
  5138.             "type": "zip",
  5139.             "url": "https://repo.magento.com/archives/magento/module-enterprise/magento-module-enterprise-100.1.2.0.zip",
  5140.             "reference": null,
  5141.             "shasum": "c6f192b3a46e9ab22f0ff2d262b3b2287ab90e15"
  5142.         },
  5143.         "require": {
  5144.             "magento/framework": "100.1.*",
  5145.             "magento/module-advanced-checkout": "100.1.*",
  5146.             "magento/module-authorization": "100.1.*",
  5147.             "magento/module-backend": "100.1.*",
  5148.             "magento/module-banner": "100.1.*",
  5149.             "magento/module-catalog-event": "100.1.*",
  5150.             "magento/module-catalog-permissions": "100.1.*",
  5151.             "magento/module-customer-custom-attributes": "100.1.*",
  5152.             "magento/module-customer-segment": "100.1.*",
  5153.             "magento/module-gift-card": "101.0.*",
  5154.             "magento/module-gift-card-account": "100.1.*",
  5155.             "magento/module-gift-registry": "100.1.*",
  5156.             "magento/module-gift-wrapping": "100.1.*",
  5157.             "magento/module-invitation": "100.1.*",
  5158.             "magento/module-logging": "100.1.*",
  5159.             "magento/module-multiple-wishlist": "100.1.*",
  5160.             "magento/module-price-permissions": "100.1.*",
  5161.             "magento/module-promotion-permissions": "100.1.*",
  5162.             "magento/module-reminder": "100.1.*",
  5163.             "magento/module-reward": "100.1.*",
  5164.             "magento/module-rma": "100.1.*",
  5165.             "magento/module-sales-archive": "100.1.*",
  5166.             "magento/module-scheduled-import-export": "100.1.*",
  5167.             "magento/module-target-rule": "100.1.*",
  5168.             "magento/module-versions-cms": "100.1.*",
  5169.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5170.         },
  5171.         "type": "magento2-module",
  5172.         "installation-source": "dist",
  5173.         "autoload": {
  5174.             "files": [
  5175.                 "registration.php"
  5176.             ],
  5177.             "psr-4": {
  5178.                 "Magento\\Enterprise\\": ""
  5179.             }
  5180.         },
  5181.         "license": [
  5182.             "proprietary"
  5183.         ],
  5184.         "description": "N/A"
  5185.     },
  5186.     {
  5187.         "name": "magento/module-customer-import-export",
  5188.         "version": "100.1.2",
  5189.         "version_normalized": "100.1.2.0",
  5190.         "dist": {
  5191.             "type": "zip",
  5192.             "url": "https://repo.magento.com/archives/magento/module-customer-import-export/magento-module-customer-import-export-100.1.2.0.zip",
  5193.             "reference": null,
  5194.             "shasum": "32cb71f6469fff683e49833e88ae9e745762750e"
  5195.         },
  5196.         "require": {
  5197.             "magento/framework": "100.1.*",
  5198.             "magento/module-backend": "100.1.*",
  5199.             "magento/module-customer": "100.1.*",
  5200.             "magento/module-directory": "100.1.*",
  5201.             "magento/module-eav": "100.1.*",
  5202.             "magento/module-import-export": "100.1.*",
  5203.             "magento/module-store": "100.1.*",
  5204.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5205.         },
  5206.         "type": "magento2-module",
  5207.         "installation-source": "dist",
  5208.         "autoload": {
  5209.             "files": [
  5210.                 "registration.php"
  5211.             ],
  5212.             "psr-4": {
  5213.                 "Magento\\CustomerImportExport\\": ""
  5214.             }
  5215.         },
  5216.         "license": [
  5217.             "OSL-3.0",
  5218.             "AFL-3.0"
  5219.         ],
  5220.         "description": "N/A"
  5221.     },
  5222.     {
  5223.         "name": "magento/module-customer-finance",
  5224.         "version": "100.1.2",
  5225.         "version_normalized": "100.1.2.0",
  5226.         "dist": {
  5227.             "type": "zip",
  5228.             "url": "https://repo.magento.com/archives/magento/module-customer-finance/magento-module-customer-finance-100.1.2.0.zip",
  5229.             "reference": null,
  5230.             "shasum": "d07eb72e34a24a6caecfc64f6716a2e5a653847a"
  5231.         },
  5232.         "require": {
  5233.             "magento/framework": "100.1.*",
  5234.             "magento/module-backend": "100.1.*",
  5235.             "magento/module-customer": "100.1.*",
  5236.             "magento/module-customer-balance": "100.1.*",
  5237.             "magento/module-customer-import-export": "100.1.*",
  5238.             "magento/module-eav": "100.1.*",
  5239.             "magento/module-import-export": "100.1.*",
  5240.             "magento/module-reward": "100.1.*",
  5241.             "magento/module-store": "100.1.*",
  5242.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5243.         },
  5244.         "type": "magento2-module",
  5245.         "installation-source": "dist",
  5246.         "autoload": {
  5247.             "files": [
  5248.                 "registration.php"
  5249.             ],
  5250.             "psr-4": {
  5251.                 "Magento\\CustomerFinance\\": ""
  5252.             }
  5253.         },
  5254.         "license": [
  5255.             "proprietary"
  5256.         ],
  5257.         "description": "N/A"
  5258.     },
  5259.     {
  5260.         "name": "magento/module-catalog-import-export-staging",
  5261.         "version": "100.1.2",
  5262.         "version_normalized": "100.1.2.0",
  5263.         "dist": {
  5264.             "type": "zip",
  5265.             "url": "https://repo.magento.com/archives/magento/module-catalog-import-export-staging/magento-module-catalog-import-export-staging-100.1.2.0.zip",
  5266.             "reference": null,
  5267.             "shasum": "f70efa791a350509a7e1a5fa1d1de69e0f244ef8"
  5268.         },
  5269.         "require": {
  5270.             "magento/framework": "100.1.*",
  5271.             "magento/module-catalog": "101.0.*",
  5272.             "magento/module-catalog-staging": "100.1.*",
  5273.             "magento/module-staging": "100.1.*",
  5274.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5275.         },
  5276.         "suggest": {
  5277.             "magento/module-catalog-import-export": "100.1.*"
  5278.         },
  5279.         "type": "magento2-module",
  5280.         "installation-source": "dist",
  5281.         "autoload": {
  5282.             "files": [
  5283.                 "registration.php"
  5284.             ],
  5285.             "psr-4": {
  5286.                 "Magento\\CatalogImportExportStaging\\": ""
  5287.             }
  5288.         },
  5289.         "license": [
  5290.             "proprietary"
  5291.         ],
  5292.         "description": "N/A"
  5293.     },
  5294.     {
  5295.         "name": "magento/module-banner-customer-segment",
  5296.         "version": "100.1.2",
  5297.         "version_normalized": "100.1.2.0",
  5298.         "dist": {
  5299.             "type": "zip",
  5300.             "url": "https://repo.magento.com/archives/magento/module-banner-customer-segment/magento-module-banner-customer-segment-100.1.2.0.zip",
  5301.             "reference": null,
  5302.             "shasum": "4a4445432132e6765fe4987693da96394548db54"
  5303.         },
  5304.         "require": {
  5305.             "magento/framework": "100.1.*",
  5306.             "magento/module-banner": "100.1.*",
  5307.             "magento/module-customer-segment": "100.1.*",
  5308.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5309.         },
  5310.         "type": "magento2-module",
  5311.         "installation-source": "dist",
  5312.         "autoload": {
  5313.             "files": [
  5314.                 "registration.php"
  5315.             ],
  5316.             "psr-4": {
  5317.                 "Magento\\BannerCustomerSegment\\": ""
  5318.             }
  5319.         },
  5320.         "license": [
  5321.             "proprietary"
  5322.         ],
  5323.         "description": "N/A"
  5324.     },
  5325.     {
  5326.         "name": "magento/module-checkout-agreements",
  5327.         "version": "100.1.2",
  5328.         "version_normalized": "100.1.2.0",
  5329.         "dist": {
  5330.             "type": "zip",
  5331.             "url": "https://repo.magento.com/archives/magento/module-checkout-agreements/magento-module-checkout-agreements-100.1.2.0.zip",
  5332.             "reference": null,
  5333.             "shasum": "92fac43cb59cf0661a4351082b73ccb86c3a43a5"
  5334.         },
  5335.         "require": {
  5336.             "magento/framework": "100.1.*",
  5337.             "magento/module-backend": "100.1.*",
  5338.             "magento/module-checkout": "100.1.*",
  5339.             "magento/module-quote": "100.1.*",
  5340.             "magento/module-store": "100.1.*",
  5341.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5342.         },
  5343.         "type": "magento2-module",
  5344.         "installation-source": "dist",
  5345.         "autoload": {
  5346.             "files": [
  5347.                 "registration.php"
  5348.             ],
  5349.             "psr-4": {
  5350.                 "Magento\\CheckoutAgreements\\": ""
  5351.             }
  5352.         },
  5353.         "license": [
  5354.             "OSL-3.0",
  5355.             "AFL-3.0"
  5356.         ],
  5357.         "description": "N/A"
  5358.     },
  5359.     {
  5360.         "name": "magento/module-admin-gws",
  5361.         "version": "100.1.3",
  5362.         "version_normalized": "100.1.3.0",
  5363.         "dist": {
  5364.             "type": "zip",
  5365.             "url": "https://repo.magento.com/archives/magento/module-admin-gws/magento-module-admin-gws-100.1.3.0.zip",
  5366.             "reference": null,
  5367.             "shasum": "5fdd93477bc9ce0b32dd1e87893cd0c9f3a798b0"
  5368.         },
  5369.         "require": {
  5370.             "magento/framework": "100.1.*",
  5371.             "magento/module-authorization": "100.1.*",
  5372.             "magento/module-backend": "100.1.*",
  5373.             "magento/module-catalog": "101.0.*",
  5374.             "magento/module-catalog-event": "100.1.*",
  5375.             "magento/module-catalog-rule": "100.1.*",
  5376.             "magento/module-checkout-agreements": "100.1.*",
  5377.             "magento/module-cms": "101.0.*",
  5378.             "magento/module-customer": "100.1.*",
  5379.             "magento/module-customer-segment": "100.1.*",
  5380.             "magento/module-gift-registry": "100.1.*",
  5381.             "magento/module-reminder": "100.1.*",
  5382.             "magento/module-review": "100.1.*",
  5383.             "magento/module-sales": "100.1.*",
  5384.             "magento/module-sales-rule": "100.1.*",
  5385.             "magento/module-store": "100.1.*",
  5386.             "magento/module-url-rewrite": "100.1.*",
  5387.             "magento/module-user": "100.1.*",
  5388.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5389.         },
  5390.         "type": "magento2-module",
  5391.         "installation-source": "dist",
  5392.         "autoload": {
  5393.             "files": [
  5394.                 "registration.php"
  5395.             ],
  5396.             "psr-4": {
  5397.                 "Magento\\AdminGws\\": ""
  5398.             }
  5399.         },
  5400.         "license": [
  5401.             "proprietary"
  5402.         ],
  5403.         "description": "N/A"
  5404.     },
  5405.     {
  5406.         "name": "magento/module-cookie",
  5407.         "version": "100.1.2",
  5408.         "version_normalized": "100.1.2.0",
  5409.         "dist": {
  5410.             "type": "zip",
  5411.             "url": "https://repo.magento.com/archives/magento/module-cookie/magento-module-cookie-100.1.2.0.zip",
  5412.             "reference": null,
  5413.             "shasum": "96e60ed8bf71112bc340d4d0fe4bfc0ca55c5218"
  5414.         },
  5415.         "require": {
  5416.             "magento/framework": "100.1.*",
  5417.             "magento/module-store": "100.1.*",
  5418.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5419.         },
  5420.         "suggest": {
  5421.             "magento/module-backend": "100.1.*"
  5422.         },
  5423.         "type": "magento2-module",
  5424.         "installation-source": "dist",
  5425.         "autoload": {
  5426.             "files": [
  5427.                 "registration.php"
  5428.             ],
  5429.             "psr-4": {
  5430.                 "Magento\\Cookie\\": ""
  5431.             }
  5432.         },
  5433.         "license": [
  5434.             "OSL-3.0",
  5435.             "AFL-3.0"
  5436.         ],
  5437.         "description": "N/A"
  5438.     },
  5439.     {
  5440.         "name": "magento/module-google-analytics",
  5441.         "version": "100.1.2",
  5442.         "version_normalized": "100.1.2.0",
  5443.         "dist": {
  5444.             "type": "zip",
  5445.             "url": "https://repo.magento.com/archives/magento/module-google-analytics/magento-module-google-analytics-100.1.2.0.zip",
  5446.             "reference": null,
  5447.             "shasum": "54c4ce8fce6de2b945edf99a950b5f4405a945d0"
  5448.         },
  5449.         "require": {
  5450.             "magento/framework": "100.1.*",
  5451.             "magento/module-cookie": "100.1.*",
  5452.             "magento/module-sales": "100.1.*",
  5453.             "magento/module-store": "100.1.*",
  5454.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5455.         },
  5456.         "type": "magento2-module",
  5457.         "installation-source": "dist",
  5458.         "autoload": {
  5459.             "files": [
  5460.                 "registration.php"
  5461.             ],
  5462.             "psr-4": {
  5463.                 "Magento\\GoogleAnalytics\\": ""
  5464.             }
  5465.         },
  5466.         "license": [
  5467.             "OSL-3.0",
  5468.             "AFL-3.0"
  5469.         ],
  5470.         "description": "N/A"
  5471.     },
  5472.     {
  5473.         "name": "magento/module-google-tag-manager",
  5474.         "version": "100.1.3",
  5475.         "version_normalized": "100.1.3.0",
  5476.         "dist": {
  5477.             "type": "zip",
  5478.             "url": "https://repo.magento.com/archives/magento/module-google-tag-manager/magento-module-google-tag-manager-100.1.3.0.zip",
  5479.             "reference": null,
  5480.             "shasum": "06c2c4418ae37a02551775e4a924062a5c1311e6"
  5481.         },
  5482.         "require": {
  5483.             "magento/framework": "100.1.*",
  5484.             "magento/module-backend": "100.1.*",
  5485.             "magento/module-banner": "100.1.*",
  5486.             "magento/module-catalog": "101.0.*",
  5487.             "magento/module-checkout": "100.1.*",
  5488.             "magento/module-cookie": "100.1.*",
  5489.             "magento/module-customer": "100.1.*",
  5490.             "magento/module-google-analytics": "100.1.*",
  5491.             "magento/module-page-cache": "100.1.*",
  5492.             "magento/module-sales": "100.1.*",
  5493.             "magento/module-store": "100.1.*",
  5494.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5495.         },
  5496.         "suggest": {
  5497.             "magento/module-config": "100.1.*",
  5498.             "magento/module-quote": "100.1.*"
  5499.         },
  5500.         "type": "magento2-module",
  5501.         "installation-source": "dist",
  5502.         "autoload": {
  5503.             "files": [
  5504.                 "registration.php"
  5505.             ],
  5506.             "psr-4": {
  5507.                 "Magento\\GoogleTagManager\\": ""
  5508.             }
  5509.         },
  5510.         "license": [
  5511.             "proprietary"
  5512.         ],
  5513.         "description": "N/A"
  5514.     },
  5515.     {
  5516.         "name": "magento/module-eway",
  5517.         "version": "100.1.3",
  5518.         "version_normalized": "100.1.3.0",
  5519.         "dist": {
  5520.             "type": "zip",
  5521.             "url": "https://repo.magento.com/archives/magento/module-eway/magento-module-eway-100.1.3.0.zip",
  5522.             "reference": null,
  5523.             "shasum": "ff60f085e6d755422de5adad5f62770d614644c7"
  5524.         },
  5525.         "require": {
  5526.             "magento/framework": "100.1.*",
  5527.             "magento/module-checkout": "100.1.*",
  5528.             "magento/module-payment": "100.1.*",
  5529.             "magento/module-quote": "100.1.*",
  5530.             "magento/module-sales": "100.1.*",
  5531.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5532.         },
  5533.         "type": "magento2-module",
  5534.         "installation-source": "dist",
  5535.         "autoload": {
  5536.             "files": [
  5537.                 "registration.php"
  5538.             ],
  5539.             "psr-4": {
  5540.                 "Magento\\Eway\\": ""
  5541.             }
  5542.         },
  5543.         "license": [
  5544.             "proprietary"
  5545.         ],
  5546.         "description": "N/A"
  5547.     },
  5548.     {
  5549.         "name": "magento/module-mysql-mq",
  5550.         "version": "100.1.3",
  5551.         "version_normalized": "100.1.3.0",
  5552.         "dist": {
  5553.             "type": "zip",
  5554.             "url": "https://repo.magento.com/archives/magento/module-mysql-mq/magento-module-mysql-mq-100.1.3.0.zip",
  5555.             "reference": null,
  5556.             "shasum": "99e6b6381f6b20d41e1465605eb47372ab3934ef"
  5557.         },
  5558.         "require": {
  5559.             "magento/framework": "100.1.*",
  5560.             "magento/magento-composer-installer": "*",
  5561.             "magento/module-store": "100.1.*",
  5562.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5563.         },
  5564.         "type": "magento2-module",
  5565.         "installation-source": "dist",
  5566.         "autoload": {
  5567.             "files": [
  5568.                 "registration.php"
  5569.             ],
  5570.             "psr-4": {
  5571.                 "Magento\\MysqlMq\\": ""
  5572.             }
  5573.         },
  5574.         "license": [
  5575.             "proprietary"
  5576.         ],
  5577.         "description": "N/A"
  5578.     },
  5579.     {
  5580.         "name": "magento/module-message-queue",
  5581.         "version": "100.1.3",
  5582.         "version_normalized": "100.1.3.0",
  5583.         "dist": {
  5584.             "type": "zip",
  5585.             "url": "https://repo.magento.com/archives/magento/module-message-queue/magento-module-message-queue-100.1.3.0.zip",
  5586.             "reference": null,
  5587.             "shasum": "c06cf0aff6cc89cd5773a68772362d002d26da67"
  5588.         },
  5589.         "require": {
  5590.             "magento/framework": "100.1.*",
  5591.             "magento/magento-composer-installer": "*",
  5592.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5593.         },
  5594.         "type": "magento2-module",
  5595.         "installation-source": "dist",
  5596.         "autoload": {
  5597.             "files": [
  5598.                 "registration.php"
  5599.             ],
  5600.             "psr-4": {
  5601.                 "Magento\\MessageQueue\\": ""
  5602.             }
  5603.         },
  5604.         "license": [
  5605.             "proprietary"
  5606.         ],
  5607.         "description": "N/A"
  5608.     },
  5609.     {
  5610.         "name": "solarium/solarium",
  5611.         "version": "3.3.0",
  5612.         "version_normalized": "3.3.0.0",
  5613.         "source": {
  5614.             "type": "git",
  5615.             "url": "https://github.com/solariumphp/solarium.git",
  5616.             "reference": "a9d8a52ba9fd8add04b2294fad997a004c1f2fab"
  5617.         },
  5618.         "dist": {
  5619.             "type": "zip",
  5620.             "url": "https://api.github.com/repos/solariumphp/solarium/zipball/a9d8a52ba9fd8add04b2294fad997a004c1f2fab",
  5621.             "reference": "a9d8a52ba9fd8add04b2294fad997a004c1f2fab",
  5622.             "shasum": ""
  5623.         },
  5624.         "require": {
  5625.             "php": ">=5.3.2",
  5626.             "symfony/event-dispatcher": "~2.1"
  5627.         },
  5628.         "require-dev": {
  5629.             "phpunit/phpunit": "~3.7",
  5630.             "satooshi/php-coveralls": "~0.6",
  5631.             "squizlabs/php_codesniffer": "~1.4",
  5632.             "zendframework/zendframework1": "~1.12"
  5633.         },
  5634.         "time": "2014-11-12T06:53:41+00:00",
  5635.         "type": "library",
  5636.         "extra": {
  5637.             "branch-alias": {
  5638.                 "dev-develop": "3.3.x-dev"
  5639.             }
  5640.         },
  5641.         "installation-source": "dist",
  5642.         "autoload": {
  5643.             "psr-0": {
  5644.                 "Solarium\\": "library/"
  5645.             }
  5646.         },
  5647.         "notification-url": "https://packagist.org/downloads/",
  5648.         "license": [
  5649.             "NewBSD"
  5650.         ],
  5651.         "authors": [
  5652.             {
  5653.                 "name": "See GitHub contributors",
  5654.                 "homepage": "https://github.com/basdenooijer/solarium/contributors"
  5655.             }
  5656.         ],
  5657.         "description": "PHP Solr client",
  5658.         "homepage": "http://www.solarium-project.org",
  5659.         "keywords": [
  5660.             "php",
  5661.             "search",
  5662.             "solr"
  5663.         ]
  5664.     },
  5665.     {
  5666.         "name": "magento/module-solr",
  5667.         "version": "100.1.3",
  5668.         "version_normalized": "100.1.3.0",
  5669.         "dist": {
  5670.             "type": "zip",
  5671.             "url": "https://repo.magento.com/archives/magento/module-solr/magento-module-solr-100.1.3.0.zip",
  5672.             "reference": null,
  5673.             "shasum": "2c90b987d586ed08bd246e45f3547412011b2345"
  5674.         },
  5675.         "require": {
  5676.             "magento/framework": "100.1.*",
  5677.             "magento/module-advanced-search": "100.1.*",
  5678.             "magento/module-backend": "100.1.*",
  5679.             "magento/module-catalog": "101.0.*",
  5680.             "magento/module-catalog-search": "100.1.*",
  5681.             "magento/module-customer": "100.1.*",
  5682.             "magento/module-eav": "100.1.*",
  5683.             "magento/module-search": "100.1.*",
  5684.             "magento/module-store": "100.1.*",
  5685.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
  5686.             "solarium/solarium": "3.3.0"
  5687.         },
  5688.         "type": "magento2-module",
  5689.         "installation-source": "dist",
  5690.         "autoload": {
  5691.             "files": [
  5692.                 "registration.php"
  5693.             ],
  5694.             "psr-4": {
  5695.                 "Magento\\Solr\\": ""
  5696.             }
  5697.         },
  5698.         "license": [
  5699.             "proprietary"
  5700.         ],
  5701.         "description": "N/A"
  5702.     },
  5703.     {
  5704.         "name": "magento/module-support",
  5705.         "version": "100.1.3",
  5706.         "version_normalized": "100.1.3.0",
  5707.         "dist": {
  5708.             "type": "zip",
  5709.             "url": "https://repo.magento.com/archives/magento/module-support/magento-module-support-100.1.3.0.zip",
  5710.             "reference": null,
  5711.             "shasum": "cf0997622b69630bdac508f44e9e570aba38666c"
  5712.         },
  5713.         "require": {
  5714.             "lib-libxml": "*",
  5715.             "magento/framework": "100.1.*",
  5716.             "magento/module-backend": "100.1.*",
  5717.             "magento/module-banner": "100.1.*",
  5718.             "magento/module-catalog": "101.0.*",
  5719.             "magento/module-cms": "101.0.*",
  5720.             "magento/module-config": "100.1.*",
  5721.             "magento/module-cron": "100.1.*",
  5722.             "magento/module-customer": "100.1.*",
  5723.             "magento/module-customer-segment": "100.1.*",
  5724.             "magento/module-eav": "100.1.*",
  5725.             "magento/module-indexer": "100.1.*",
  5726.             "magento/module-payment": "100.1.*",
  5727.             "magento/module-rma": "100.1.*",
  5728.             "magento/module-sales": "100.1.*",
  5729.             "magento/module-sales-rule": "100.1.*",
  5730.             "magento/module-store": "100.1.*",
  5731.             "magento/module-target-rule": "100.1.*",
  5732.             "magento/module-tax": "100.1.*",
  5733.             "magento/module-theme": "100.1.*",
  5734.             "magento/module-ui": "100.1.*",
  5735.             "magento/module-url-rewrite": "100.1.*",
  5736.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5737.         },
  5738.         "type": "magento2-module",
  5739.         "installation-source": "dist",
  5740.         "autoload": {
  5741.             "files": [
  5742.                 "registration.php"
  5743.             ],
  5744.             "psr-4": {
  5745.                 "Magento\\Support\\": ""
  5746.             }
  5747.         },
  5748.         "license": [
  5749.             "proprietary"
  5750.         ],
  5751.         "description": "N/A"
  5752.     },
  5753.     {
  5754.         "name": "magento/module-payment-staging",
  5755.         "version": "100.1.3",
  5756.         "version_normalized": "100.1.3.0",
  5757.         "dist": {
  5758.             "type": "zip",
  5759.             "url": "https://repo.magento.com/archives/magento/module-payment-staging/magento-module-payment-staging-100.1.3.0.zip",
  5760.             "reference": null,
  5761.             "shasum": "eb69f2c9efdafecd5deec3c6c51350e4c9ba9e2e"
  5762.         },
  5763.         "require": {
  5764.             "magento/framework": "100.1.*",
  5765.             "magento/module-payment": "100.1.*",
  5766.             "magento/module-quote": "100.1.*",
  5767.             "magento/module-staging": "100.1.*",
  5768.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5769.         },
  5770.         "type": "magento2-module",
  5771.         "installation-source": "dist",
  5772.         "autoload": {
  5773.             "files": [
  5774.                 "registration.php"
  5775.             ],
  5776.             "psr-4": {
  5777.                 "Magento\\PaymentStaging\\": ""
  5778.             }
  5779.         },
  5780.         "license": [
  5781.             "OSL-3.0",
  5782.             "AFL-3.0"
  5783.         ],
  5784.         "description": "N/A"
  5785.     },
  5786.     {
  5787.         "name": "magento/module-grouped-product-staging",
  5788.         "version": "100.1.2",
  5789.         "version_normalized": "100.1.2.0",
  5790.         "dist": {
  5791.             "type": "zip",
  5792.             "url": "https://repo.magento.com/archives/magento/module-grouped-product-staging/magento-module-grouped-product-staging-100.1.2.0.zip",
  5793.             "reference": null,
  5794.             "shasum": "da4f8b4d03a44fb8bb1a1b275abaed01caee4148"
  5795.         },
  5796.         "require": {
  5797.             "lib-libxml": "*",
  5798.             "magento/framework": "100.1.*",
  5799.             "magento/magento-composer-installer": "*",
  5800.             "magento/module-catalog": "101.0.*",
  5801.             "magento/module-grouped-product": "100.1.*",
  5802.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5803.         },
  5804.         "suggest": {
  5805.             "magento/module-catalog-staging": "100.1.*",
  5806.             "magento/module-staging": "100.1.*"
  5807.         },
  5808.         "type": "magento2-module",
  5809.         "installation-source": "dist",
  5810.         "autoload": {
  5811.             "files": [
  5812.                 "registration.php"
  5813.             ],
  5814.             "psr-4": {
  5815.                 "Magento\\GroupedProductStaging\\": ""
  5816.             }
  5817.         },
  5818.         "license": [
  5819.             "proprietary"
  5820.         ],
  5821.         "description": "N/A"
  5822.     },
  5823.     {
  5824.         "name": "magento/module-downloadable-staging",
  5825.         "version": "100.1.2",
  5826.         "version_normalized": "100.1.2.0",
  5827.         "dist": {
  5828.             "type": "zip",
  5829.             "url": "https://repo.magento.com/archives/magento/module-downloadable-staging/magento-module-downloadable-staging-100.1.2.0.zip",
  5830.             "reference": null,
  5831.             "shasum": "f7782ddb186c6ae7f14693982de98aedae62d5cb"
  5832.         },
  5833.         "require": {
  5834.             "lib-libxml": "*",
  5835.             "magento/framework": "100.1.*",
  5836.             "magento/magento-composer-installer": "*",
  5837.             "magento/module-catalog": "101.0.*",
  5838.             "magento/module-catalog-staging": "100.1.*",
  5839.             "magento/module-downloadable": "100.1.*",
  5840.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5841.         },
  5842.         "type": "magento2-module",
  5843.         "installation-source": "dist",
  5844.         "autoload": {
  5845.             "files": [
  5846.                 "registration.php"
  5847.             ],
  5848.             "psr-4": {
  5849.                 "Magento\\DownloadableStaging\\": ""
  5850.             }
  5851.         },
  5852.         "license": [
  5853.             "proprietary"
  5854.         ],
  5855.         "description": "N/A"
  5856.     },
  5857.     {
  5858.         "name": "magento/module-configurable-product",
  5859.         "version": "100.1.6",
  5860.         "version_normalized": "100.1.6.0",
  5861.         "dist": {
  5862.             "type": "zip",
  5863.             "url": "https://repo.magento.com/archives/magento/module-configurable-product/magento-module-configurable-product-100.1.6.0.zip",
  5864.             "reference": null,
  5865.             "shasum": "55e0241e1ad3b3c7b421a749a3ff978bbf08083e"
  5866.         },
  5867.         "require": {
  5868.             "magento/framework": "100.1.*",
  5869.             "magento/module-backend": "100.1.*",
  5870.             "magento/module-catalog": "101.0.*",
  5871.             "magento/module-catalog-inventory": "100.1.*",
  5872.             "magento/module-checkout": "100.1.*",
  5873.             "magento/module-customer": "100.1.*",
  5874.             "magento/module-eav": "100.1.*",
  5875.             "magento/module-media-storage": "100.1.*",
  5876.             "magento/module-msrp": "100.1.*",
  5877.             "magento/module-quote": "100.1.*",
  5878.             "magento/module-store": "100.1.*",
  5879.             "magento/module-ui": "100.1.*",
  5880.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5881.         },
  5882.         "suggest": {
  5883.             "magento/module-configurable-sample-data": "Sample Data version:100.1.*",
  5884.             "magento/module-product-links-sample-data": "Sample Data version:100.1.*",
  5885.             "magento/module-sales": "100.1.*",
  5886.             "magento/module-webapi": "100.1.*"
  5887.         },
  5888.         "type": "magento2-module",
  5889.         "installation-source": "dist",
  5890.         "autoload": {
  5891.             "files": [
  5892.                 "registration.php"
  5893.             ],
  5894.             "psr-4": {
  5895.                 "Magento\\ConfigurableProduct\\": ""
  5896.             }
  5897.         },
  5898.         "license": [
  5899.             "OSL-3.0",
  5900.             "AFL-3.0"
  5901.         ],
  5902.         "description": "N/A"
  5903.     },
  5904.     {
  5905.         "name": "magento/module-configurable-product-staging",
  5906.         "version": "100.1.2",
  5907.         "version_normalized": "100.1.2.0",
  5908.         "dist": {
  5909.             "type": "zip",
  5910.             "url": "https://repo.magento.com/archives/magento/module-configurable-product-staging/magento-module-configurable-product-staging-100.1.2.0.zip",
  5911.             "reference": null,
  5912.             "shasum": "1250ea617a9382d71dd4b8215aa7aa0f07643cab"
  5913.         },
  5914.         "require": {
  5915.             "lib-libxml": "*",
  5916.             "magento/framework": "100.1.*",
  5917.             "magento/magento-composer-installer": "*",
  5918.             "magento/module-catalog": "101.0.*",
  5919.             "magento/module-catalog-staging": "100.1.*",
  5920.             "magento/module-configurable-product": "100.1.*",
  5921.             "magento/module-ui": "100.1.*",
  5922.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5923.         },
  5924.         "type": "magento2-module",
  5925.         "installation-source": "dist",
  5926.         "autoload": {
  5927.             "files": [
  5928.                 "registration.php"
  5929.             ],
  5930.             "psr-4": {
  5931.                 "Magento\\ConfigurableProductStaging\\": ""
  5932.             }
  5933.         },
  5934.         "license": [
  5935.             "proprietary"
  5936.         ],
  5937.         "description": "N/A"
  5938.     },
  5939.     {
  5940.         "name": "magento/module-cms-staging",
  5941.         "version": "100.1.4",
  5942.         "version_normalized": "100.1.4.0",
  5943.         "dist": {
  5944.             "type": "zip",
  5945.             "url": "https://repo.magento.com/archives/magento/module-cms-staging/magento-module-cms-staging-100.1.4.0.zip",
  5946.             "reference": null,
  5947.             "shasum": "580bf7b70b6f45081c248f8e464f2825fa25fb04"
  5948.         },
  5949.         "require": {
  5950.             "magento/framework": "100.1.*",
  5951.             "magento/module-backend": "100.1.*",
  5952.             "magento/module-cms": "101.0.*",
  5953.             "magento/module-staging": "100.1.*",
  5954.             "magento/module-ui": "100.1.*",
  5955.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5956.         },
  5957.         "type": "magento2-module",
  5958.         "installation-source": "dist",
  5959.         "autoload": {
  5960.             "files": [
  5961.                 "registration.php"
  5962.             ],
  5963.             "psr-4": {
  5964.                 "Magento\\CmsStaging\\": ""
  5965.             }
  5966.         },
  5967.         "license": [
  5968.             "proprietary"
  5969.         ],
  5970.         "description": "N/A"
  5971.     },
  5972.     {
  5973.         "name": "magento/module-checkout-staging",
  5974.         "version": "100.1.3",
  5975.         "version_normalized": "100.1.3.0",
  5976.         "dist": {
  5977.             "type": "zip",
  5978.             "url": "https://repo.magento.com/archives/magento/module-checkout-staging/magento-module-checkout-staging-100.1.3.0.zip",
  5979.             "reference": null,
  5980.             "shasum": "ba2eb42e44b999ece1c68039d9beab807137e546"
  5981.         },
  5982.         "require": {
  5983.             "magento/framework": "100.1.*",
  5984.             "magento/module-quote": "100.1.*",
  5985.             "magento/module-staging": "100.1.*",
  5986.             "magento/module-store": "100.1.*",
  5987.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  5988.         },
  5989.         "suggest": {
  5990.             "magento/module-checkout": "100.1.*",
  5991.             "magento/module-scalable-checkout": "100.1.*"
  5992.         },
  5993.         "type": "magento2-module",
  5994.         "installation-source": "dist",
  5995.         "autoload": {
  5996.             "files": [
  5997.                 "registration.php"
  5998.             ],
  5999.             "psr-4": {
  6000.                 "Magento\\CheckoutStaging\\": ""
  6001.             }
  6002.         },
  6003.         "license": [
  6004.             "proprietary"
  6005.         ],
  6006.         "description": "N/A"
  6007.     },
  6008.     {
  6009.         "name": "magento/module-bundle-staging",
  6010.         "version": "100.1.2",
  6011.         "version_normalized": "100.1.2.0",
  6012.         "dist": {
  6013.             "type": "zip",
  6014.             "url": "https://repo.magento.com/archives/magento/module-bundle-staging/magento-module-bundle-staging-100.1.2.0.zip",
  6015.             "reference": null,
  6016.             "shasum": "ea373fde17da61e7d425c6cdab57c47e4ab3a7a6"
  6017.         },
  6018.         "require": {
  6019.             "magento/framework": "100.1.*",
  6020.             "magento/module-bundle": "100.1.*",
  6021.             "magento/module-catalog": "101.0.*",
  6022.             "magento/module-catalog-staging": "100.1.*",
  6023.             "magento/module-staging": "100.1.*",
  6024.             "magento/module-store": "100.1.*",
  6025.             "magento/module-ui": "100.1.*",
  6026.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  6027.         },
  6028.         "type": "magento2-module",
  6029.         "installation-source": "dist",
  6030.         "autoload": {
  6031.             "files": [
  6032.                 "registration.php"
  6033.             ],
  6034.             "psr-4": {
  6035.                 "Magento\\BundleStaging\\": ""
  6036.             }
  6037.         },
  6038.         "license": [
  6039.             "proprietary"
  6040.         ],
  6041.         "description": "N/A"
  6042.     },
  6043.     {
  6044.         "name": "magento/module-catalog-url-rewrite-staging",
  6045.         "version": "100.1.2",
  6046.         "version_normalized": "100.1.2.0",
  6047.         "dist": {
  6048.             "type": "zip",
  6049.             "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite-staging/magento-module-catalog-url-rewrite-staging-100.1.2.0.zip",
  6050.             "reference": null,
  6051.             "shasum": "70a17c3d3054486ba8bfb2722c656c79dc8e473c"
  6052.         },
  6053.         "require": {
  6054.             "magento/framework": "100.1.*",
  6055.             "magento/module-catalog": "101.0.*",
  6056.             "magento/module-catalog-url-rewrite": "100.1.*",
  6057.             "magento/module-staging": "100.1.*",
  6058.             "magento/module-url-rewrite": "100.1.*",
  6059.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  6060.         },
  6061.         "type": "magento2-module",
  6062.         "installation-source": "dist",
  6063.         "autoload": {
  6064.             "files": [
  6065.                 "registration.php"
  6066.             ],
  6067.             "psr-4": {
  6068.                 "Magento\\CatalogUrlRewriteStaging\\": ""
  6069.             }
  6070.         },
  6071.         "license": [
  6072.             "proprietary"
  6073.         ],
  6074.         "description": "N/A"
  6075.     },
  6076.     {
  6077.         "name": "magento/module-worldpay",
  6078.         "version": "100.1.3",
  6079.         "version_normalized": "100.1.3.0",
  6080.         "dist": {
  6081.             "type": "zip",
  6082.             "url": "https://repo.magento.com/archives/magento/module-worldpay/magento-module-worldpay-100.1.3.0.zip",
  6083.             "reference": null,
  6084.             "shasum": "b5fb400c1e3572cf1e18f2119a6e35c8ebfe74c6"
  6085.         },
  6086.         "require": {
  6087.             "magento/framework": "100.1.*",
  6088.             "magento/module-checkout": "100.1.*",
  6089.             "magento/module-payment": "100.1.*",
  6090.             "magento/module-quote": "100.1.*",
  6091.             "magento/module-sales": "100.1.*",
  6092.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  6093.         },
  6094.         "type": "magento2-module",
  6095.         "installation-source": "dist",
  6096.         "autoload": {
  6097.             "files": [
  6098.                 "registration.php"
  6099.             ],
  6100.             "psr-4": {
  6101.                 "Magento\\Worldpay\\": ""
  6102.             }
  6103.         },
  6104.         "license": [
  6105.             "proprietary"
  6106.         ],
  6107.         "description": "N/A"
  6108.     },
  6109.     {
  6110.         "name": "php-amqplib/php-amqplib",
  6111.         "version": "v2.5.2",
  6112.         "version_normalized": "2.5.2.0",
  6113.         "source": {
  6114.             "type": "git",
  6115.             "url": "https://github.com/php-amqplib/php-amqplib.git",
  6116.             "reference": "eb8f94d97c8e79900accf77343dbd7eca7f58506"
  6117.         },
  6118.         "dist": {
  6119.             "type": "zip",
  6120.             "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/eb8f94d97c8e79900accf77343dbd7eca7f58506",
  6121.             "reference": "eb8f94d97c8e79900accf77343dbd7eca7f58506",
  6122.             "shasum": ""
  6123.         },
  6124.         "require": {
  6125.             "ext-bcmath": "*",
  6126.             "ext-mbstring": "*",
  6127.             "php": ">=5.3.0"
  6128.         },
  6129.         "require-dev": {
  6130.             "phpunit/phpunit": "3.7.*"
  6131.         },
  6132.         "suggest": {
  6133.             "ext-sockets": "Use AMQPSocketConnection"
  6134.         },
  6135.         "time": "2015-08-11T12:30:09+00:00",
  6136.         "type": "library",
  6137.         "extra": {
  6138.             "branch-alias": {
  6139.                 "dev-master": "2.4-dev"
  6140.             }
  6141.         },
  6142.         "installation-source": "dist",
  6143.         "autoload": {
  6144.             "psr-4": {
  6145.                 "PhpAmqpLib\\": "PhpAmqpLib/"
  6146.             }
  6147.         },
  6148.         "notification-url": "https://packagist.org/downloads/",
  6149.         "license": [
  6150.             "LGPL-2.1"
  6151.         ],
  6152.         "authors": [
  6153.             {
  6154.                 "name": "Alvaro Videla"
  6155.             }
  6156.         ],
  6157.         "description": "This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
  6158.         "homepage": "https://github.com/videlalvaro/php-amqplib/",
  6159.         "keywords": [
  6160.             "message",
  6161.             "queue",
  6162.             "rabbitmq"
  6163.         ]
  6164.     },
  6165.     {
  6166.         "name": "magento/module-amqp",
  6167.         "version": "100.1.2",
  6168.         "version_normalized": "100.1.2.0",
  6169.         "dist": {
  6170.             "type": "zip",
  6171.             "url": "https://repo.magento.com/archives/magento/module-amqp/magento-module-amqp-100.1.2.0.zip",
  6172.             "reference": null,
  6173.             "shasum": "6502bab0c65be542630717ca358c031181e1c4cd"
  6174.         },
  6175.         "require": {
  6176.             "magento/framework": "100.1.*",
  6177.             "magento/framework-message-queue": "100.1.*",
  6178.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
  6179.             "php-amqplib/php-amqplib": "2.5.*"
  6180.         },
  6181.         "type": "magento2-module",
  6182.         "installation-source": "dist",
  6183.         "autoload": {
  6184.             "files": [
  6185.                 "registration.php"
  6186.             ],
  6187.             "psr-4": {
  6188.                 "Magento\\Amqp\\": ""
  6189.             }
  6190.         },
  6191.         "license": [
  6192.             "proprietary"
  6193.         ],
  6194.         "description": "N/A"
  6195.     },
  6196.     {
  6197.         "name": "symfony/console",
  6198.         "version": "v2.6.13",
  6199.         "version_normalized": "2.6.13.0",
  6200.         "target-dir": "Symfony/Component/Console",
  6201.         "source": {
  6202.             "type": "git",
  6203.             "url": "https://github.com/symfony/console.git",
  6204.             "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359"
  6205.         },
  6206.         "dist": {
  6207.             "type": "zip",
  6208.             "url": "https://api.github.com/repos/symfony/console/zipball/0e5e18ae09d3f5c06367759be940e9ed3f568359",
  6209.             "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359",
  6210.             "shasum": ""
  6211.         },
  6212.         "require": {
  6213.             "php": ">=5.3.3"
  6214.         },
  6215.         "require-dev": {
  6216.             "psr/log": "~1.0",
  6217.             "symfony/event-dispatcher": "~2.1",
  6218.             "symfony/phpunit-bridge": "~2.7",
  6219.             "symfony/process": "~2.1"
  6220.         },
  6221.         "suggest": {
  6222.             "psr/log": "For using the console logger",
  6223.             "symfony/event-dispatcher": "",
  6224.             "symfony/process": ""
  6225.         },
  6226.         "time": "2015-07-26T09:08:40+00:00",
  6227.         "type": "library",
  6228.         "extra": {
  6229.             "branch-alias": {
  6230.                 "dev-master": "2.6-dev"
  6231.             }
  6232.         },
  6233.         "installation-source": "dist",
  6234.         "autoload": {
  6235.             "psr-0": {
  6236.                 "Symfony\\Component\\Console\\": ""
  6237.             }
  6238.         },
  6239.         "notification-url": "https://packagist.org/downloads/",
  6240.         "license": [
  6241.             "MIT"
  6242.         ],
  6243.         "authors": [
  6244.             {
  6245.                 "name": "Fabien Potencier",
  6246.                 "email": "fabien@symfony.com"
  6247.             },
  6248.             {
  6249.                 "name": "Symfony Community",
  6250.                 "homepage": "https://symfony.com/contributors"
  6251.             }
  6252.         ],
  6253.         "description": "Symfony Console Component",
  6254.         "homepage": "https://symfony.com"
  6255.     },
  6256.     {
  6257.         "name": "seld/phar-utils",
  6258.         "version": "1.0.1",
  6259.         "version_normalized": "1.0.1.0",
  6260.         "source": {
  6261.             "type": "git",
  6262.             "url": "https://github.com/Seldaek/phar-utils.git",
  6263.             "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
  6264.         },
  6265.         "dist": {
  6266.             "type": "zip",
  6267.             "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
  6268.             "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
  6269.             "shasum": ""
  6270.         },
  6271.         "require": {
  6272.             "php": ">=5.3"
  6273.         },
  6274.         "time": "2015-10-13T18:44:15+00:00",
  6275.         "type": "library",
  6276.         "extra": {
  6277.             "branch-alias": {
  6278.                 "dev-master": "1.x-dev"
  6279.             }
  6280.         },
  6281.         "installation-source": "dist",
  6282.         "autoload": {
  6283.             "psr-4": {
  6284.                 "Seld\\PharUtils\\": "src/"
  6285.             }
  6286.         },
  6287.         "notification-url": "https://packagist.org/downloads/",
  6288.         "license": [
  6289.             "MIT"
  6290.         ],
  6291.         "authors": [
  6292.             {
  6293.                 "name": "Jordi Boggiano",
  6294.                 "email": "j.boggiano@seld.be"
  6295.             }
  6296.         ],
  6297.         "description": "PHAR file format utilities, for when PHP phars you up",
  6298.         "keywords": [
  6299.             "phra"
  6300.         ]
  6301.     },
  6302.     {
  6303.         "name": "seld/jsonlint",
  6304.         "version": "1.6.0",
  6305.         "version_normalized": "1.6.0.0",
  6306.         "source": {
  6307.             "type": "git",
  6308.             "url": "https://github.com/Seldaek/jsonlint.git",
  6309.             "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8"
  6310.         },
  6311.         "dist": {
  6312.             "type": "zip",
  6313.             "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/791f8c594f300d246cdf01c6b3e1e19611e301d8",
  6314.             "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8",
  6315.             "shasum": ""
  6316.         },
  6317.         "require": {
  6318.             "php": "^5.3 || ^7.0"
  6319.         },
  6320.         "require-dev": {
  6321.             "phpunit/phpunit": "^4.5"
  6322.         },
  6323.         "time": "2017-03-06T16:42:24+00:00",
  6324.         "bin": [
  6325.             "bin/jsonlint"
  6326.         ],
  6327.         "type": "library",
  6328.         "installation-source": "dist",
  6329.         "autoload": {
  6330.             "psr-4": {
  6331.                 "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  6332.             }
  6333.         },
  6334.         "notification-url": "https://packagist.org/downloads/",
  6335.         "license": [
  6336.             "MIT"
  6337.         ],
  6338.         "authors": [
  6339.             {
  6340.                 "name": "Jordi Boggiano",
  6341.                 "email": "j.boggiano@seld.be",
  6342.                 "homepage": "http://seld.be"
  6343.             }
  6344.         ],
  6345.         "description": "JSON Linter",
  6346.         "keywords": [
  6347.             "json",
  6348.             "linter",
  6349.             "parser",
  6350.             "validator"
  6351.         ]
  6352.     },
  6353.     {
  6354.         "name": "seld/cli-prompt",
  6355.         "version": "1.0.3",
  6356.         "version_normalized": "1.0.3.0",
  6357.         "source": {
  6358.             "type": "git",
  6359.             "url": "https://github.com/Seldaek/cli-prompt.git",
  6360.             "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
  6361.         },
  6362.         "dist": {
  6363.             "type": "zip",
  6364.             "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
  6365.             "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
  6366.             "shasum": ""
  6367.         },
  6368.         "require": {
  6369.             "php": ">=5.3"
  6370.         },
  6371.         "time": "2017-03-18T11:32:45+00:00",
  6372.         "type": "library",
  6373.         "extra": {
  6374.             "branch-alias": {
  6375.                 "dev-master": "1.x-dev"
  6376.             }
  6377.         },
  6378.         "installation-source": "dist",
  6379.         "autoload": {
  6380.             "psr-4": {
  6381.                 "Seld\\CliPrompt\\": "src/"
  6382.             }
  6383.         },
  6384.         "notification-url": "https://packagist.org/downloads/",
  6385.         "license": [
  6386.             "MIT"
  6387.         ],
  6388.         "authors": [
  6389.             {
  6390.                 "name": "Jordi Boggiano",
  6391.                 "email": "j.boggiano@seld.be"
  6392.             }
  6393.         ],
  6394.         "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
  6395.         "keywords": [
  6396.             "cli",
  6397.             "console",
  6398.             "hidden",
  6399.             "input",
  6400.             "prompt"
  6401.         ]
  6402.     },
  6403.     {
  6404.         "name": "composer/semver",
  6405.         "version": "1.4.2",
  6406.         "version_normalized": "1.4.2.0",
  6407.         "source": {
  6408.             "type": "git",
  6409.             "url": "https://github.com/composer/semver.git",
  6410.             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
  6411.         },
  6412.         "dist": {
  6413.             "type": "zip",
  6414.             "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
  6415.             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
  6416.             "shasum": ""
  6417.         },
  6418.         "require": {
  6419.             "php": "^5.3.2 || ^7.0"
  6420.         },
  6421.         "require-dev": {
  6422.             "phpunit/phpunit": "^4.5 || ^5.0.5",
  6423.             "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  6424.         },
  6425.         "time": "2016-08-30T16:08:34+00:00",
  6426.         "type": "library",
  6427.         "extra": {
  6428.             "branch-alias": {
  6429.                 "dev-master": "1.x-dev"
  6430.             }
  6431.         },
  6432.         "installation-source": "dist",
  6433.         "autoload": {
  6434.             "psr-4": {
  6435.                 "Composer\\Semver\\": "src"
  6436.             }
  6437.         },
  6438.         "notification-url": "https://packagist.org/downloads/",
  6439.         "license": [
  6440.             "MIT"
  6441.         ],
  6442.         "authors": [
  6443.             {
  6444.                 "name": "Nils Adermann",
  6445.                 "email": "naderman@naderman.de",
  6446.                 "homepage": "http://www.naderman.de"
  6447.             },
  6448.             {
  6449.                 "name": "Jordi Boggiano",
  6450.                 "email": "j.boggiano@seld.be",
  6451.                 "homepage": "http://seld.be"
  6452.             },
  6453.             {
  6454.                 "name": "Rob Bast",
  6455.                 "email": "rob.bast@gmail.com",
  6456.                 "homepage": "http://robbast.nl"
  6457.             }
  6458.         ],
  6459.         "description": "Semver library that offers utilities, version constraint parsing and validation.",
  6460.         "keywords": [
  6461.             "semantic",
  6462.             "semver",
  6463.             "validation",
  6464.             "versioning"
  6465.         ]
  6466.     },
  6467.     {
  6468.         "name": "composer/composer",
  6469.         "version": "1.0.0-beta1",
  6470.         "version_normalized": "1.0.0.0-beta1",
  6471.         "source": {
  6472.             "type": "git",
  6473.             "url": "https://github.com/composer/composer.git",
  6474.             "reference": "5cb2b522637a941d608c58bd522f3b2a7bda4a1c"
  6475.         },
  6476.         "dist": {
  6477.             "type": "zip",
  6478.             "url": "https://api.github.com/repos/composer/composer/zipball/5cb2b522637a941d608c58bd522f3b2a7bda4a1c",
  6479.             "reference": "5cb2b522637a941d608c58bd522f3b2a7bda4a1c",
  6480.             "shasum": ""
  6481.         },
  6482.         "require": {
  6483.             "composer/semver": "^1.0",
  6484.             "composer/spdx-licenses": "^1.0",
  6485.             "justinrainbow/json-schema": "^1.6",
  6486.             "php": "^5.3.2 || ^7.0",
  6487.             "seld/cli-prompt": "^1.0",
  6488.             "seld/jsonlint": "^1.4",
  6489.             "seld/phar-utils": "^1.0",
  6490.             "symfony/console": "^2.5 || ^3.0",
  6491.             "symfony/filesystem": "^2.5 || ^3.0",
  6492.             "symfony/finder": "^2.2 || ^3.0",
  6493.             "symfony/process": "^2.1 || ^3.0"
  6494.         },
  6495.         "require-dev": {
  6496.             "phpunit/phpunit": "^4.5 || ^5.0.5",
  6497.             "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  6498.         },
  6499.         "suggest": {
  6500.             "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
  6501.             "ext-zip": "Enabling the zip extension allows you to unzip archives",
  6502.             "ext-zlib": "Allow gzip compression of HTTP requests"
  6503.         },
  6504.         "time": "2016-03-03T15:15:10+00:00",
  6505.         "bin": [
  6506.             "bin/composer"
  6507.         ],
  6508.         "type": "library",
  6509.         "extra": {
  6510.             "branch-alias": {
  6511.                 "dev-master": "1.0-dev"
  6512.             }
  6513.         },
  6514.         "installation-source": "dist",
  6515.         "autoload": {
  6516.             "psr-4": {
  6517.                 "Composer\\": "src/Composer"
  6518.             }
  6519.         },
  6520.         "notification-url": "https://packagist.org/downloads/",
  6521.         "license": [
  6522.             "MIT"
  6523.         ],
  6524.         "authors": [
  6525.             {
  6526.                 "name": "Nils Adermann",
  6527.                 "email": "naderman@naderman.de",
  6528.                 "homepage": "http://www.naderman.de"
  6529.             },
  6530.             {
  6531.                 "name": "Jordi Boggiano",
  6532.                 "email": "j.boggiano@seld.be",
  6533.                 "homepage": "http://seld.be"
  6534.             }
  6535.         ],
  6536.         "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
  6537.         "homepage": "https://getcomposer.org/",
  6538.         "keywords": [
  6539.             "autoload",
  6540.             "dependency",
  6541.             "package"
  6542.         ]
  6543.     },
  6544.     {
  6545.         "name": "magento/composer",
  6546.         "version": "1.0.3",
  6547.         "version_normalized": "1.0.3.0",
  6548.         "dist": {
  6549.             "type": "zip",
  6550.             "url": "https://repo.magento.com/archives/magento/composer/magento-composer-1.0.3.0.zip",
  6551.             "reference": null,
  6552.             "shasum": "2ca1c4e0d2d5e90fa1cd438e4a0775b6c7cbbe1a"
  6553.         },
  6554.         "require": {
  6555.             "composer/composer": "1.0.0-beta1",
  6556.             "php": "~5.5.0|~5.6.0|~7.0.0",
  6557.             "symfony/console": "~2.3 <2.7"
  6558.         },
  6559.         "require-dev": {
  6560.             "phpunit/phpunit": "4.1.0"
  6561.         },
  6562.         "type": "library",
  6563.         "installation-source": "dist",
  6564.         "autoload": {
  6565.             "psr-4": {
  6566.                 "Magento\\Composer\\": "src"
  6567.             }
  6568.         },
  6569.         "license": [
  6570.             "OSL-3.0",
  6571.             "AFL-3.0"
  6572.         ],
  6573.         "description": "Magento composer library helps to instantiate Composer application and run composer commands."
  6574.     },
  6575.     {
  6576.         "name": "tedivm/jshrink",
  6577.         "version": "v1.0.1",
  6578.         "version_normalized": "1.0.1.0",
  6579.         "source": {
  6580.             "type": "git",
  6581.             "url": "https://github.com/tedious/JShrink.git",
  6582.             "reference": "7575d9d96f113bc7c1c28ec8231ee086751a9078"
  6583.         },
  6584.         "dist": {
  6585.             "type": "zip",
  6586.             "url": "https://api.github.com/repos/tedious/JShrink/zipball/7575d9d96f113bc7c1c28ec8231ee086751a9078",
  6587.             "reference": "7575d9d96f113bc7c1c28ec8231ee086751a9078",
  6588.             "shasum": ""
  6589.         },
  6590.         "require": {
  6591.             "php": ">=5.3.0"
  6592.         },
  6593.         "require-dev": {
  6594.             "fabpot/php-cs-fixer": "0.4.0",
  6595.             "phpunit/phpunit": "4.0.*",
  6596.             "satooshi/php-coveralls": "dev-master"
  6597.         },
  6598.         "time": "2014-11-11T03:54:14+00:00",
  6599.         "type": "library",
  6600.         "installation-source": "dist",
  6601.         "autoload": {
  6602.             "psr-0": {
  6603.                 "JShrink": "src/"
  6604.             }
  6605.         },
  6606.         "notification-url": "https://packagist.org/downloads/",
  6607.         "license": [
  6608.             "BSD-3-Clause"
  6609.         ],
  6610.         "authors": [
  6611.             {
  6612.                 "name": "Robert Hafner",
  6613.                 "email": "tedivm@tedivm.com"
  6614.             }
  6615.         ],
  6616.         "description": "Javascript Minifier built in PHP",
  6617.         "homepage": "http://github.com/tedious/JShrink",
  6618.         "keywords": [
  6619.             "javascript",
  6620.             "minifier"
  6621.         ]
  6622.     },
  6623.     {
  6624.         "name": "braintree/braintree_php",
  6625.         "version": "3.7.0",
  6626.         "version_normalized": "3.7.0.0",
  6627.         "source": {
  6628.             "type": "git",
  6629.             "url": "https://github.com/braintree/braintree_php.git",
  6630.             "reference": "36c2b9de6793a28e25f5f9e265f60aaffef2cfe2"
  6631.         },
  6632.         "dist": {
  6633.             "type": "zip",
  6634.             "url": "https://api.github.com/repos/braintree/braintree_php/zipball/36c2b9de6793a28e25f5f9e265f60aaffef2cfe2",
  6635.             "reference": "36c2b9de6793a28e25f5f9e265f60aaffef2cfe2",
  6636.             "shasum": ""
  6637.         },
  6638.         "require": {
  6639.             "ext-curl": "*",
  6640.             "ext-dom": "*",
  6641.             "ext-hash": "*",
  6642.             "ext-openssl": "*",
  6643.             "ext-xmlwriter": "*",
  6644.             "php": ">=5.4.0"
  6645.         },
  6646.         "require-dev": {
  6647.             "phpunit/phpunit": "3.7.*"
  6648.         },
  6649.         "time": "2015-11-19T19:14:47+00:00",
  6650.         "type": "library",
  6651.         "installation-source": "dist",
  6652.         "autoload": {
  6653.             "psr-0": {
  6654.                 "Braintree": "lib/"
  6655.             },
  6656.             "psr-4": {
  6657.                 "Braintree\\": "lib/Braintree"
  6658.             }
  6659.         },
  6660.         "notification-url": "https://packagist.org/downloads/",
  6661.         "license": [
  6662.             "MIT"
  6663.         ],
  6664.         "authors": [
  6665.             {
  6666.                 "name": "Braintree",
  6667.                 "homepage": "http://www.braintreepayments.com"
  6668.             }
  6669.         ],
  6670.         "description": "Braintree PHP Client Library"
  6671.     },
  6672.     {
  6673.         "name": "tubalmartin/cssmin",
  6674.         "version": "v2.4.8-p4",
  6675.         "version_normalized": "2.4.8.0-patch4",
  6676.         "source": {
  6677.             "type": "git",
  6678.             "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
  6679.             "reference": "fe84d71e8420243544c0ce3bd0f5d7c1936b0f90"
  6680.         },
  6681.         "dist": {
  6682.             "type": "zip",
  6683.             "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/fe84d71e8420243544c0ce3bd0f5d7c1936b0f90",
  6684.             "reference": "fe84d71e8420243544c0ce3bd0f5d7c1936b0f90",
  6685.             "shasum": ""
  6686.         },
  6687.         "require": {
  6688.             "php": ">=5.0.0"
  6689.         },
  6690.         "time": "2014-09-22T08:08:50+00:00",
  6691.         "type": "library",
  6692.         "installation-source": "dist",
  6693.         "autoload": {
  6694.             "classmap": [
  6695.                 "cssmin.php"
  6696.             ]
  6697.         },
  6698.         "notification-url": "https://packagist.org/downloads/",
  6699.         "license": [
  6700.             "BSD-3-Clause"
  6701.         ],
  6702.         "authors": [
  6703.             {
  6704.                 "name": "Túbal Martín",
  6705.                 "homepage": "http://tubalmartin.me/"
  6706.             }
  6707.         ],
  6708.         "description": "A PHP port of the YUI CSS compressor",
  6709.         "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
  6710.         "keywords": [
  6711.             "compress",
  6712.             "compressor",
  6713.             "css",
  6714.             "minify",
  6715.             "yui"
  6716.         ]
  6717.     },
  6718.     {
  6719.         "name": "pelago/emogrifier",
  6720.         "version": "v0.1.1",
  6721.         "version_normalized": "0.1.1.0",
  6722.         "source": {
  6723.             "type": "git",
  6724.             "url": "https://github.com/jjriv/emogrifier.git",
  6725.             "reference": "ed72bcd6a3c7014862ff86d026193667a172fedf"
  6726.         },
  6727.         "dist": {
  6728.             "type": "zip",
  6729.             "url": "https://api.github.com/repos/jjriv/emogrifier/zipball/ed72bcd6a3c7014862ff86d026193667a172fedf",
  6730.             "reference": "ed72bcd6a3c7014862ff86d026193667a172fedf",
  6731.             "shasum": ""
  6732.         },
  6733.         "require": {
  6734.             "ext-mbstring": "*",
  6735.             "php": ">=5.4.0"
  6736.         },
  6737.         "require-dev": {
  6738.             "phpunit/phpunit": "~4.6.0",
  6739.             "squizlabs/php_codesniffer": "~2.3.0"
  6740.         },
  6741.         "time": "2015-05-15T11:37:51+00:00",
  6742.         "type": "library",
  6743.         "installation-source": "dist",
  6744.         "autoload": {
  6745.             "psr-4": {
  6746.                 "Pelago\\": "Classes/"
  6747.             }
  6748.         },
  6749.         "notification-url": "https://packagist.org/downloads/",
  6750.         "license": [
  6751.             "MIT"
  6752.         ],
  6753.         "authors": [
  6754.             {
  6755.                 "name": "John Reeve",
  6756.                 "email": "jreeve@pelagodesign.com"
  6757.             },
  6758.             {
  6759.                 "name": "Cameron Brooks"
  6760.             },
  6761.             {
  6762.                 "name": "Jaime Prado"
  6763.             },
  6764.             {
  6765.                 "name": "Oliver Klee",
  6766.                 "email": "typo3-coding@oliverklee.de"
  6767.             },
  6768.             {
  6769.                 "name": "Roman Ožana",
  6770.                 "email": "ozana@omdesign.cz"
  6771.             }
  6772.         ],
  6773.         "description": "Converts CSS styles into inline style attributes in your HTML code",
  6774.         "homepage": "http://www.pelagodesign.com/sidecar/emogrifier/"
  6775.     },
  6776.     {
  6777.         "name": "monolog/monolog",
  6778.         "version": "1.16.0",
  6779.         "version_normalized": "1.16.0.0",
  6780.         "source": {
  6781.             "type": "git",
  6782.             "url": "https://github.com/Seldaek/monolog.git",
  6783.             "reference": "c0c0b4bee3aabce7182876b0d912ef2595563db7"
  6784.         },
  6785.         "dist": {
  6786.             "type": "zip",
  6787.             "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c0c0b4bee3aabce7182876b0d912ef2595563db7",
  6788.             "reference": "c0c0b4bee3aabce7182876b0d912ef2595563db7",
  6789.             "shasum": ""
  6790.         },
  6791.         "require": {
  6792.             "php": ">=5.3.0",
  6793.             "psr/log": "~1.0"
  6794.         },
  6795.         "provide": {
  6796.             "psr/log-implementation": "1.0.0"
  6797.         },
  6798.         "require-dev": {
  6799.             "aws/aws-sdk-php": "^2.4.9",
  6800.             "doctrine/couchdb": "~1.0@dev",
  6801.             "graylog2/gelf-php": "~1.0",
  6802.             "php-console/php-console": "^3.1.3",
  6803.             "phpunit/phpunit": "~4.5",
  6804.             "phpunit/phpunit-mock-objects": "2.3.0",
  6805.             "raven/raven": "~0.8",
  6806.             "ruflin/elastica": ">=0.90 <3.0",
  6807.             "swiftmailer/swiftmailer": "~5.3",
  6808.             "videlalvaro/php-amqplib": "~2.4"
  6809.         },
  6810.         "suggest": {
  6811.             "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  6812.             "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  6813.             "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  6814.             "ext-mongo": "Allow sending log messages to a MongoDB server",
  6815.             "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  6816.             "php-console/php-console": "Allow sending log messages to Google Chrome",
  6817.             "raven/raven": "Allow sending log messages to a Sentry server",
  6818.             "rollbar/rollbar": "Allow sending log messages to Rollbar",
  6819.             "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  6820.             "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  6821.         },
  6822.         "time": "2015-08-09T17:44:44+00:00",
  6823.         "type": "library",
  6824.         "extra": {
  6825.             "branch-alias": {
  6826.                 "dev-master": "1.16.x-dev"
  6827.             }
  6828.         },
  6829.         "installation-source": "dist",
  6830.         "autoload": {
  6831.             "psr-4": {
  6832.                 "Monolog\\": "src/Monolog"
  6833.             }
  6834.         },
  6835.         "notification-url": "https://packagist.org/downloads/",
  6836.         "license": [
  6837.             "MIT"
  6838.         ],
  6839.         "authors": [
  6840.             {
  6841.                 "name": "Jordi Boggiano",
  6842.                 "email": "j.boggiano@seld.be",
  6843.                 "homepage": "http://seld.be"
  6844.             }
  6845.         ],
  6846.         "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  6847.         "homepage": "http://github.com/Seldaek/monolog",
  6848.         "keywords": [
  6849.             "log",
  6850.             "logging",
  6851.             "psr-3"
  6852.         ]
  6853.     },
  6854.     {
  6855.         "name": "colinmollenhour/cache-backend-file",
  6856.         "version": "1.4",
  6857.         "version_normalized": "1.4.0.0",
  6858.         "source": {
  6859.             "type": "git",
  6860.             "url": "https://github.com/colinmollenhour/Cm_Cache_Backend_File.git",
  6861.             "reference": "51251b80a817790eb624fbe2afc882c14f3c4fb0"
  6862.         },
  6863.         "dist": {
  6864.             "type": "zip",
  6865.             "url": "https://api.github.com/repos/colinmollenhour/Cm_Cache_Backend_File/zipball/51251b80a817790eb624fbe2afc882c14f3c4fb0",
  6866.             "reference": "51251b80a817790eb624fbe2afc882c14f3c4fb0",
  6867.             "shasum": ""
  6868.         },
  6869.         "require": {
  6870.             "magento-hackathon/magento-composer-installer": "*"
  6871.         },
  6872.         "time": "2016-05-02T16:24:47+00:00",
  6873.         "type": "magento-module",
  6874.         "installation-source": "dist",
  6875.         "autoload": {
  6876.             "classmap": [
  6877.                 "File.php"
  6878.             ]
  6879.         },
  6880.         "notification-url": "https://packagist.org/downloads/",
  6881.         "license": [
  6882.             "BSD-3-Clause"
  6883.         ],
  6884.         "authors": [
  6885.             {
  6886.                 "name": "Colin Mollenhour"
  6887.             }
  6888.         ],
  6889.         "description": "The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.",
  6890.         "homepage": "https://github.com/colinmollenhour/Cm_Cache_Backend_File"
  6891.     },
  6892.     {
  6893.         "name": "colinmollenhour/cache-backend-redis",
  6894.         "version": "1.9",
  6895.         "version_normalized": "1.9.0.0",
  6896.         "source": {
  6897.             "type": "git",
  6898.             "url": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis.git",
  6899.             "reference": "6319714bb3a4fe699c5db0edb887f5e8fe40a6dc"
  6900.         },
  6901.         "dist": {
  6902.             "type": "zip",
  6903.             "url": "https://api.github.com/repos/colinmollenhour/Cm_Cache_Backend_Redis/zipball/6319714bb3a4fe699c5db0edb887f5e8fe40a6dc",
  6904.             "reference": "6319714bb3a4fe699c5db0edb887f5e8fe40a6dc",
  6905.             "shasum": ""
  6906.         },
  6907.         "require": {
  6908.             "magento-hackathon/magento-composer-installer": "*"
  6909.         },
  6910.         "time": "2016-05-02T16:23:36+00:00",
  6911.         "type": "magento-module",
  6912.         "installation-source": "dist",
  6913.         "autoload": {
  6914.             "classmap": [
  6915.                 "Cm/Cache/Backend/Redis.php"
  6916.             ]
  6917.         },
  6918.         "notification-url": "https://packagist.org/downloads/",
  6919.         "license": [
  6920.             "BSD-3-Clause"
  6921.         ],
  6922.         "authors": [
  6923.             {
  6924.                 "name": "Colin Mollenhour"
  6925.             }
  6926.         ],
  6927.         "description": "Zend_Cache backend using Redis with full support for tags.",
  6928.         "homepage": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis"
  6929.     },
  6930.     {
  6931.         "name": "colinmollenhour/credis",
  6932.         "version": "1.6",
  6933.         "version_normalized": "1.6.0.0",
  6934.         "source": {
  6935.             "type": "git",
  6936.             "url": "https://github.com/colinmollenhour/credis.git",
  6937.             "reference": "409edfd0ea81f5cb74afbdb86df54890c207b5e4"
  6938.         },
  6939.         "dist": {
  6940.             "type": "zip",
  6941.             "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/409edfd0ea81f5cb74afbdb86df54890c207b5e4",
  6942.             "reference": "409edfd0ea81f5cb74afbdb86df54890c207b5e4",
  6943.             "shasum": ""
  6944.         },
  6945.         "require": {
  6946.             "php": ">=5.3.0"
  6947.         },
  6948.         "time": "2015-11-28T01:20:04+00:00",
  6949.         "type": "library",
  6950.         "installation-source": "dist",
  6951.         "autoload": {
  6952.             "classmap": [
  6953.                 "Client.php",
  6954.                 "Cluster.php",
  6955.                 "Sentinel.php"
  6956.             ]
  6957.         },
  6958.         "notification-url": "https://packagist.org/downloads/",
  6959.         "license": [
  6960.             "MIT"
  6961.         ],
  6962.         "authors": [
  6963.             {
  6964.                 "name": "Colin Mollenhour",
  6965.                 "email": "colin@mollenhour.com"
  6966.             }
  6967.         ],
  6968.         "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
  6969.         "homepage": "https://github.com/colinmollenhour/credis"
  6970.     },
  6971.     {
  6972.         "name": "magento/zendframework1",
  6973.         "version": "1.12.16-patch3",
  6974.         "version_normalized": "1.12.16.0-patch3",
  6975.         "source": {
  6976.             "type": "git",
  6977.             "url": "https://github.com/magento/zf1.git",
  6978.             "reference": "21985df8d570d2bcb5f908a113d4fafe50947c1e"
  6979.         },
  6980.         "dist": {
  6981.             "type": "zip",
  6982.             "url": "https://api.github.com/repos/magento/zf1/zipball/21985df8d570d2bcb5f908a113d4fafe50947c1e",
  6983.             "reference": "21985df8d570d2bcb5f908a113d4fafe50947c1e",
  6984.             "shasum": ""
  6985.         },
  6986.         "require": {
  6987.             "php": ">=5.2.11"
  6988.         },
  6989.         "require-dev": {
  6990.             "phpunit/dbunit": "1.3.*",
  6991.             "phpunit/phpunit": "3.7.*"
  6992.         },
  6993.         "time": "2017-02-27T21:19:07+00:00",
  6994.         "type": "library",
  6995.         "extra": {
  6996.             "branch-alias": {
  6997.                 "dev-master": "1.12.x-dev"
  6998.             }
  6999.         },
  7000.         "installation-source": "dist",
  7001.         "autoload": {
  7002.             "psr-0": {
  7003.                 "Zend_": "library/"
  7004.             }
  7005.         },
  7006.         "notification-url": "https://packagist.org/downloads/",
  7007.         "include-path": [
  7008.             "library/"
  7009.         ],
  7010.         "license": [
  7011.             "BSD-3-Clause"
  7012.         ],
  7013.         "description": "Magento Zend Framework 1",
  7014.         "homepage": "http://framework.zend.com/",
  7015.         "keywords": [
  7016.             "ZF1",
  7017.             "framework"
  7018.         ]
  7019.     },
  7020.     {
  7021.         "name": "colinmollenhour/php-redis-session-abstract",
  7022.         "version": "v1.2",
  7023.         "version_normalized": "1.2.0.0",
  7024.         "source": {
  7025.             "type": "git",
  7026.             "url": "https://github.com/colinmollenhour/php-redis-session-abstract.git",
  7027.             "reference": "2b552c9bbe06967329dd41e1bd3e0aed02313ddb"
  7028.         },
  7029.         "dist": {
  7030.             "type": "zip",
  7031.             "url": "https://api.github.com/repos/colinmollenhour/php-redis-session-abstract/zipball/2b552c9bbe06967329dd41e1bd3e0aed02313ddb",
  7032.             "reference": "2b552c9bbe06967329dd41e1bd3e0aed02313ddb",
  7033.             "shasum": ""
  7034.         },
  7035.         "require": {
  7036.             "colinmollenhour/credis": "1.6",
  7037.             "magento/zendframework1": "~1.12.0",
  7038.             "php": "~5.5.0|~5.6.0|~7.0.0"
  7039.         },
  7040.         "time": "2016-08-04T18:05:51+00:00",
  7041.         "type": "library",
  7042.         "installation-source": "dist",
  7043.         "autoload": {
  7044.             "psr-0": {
  7045.                 "Cm\\RedisSession\\": "src/"
  7046.             }
  7047.         },
  7048.         "notification-url": "https://packagist.org/downloads/",
  7049.         "license": [
  7050.             "BSD-3-Clause"
  7051.         ],
  7052.         "authors": [
  7053.             {
  7054.                 "name": "Colin Mollenhour"
  7055.             }
  7056.         ],
  7057.         "description": "A Redis-based session handler with optimistic locking",
  7058.         "homepage": "https://github.com/colinmollenhour/php-redis-session-abstract"
  7059.     },
  7060.     {
  7061.         "name": "zendframework/zend-servicemanager",
  7062.         "version": "2.4.11",
  7063.         "version_normalized": "2.4.11.0",
  7064.         "source": {
  7065.             "type": "git",
  7066.             "url": "https://github.com/zendframework/zend-servicemanager.git",
  7067.             "reference": "855294e12771b4295c26446b6ed2df2f1785f234"
  7068.         },
  7069.         "dist": {
  7070.             "type": "zip",
  7071.             "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/855294e12771b4295c26446b6ed2df2f1785f234",
  7072.             "reference": "855294e12771b4295c26446b6ed2df2f1785f234",
  7073.             "shasum": ""
  7074.         },
  7075.         "require": {
  7076.             "php": ">=5.3.23"
  7077.         },
  7078.         "require-dev": {
  7079.             "fabpot/php-cs-fixer": "1.7.*",
  7080.             "phpunit/phpunit": "~4.0",
  7081.             "satooshi/php-coveralls": "dev-master",
  7082.             "zendframework/zend-di": "self.version"
  7083.         },
  7084.         "suggest": {
  7085.             "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
  7086.             "zendframework/zend-di": "Zend\\Di component"
  7087.         },
  7088.         "time": "2015-05-07T14:55:31+00:00",
  7089.         "type": "library",
  7090.         "extra": {
  7091.             "branch-alias": {
  7092.                 "dev-master": "2.4-dev",
  7093.                 "dev-develop": "2.5-dev"
  7094.             }
  7095.         },
  7096.         "installation-source": "dist",
  7097.         "autoload": {
  7098.             "psr-4": {
  7099.                 "Zend\\ServiceManager\\": "src/"
  7100.             }
  7101.         },
  7102.         "notification-url": "https://packagist.org/downloads/",
  7103.         "license": [
  7104.             "BSD-3-Clause"
  7105.         ],
  7106.         "homepage": "https://github.com/zendframework/zend-service-manager",
  7107.         "keywords": [
  7108.             "servicemanager",
  7109.             "zf2"
  7110.         ]
  7111.     },
  7112.     {
  7113.         "name": "zendframework/zend-log",
  7114.         "version": "2.4.11",
  7115.         "version_normalized": "2.4.11.0",
  7116.         "source": {
  7117.             "type": "git",
  7118.             "url": "https://github.com/zendframework/zend-log.git",
  7119.             "reference": "f6538f4b61cdacafa47c7cef26c5c0204f2d1eef"
  7120.         },
  7121.         "dist": {
  7122.             "type": "zip",
  7123.             "url": "https://api.github.com/repos/zendframework/zend-log/zipball/f6538f4b61cdacafa47c7cef26c5c0204f2d1eef",
  7124.             "reference": "f6538f4b61cdacafa47c7cef26c5c0204f2d1eef",
  7125.             "shasum": ""
  7126.         },
  7127.         "require": {
  7128.             "php": ">=5.3.23",
  7129.             "zendframework/zend-servicemanager": "self.version",
  7130.             "zendframework/zend-stdlib": "self.version"
  7131.         },
  7132.         "require-dev": {
  7133.             "fabpot/php-cs-fixer": "1.7.*",
  7134.             "phpunit/phpunit": "~4.0",
  7135.             "satooshi/php-coveralls": "dev-master",
  7136.             "zendframework/zend-console": "self.version",
  7137.             "zendframework/zend-db": "self.version",
  7138.             "zendframework/zend-escaper": "self.version",
  7139.             "zendframework/zend-mail": "self.version",
  7140.             "zendframework/zend-validator": "self.version"
  7141.         },
  7142.         "suggest": {
  7143.             "ext-mongo": "*",
  7144.             "zendframework/zend-console": "Zend\\Console component",
  7145.             "zendframework/zend-db": "Zend\\Db component",
  7146.             "zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML formatter",
  7147.             "zendframework/zend-mail": "Zend\\Mail component",
  7148.             "zendframework/zend-validator": "Zend\\Validator component"
  7149.         },
  7150.         "time": "2015-05-07T14:55:31+00:00",
  7151.         "type": "library",
  7152.         "extra": {
  7153.             "branch-alias": {
  7154.                 "dev-master": "2.4-dev",
  7155.                 "dev-develop": "2.5-dev"
  7156.             }
  7157.         },
  7158.         "installation-source": "dist",
  7159.         "autoload": {
  7160.             "psr-4": {
  7161.                 "Zend\\Log\\": "src/"
  7162.             }
  7163.         },
  7164.         "notification-url": "https://packagist.org/downloads/",
  7165.         "license": [
  7166.             "BSD-3-Clause"
  7167.         ],
  7168.         "description": "component for general purpose logging",
  7169.         "homepage": "https://github.com/zendframework/zend-log",
  7170.         "keywords": [
  7171.             "log",
  7172.             "logging",
  7173.             "zf2"
  7174.         ]
  7175.     },
  7176.     {
  7177.         "name": "zendframework/zend-math",
  7178.         "version": "2.4.11",
  7179.         "version_normalized": "2.4.11.0",
  7180.         "source": {
  7181.             "type": "git",
  7182.             "url": "https://github.com/zendframework/zend-math.git",
  7183.             "reference": "1e7e803366fc7618a8668ce2403c932196174faa"
  7184.         },
  7185.         "dist": {
  7186.             "type": "zip",
  7187.             "url": "https://api.github.com/repos/zendframework/zend-math/zipball/1e7e803366fc7618a8668ce2403c932196174faa",
  7188.             "reference": "1e7e803366fc7618a8668ce2403c932196174faa",
  7189.             "shasum": ""
  7190.         },
  7191.         "require": {
  7192.             "php": ">=5.3.23"
  7193.         },
  7194.         "require-dev": {
  7195.             "fabpot/php-cs-fixer": "1.7.*",
  7196.             "phpunit/phpunit": "~4.0",
  7197.             "satooshi/php-coveralls": "dev-master"
  7198.         },
  7199.         "suggest": {
  7200.             "ext-bcmath": "If using the bcmath functionality",
  7201.             "ext-gmp": "If using the gmp functionality",
  7202.             "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
  7203.             "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality"
  7204.         },
  7205.         "time": "2015-05-07T14:55:31+00:00",
  7206.         "type": "library",
  7207.         "extra": {
  7208.             "branch-alias": {
  7209.                 "dev-master": "2.4-dev",
  7210.                 "dev-develop": "2.5-dev"
  7211.             }
  7212.         },
  7213.         "installation-source": "dist",
  7214.         "autoload": {
  7215.             "psr-4": {
  7216.                 "Zend\\Math\\": "src/"
  7217.             }
  7218.         },
  7219.         "notification-url": "https://packagist.org/downloads/",
  7220.         "license": [
  7221.             "BSD-3-Clause"
  7222.         ],
  7223.         "homepage": "https://github.com/zendframework/zend-math",
  7224.         "keywords": [
  7225.             "math",
  7226.             "zf2"
  7227.         ]
  7228.     },
  7229.     {
  7230.         "name": "zendframework/zend-json",
  7231.         "version": "2.4.11",
  7232.         "version_normalized": "2.4.11.0",
  7233.         "source": {
  7234.             "type": "git",
  7235.             "url": "https://github.com/zendframework/zend-json.git",
  7236.             "reference": "1db4b878846520e619fbcdc7ce826c8563f8e839"
  7237.         },
  7238.         "dist": {
  7239.             "type": "zip",
  7240.             "url": "https://api.github.com/repos/zendframework/zend-json/zipball/1db4b878846520e619fbcdc7ce826c8563f8e839",
  7241.             "reference": "1db4b878846520e619fbcdc7ce826c8563f8e839",
  7242.             "shasum": ""
  7243.         },
  7244.         "require": {
  7245.             "php": ">=5.3.23",
  7246.             "zendframework/zend-stdlib": "self.version"
  7247.         },
  7248.         "require-dev": {
  7249.             "fabpot/php-cs-fixer": "1.7.*",
  7250.             "phpunit/phpunit": "~4.0",
  7251.             "satooshi/php-coveralls": "dev-master",
  7252.             "zendframework/zend-http": "self.version",
  7253.             "zendframework/zend-server": "self.version"
  7254.         },
  7255.         "suggest": {
  7256.             "zendframework/zend-http": "Zend\\Http component",
  7257.             "zendframework/zend-server": "Zend\\Server component",
  7258.             "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
  7259.         },
  7260.         "time": "2015-05-07T14:55:31+00:00",
  7261.         "type": "library",
  7262.         "extra": {
  7263.             "branch-alias": {
  7264.                 "dev-master": "2.4-dev",
  7265.                 "dev-develop": "2.5-dev"
  7266.             }
  7267.         },
  7268.         "installation-source": "dist",
  7269.         "autoload": {
  7270.             "psr-4": {
  7271.                 "Zend\\Json\\": "src/"
  7272.             }
  7273.         },
  7274.         "notification-url": "https://packagist.org/downloads/",
  7275.         "license": [
  7276.             "BSD-3-Clause"
  7277.         ],
  7278.         "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
  7279.         "homepage": "https://github.com/zendframework/zend-json",
  7280.         "keywords": [
  7281.             "json",
  7282.             "zf2"
  7283.         ]
  7284.     },
  7285.     {
  7286.         "name": "zendframework/zend-serializer",
  7287.         "version": "2.4.11",
  7288.         "version_normalized": "2.4.11.0",
  7289.         "source": {
  7290.             "type": "git",
  7291.             "url": "https://github.com/zendframework/zend-serializer.git",
  7292.             "reference": "31a0da5c09f54fe76bc4e145e348b0d3d277aaf0"
  7293.         },
  7294.         "dist": {
  7295.             "type": "zip",
  7296.             "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/31a0da5c09f54fe76bc4e145e348b0d3d277aaf0",
  7297.             "reference": "31a0da5c09f54fe76bc4e145e348b0d3d277aaf0",
  7298.             "shasum": ""
  7299.         },
  7300.         "require": {
  7301.             "php": ">=5.3.23",
  7302.             "zendframework/zend-json": "self.version",
  7303.             "zendframework/zend-math": "self.version",
  7304.             "zendframework/zend-stdlib": "self.version"
  7305.         },
  7306.         "require-dev": {
  7307.             "fabpot/php-cs-fixer": "1.7.*",
  7308.             "phpunit/phpunit": "~4.0",
  7309.             "satooshi/php-coveralls": "dev-master",
  7310.             "zendframework/zend-servicemanager": "self.version"
  7311.         },
  7312.         "suggest": {
  7313.             "zendframework/zend-servicemanager": "To support plugin manager support"
  7314.         },
  7315.         "time": "2015-05-07T14:55:31+00:00",
  7316.         "type": "library",
  7317.         "extra": {
  7318.             "branch-alias": {
  7319.                 "dev-master": "2.4-dev",
  7320.                 "dev-develop": "2.5-dev"
  7321.             }
  7322.         },
  7323.         "installation-source": "dist",
  7324.         "autoload": {
  7325.             "psr-4": {
  7326.                 "Zend\\Serializer\\": "src/"
  7327.             }
  7328.         },
  7329.         "notification-url": "https://packagist.org/downloads/",
  7330.         "license": [
  7331.             "BSD-3-Clause"
  7332.         ],
  7333.         "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
  7334.         "homepage": "https://github.com/zendframework/zend-serializer",
  7335.         "keywords": [
  7336.             "serializer",
  7337.             "zf2"
  7338.         ]
  7339.     },
  7340.     {
  7341.         "name": "zendframework/zend-eventmanager",
  7342.         "version": "2.4.11",
  7343.         "version_normalized": "2.4.11.0",
  7344.         "source": {
  7345.             "type": "git",
  7346.             "url": "https://github.com/zendframework/zend-eventmanager.git",
  7347.             "reference": "c2c46a7a2809b74ceb66fd79f66d43f97e1747b4"
  7348.         },
  7349.         "dist": {
  7350.             "type": "zip",
  7351.             "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c2c46a7a2809b74ceb66fd79f66d43f97e1747b4",
  7352.             "reference": "c2c46a7a2809b74ceb66fd79f66d43f97e1747b4",
  7353.             "shasum": ""
  7354.         },
  7355.         "require": {
  7356.             "php": ">=5.3.23",
  7357.             "zendframework/zend-stdlib": "self.version"
  7358.         },
  7359.         "require-dev": {
  7360.             "fabpot/php-cs-fixer": "1.7.*",
  7361.             "phpunit/phpunit": "~4.0",
  7362.             "satooshi/php-coveralls": "dev-master"
  7363.         },
  7364.         "time": "2015-05-07T14:55:31+00:00",
  7365.         "type": "library",
  7366.         "extra": {
  7367.             "branch-alias": {
  7368.                 "dev-master": "2.4-dev",
  7369.                 "dev-develop": "2.5-dev"
  7370.             }
  7371.         },
  7372.         "installation-source": "dist",
  7373.         "autoload": {
  7374.             "psr-4": {
  7375.                 "Zend\\EventManager\\": "src/"
  7376.             }
  7377.         },
  7378.         "notification-url": "https://packagist.org/downloads/",
  7379.         "license": [
  7380.             "BSD-3-Clause"
  7381.         ],
  7382.         "homepage": "https://github.com/zendframework/zend-event-manager",
  7383.         "keywords": [
  7384.             "eventmanager",
  7385.             "zf2"
  7386.         ]
  7387.     },
  7388.     {
  7389.         "name": "zendframework/zend-code",
  7390.         "version": "2.4.11",
  7391.         "version_normalized": "2.4.11.0",
  7392.         "source": {
  7393.             "type": "git",
  7394.             "url": "https://github.com/zendframework/zend-code.git",
  7395.             "reference": "e3b32fa0fa358643aa6880b04944650981208c20"
  7396.         },
  7397.         "dist": {
  7398.             "type": "zip",
  7399.             "url": "https://api.github.com/repos/zendframework/zend-code/zipball/e3b32fa0fa358643aa6880b04944650981208c20",
  7400.             "reference": "e3b32fa0fa358643aa6880b04944650981208c20",
  7401.             "shasum": ""
  7402.         },
  7403.         "require": {
  7404.             "php": ">=5.3.23",
  7405.             "zendframework/zend-eventmanager": "self.version"
  7406.         },
  7407.         "require-dev": {
  7408.             "doctrine/common": ">=2.1",
  7409.             "fabpot/php-cs-fixer": "1.7.*",
  7410.             "phpunit/phpunit": "~4.0",
  7411.             "satooshi/php-coveralls": "dev-master",
  7412.             "zendframework/zend-stdlib": "self.version"
  7413.         },
  7414.         "suggest": {
  7415.             "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
  7416.             "zendframework/zend-stdlib": "Zend\\Stdlib component"
  7417.         },
  7418.         "time": "2015-05-11T16:17:05+00:00",
  7419.         "type": "library",
  7420.         "extra": {
  7421.             "branch-alias": {
  7422.                 "dev-master": "2.4-dev",
  7423.                 "dev-develop": "2.5-dev"
  7424.             }
  7425.         },
  7426.         "installation-source": "dist",
  7427.         "autoload": {
  7428.             "psr-4": {
  7429.                 "Zend\\Code\\": "src/"
  7430.             }
  7431.         },
  7432.         "notification-url": "https://packagist.org/downloads/",
  7433.         "license": [
  7434.             "BSD-3-Clause"
  7435.         ],
  7436.         "description": "provides facilities to generate arbitrary code using an object oriented interface",
  7437.         "homepage": "https://github.com/zendframework/zend-code",
  7438.         "keywords": [
  7439.             "code",
  7440.             "zf2"
  7441.         ]
  7442.     },
  7443.     {
  7444.         "name": "zendframework/zend-di",
  7445.         "version": "2.4.11",
  7446.         "version_normalized": "2.4.11.0",
  7447.         "source": {
  7448.             "type": "git",
  7449.             "url": "https://github.com/zendframework/zend-di.git",
  7450.             "reference": "fb578aa1e1ce9fb2dccec920f113e7db4ad44297"
  7451.         },
  7452.         "dist": {
  7453.             "type": "zip",
  7454.             "url": "https://api.github.com/repos/zendframework/zend-di/zipball/fb578aa1e1ce9fb2dccec920f113e7db4ad44297",
  7455.             "reference": "fb578aa1e1ce9fb2dccec920f113e7db4ad44297",
  7456.             "shasum": ""
  7457.         },
  7458.         "require": {
  7459.             "php": ">=5.3.23",
  7460.             "zendframework/zend-code": "self.version",
  7461.             "zendframework/zend-stdlib": "self.version"
  7462.         },
  7463.         "require-dev": {
  7464.             "fabpot/php-cs-fixer": "1.7.*",
  7465.             "phpunit/phpunit": "~4.0",
  7466.             "satooshi/php-coveralls": "dev-master",
  7467.             "zendframework/zend-servicemanager": "self.version"
  7468.         },
  7469.         "suggest": {
  7470.             "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
  7471.         },
  7472.         "time": "2015-05-07T14:55:31+00:00",
  7473.         "type": "library",
  7474.         "extra": {
  7475.             "branch-alias": {
  7476.                 "dev-master": "2.4-dev",
  7477.                 "dev-develop": "2.5-dev"
  7478.             }
  7479.         },
  7480.         "installation-source": "dist",
  7481.         "autoload": {
  7482.             "psr-4": {
  7483.                 "Zend\\Di\\": "src/"
  7484.             }
  7485.         },
  7486.         "notification-url": "https://packagist.org/downloads/",
  7487.         "license": [
  7488.             "BSD-3-Clause"
  7489.         ],
  7490.         "homepage": "https://github.com/zendframework/zend-di",
  7491.         "keywords": [
  7492.             "di",
  7493.             "zf2"
  7494.         ]
  7495.     },
  7496.     {
  7497.         "name": "zendframework/zend-filter",
  7498.         "version": "2.4.11",
  7499.         "version_normalized": "2.4.11.0",
  7500.         "source": {
  7501.             "type": "git",
  7502.             "url": "https://github.com/zendframework/zend-filter.git",
  7503.             "reference": "a3711101850078b2aa69586c71897acaada2e9cb"
  7504.         },
  7505.         "dist": {
  7506.             "type": "zip",
  7507.             "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/a3711101850078b2aa69586c71897acaada2e9cb",
  7508.             "reference": "a3711101850078b2aa69586c71897acaada2e9cb",
  7509.             "shasum": ""
  7510.         },
  7511.         "require": {
  7512.             "php": ">=5.3.23",
  7513.             "zendframework/zend-stdlib": "self.version"
  7514.         },
  7515.         "require-dev": {
  7516.             "fabpot/php-cs-fixer": "1.7.*",
  7517.             "phpunit/phpunit": "~4.0",
  7518.             "satooshi/php-coveralls": "dev-master",
  7519.             "zendframework/zend-crypt": "self.version",
  7520.             "zendframework/zend-servicemanager": "self.version",
  7521.             "zendframework/zend-uri": "self.version"
  7522.         },
  7523.         "suggest": {
  7524.             "zendframework/zend-crypt": "Zend\\Crypt component",
  7525.             "zendframework/zend-i18n": "Zend\\I18n component",
  7526.             "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
  7527.             "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter"
  7528.         },
  7529.         "time": "2015-05-07T14:55:31+00:00",
  7530.         "type": "library",
  7531.         "extra": {
  7532.             "branch-alias": {
  7533.                 "dev-master": "2.4-dev",
  7534.                 "dev-develop": "2.5-dev"
  7535.             }
  7536.         },
  7537.         "installation-source": "dist",
  7538.         "autoload": {
  7539.             "psr-4": {
  7540.                 "Zend\\Filter\\": "src/"
  7541.             }
  7542.         },
  7543.         "notification-url": "https://packagist.org/downloads/",
  7544.         "license": [
  7545.             "BSD-3-Clause"
  7546.         ],
  7547.         "description": "provides a set of commonly needed data filters",
  7548.         "homepage": "https://github.com/zendframework/zend-filter",
  7549.         "keywords": [
  7550.             "filter",
  7551.             "zf2"
  7552.         ]
  7553.     },
  7554.     {
  7555.         "name": "zendframework/zend-inputfilter",
  7556.         "version": "2.4.11",
  7557.         "version_normalized": "2.4.11.0",
  7558.         "source": {
  7559.             "type": "git",
  7560.             "url": "https://github.com/zendframework/zend-inputfilter.git",
  7561.             "reference": "6305e9acf7da9f5481b5266cb6e0353a96c10a06"
  7562.         },
  7563.         "dist": {
  7564.             "type": "zip",
  7565.             "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/6305e9acf7da9f5481b5266cb6e0353a96c10a06",
  7566.             "reference": "6305e9acf7da9f5481b5266cb6e0353a96c10a06",
  7567.             "shasum": ""
  7568.         },
  7569.         "require": {
  7570.             "php": ">=5.3.23",
  7571.             "zendframework/zend-filter": "~2.4.0",
  7572.             "zendframework/zend-stdlib": "~2.4.0",
  7573.             "zendframework/zend-validator": "~2.4.8"
  7574.         },
  7575.         "require-dev": {
  7576.             "fabpot/php-cs-fixer": "1.7.*",
  7577.             "phpunit/phpunit": "^4.5",
  7578.             "zendframework/zend-servicemanager": "~2.4.0"
  7579.         },
  7580.         "suggest": {
  7581.             "zendframework/zend-servicemanager": "To support plugin manager support"
  7582.         },
  7583.         "time": "2015-09-09T15:44:54+00:00",
  7584.         "type": "library",
  7585.         "extra": {
  7586.             "branch-alias": {
  7587.                 "dev-master": "2.4-dev",
  7588.                 "dev-develop": "2.5-dev"
  7589.             }
  7590.         },
  7591.         "installation-source": "dist",
  7592.         "autoload": {
  7593.             "psr-4": {
  7594.                 "Zend\\InputFilter\\": "src/"
  7595.             }
  7596.         },
  7597.         "notification-url": "https://packagist.org/downloads/",
  7598.         "license": [
  7599.             "BSD-3-Clause"
  7600.         ],
  7601.         "homepage": "https://github.com/zendframework/zend-inputfilter",
  7602.         "keywords": [
  7603.             "inputfilter",
  7604.             "zf2"
  7605.         ]
  7606.     },
  7607.     {
  7608.         "name": "zendframework/zend-form",
  7609.         "version": "2.4.11",
  7610.         "version_normalized": "2.4.11.0",
  7611.         "source": {
  7612.             "type": "git",
  7613.             "url": "https://github.com/zendframework/zend-form.git",
  7614.             "reference": "779ba5da3dc040c52e632ea340462af2306c7682"
  7615.         },
  7616.         "dist": {
  7617.             "type": "zip",
  7618.             "url": "https://api.github.com/repos/zendframework/zend-form/zipball/779ba5da3dc040c52e632ea340462af2306c7682",
  7619.             "reference": "779ba5da3dc040c52e632ea340462af2306c7682",
  7620.             "shasum": ""
  7621.         },
  7622.         "require": {
  7623.             "php": ">=5.3.23",
  7624.             "zendframework/zend-inputfilter": "~2.4.0",
  7625.             "zendframework/zend-stdlib": "~2.4.0"
  7626.         },
  7627.         "require-dev": {
  7628.             "fabpot/php-cs-fixer": "1.7.*",
  7629.             "ircmaxell/random-lib": "^1.1",
  7630.             "phpunit/phpunit": "~4.0",
  7631.             "satooshi/php-coveralls": "dev-master",
  7632.             "zendframework/zend-cache": "~2.4.0",
  7633.             "zendframework/zend-captcha": "~2.4.0",
  7634.             "zendframework/zend-code": "~2.4.0",
  7635.             "zendframework/zend-eventmanager": "~2.4.0",
  7636.             "zendframework/zend-filter": "~2.4.0",
  7637.             "zendframework/zend-i18n": "~2.4.0",
  7638.             "zendframework/zend-servicemanager": "~2.4.0",
  7639.             "zendframework/zend-session": "~2.4.0",
  7640.             "zendframework/zend-text": "~2.4.0",
  7641.             "zendframework/zend-validator": "~2.4.0",
  7642.             "zendframework/zend-view": "~2.4.0",
  7643.             "zendframework/zendservice-recaptcha": "~2.0"
  7644.         },
  7645.         "suggest": {
  7646.             "zendframework/zend-captcha": "Zend\\Captcha component",
  7647.             "zendframework/zend-code": "Zend\\Code component",
  7648.             "zendframework/zend-eventmanager": "Zend\\EventManager component",
  7649.             "zendframework/zend-filter": "Zend\\Filter component",
  7650.             "zendframework/zend-i18n": "Zend\\I18n component",
  7651.             "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
  7652.             "zendframework/zend-validator": "Zend\\Validator component",
  7653.             "zendframework/zend-view": "Zend\\View component",
  7654.             "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component"
  7655.         },
  7656.         "time": "2015-09-09T19:11:05+00:00",
  7657.         "type": "library",
  7658.         "extra": {
  7659.             "branch-alias": {
  7660.                 "dev-master": "2.4-dev",
  7661.                 "dev-develop": "2.5-dev"
  7662.             }
  7663.         },
  7664.         "installation-source": "dist",
  7665.         "autoload": {
  7666.             "psr-4": {
  7667.                 "Zend\\Form\\": "src/"
  7668.             }
  7669.         },
  7670.         "notification-url": "https://packagist.org/downloads/",
  7671.         "license": [
  7672.             "BSD-3-Clause"
  7673.         ],
  7674.         "homepage": "https://github.com/zendframework/zend-form",
  7675.         "keywords": [
  7676.             "form",
  7677.             "zf2"
  7678.         ]
  7679.     },
  7680.     {
  7681.         "name": "zendframework/zend-config",
  7682.         "version": "2.4.11",
  7683.         "version_normalized": "2.4.11.0",
  7684.         "source": {
  7685.             "type": "git",
  7686.             "url": "https://github.com/zendframework/zend-config.git",
  7687.             "reference": "6b879e54096b8e0d2290f7414c38f9a5947cb8ac"
  7688.         },
  7689.         "dist": {
  7690.             "type": "zip",
  7691.             "url": "https://api.github.com/repos/zendframework/zend-config/zipball/6b879e54096b8e0d2290f7414c38f9a5947cb8ac",
  7692.             "reference": "6b879e54096b8e0d2290f7414c38f9a5947cb8ac",
  7693.             "shasum": ""
  7694.         },
  7695.         "require": {
  7696.             "php": ">=5.3.23",
  7697.             "zendframework/zend-stdlib": "self.version"
  7698.         },
  7699.         "require-dev": {
  7700.             "fabpot/php-cs-fixer": "1.7.*",
  7701.             "phpunit/phpunit": "~4.0",
  7702.             "satooshi/php-coveralls": "dev-master",
  7703.             "zendframework/zend-filter": "self.version",
  7704.             "zendframework/zend-i18n": "self.version",
  7705.             "zendframework/zend-json": "self.version",
  7706.             "zendframework/zend-servicemanager": "self.version"
  7707.         },
  7708.         "suggest": {
  7709.             "zendframework/zend-filter": "Zend\\Filter component",
  7710.             "zendframework/zend-i18n": "Zend\\I18n component",
  7711.             "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
  7712.             "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
  7713.         },
  7714.         "time": "2015-05-07T14:55:31+00:00",
  7715.         "type": "library",
  7716.         "extra": {
  7717.             "branch-alias": {
  7718.                 "dev-master": "2.4-dev",
  7719.                 "dev-develop": "2.5-dev"
  7720.             }
  7721.         },
  7722.         "installation-source": "dist",
  7723.         "autoload": {
  7724.             "psr-4": {
  7725.                 "Zend\\Config\\": "src/"
  7726.             }
  7727.         },
  7728.         "notification-url": "https://packagist.org/downloads/",
  7729.         "license": [
  7730.             "BSD-3-Clause"
  7731.         ],
  7732.         "description": "provides a nested object property based user interface for accessing this configuration data within application code",
  7733.         "homepage": "https://github.com/zendframework/zend-config",
  7734.         "keywords": [
  7735.             "config",
  7736.             "zf2"
  7737.         ]
  7738.     },
  7739.     {
  7740.         "name": "zendframework/zend-view",
  7741.         "version": "2.4.11",
  7742.         "version_normalized": "2.4.11.0",
  7743.         "source": {
  7744.             "type": "git",
  7745.             "url": "https://github.com/zendframework/zend-view.git",
  7746.             "reference": "d81da0d932a0e35f8cbc6f10d80c8b4ab54973ea"
  7747.         },
  7748.         "dist": {
  7749.             "type": "zip",
  7750.             "url": "https://api.github.com/repos/zendframework/zend-view/zipball/d81da0d932a0e35f8cbc6f10d80c8b4ab54973ea",
  7751.             "reference": "d81da0d932a0e35f8cbc6f10d80c8b4ab54973ea",
  7752.             "shasum": ""
  7753.         },
  7754.         "require": {
  7755.             "php": ">=5.3.23",
  7756.             "zendframework/zend-eventmanager": "self.version",
  7757.             "zendframework/zend-loader": "self.version",
  7758.             "zendframework/zend-stdlib": "self.version"
  7759.         },
  7760.         "require-dev": {
  7761.             "fabpot/php-cs-fixer": "1.7.*",
  7762.             "phpunit/phpunit": "~4.0",
  7763.             "satooshi/php-coveralls": "dev-master",
  7764.             "zendframework/zend-authentication": "self.version",
  7765.             "zendframework/zend-escaper": "self.version",
  7766.             "zendframework/zend-feed": "self.version",
  7767.             "zendframework/zend-filter": "self.version",
  7768.             "zendframework/zend-http": "self.version",
  7769.             "zendframework/zend-i18n": "self.version",
  7770.             "zendframework/zend-json": "self.version",
  7771.             "zendframework/zend-mvc": "self.version",
  7772.             "zendframework/zend-navigation": "self.version",
  7773.             "zendframework/zend-paginator": "self.version",
  7774.             "zendframework/zend-permissions-acl": "self.version",
  7775.             "zendframework/zend-servicemanager": "self.version",
  7776.             "zendframework/zend-uri": "self.version"
  7777.         },
  7778.         "suggest": {
  7779.             "zendframework/zend-authentication": "Zend\\Authentication component",
  7780.             "zendframework/zend-escaper": "Zend\\Escaper component",
  7781.             "zendframework/zend-feed": "Zend\\Feed component",
  7782.             "zendframework/zend-filter": "Zend\\Filter component",
  7783.             "zendframework/zend-http": "Zend\\Http component",
  7784.             "zendframework/zend-i18n": "Zend\\I18n component",
  7785.             "zendframework/zend-json": "Zend\\Json component",
  7786.             "zendframework/zend-mvc": "Zend\\Mvc component",
  7787.             "zendframework/zend-navigation": "Zend\\Navigation component",
  7788.             "zendframework/zend-paginator": "Zend\\Paginator component",
  7789.             "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component",
  7790.             "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
  7791.             "zendframework/zend-uri": "Zend\\Uri component"
  7792.         },
  7793.         "time": "2015-06-16T15:22:37+00:00",
  7794.         "type": "library",
  7795.         "extra": {
  7796.             "branch-alias": {
  7797.                 "dev-master": "2.4-dev",
  7798.                 "dev-develop": "2.5-dev"
  7799.             }
  7800.         },
  7801.         "installation-source": "dist",
  7802.         "autoload": {
  7803.             "psr-4": {
  7804.                 "Zend\\View\\": "src/"
  7805.             }
  7806.         },
  7807.         "notification-url": "https://packagist.org/downloads/",
  7808.         "license": [
  7809.             "BSD-3-Clause"
  7810.         ],
  7811.         "description": "provides a system of helpers, output filters, and variable escaping",
  7812.         "homepage": "https://github.com/zendframework/zend-view",
  7813.         "keywords": [
  7814.             "view",
  7815.             "zf2"
  7816.         ]
  7817.     },
  7818.     {
  7819.         "name": "zendframework/zend-i18n",
  7820.         "version": "2.4.11",
  7821.         "version_normalized": "2.4.11.0",
  7822.         "source": {
  7823.             "type": "git",
  7824.             "url": "https://github.com/zendframework/zend-i18n.git",
  7825.             "reference": "f26d6ae4be3f1ac98fbb3708aafae908c38f46c8"
  7826.         },
  7827.         "dist": {
  7828.             "type": "zip",
  7829.             "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/f26d6ae4be3f1ac98fbb3708aafae908c38f46c8",
  7830.             "reference": "f26d6ae4be3f1ac98fbb3708aafae908c38f46c8",
  7831.             "shasum": ""
  7832.         },
  7833.         "require": {
  7834.             "php": ">=5.3.23",
  7835.             "zendframework/zend-stdlib": "self.version"
  7836.         },
  7837.         "require-dev": {
  7838.             "fabpot/php-cs-fixer": "1.7.*",
  7839.             "phpunit/phpunit": "~4.0",
  7840.             "satooshi/php-coveralls": "dev-master",
  7841.             "zendframework/zend-cache": "self.version",
  7842.             "zendframework/zend-config": "self.version",
  7843.             "zendframework/zend-eventmanager": "self.version",
  7844.             "zendframework/zend-filter": "self.version",
  7845.             "zendframework/zend-servicemanager": "self.version",
  7846.             "zendframework/zend-validator": "self.version",
  7847.             "zendframework/zend-view": "self.version"
  7848.         },
  7849.         "suggest": {
  7850.             "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
  7851.             "zendframework/zend-cache": "Zend\\Cache component",
  7852.             "zendframework/zend-config": "Zend\\Config component",
  7853.             "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
  7854.             "zendframework/zend-filter": "You should install this package to use the provided filters",
  7855.             "zendframework/zend-resources": "Translation resources",
  7856.             "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
  7857.             "zendframework/zend-validator": "You should install this package to use the provided validators",
  7858.             "zendframework/zend-view": "You should install this package to use the provided view helpers"
  7859.         },
  7860.         "time": "2015-05-07T14:55:31+00:00",
  7861.         "type": "library",
  7862.         "extra": {
  7863.             "branch-alias": {
  7864.                 "dev-master": "2.4-dev",
  7865.                 "dev-develop": "2.5-dev"
  7866.             }
  7867.         },
  7868.         "installation-source": "dist",
  7869.         "autoload": {
  7870.             "psr-4": {
  7871.                 "Zend\\I18n\\": "src/"
  7872.             }
  7873.         },
  7874.         "notification-url": "https://packagist.org/downloads/",
  7875.         "license": [
  7876.             "BSD-3-Clause"
  7877.         ],
  7878.         "homepage": "https://github.com/zendframework/zend-i18n",
  7879.         "keywords": [
  7880.             "i18n",
  7881.             "zf2"
  7882.         ]
  7883.     },
  7884.     {
  7885.         "name": "zendframework/zend-text",
  7886.         "version": "2.4.11",
  7887.         "version_normalized": "2.4.11.0",
  7888.         "source": {
  7889.             "type": "git",
  7890.             "url": "https://github.com/zendframework/zend-text.git",
  7891.             "reference": "bd2393fa1f88b719be033a07fdff23f5fa745ad5"
  7892.         },
  7893.         "dist": {
  7894.             "type": "zip",
  7895.             "url": "https://api.github.com/repos/zendframework/zend-text/zipball/bd2393fa1f88b719be033a07fdff23f5fa745ad5",
  7896.             "reference": "bd2393fa1f88b719be033a07fdff23f5fa745ad5",
  7897.             "shasum": ""
  7898.         },
  7899.         "require": {
  7900.             "php": ">=5.3.23",
  7901.             "zendframework/zend-servicemanager": "self.version",
  7902.             "zendframework/zend-stdlib": "self.version"
  7903.         },
  7904.         "require-dev": {
  7905.             "fabpot/php-cs-fixer": "1.7.*",
  7906.             "phpunit/phpunit": "~4.0",
  7907.             "satooshi/php-coveralls": "dev-master"
  7908.         },
  7909.         "time": "2015-05-07T14:55:31+00:00",
  7910.         "type": "library",
  7911.         "extra": {
  7912.             "branch-alias": {
  7913.                 "dev-master": "2.4-dev",
  7914.                 "dev-develop": "2.5-dev"
  7915.             }
  7916.         },
  7917.         "installation-source": "dist",
  7918.         "autoload": {
  7919.             "psr-4": {
  7920.                 "Zend\\Text\\": "src/"
  7921.             }
  7922.         },
  7923.         "notification-url": "https://packagist.org/downloads/",
  7924.         "license": [
  7925.             "BSD-3-Clause"
  7926.         ],
  7927.         "homepage": "https://github.com/zendframework/zend-text",
  7928.         "keywords": [
  7929.             "text",
  7930.             "zf2"
  7931.         ]
  7932.     },
  7933.     {
  7934.         "name": "zendframework/zend-mvc",
  7935.         "version": "2.4.11",
  7936.         "version_normalized": "2.4.11.0",
  7937.         "source": {
  7938.             "type": "git",
  7939.             "url": "https://github.com/zendframework/zend-mvc.git",
  7940.             "reference": "5ecf513a82fe9fdeee84919eee45e8098639df04"
  7941.         },
  7942.         "dist": {
  7943.             "type": "zip",
  7944.             "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/5ecf513a82fe9fdeee84919eee45e8098639df04",
  7945.             "reference": "5ecf513a82fe9fdeee84919eee45e8098639df04",
  7946.             "shasum": ""
  7947.         },
  7948.         "require": {
  7949.             "php": ">=5.3.23",
  7950.             "zendframework/zend-eventmanager": "~2.4.0",
  7951.             "zendframework/zend-form": "~2.4.8",
  7952.             "zendframework/zend-servicemanager": "~2.4.0",
  7953.             "zendframework/zend-stdlib": "~2.4.0"
  7954.         },
  7955.         "require-dev": {
  7956.             "fabpot/php-cs-fixer": "1.7.*",
  7957.             "phpunit/phpunit": "~4.0",
  7958.             "satooshi/php-coveralls": "dev-master",
  7959.             "zendframework/zend-authentication": "~2.4.0",
  7960.             "zendframework/zend-cache": "~2.4.0",
  7961.             "zendframework/zend-console": "~2.4.0",
  7962.             "zendframework/zend-di": "~2.4.0",
  7963.             "zendframework/zend-filter": "~2.4.0",
  7964.             "zendframework/zend-http": "~2.4.8",
  7965.             "zendframework/zend-i18n": "~2.4.0",
  7966.             "zendframework/zend-inputfilter": "~2.4.8",
  7967.             "zendframework/zend-json": "~2.4.0",
  7968.             "zendframework/zend-log": "~2.4.0",
  7969.             "zendframework/zend-modulemanager": "~2.4.0",
  7970.             "zendframework/zend-serializer": "~2.4.0",
  7971.             "zendframework/zend-session": "~2.4.0",
  7972.             "zendframework/zend-text": "~2.4.0",
  7973.             "zendframework/zend-uri": "~2.4.0",
  7974.             "zendframework/zend-validator": "~2.4.8",
  7975.             "zendframework/zend-version": "~2.4.0",
  7976.             "zendframework/zend-view": "~2.4.0"
  7977.         },
  7978.         "suggest": {
  7979.             "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
  7980.             "zendframework/zend-config": "Zend\\Config component",
  7981.             "zendframework/zend-console": "Zend\\Console component",
  7982.             "zendframework/zend-di": "Zend\\Di component",
  7983.             "zendframework/zend-filter": "Zend\\Filter component",
  7984.             "zendframework/zend-http": "Zend\\Http component",
  7985.             "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
  7986.             "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
  7987.             "zendframework/zend-json": "Zend\\Json component",
  7988.             "zendframework/zend-log": "Zend\\Log component",
  7989.             "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
  7990.             "zendframework/zend-serializer": "Zend\\Serializer component",
  7991.             "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
  7992.             "zendframework/zend-stdlib": "Zend\\Stdlib component",
  7993.             "zendframework/zend-text": "Zend\\Text component",
  7994.             "zendframework/zend-uri": "Zend\\Uri component",
  7995.             "zendframework/zend-validator": "Zend\\Validator component",
  7996.             "zendframework/zend-version": "Zend\\Version component",
  7997.             "zendframework/zend-view": "Zend\\View component"
  7998.         },
  7999.         "time": "2015-09-14T16:32:50+00:00",
  8000.         "type": "library",
  8001.         "extra": {
  8002.             "branch-alias": {
  8003.                 "dev-master": "2.4-dev",
  8004.                 "dev-develop": "2.5-dev"
  8005.             }
  8006.         },
  8007.         "installation-source": "dist",
  8008.         "autoload": {
  8009.             "psr-4": {
  8010.                 "Zend\\Mvc\\": "src/"
  8011.             }
  8012.         },
  8013.         "notification-url": "https://packagist.org/downloads/",
  8014.         "license": [
  8015.             "BSD-3-Clause"
  8016.         ],
  8017.         "homepage": "https://github.com/zendframework/zend-mvc",
  8018.         "keywords": [
  8019.             "mvc",
  8020.             "zf2"
  8021.         ]
  8022.     },
  8023.     {
  8024.         "name": "zendframework/zend-modulemanager",
  8025.         "version": "2.4.11",
  8026.         "version_normalized": "2.4.11.0",
  8027.         "source": {
  8028.             "type": "git",
  8029.             "url": "https://github.com/zendframework/zend-modulemanager.git",
  8030.             "reference": "49c0713c2b560dd434aa36b83df4c89f51f8dab4"
  8031.         },
  8032.         "dist": {
  8033.             "type": "zip",
  8034.             "url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/49c0713c2b560dd434aa36b83df4c89f51f8dab4",
  8035.             "reference": "49c0713c2b560dd434aa36b83df4c89f51f8dab4",
  8036.             "shasum": ""
  8037.         },
  8038.         "require": {
  8039.             "php": ">=5.3.23",
  8040.             "zendframework/zend-eventmanager": "self.version",
  8041.             "zendframework/zend-stdlib": "self.version"
  8042.         },
  8043.         "require-dev": {
  8044.             "fabpot/php-cs-fixer": "1.7.*",
  8045.             "phpunit/phpunit": "~4.0",
  8046.             "satooshi/php-coveralls": "dev-master",
  8047.             "zendframework/zend-config": "self.version",
  8048.             "zendframework/zend-console": "self.version",
  8049.             "zendframework/zend-loader": "self.version",
  8050.             "zendframework/zend-servicemanager": "self.version"
  8051.         },
  8052.         "suggest": {
  8053.             "zendframework/zend-config": "Zend\\Config component",
  8054.             "zendframework/zend-console": "Zend\\Console component",
  8055.             "zendframework/zend-loader": "Zend\\Loader component",
  8056.             "zendframework/zend-mvc": "Zend\\Mvc component",
  8057.             "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
  8058.         },
  8059.         "time": "2015-05-07T14:55:31+00:00",
  8060.         "type": "library",
  8061.         "extra": {
  8062.             "branch-alias": {
  8063.                 "dev-master": "2.4-dev",
  8064.                 "dev-develop": "2.5-dev"
  8065.             }
  8066.         },
  8067.         "installation-source": "dist",
  8068.         "autoload": {
  8069.             "psr-4": {
  8070.                 "Zend\\ModuleManager\\": "src/"
  8071.             }
  8072.         },
  8073.         "notification-url": "https://packagist.org/downloads/",
  8074.         "license": [
  8075.             "BSD-3-Clause"
  8076.         ],
  8077.         "homepage": "https://github.com/zendframework/zend-module-manager",
  8078.         "keywords": [
  8079.             "modulemanager",
  8080.             "zf2"
  8081.         ]
  8082.     },
  8083.     {
  8084.         "name": "zendframework/zend-console",
  8085.         "version": "2.4.11",
  8086.         "version_normalized": "2.4.11.0",
  8087.         "source": {
  8088.             "type": "git",
  8089.             "url": "https://github.com/zendframework/zend-console.git",
  8090.             "reference": "92f9c51bdc42332e63914eec892364594a9b68c8"
  8091.         },
  8092.         "dist": {
  8093.             "type": "zip",
  8094.             "url": "https://api.github.com/repos/zendframework/zend-console/zipball/92f9c51bdc42332e63914eec892364594a9b68c8",
  8095.             "reference": "92f9c51bdc42332e63914eec892364594a9b68c8",
  8096.             "shasum": ""
  8097.         },
  8098.         "require": {
  8099.             "php": ">=5.3.23",
  8100.             "zendframework/zend-stdlib": "self.version"
  8101.         },
  8102.         "require-dev": {
  8103.             "fabpot/php-cs-fixer": "1.7.*",
  8104.             "phpunit/phpunit": "~4.0",
  8105.             "satooshi/php-coveralls": "dev-master"
  8106.         },
  8107.         "suggest": {
  8108.             "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
  8109.             "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
  8110.         },
  8111.         "time": "2015-05-07T14:55:31+00:00",
  8112.         "type": "library",
  8113.         "extra": {
  8114.             "branch-alias": {
  8115.                 "dev-master": "2.4-dev",
  8116.                 "dev-develop": "2.5-dev"
  8117.             }
  8118.         },
  8119.         "installation-source": "dist",
  8120.         "autoload": {
  8121.             "psr-4": {
  8122.                 "Zend\\Console\\": "src/"
  8123.             }
  8124.         },
  8125.         "notification-url": "https://packagist.org/downloads/",
  8126.         "license": [
  8127.             "BSD-3-Clause"
  8128.         ],
  8129.         "homepage": "https://github.com/zendframework/zend-console",
  8130.         "keywords": [
  8131.             "console",
  8132.             "zf2"
  8133.         ]
  8134.     },
  8135.     {
  8136.         "name": "zendframework/zend-crypt",
  8137.         "version": "2.4.11",
  8138.         "version_normalized": "2.4.11.0",
  8139.         "source": {
  8140.             "type": "git",
  8141.             "url": "https://github.com/zendframework/zend-crypt.git",
  8142.             "reference": "165ec063868884eb952f6bca258f464f7103b79f"
  8143.         },
  8144.         "dist": {
  8145.             "type": "zip",
  8146.             "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/165ec063868884eb952f6bca258f464f7103b79f",
  8147.             "reference": "165ec063868884eb952f6bca258f464f7103b79f",
  8148.             "shasum": ""
  8149.         },
  8150.         "require": {
  8151.             "php": ">=5.3.23",
  8152.             "zendframework/zend-math": "~2.4.0",
  8153.             "zendframework/zend-servicemanager": "~2.4.0",
  8154.             "zendframework/zend-stdlib": "~2.4.0"
  8155.         },
  8156.         "require-dev": {
  8157.             "fabpot/php-cs-fixer": "1.7.*",
  8158.             "phpunit/phpunit": "~4.0",
  8159.             "satooshi/php-coveralls": "dev-master",
  8160.             "zendframework/zend-config": "~2.4.0"
  8161.         },
  8162.         "suggest": {
  8163.             "ext-mcrypt": "Required for most features of Zend\\Crypt"
  8164.         },
  8165.         "time": "2015-11-23T16:33:27+00:00",
  8166.         "type": "library",
  8167.         "extra": {
  8168.             "branch-alias": {
  8169.                 "dev-master": "2.4-dev",
  8170.                 "dev-develop": "2.5-dev"
  8171.             }
  8172.         },
  8173.         "installation-source": "dist",
  8174.         "autoload": {
  8175.             "psr-4": {
  8176.                 "Zend\\Crypt\\": "src/"
  8177.             }
  8178.         },
  8179.         "notification-url": "https://packagist.org/downloads/",
  8180.         "license": [
  8181.             "BSD-3-Clause"
  8182.         ],
  8183.         "homepage": "https://github.com/zendframework/zend-crypt",
  8184.         "keywords": [
  8185.             "crypt",
  8186.             "zf2"
  8187.         ]
  8188.     },
  8189.     {
  8190.         "name": "zendframework/zend-server",
  8191.         "version": "2.4.11",
  8192.         "version_normalized": "2.4.11.0",
  8193.         "source": {
  8194.             "type": "git",
  8195.             "url": "https://github.com/zendframework/zend-server.git",
  8196.             "reference": "dd6da0d3c304cb43d3ac0be2dc9c334372d3734c"
  8197.         },
  8198.         "dist": {
  8199.             "type": "zip",
  8200.             "url": "https://api.github.com/repos/zendframework/zend-server/zipball/dd6da0d3c304cb43d3ac0be2dc9c334372d3734c",
  8201.             "reference": "dd6da0d3c304cb43d3ac0be2dc9c334372d3734c",
  8202.             "shasum": ""
  8203.         },
  8204.         "require": {
  8205.             "php": ">=5.3.23",
  8206.             "zendframework/zend-code": "self.version",
  8207.             "zendframework/zend-stdlib": "self.version"
  8208.         },
  8209.         "require-dev": {
  8210.             "fabpot/php-cs-fixer": "1.7.*",
  8211.             "phpunit/phpunit": "~4.0",
  8212.             "satooshi/php-coveralls": "dev-master"
  8213.         },
  8214.         "time": "2015-05-07T14:55:31+00:00",
  8215.         "type": "library",
  8216.         "extra": {
  8217.             "branch-alias": {
  8218.                 "dev-master": "2.4-dev",
  8219.                 "dev-develop": "2.5-dev"
  8220.             }
  8221.         },
  8222.         "installation-source": "dist",
  8223.         "autoload": {
  8224.             "psr-4": {
  8225.                 "Zend\\Server\\": "src/"
  8226.             }
  8227.         },
  8228.         "notification-url": "https://packagist.org/downloads/",
  8229.         "license": [
  8230.             "BSD-3-Clause"
  8231.         ],
  8232.         "homepage": "https://github.com/zendframework/zend-server",
  8233.         "keywords": [
  8234.             "server",
  8235.             "zf2"
  8236.         ]
  8237.     },
  8238.     {
  8239.         "name": "zendframework/zend-soap",
  8240.         "version": "2.4.11",
  8241.         "version_normalized": "2.4.11.0",
  8242.         "source": {
  8243.             "type": "git",
  8244.             "url": "https://github.com/zendframework/zend-soap.git",
  8245.             "reference": "743ab449c4d0d03cee21db743c5aed360be49d36"
  8246.         },
  8247.         "dist": {
  8248.             "type": "zip",
  8249.             "url": "https://api.github.com/repos/zendframework/zend-soap/zipball/743ab449c4d0d03cee21db743c5aed360be49d36",
  8250.             "reference": "743ab449c4d0d03cee21db743c5aed360be49d36",
  8251.             "shasum": ""
  8252.         },
  8253.         "require": {
  8254.             "php": ">=5.3.23",
  8255.             "zendframework/zend-server": "self.version",
  8256.             "zendframework/zend-stdlib": "self.version",
  8257.             "zendframework/zend-uri": "self.version"
  8258.         },
  8259.         "require-dev": {
  8260.             "fabpot/php-cs-fixer": "1.7.*",
  8261.             "phpunit/phpunit": "~4.0",
  8262.             "satooshi/php-coveralls": "dev-master",
  8263.             "zendframework/zend-http": "self.version"
  8264.         },
  8265.         "suggest": {
  8266.             "zendframework/zend-http": "Zend\\Http component"
  8267.         },
  8268.         "time": "2015-05-07T14:55:31+00:00",
  8269.         "type": "library",
  8270.         "extra": {
  8271.             "branch-alias": {
  8272.                 "dev-master": "2.4-dev",
  8273.                 "dev-develop": "2.5-dev"
  8274.             }
  8275.         },
  8276.         "installation-source": "dist",
  8277.         "autoload": {
  8278.             "psr-4": {
  8279.                 "Zend\\Soap\\": "src/"
  8280.             }
  8281.         },
  8282.         "notification-url": "https://packagist.org/downloads/",
  8283.         "license": [
  8284.             "BSD-3-Clause"
  8285.         ],
  8286.         "homepage": "https://github.com/zendframework/zend-soap",
  8287.         "keywords": [
  8288.             "soap",
  8289.             "zf2"
  8290.         ]
  8291.     },
  8292.     {
  8293.         "name": "magento/language-zh_hans_cn",
  8294.         "version": "100.1.1",
  8295.         "version_normalized": "100.1.1.0",
  8296.         "dist": {
  8297.             "type": "zip",
  8298.             "url": "https://repo.magento.com/archives/magento/language-zh_hans_cn/magento-language-zh_hans_cn-100.1.1.0.zip",
  8299.             "reference": null,
  8300.             "shasum": "073c0af4b658a489e5411d9bcf466531ba302448"
  8301.         },
  8302.         "require": {
  8303.             "magento/framework": "100.1.*"
  8304.         },
  8305.         "type": "magento2-language",
  8306.         "installation-source": "dist",
  8307.         "autoload": {
  8308.             "files": [
  8309.                 "registration.php"
  8310.             ]
  8311.         },
  8312.         "license": [
  8313.             "OSL-3.0",
  8314.             "AFL-3.0"
  8315.         ],
  8316.         "description": "Chinese (China) language"
  8317.     },
  8318.     {
  8319.         "name": "magento/language-pt_br",
  8320.         "version": "100.1.1",
  8321.         "version_normalized": "100.1.1.0",
  8322.         "dist": {
  8323.             "type": "zip",
  8324.             "url": "https://repo.magento.com/archives/magento/language-pt_br/magento-language-pt_br-100.1.1.0.zip",
  8325.             "reference": null,
  8326.             "shasum": "aba3efedf32dcacd4736705d7429c3579fdd213a"
  8327.         },
  8328.         "require": {
  8329.             "magento/framework": "100.1.*"
  8330.         },
  8331.         "type": "magento2-language",
  8332.         "installation-source": "dist",
  8333.         "autoload": {
  8334.             "files": [
  8335.                 "registration.php"
  8336.             ]
  8337.         },
  8338.         "license": [
  8339.             "OSL-3.0",
  8340.             "AFL-3.0"
  8341.         ],
  8342.         "description": "Portuguese (Brazil) language"
  8343.     },
  8344.     {
  8345.         "name": "magento/language-nl_nl",
  8346.         "version": "100.1.1",
  8347.         "version_normalized": "100.1.1.0",
  8348.         "dist": {
  8349.             "type": "zip",
  8350.             "url": "https://repo.magento.com/archives/magento/language-nl_nl/magento-language-nl_nl-100.1.1.0.zip",
  8351.             "reference": null,
  8352.             "shasum": "e099a576e18d3deb71de9abd3baacc35c97e4309"
  8353.         },
  8354.         "require": {
  8355.             "magento/framework": "100.1.*"
  8356.         },
  8357.         "type": "magento2-language",
  8358.         "installation-source": "dist",
  8359.         "autoload": {
  8360.             "files": [
  8361.                 "registration.php"
  8362.             ]
  8363.         },
  8364.         "license": [
  8365.             "OSL-3.0",
  8366.             "AFL-3.0"
  8367.         ],
  8368.         "description": "Dutch (Netherlands) language"
  8369.     },
  8370.     {
  8371.         "name": "magento/language-fr_fr",
  8372.         "version": "100.1.1",
  8373.         "version_normalized": "100.1.1.0",
  8374.         "dist": {
  8375.             "type": "zip",
  8376.             "url": "https://repo.magento.com/archives/magento/language-fr_fr/magento-language-fr_fr-100.1.1.0.zip",
  8377.             "reference": null,
  8378.             "shasum": "4cbeebcc4e7a7781aa1aa22a6ccd1909e70c86d1"
  8379.         },
  8380.         "require": {
  8381.             "magento/framework": "100.1.*"
  8382.         },
  8383.         "type": "magento2-language",
  8384.         "installation-source": "dist",
  8385.         "autoload": {
  8386.             "files": [
  8387.                 "registration.php"
  8388.             ]
  8389.         },
  8390.         "license": [
  8391.             "OSL-3.0",
  8392.             "AFL-3.0"
  8393.         ],
  8394.         "description": "French (France) language"
  8395.     },
  8396.     {
  8397.         "name": "magento/language-es_es",
  8398.         "version": "100.1.1",
  8399.         "version_normalized": "100.1.1.0",
  8400.         "dist": {
  8401.             "type": "zip",
  8402.             "url": "https://repo.magento.com/archives/magento/language-es_es/magento-language-es_es-100.1.1.0.zip",
  8403.             "reference": null,
  8404.             "shasum": "d7378f46ae0a42a18688d7a893d24bc9d30c35ed"
  8405.         },
  8406.         "require": {
  8407.             "magento/framework": "100.1.*"
  8408.         },
  8409.         "type": "magento2-language",
  8410.         "installation-source": "dist",
  8411.         "autoload": {
  8412.             "files": [
  8413.                 "registration.php"
  8414.             ]
  8415.         },
  8416.         "license": [
  8417.             "OSL-3.0",
  8418.             "AFL-3.0"
  8419.         ],
  8420.         "description": "Spanish (Spain) language"
  8421.     },
  8422.     {
  8423.         "name": "magento/language-en_us",
  8424.         "version": "100.1.1",
  8425.         "version_normalized": "100.1.1.0",
  8426.         "dist": {
  8427.             "type": "zip",
  8428.             "url": "https://repo.magento.com/archives/magento/language-en_us/magento-language-en_us-100.1.1.0.zip",
  8429.             "reference": null,
  8430.             "shasum": "5d471c93f9c3f74ecc6c34dab0fef9b606f1226f"
  8431.         },
  8432.         "require": {
  8433.             "magento/framework": "100.1.*"
  8434.         },
  8435.         "type": "magento2-language",
  8436.         "installation-source": "dist",
  8437.         "autoload": {
  8438.             "files": [
  8439.                 "registration.php"
  8440.             ]
  8441.         },
  8442.         "license": [
  8443.             "OSL-3.0",
  8444.             "AFL-3.0"
  8445.         ],
  8446.         "description": "English (United States) language"
  8447.     },
  8448.     {
  8449.         "name": "magento/language-de_de",
  8450.         "version": "100.1.1",
  8451.         "version_normalized": "100.1.1.0",
  8452.         "dist": {
  8453.             "type": "zip",
  8454.             "url": "https://repo.magento.com/archives/magento/language-de_de/magento-language-de_de-100.1.1.0.zip",
  8455.             "reference": null,
  8456.             "shasum": "36eb9593f0c4ca6106d83edabb1c2e522287f6e6"
  8457.         },
  8458.         "require": {
  8459.             "magento/framework": "100.1.*"
  8460.         },
  8461.         "type": "magento2-language",
  8462.         "installation-source": "dist",
  8463.         "autoload": {
  8464.             "files": [
  8465.                 "registration.php"
  8466.             ]
  8467.         },
  8468.         "license": [
  8469.             "OSL-3.0",
  8470.             "AFL-3.0"
  8471.         ],
  8472.         "description": "German (Germany) language"
  8473.     },
  8474.     {
  8475.         "name": "magento/theme-frontend-blank",
  8476.         "version": "100.1.4",
  8477.         "version_normalized": "100.1.4.0",
  8478.         "dist": {
  8479.             "type": "zip",
  8480.             "url": "https://repo.magento.com/archives/magento/theme-frontend-blank/magento-theme-frontend-blank-100.1.4.0.zip",
  8481.             "reference": null,
  8482.             "shasum": "dc3a2253640d47fc99a18128362431dfd3be92f2"
  8483.         },
  8484.         "require": {
  8485.             "magento/framework": "100.1.*",
  8486.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8487.         },
  8488.         "type": "magento2-theme",
  8489.         "installation-source": "dist",
  8490.         "autoload": {
  8491.             "files": [
  8492.                 "registration.php"
  8493.             ]
  8494.         },
  8495.         "license": [
  8496.             "OSL-3.0",
  8497.             "AFL-3.0"
  8498.         ],
  8499.         "description": "N/A"
  8500.     },
  8501.     {
  8502.         "name": "magento/theme-frontend-luma",
  8503.         "version": "100.1.5",
  8504.         "version_normalized": "100.1.5.0",
  8505.         "dist": {
  8506.             "type": "zip",
  8507.             "url": "https://repo.magento.com/archives/magento/theme-frontend-luma/magento-theme-frontend-luma-100.1.5.0.zip",
  8508.             "reference": null,
  8509.             "shasum": "2f9089a955d4eae6031e59283bc5acd65617c942"
  8510.         },
  8511.         "require": {
  8512.             "magento/framework": "100.1.*",
  8513.             "magento/theme-frontend-blank": "100.1.*",
  8514.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8515.         },
  8516.         "type": "magento2-theme",
  8517.         "installation-source": "dist",
  8518.         "autoload": {
  8519.             "files": [
  8520.                 "registration.php"
  8521.             ]
  8522.         },
  8523.         "license": [
  8524.             "OSL-3.0",
  8525.             "AFL-3.0"
  8526.         ],
  8527.         "description": "N/A"
  8528.     },
  8529.     {
  8530.         "name": "magento/theme-adminhtml-backend",
  8531.         "version": "100.1.2",
  8532.         "version_normalized": "100.1.2.0",
  8533.         "dist": {
  8534.             "type": "zip",
  8535.             "url": "https://repo.magento.com/archives/magento/theme-adminhtml-backend/magento-theme-adminhtml-backend-100.1.2.0.zip",
  8536.             "reference": null,
  8537.             "shasum": "6f7dbc2380fc3060986d222b596615fe7d0fb9c1"
  8538.         },
  8539.         "require": {
  8540.             "magento/framework": "100.1.*",
  8541.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8542.         },
  8543.         "type": "magento2-theme",
  8544.         "installation-source": "dist",
  8545.         "autoload": {
  8546.             "files": [
  8547.                 "registration.php"
  8548.             ]
  8549.         },
  8550.         "license": [
  8551.             "OSL-3.0",
  8552.             "AFL-3.0"
  8553.         ],
  8554.         "description": "N/A"
  8555.     },
  8556.     {
  8557.         "name": "magento/module-weee",
  8558.         "version": "100.1.2",
  8559.         "version_normalized": "100.1.2.0",
  8560.         "dist": {
  8561.             "type": "zip",
  8562.             "url": "https://repo.magento.com/archives/magento/module-weee/magento-module-weee-100.1.2.0.zip",
  8563.             "reference": null,
  8564.             "shasum": "f887994985a85f38f3f29c19b2262f9061209e7c"
  8565.         },
  8566.         "require": {
  8567.             "magento/framework": "100.1.*",
  8568.             "magento/module-backend": "100.1.*",
  8569.             "magento/module-catalog": "101.0.*",
  8570.             "magento/module-checkout": "100.1.*",
  8571.             "magento/module-customer": "100.1.*",
  8572.             "magento/module-directory": "100.1.*",
  8573.             "magento/module-eav": "100.1.*",
  8574.             "magento/module-page-cache": "100.1.*",
  8575.             "magento/module-quote": "100.1.*",
  8576.             "magento/module-sales": "100.1.*",
  8577.             "magento/module-store": "100.1.*",
  8578.             "magento/module-tax": "100.1.*",
  8579.             "magento/module-ui": "100.1.*",
  8580.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8581.         },
  8582.         "type": "magento2-module",
  8583.         "installation-source": "dist",
  8584.         "autoload": {
  8585.             "files": [
  8586.                 "registration.php"
  8587.             ],
  8588.             "psr-4": {
  8589.                 "Magento\\Weee\\": ""
  8590.             }
  8591.         },
  8592.         "license": [
  8593.             "OSL-3.0",
  8594.             "AFL-3.0"
  8595.         ],
  8596.         "description": "N/A"
  8597.     },
  8598.     {
  8599.         "name": "magento/module-webapi",
  8600.         "version": "100.1.2",
  8601.         "version_normalized": "100.1.2.0",
  8602.         "dist": {
  8603.             "type": "zip",
  8604.             "url": "https://repo.magento.com/archives/magento/module-webapi/magento-module-webapi-100.1.2.0.zip",
  8605.             "reference": null,
  8606.             "shasum": "51fd034c7d9c512708fb287b7697496ffcc44d1c"
  8607.         },
  8608.         "require": {
  8609.             "magento/framework": "100.1.*",
  8610.             "magento/module-authorization": "100.1.*",
  8611.             "magento/module-backend": "100.1.*",
  8612.             "magento/module-integration": "100.1.*",
  8613.             "magento/module-store": "100.1.*",
  8614.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8615.         },
  8616.         "suggest": {
  8617.             "magento/module-user": "100.1.*"
  8618.         },
  8619.         "type": "magento2-module",
  8620.         "installation-source": "dist",
  8621.         "autoload": {
  8622.             "files": [
  8623.                 "registration.php"
  8624.             ],
  8625.             "psr-4": {
  8626.                 "Magento\\Webapi\\": ""
  8627.             }
  8628.         },
  8629.         "license": [
  8630.             "OSL-3.0",
  8631.             "AFL-3.0"
  8632.         ],
  8633.         "description": "N/A"
  8634.     },
  8635.     {
  8636.         "name": "magento/module-webapi-security",
  8637.         "version": "100.1.2",
  8638.         "version_normalized": "100.1.2.0",
  8639.         "dist": {
  8640.             "type": "zip",
  8641.             "url": "https://repo.magento.com/archives/magento/module-webapi-security/magento-module-webapi-security-100.1.2.0.zip",
  8642.             "reference": null,
  8643.             "shasum": "6a0a3167509820ef62517a05bafd884238177228"
  8644.         },
  8645.         "require": {
  8646.             "magento/framework": "100.1.*",
  8647.             "magento/module-webapi": "100.1.*",
  8648.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8649.         },
  8650.         "type": "magento2-module",
  8651.         "installation-source": "dist",
  8652.         "autoload": {
  8653.             "files": [
  8654.                 "registration.php"
  8655.             ],
  8656.             "psr-4": {
  8657.                 "Magento\\WebapiSecurity\\": ""
  8658.             }
  8659.         },
  8660.         "license": [
  8661.             "OSL-3.0",
  8662.             "AFL-3.0"
  8663.         ],
  8664.         "description": "WebapiSecurity module provides option to loosen security on some webapi resources."
  8665.     },
  8666.     {
  8667.         "name": "magento/module-version",
  8668.         "version": "100.1.2",
  8669.         "version_normalized": "100.1.2.0",
  8670.         "dist": {
  8671.             "type": "zip",
  8672.             "url": "https://repo.magento.com/archives/magento/module-version/magento-module-version-100.1.2.0.zip",
  8673.             "reference": null,
  8674.             "shasum": "3cd832dd27ffe65db7503c607d36366df9e3037a"
  8675.         },
  8676.         "require": {
  8677.             "magento/framework": "100.1.*",
  8678.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8679.         },
  8680.         "type": "magento2-module",
  8681.         "installation-source": "dist",
  8682.         "autoload": {
  8683.             "files": [
  8684.                 "registration.php"
  8685.             ],
  8686.             "psr-4": {
  8687.                 "Magento\\Version\\": ""
  8688.             }
  8689.         },
  8690.         "license": [
  8691.             "OSL-3.0",
  8692.             "AFL-3.0"
  8693.         ],
  8694.         "description": "N/A"
  8695.     },
  8696.     {
  8697.         "name": "magento/module-vault",
  8698.         "version": "100.2.1",
  8699.         "version_normalized": "100.2.1.0",
  8700.         "dist": {
  8701.             "type": "zip",
  8702.             "url": "https://repo.magento.com/archives/magento/module-vault/magento-module-vault-100.2.1.0.zip",
  8703.             "reference": null,
  8704.             "shasum": "f208bdd66bed1a4ffb80bd78b13ba51000ba44e3"
  8705.         },
  8706.         "require": {
  8707.             "magento/framework": "100.1.*",
  8708.             "magento/module-checkout": "100.1.*",
  8709.             "magento/module-customer": "100.1.*",
  8710.             "magento/module-payment": "100.1.*",
  8711.             "magento/module-quote": "100.1.*",
  8712.             "magento/module-sales": "100.1.*",
  8713.             "magento/module-store": "100.1.*",
  8714.             "magento/module-theme": "100.1.*",
  8715.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8716.         },
  8717.         "type": "magento2-module",
  8718.         "installation-source": "dist",
  8719.         "autoload": {
  8720.             "files": [
  8721.                 "registration.php"
  8722.             ],
  8723.             "psr-4": {
  8724.                 "Magento\\Vault\\": ""
  8725.             }
  8726.         },
  8727.         "license": [
  8728.             "proprietary"
  8729.         ]
  8730.     },
  8731.     {
  8732.         "name": "magento/module-usps",
  8733.         "version": "100.1.3",
  8734.         "version_normalized": "100.1.3.0",
  8735.         "dist": {
  8736.             "type": "zip",
  8737.             "url": "https://repo.magento.com/archives/magento/module-usps/magento-module-usps-100.1.3.0.zip",
  8738.             "reference": null,
  8739.             "shasum": "cf00e6c7a0ce268079331bfc04d640c4cbd50042"
  8740.         },
  8741.         "require": {
  8742.             "lib-libxml": "*",
  8743.             "magento/framework": "100.1.*",
  8744.             "magento/module-catalog": "101.0.*",
  8745.             "magento/module-catalog-inventory": "100.1.*",
  8746.             "magento/module-config": "100.1.*",
  8747.             "magento/module-directory": "100.1.*",
  8748.             "magento/module-quote": "100.1.*",
  8749.             "magento/module-sales": "100.1.*",
  8750.             "magento/module-shipping": "100.1.*",
  8751.             "magento/module-store": "100.1.*",
  8752.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8753.         },
  8754.         "type": "magento2-module",
  8755.         "installation-source": "dist",
  8756.         "autoload": {
  8757.             "files": [
  8758.                 "registration.php"
  8759.             ],
  8760.             "psr-4": {
  8761.                 "Magento\\Usps\\": ""
  8762.             }
  8763.         },
  8764.         "license": [
  8765.             "OSL-3.0",
  8766.             "AFL-3.0"
  8767.         ],
  8768.         "description": "N/A"
  8769.     },
  8770.     {
  8771.         "name": "magento/module-ups",
  8772.         "version": "100.1.3",
  8773.         "version_normalized": "100.1.3.0",
  8774.         "dist": {
  8775.             "type": "zip",
  8776.             "url": "https://repo.magento.com/archives/magento/module-ups/magento-module-ups-100.1.3.0.zip",
  8777.             "reference": null,
  8778.             "shasum": "8447e25ac74f0b556666c856c1ee76c74b75b6d3"
  8779.         },
  8780.         "require": {
  8781.             "magento/framework": "100.1.*",
  8782.             "magento/module-backend": "100.1.*",
  8783.             "magento/module-catalog-inventory": "100.1.*",
  8784.             "magento/module-directory": "100.1.*",
  8785.             "magento/module-quote": "100.1.*",
  8786.             "magento/module-sales": "100.1.*",
  8787.             "magento/module-shipping": "100.1.*",
  8788.             "magento/module-store": "100.1.*",
  8789.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8790.         },
  8791.         "type": "magento2-module",
  8792.         "installation-source": "dist",
  8793.         "autoload": {
  8794.             "files": [
  8795.                 "registration.php"
  8796.             ],
  8797.             "psr-4": {
  8798.                 "Magento\\Ups\\": ""
  8799.             }
  8800.         },
  8801.         "license": [
  8802.             "OSL-3.0",
  8803.             "AFL-3.0"
  8804.         ],
  8805.         "description": "N/A"
  8806.     },
  8807.     {
  8808.         "name": "magento/module-tax-import-export",
  8809.         "version": "100.1.2",
  8810.         "version_normalized": "100.1.2.0",
  8811.         "dist": {
  8812.             "type": "zip",
  8813.             "url": "https://repo.magento.com/archives/magento/module-tax-import-export/magento-module-tax-import-export-100.1.2.0.zip",
  8814.             "reference": null,
  8815.             "shasum": "49e2db4ea3d6616c387895f86d29dcb224c2ea22"
  8816.         },
  8817.         "require": {
  8818.             "magento/framework": "100.1.*",
  8819.             "magento/module-backend": "100.1.*",
  8820.             "magento/module-directory": "100.1.*",
  8821.             "magento/module-store": "100.1.*",
  8822.             "magento/module-tax": "100.1.*",
  8823.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8824.         },
  8825.         "type": "magento2-module",
  8826.         "installation-source": "dist",
  8827.         "autoload": {
  8828.             "files": [
  8829.                 "registration.php"
  8830.             ],
  8831.             "psr-4": {
  8832.                 "Magento\\TaxImportExport\\": ""
  8833.             }
  8834.         },
  8835.         "license": [
  8836.             "OSL-3.0",
  8837.             "AFL-3.0"
  8838.         ],
  8839.         "description": "N/A"
  8840.     },
  8841.     {
  8842.         "name": "magento/module-swatches-layered-navigation",
  8843.         "version": "100.1.2",
  8844.         "version_normalized": "100.1.2.0",
  8845.         "dist": {
  8846.             "type": "zip",
  8847.             "url": "https://repo.magento.com/archives/magento/module-swatches-layered-navigation/magento-module-swatches-layered-navigation-100.1.2.0.zip",
  8848.             "reference": null,
  8849.             "shasum": "e2441f4d3fe675f4bd930e12488fdaf72c65d1b2"
  8850.         },
  8851.         "require": {
  8852.             "magento/framework": "100.1.*",
  8853.             "magento/magento-composer-installer": "*",
  8854.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8855.         },
  8856.         "type": "magento2-module",
  8857.         "installation-source": "dist",
  8858.         "autoload": {
  8859.             "files": [
  8860.                 "registration.php"
  8861.             ],
  8862.             "psr-4": {
  8863.                 "Magento\\SwatchesLayeredNavigation\\": ""
  8864.             }
  8865.         },
  8866.         "license": [
  8867.             "OSL-3.0",
  8868.             "AFL-3.0"
  8869.         ],
  8870.         "description": "N/A"
  8871.     },
  8872.     {
  8873.         "name": "magento/module-swatches",
  8874.         "version": "100.1.5",
  8875.         "version_normalized": "100.1.5.0",
  8876.         "dist": {
  8877.             "type": "zip",
  8878.             "url": "https://repo.magento.com/archives/magento/module-swatches/magento-module-swatches-100.1.5.0.zip",
  8879.             "reference": null,
  8880.             "shasum": "39dfce277685e357d5daa2dae490b0d1ed02379c"
  8881.         },
  8882.         "require": {
  8883.             "magento/framework": "100.1.*",
  8884.             "magento/module-backend": "100.1.*",
  8885.             "magento/module-catalog": "101.0.*",
  8886.             "magento/module-config": "100.1.*",
  8887.             "magento/module-configurable-product": "100.1.*",
  8888.             "magento/module-customer": "100.1.*",
  8889.             "magento/module-eav": "100.1.*",
  8890.             "magento/module-media-storage": "100.1.*",
  8891.             "magento/module-store": "100.1.*",
  8892.             "magento/module-theme": "100.1.*",
  8893.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8894.         },
  8895.         "suggest": {
  8896.             "magento/module-layered-navigation": "100.1.*",
  8897.             "magento/module-swatches-sample-data": "Sample Data version:100.1.*"
  8898.         },
  8899.         "type": "magento2-module",
  8900.         "installation-source": "dist",
  8901.         "autoload": {
  8902.             "files": [
  8903.                 "registration.php"
  8904.             ],
  8905.             "psr-4": {
  8906.                 "Magento\\Swatches\\": ""
  8907.             }
  8908.         },
  8909.         "license": [
  8910.             "proprietary"
  8911.         ],
  8912.         "description": "Add Swatches to Products"
  8913.     },
  8914.     {
  8915.         "name": "magento/module-swagger",
  8916.         "version": "100.1.2",
  8917.         "version_normalized": "100.1.2.0",
  8918.         "dist": {
  8919.             "type": "zip",
  8920.             "url": "https://repo.magento.com/archives/magento/module-swagger/magento-module-swagger-100.1.2.0.zip",
  8921.             "reference": null,
  8922.             "shasum": "5c9c26a88cc141940a5e7722c4a3ad39a12eeff4"
  8923.         },
  8924.         "require": {
  8925.             "magento/framework": "100.1.*",
  8926.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8927.         },
  8928.         "type": "magento2-module",
  8929.         "installation-source": "dist",
  8930.         "autoload": {
  8931.             "files": [
  8932.                 "registration.php"
  8933.             ],
  8934.             "psr-4": {
  8935.                 "Magento\\Swagger\\": ""
  8936.             }
  8937.         },
  8938.         "license": [
  8939.             "OSL-3.0",
  8940.             "AFL-3.0"
  8941.         ],
  8942.         "description": "N/A"
  8943.     },
  8944.     {
  8945.         "name": "magento/module-sitemap",
  8946.         "version": "100.1.3",
  8947.         "version_normalized": "100.1.3.0",
  8948.         "dist": {
  8949.             "type": "zip",
  8950.             "url": "https://repo.magento.com/archives/magento/module-sitemap/magento-module-sitemap-100.1.3.0.zip",
  8951.             "reference": null,
  8952.             "shasum": "03e4c1f23aaa7af788fc15ce8b5db86327fcf670"
  8953.         },
  8954.         "require": {
  8955.             "magento/framework": "100.1.*",
  8956.             "magento/module-backend": "100.1.*",
  8957.             "magento/module-catalog": "101.0.*",
  8958.             "magento/module-catalog-url-rewrite": "100.1.*",
  8959.             "magento/module-cms": "101.0.*",
  8960.             "magento/module-eav": "100.1.*",
  8961.             "magento/module-media-storage": "100.1.*",
  8962.             "magento/module-store": "100.1.*",
  8963.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8964.         },
  8965.         "type": "magento2-module",
  8966.         "installation-source": "dist",
  8967.         "autoload": {
  8968.             "files": [
  8969.                 "registration.php"
  8970.             ],
  8971.             "psr-4": {
  8972.                 "Magento\\Sitemap\\": ""
  8973.             }
  8974.         },
  8975.         "license": [
  8976.             "OSL-3.0",
  8977.             "AFL-3.0"
  8978.         ],
  8979.         "description": "N/A"
  8980.     },
  8981.     {
  8982.         "name": "magento/module-send-friend",
  8983.         "version": "100.1.2",
  8984.         "version_normalized": "100.1.2.0",
  8985.         "dist": {
  8986.             "type": "zip",
  8987.             "url": "https://repo.magento.com/archives/magento/module-send-friend/magento-module-send-friend-100.1.2.0.zip",
  8988.             "reference": null,
  8989.             "shasum": "f8109378e134cbc5c0a9fcdc2d96aa5c30073ec8"
  8990.         },
  8991.         "require": {
  8992.             "magento/framework": "100.1.*",
  8993.             "magento/module-catalog": "101.0.*",
  8994.             "magento/module-customer": "100.1.*",
  8995.             "magento/module-store": "100.1.*",
  8996.             "magento/module-theme": "100.1.*",
  8997.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  8998.         },
  8999.         "type": "magento2-module",
  9000.         "installation-source": "dist",
  9001.         "autoload": {
  9002.             "files": [
  9003.                 "registration.php"
  9004.             ],
  9005.             "psr-4": {
  9006.                 "Magento\\SendFriend\\": ""
  9007.             }
  9008.         },
  9009.         "license": [
  9010.             "OSL-3.0",
  9011.             "AFL-3.0"
  9012.         ],
  9013.         "description": "N/A"
  9014.     },
  9015.     {
  9016.         "name": "magento/module-sample-data",
  9017.         "version": "100.1.3",
  9018.         "version_normalized": "100.1.3.0",
  9019.         "dist": {
  9020.             "type": "zip",
  9021.             "url": "https://repo.magento.com/archives/magento/module-sample-data/magento-module-sample-data-100.1.3.0.zip",
  9022.             "reference": null,
  9023.             "shasum": "60716fc51e2acb43877787be1e1428962cba9fb7"
  9024.         },
  9025.         "require": {
  9026.             "magento/framework": "100.1.*",
  9027.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9028.         },
  9029.         "suggest": {
  9030.             "magento/sample-data-media": "Sample Data version:100.1.*"
  9031.         },
  9032.         "type": "magento2-module",
  9033.         "installation-source": "dist",
  9034.         "autoload": {
  9035.             "files": [
  9036.                 "cli_commands.php",
  9037.                 "registration.php"
  9038.             ],
  9039.             "psr-4": {
  9040.                 "Magento\\SampleData\\": ""
  9041.             }
  9042.         },
  9043.         "license": [
  9044.             "OSL-3.0",
  9045.             "AFL-3.0"
  9046.         ],
  9047.         "description": "Sample Data fixtures"
  9048.     },
  9049.     {
  9050.         "name": "magento/module-sales-inventory",
  9051.         "version": "100.1.1",
  9052.         "version_normalized": "100.1.1.0",
  9053.         "dist": {
  9054.             "type": "zip",
  9055.             "url": "https://repo.magento.com/archives/magento/module-sales-inventory/magento-module-sales-inventory-100.1.1.0.zip",
  9056.             "reference": null,
  9057.             "shasum": "6489c7cf3f1c933a7f001a88dec2780bbfaaeac4"
  9058.         },
  9059.         "require": {
  9060.             "magento/framework": "100.1.*",
  9061.             "magento/module-catalog": "101.0.*",
  9062.             "magento/module-catalog-inventory": "100.1.*",
  9063.             "magento/module-sales": "100.1.*",
  9064.             "magento/module-store": "100.1.*",
  9065.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9066.         },
  9067.         "type": "magento2-module",
  9068.         "installation-source": "dist",
  9069.         "autoload": {
  9070.             "files": [
  9071.                 "registration.php"
  9072.             ],
  9073.             "psr-4": {
  9074.                 "Magento\\SalesInventory\\": ""
  9075.             }
  9076.         },
  9077.         "license": [
  9078.             "OSL-3.0",
  9079.             "AFL-3.0"
  9080.         ],
  9081.         "description": "N/A"
  9082.     },
  9083.     {
  9084.         "name": "magento/module-paypal",
  9085.         "version": "100.1.4",
  9086.         "version_normalized": "100.1.4.0",
  9087.         "dist": {
  9088.             "type": "zip",
  9089.             "url": "https://repo.magento.com/archives/magento/module-paypal/magento-module-paypal-100.1.4.0.zip",
  9090.             "reference": null,
  9091.             "shasum": "d1e43c9176a62a9c5807e51972e0e020d859e980"
  9092.         },
  9093.         "require": {
  9094.             "lib-libxml": "*",
  9095.             "magento/framework": "100.1.*",
  9096.             "magento/module-backend": "100.1.*",
  9097.             "magento/module-catalog": "101.0.*",
  9098.             "magento/module-checkout": "100.1.*",
  9099.             "magento/module-config": "100.1.*",
  9100.             "magento/module-customer": "100.1.*",
  9101.             "magento/module-directory": "100.1.*",
  9102.             "magento/module-eav": "100.1.*",
  9103.             "magento/module-payment": "100.1.*",
  9104.             "magento/module-quote": "100.1.*",
  9105.             "magento/module-sales": "100.1.*",
  9106.             "magento/module-store": "100.1.*",
  9107.             "magento/module-tax": "100.1.*",
  9108.             "magento/module-theme": "100.1.*",
  9109.             "magento/module-ui": "100.1.*",
  9110.             "magento/module-vault": "100.2.*",
  9111.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9112.         },
  9113.         "suggest": {
  9114.             "magento/module-checkout-agreements": "100.1.*"
  9115.         },
  9116.         "type": "magento2-module",
  9117.         "installation-source": "dist",
  9118.         "autoload": {
  9119.             "files": [
  9120.                 "registration.php"
  9121.             ],
  9122.             "psr-4": {
  9123.                 "Magento\\Paypal\\": ""
  9124.             }
  9125.         },
  9126.         "license": [
  9127.             "proprietary"
  9128.         ],
  9129.         "description": "N/A"
  9130.     },
  9131.     {
  9132.         "name": "magento/module-offline-shipping",
  9133.         "version": "100.1.3",
  9134.         "version_normalized": "100.1.3.0",
  9135.         "dist": {
  9136.             "type": "zip",
  9137.             "url": "https://repo.magento.com/archives/magento/module-offline-shipping/magento-module-offline-shipping-100.1.3.0.zip",
  9138.             "reference": null,
  9139.             "shasum": "611bef7906891336ffa7dda1b1ceb267dd632982"
  9140.         },
  9141.         "require": {
  9142.             "magento/framework": "100.1.*",
  9143.             "magento/module-backend": "100.1.*",
  9144.             "magento/module-catalog": "101.0.*",
  9145.             "magento/module-config": "100.1.*",
  9146.             "magento/module-directory": "100.1.*",
  9147.             "magento/module-quote": "100.1.*",
  9148.             "magento/module-sales-rule": "100.1.*",
  9149.             "magento/module-shipping": "100.1.*",
  9150.             "magento/module-store": "100.1.*",
  9151.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9152.         },
  9153.         "suggest": {
  9154.             "magento/module-checkout": "100.1.*",
  9155.             "magento/module-offline-shipping-sample-data": "Sample Data version:100.1.*",
  9156.             "magento/module-sales": "100.1.*"
  9157.         },
  9158.         "type": "magento2-module",
  9159.         "installation-source": "dist",
  9160.         "autoload": {
  9161.             "files": [
  9162.                 "registration.php"
  9163.             ],
  9164.             "psr-4": {
  9165.                 "Magento\\OfflineShipping\\": ""
  9166.             }
  9167.         },
  9168.         "license": [
  9169.             "OSL-3.0",
  9170.             "AFL-3.0"
  9171.         ],
  9172.         "description": "N/A"
  9173.     },
  9174.     {
  9175.         "name": "magento/module-offline-payments",
  9176.         "version": "100.1.2",
  9177.         "version_normalized": "100.1.2.0",
  9178.         "dist": {
  9179.             "type": "zip",
  9180.             "url": "https://repo.magento.com/archives/magento/module-offline-payments/magento-module-offline-payments-100.1.2.0.zip",
  9181.             "reference": null,
  9182.             "shasum": "aa854052284bc94e02e5bd6fd63e38c6d304c69f"
  9183.         },
  9184.         "require": {
  9185.             "magento/framework": "100.1.*",
  9186.             "magento/module-checkout": "100.1.*",
  9187.             "magento/module-payment": "100.1.*",
  9188.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9189.         },
  9190.         "type": "magento2-module",
  9191.         "installation-source": "dist",
  9192.         "autoload": {
  9193.             "files": [
  9194.                 "registration.php"
  9195.             ],
  9196.             "psr-4": {
  9197.                 "Magento\\OfflinePayments\\": ""
  9198.             }
  9199.         },
  9200.         "license": [
  9201.             "OSL-3.0",
  9202.             "AFL-3.0"
  9203.         ],
  9204.         "description": "N/A"
  9205.     },
  9206.     {
  9207.         "name": "magento/module-new-relic-reporting",
  9208.         "version": "100.1.3",
  9209.         "version_normalized": "100.1.3.0",
  9210.         "dist": {
  9211.             "type": "zip",
  9212.             "url": "https://repo.magento.com/archives/magento/module-new-relic-reporting/magento-module-new-relic-reporting-100.1.3.0.zip",
  9213.             "reference": null,
  9214.             "shasum": "315d59308f6c6e557579cd37805e22a95a5645d6"
  9215.         },
  9216.         "require": {
  9217.             "magento/framework": "100.1.*",
  9218.             "magento/magento-composer-installer": "*",
  9219.             "magento/module-backend": "100.1.*",
  9220.             "magento/module-catalog": "101.0.*",
  9221.             "magento/module-config": "100.1.*",
  9222.             "magento/module-configurable-product": "100.1.*",
  9223.             "magento/module-customer": "100.1.*",
  9224.             "magento/module-store": "100.1.*",
  9225.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9226.         },
  9227.         "type": "magento2-module",
  9228.         "installation-source": "dist",
  9229.         "autoload": {
  9230.             "files": [
  9231.                 "registration.php"
  9232.             ],
  9233.             "psr-4": {
  9234.                 "Magento\\NewRelicReporting\\": ""
  9235.             }
  9236.         },
  9237.         "license": [
  9238.             "OSL-3.0",
  9239.             "AFL-3.0"
  9240.         ],
  9241.         "description": "N/A"
  9242.     },
  9243.     {
  9244.         "name": "magento/module-multishipping",
  9245.         "version": "100.1.2",
  9246.         "version_normalized": "100.1.2.0",
  9247.         "dist": {
  9248.             "type": "zip",
  9249.             "url": "https://repo.magento.com/archives/magento/module-multishipping/magento-module-multishipping-100.1.2.0.zip",
  9250.             "reference": null,
  9251.             "shasum": "e68545d7c1a09db9021ba0dfba1b06d89417981e"
  9252.         },
  9253.         "require": {
  9254.             "magento/framework": "100.1.*",
  9255.             "magento/module-checkout": "100.1.*",
  9256.             "magento/module-customer": "100.1.*",
  9257.             "magento/module-payment": "100.1.*",
  9258.             "magento/module-quote": "100.1.*",
  9259.             "magento/module-sales": "100.1.*",
  9260.             "magento/module-store": "100.1.*",
  9261.             "magento/module-tax": "100.1.*",
  9262.             "magento/module-theme": "100.1.*",
  9263.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9264.         },
  9265.         "type": "magento2-module",
  9266.         "installation-source": "dist",
  9267.         "autoload": {
  9268.             "files": [
  9269.                 "registration.php"
  9270.             ],
  9271.             "psr-4": {
  9272.                 "Magento\\Multishipping\\": ""
  9273.             }
  9274.         },
  9275.         "license": [
  9276.             "OSL-3.0",
  9277.             "AFL-3.0"
  9278.         ],
  9279.         "description": "N/A"
  9280.     },
  9281.     {
  9282.         "name": "magento/module-grouped-import-export",
  9283.         "version": "100.1.2",
  9284.         "version_normalized": "100.1.2.0",
  9285.         "dist": {
  9286.             "type": "zip",
  9287.             "url": "https://repo.magento.com/archives/magento/module-grouped-import-export/magento-module-grouped-import-export-100.1.2.0.zip",
  9288.             "reference": null,
  9289.             "shasum": "024fdd41692ee4cc96bbd23d0d7418b94bcd86ce"
  9290.         },
  9291.         "require": {
  9292.             "magento/framework": "100.1.*",
  9293.             "magento/module-catalog": "101.0.*",
  9294.             "magento/module-catalog-import-export": "100.1.*",
  9295.             "magento/module-eav": "100.1.*",
  9296.             "magento/module-grouped-product": "100.1.*",
  9297.             "magento/module-import-export": "100.1.*",
  9298.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9299.         },
  9300.         "type": "magento2-module",
  9301.         "installation-source": "dist",
  9302.         "autoload": {
  9303.             "files": [
  9304.                 "registration.php"
  9305.             ],
  9306.             "psr-4": {
  9307.                 "Magento\\GroupedImportExport\\": ""
  9308.             }
  9309.         },
  9310.         "license": [
  9311.             "OSL-3.0",
  9312.             "AFL-3.0"
  9313.         ],
  9314.         "description": "N/A"
  9315.     },
  9316.     {
  9317.         "name": "magento/module-google-optimizer",
  9318.         "version": "100.1.2",
  9319.         "version_normalized": "100.1.2.0",
  9320.         "dist": {
  9321.             "type": "zip",
  9322.             "url": "https://repo.magento.com/archives/magento/module-google-optimizer/magento-module-google-optimizer-100.1.2.0.zip",
  9323.             "reference": null,
  9324.             "shasum": "2cf5db590d3c4da969a0f4f2eb7142f1f98d9317"
  9325.         },
  9326.         "require": {
  9327.             "magento/framework": "100.1.*",
  9328.             "magento/module-backend": "100.1.*",
  9329.             "magento/module-catalog": "101.0.*",
  9330.             "magento/module-cms": "101.0.*",
  9331.             "magento/module-google-analytics": "100.1.*",
  9332.             "magento/module-store": "100.1.*",
  9333.             "magento/module-ui": "100.1.*",
  9334.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9335.         },
  9336.         "type": "magento2-module",
  9337.         "installation-source": "dist",
  9338.         "autoload": {
  9339.             "files": [
  9340.                 "registration.php"
  9341.             ],
  9342.             "psr-4": {
  9343.                 "Magento\\GoogleOptimizer\\": ""
  9344.             }
  9345.         },
  9346.         "license": [
  9347.             "OSL-3.0",
  9348.             "AFL-3.0"
  9349.         ],
  9350.         "description": "N/A"
  9351.     },
  9352.     {
  9353.         "name": "magento/module-google-adwords",
  9354.         "version": "100.1.2",
  9355.         "version_normalized": "100.1.2.0",
  9356.         "dist": {
  9357.             "type": "zip",
  9358.             "url": "https://repo.magento.com/archives/magento/module-google-adwords/magento-module-google-adwords-100.1.2.0.zip",
  9359.             "reference": null,
  9360.             "shasum": "b62f31b05e46884a3c6d48b2b82368e51b04c273"
  9361.         },
  9362.         "require": {
  9363.             "magento/framework": "100.1.*",
  9364.             "magento/module-sales": "100.1.*",
  9365.             "magento/module-store": "100.1.*",
  9366.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9367.         },
  9368.         "type": "magento2-module",
  9369.         "installation-source": "dist",
  9370.         "autoload": {
  9371.             "files": [
  9372.                 "registration.php"
  9373.             ],
  9374.             "psr-4": {
  9375.                 "Magento\\GoogleAdwords\\": ""
  9376.             }
  9377.         },
  9378.         "license": [
  9379.             "OSL-3.0",
  9380.             "AFL-3.0"
  9381.         ],
  9382.         "description": "N/A"
  9383.     },
  9384.     {
  9385.         "name": "magento/module-fedex",
  9386.         "version": "100.1.3",
  9387.         "version_normalized": "100.1.3.0",
  9388.         "dist": {
  9389.             "type": "zip",
  9390.             "url": "https://repo.magento.com/archives/magento/module-fedex/magento-module-fedex-100.1.3.0.zip",
  9391.             "reference": null,
  9392.             "shasum": "99bd516c7a9376fafe534a100f7f19d2638eb617"
  9393.         },
  9394.         "require": {
  9395.             "lib-libxml": "*",
  9396.             "magento/framework": "100.1.*",
  9397.             "magento/module-catalog": "101.0.*",
  9398.             "magento/module-catalog-inventory": "100.1.*",
  9399.             "magento/module-config": "100.1.*",
  9400.             "magento/module-directory": "100.1.*",
  9401.             "magento/module-quote": "100.1.*",
  9402.             "magento/module-sales": "100.1.*",
  9403.             "magento/module-shipping": "100.1.*",
  9404.             "magento/module-store": "100.1.*",
  9405.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9406.         },
  9407.         "type": "magento2-module",
  9408.         "installation-source": "dist",
  9409.         "autoload": {
  9410.             "files": [
  9411.                 "registration.php"
  9412.             ],
  9413.             "psr-4": {
  9414.                 "Magento\\Fedex\\": ""
  9415.             }
  9416.         },
  9417.         "license": [
  9418.             "OSL-3.0",
  9419.             "AFL-3.0"
  9420.         ],
  9421.         "description": "N/A"
  9422.     },
  9423.     {
  9424.         "name": "magento/module-encryption-key",
  9425.         "version": "100.1.2",
  9426.         "version_normalized": "100.1.2.0",
  9427.         "dist": {
  9428.             "type": "zip",
  9429.             "url": "https://repo.magento.com/archives/magento/module-encryption-key/magento-module-encryption-key-100.1.2.0.zip",
  9430.             "reference": null,
  9431.             "shasum": "0ff294f0b3de7ea5b980241b40c3a41429d14f7a"
  9432.         },
  9433.         "require": {
  9434.             "magento/framework": "100.1.*",
  9435.             "magento/module-backend": "100.1.*",
  9436.             "magento/module-config": "100.1.*",
  9437.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9438.         },
  9439.         "type": "magento2-module",
  9440.         "installation-source": "dist",
  9441.         "autoload": {
  9442.             "files": [
  9443.                 "registration.php"
  9444.             ],
  9445.             "psr-4": {
  9446.                 "Magento\\EncryptionKey\\": ""
  9447.             }
  9448.         },
  9449.         "license": [
  9450.             "proprietary"
  9451.         ],
  9452.         "description": "N/A"
  9453.     },
  9454.     {
  9455.         "name": "magento/module-downloadable-import-export",
  9456.         "version": "100.1.2",
  9457.         "version_normalized": "100.1.2.0",
  9458.         "dist": {
  9459.             "type": "zip",
  9460.             "url": "https://repo.magento.com/archives/magento/module-downloadable-import-export/magento-module-downloadable-import-export-100.1.2.0.zip",
  9461.             "reference": null,
  9462.             "shasum": "6e98d7da91571109e6e12b54b6f49955b6c3926f"
  9463.         },
  9464.         "require": {
  9465.             "magento/framework": "100.1.*",
  9466.             "magento/module-catalog": "101.0.*",
  9467.             "magento/module-catalog-import-export": "100.1.*",
  9468.             "magento/module-downloadable": "100.1.*",
  9469.             "magento/module-eav": "100.1.*",
  9470.             "magento/module-import-export": "100.1.*",
  9471.             "magento/module-store": "100.1.*",
  9472.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9473.         },
  9474.         "type": "magento2-module",
  9475.         "installation-source": "dist",
  9476.         "autoload": {
  9477.             "files": [
  9478.                 "registration.php"
  9479.             ],
  9480.             "psr-4": {
  9481.                 "Magento\\DownloadableImportExport\\": ""
  9482.             }
  9483.         },
  9484.         "license": [
  9485.             "OSL-3.0",
  9486.             "AFL-3.0"
  9487.         ],
  9488.         "description": "N/A"
  9489.     },
  9490.     {
  9491.         "name": "magento/module-dhl",
  9492.         "version": "100.1.3",
  9493.         "version_normalized": "100.1.3.0",
  9494.         "dist": {
  9495.             "type": "zip",
  9496.             "url": "https://repo.magento.com/archives/magento/module-dhl/magento-module-dhl-100.1.3.0.zip",
  9497.             "reference": null,
  9498.             "shasum": "38f3a74cc3b9c6705dc429ad834dee1fcf7dcf98"
  9499.         },
  9500.         "require": {
  9501.             "lib-libxml": "*",
  9502.             "magento/framework": "100.1.*",
  9503.             "magento/module-backend": "100.1.*",
  9504.             "magento/module-catalog": "101.0.*",
  9505.             "magento/module-catalog-inventory": "100.1.*",
  9506.             "magento/module-config": "100.1.*",
  9507.             "magento/module-directory": "100.1.*",
  9508.             "magento/module-quote": "100.1.*",
  9509.             "magento/module-sales": "100.1.*",
  9510.             "magento/module-shipping": "100.1.*",
  9511.             "magento/module-store": "100.1.*",
  9512.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9513.         },
  9514.         "suggest": {
  9515.             "magento/module-checkout": "100.1.*"
  9516.         },
  9517.         "type": "magento2-module",
  9518.         "installation-source": "dist",
  9519.         "autoload": {
  9520.             "files": [
  9521.                 "registration.php"
  9522.             ],
  9523.             "psr-4": {
  9524.                 "Magento\\Dhl\\": ""
  9525.             }
  9526.         },
  9527.         "license": [
  9528.             "OSL-3.0",
  9529.             "AFL-3.0"
  9530.         ],
  9531.         "description": "N/A"
  9532.     },
  9533.     {
  9534.         "name": "magento/module-deploy",
  9535.         "version": "100.1.5",
  9536.         "version_normalized": "100.1.5.0",
  9537.         "dist": {
  9538.             "type": "zip",
  9539.             "url": "https://repo.magento.com/archives/magento/module-deploy/magento-module-deploy-100.1.5.0.zip",
  9540.             "reference": null,
  9541.             "shasum": "96555e9b62bbe504b29372930a3ba7515fe8cb9d"
  9542.         },
  9543.         "require": {
  9544.             "magento/framework": "100.1.*",
  9545.             "magento/module-require-js": "100.1.*",
  9546.             "magento/module-store": "100.1.*",
  9547.             "magento/module-user": "100.1.*",
  9548.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9549.         },
  9550.         "type": "magento2-module",
  9551.         "installation-source": "dist",
  9552.         "autoload": {
  9553.             "files": [
  9554.                 "cli_commands.php",
  9555.                 "registration.php"
  9556.             ],
  9557.             "psr-4": {
  9558.                 "Magento\\Deploy\\": ""
  9559.             }
  9560.         },
  9561.         "license": [
  9562.             "OSL-3.0",
  9563.             "AFL-3.0"
  9564.         ],
  9565.         "description": "N/A"
  9566.     },
  9567.     {
  9568.         "name": "magento/module-currency-symbol",
  9569.         "version": "100.1.2",
  9570.         "version_normalized": "100.1.2.0",
  9571.         "dist": {
  9572.             "type": "zip",
  9573.             "url": "https://repo.magento.com/archives/magento/module-currency-symbol/magento-module-currency-symbol-100.1.2.0.zip",
  9574.             "reference": null,
  9575.             "shasum": "f7211d15f0180b0bf7abbd64a91cbd199d6ddf60"
  9576.         },
  9577.         "require": {
  9578.             "magento/framework": "100.1.*",
  9579.             "magento/module-backend": "100.1.*",
  9580.             "magento/module-config": "100.1.*",
  9581.             "magento/module-directory": "100.1.*",
  9582.             "magento/module-page-cache": "100.1.*",
  9583.             "magento/module-store": "100.1.*",
  9584.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9585.         },
  9586.         "type": "magento2-module",
  9587.         "installation-source": "dist",
  9588.         "autoload": {
  9589.             "files": [
  9590.                 "registration.php"
  9591.             ],
  9592.             "psr-4": {
  9593.                 "Magento\\CurrencySymbol\\": ""
  9594.             }
  9595.         },
  9596.         "license": [
  9597.             "OSL-3.0",
  9598.             "AFL-3.0"
  9599.         ],
  9600.         "description": "N/A"
  9601.     },
  9602.     {
  9603.         "name": "magento/module-configurable-import-export",
  9604.         "version": "100.1.2",
  9605.         "version_normalized": "100.1.2.0",
  9606.         "dist": {
  9607.             "type": "zip",
  9608.             "url": "https://repo.magento.com/archives/magento/module-configurable-import-export/magento-module-configurable-import-export-100.1.2.0.zip",
  9609.             "reference": null,
  9610.             "shasum": "1aa7c978a3bd6a7148570bac9cd2afcb092587d7"
  9611.         },
  9612.         "require": {
  9613.             "magento/framework": "100.1.*",
  9614.             "magento/module-catalog": "101.0.*",
  9615.             "magento/module-catalog-import-export": "100.1.*",
  9616.             "magento/module-configurable-product": "100.1.*",
  9617.             "magento/module-eav": "100.1.*",
  9618.             "magento/module-import-export": "100.1.*",
  9619.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9620.         },
  9621.         "type": "magento2-module",
  9622.         "installation-source": "dist",
  9623.         "autoload": {
  9624.             "files": [
  9625.                 "registration.php"
  9626.             ],
  9627.             "psr-4": {
  9628.                 "Magento\\ConfigurableImportExport\\": ""
  9629.             }
  9630.         },
  9631.         "license": [
  9632.             "OSL-3.0",
  9633.             "AFL-3.0"
  9634.         ],
  9635.         "description": "N/A"
  9636.     },
  9637.     {
  9638.         "name": "magento/module-catalog-widget",
  9639.         "version": "100.1.2",
  9640.         "version_normalized": "100.1.2.0",
  9641.         "dist": {
  9642.             "type": "zip",
  9643.             "url": "https://repo.magento.com/archives/magento/module-catalog-widget/magento-module-catalog-widget-100.1.2.0.zip",
  9644.             "reference": null,
  9645.             "shasum": "d8da9172e7073387285772eb8a79fbbd049f59d9"
  9646.         },
  9647.         "require": {
  9648.             "magento/framework": "100.1.*",
  9649.             "magento/module-backend": "100.1.*",
  9650.             "magento/module-catalog": "101.0.*",
  9651.             "magento/module-customer": "100.1.*",
  9652.             "magento/module-eav": "100.1.*",
  9653.             "magento/module-rule": "100.1.*",
  9654.             "magento/module-store": "100.1.*",
  9655.             "magento/module-widget": "100.1.*",
  9656.             "magento/module-wishlist": "100.1.*",
  9657.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9658.         },
  9659.         "type": "magento2-module",
  9660.         "installation-source": "dist",
  9661.         "autoload": {
  9662.             "files": [
  9663.                 "registration.php"
  9664.             ],
  9665.             "psr-4": {
  9666.                 "Magento\\CatalogWidget\\": ""
  9667.             }
  9668.         },
  9669.         "license": [
  9670.             "OSL-3.0",
  9671.             "AFL-3.0"
  9672.         ],
  9673.         "description": "N/A"
  9674.     },
  9675.     {
  9676.         "name": "magento/module-catalog-rule-configurable",
  9677.         "version": "100.1.3",
  9678.         "version_normalized": "100.1.3.0",
  9679.         "dist": {
  9680.             "type": "zip",
  9681.             "url": "https://repo.magento.com/archives/magento/module-catalog-rule-configurable/magento-module-catalog-rule-configurable-100.1.3.0.zip",
  9682.             "reference": null,
  9683.             "shasum": "6abde529aae1a8c3e0044725ccc6b8f098b7f9ff"
  9684.         },
  9685.         "require": {
  9686.             "magento/framework": "100.1.*",
  9687.             "magento/magento-composer-installer": "*",
  9688.             "magento/module-catalog-rule": "100.1.*",
  9689.             "magento/module-configurable-product": "100.1.*",
  9690.             "magento/module-customer": "100.1.*",
  9691.             "magento/module-store": "100.1.*",
  9692.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9693.         },
  9694.         "suggest": {
  9695.             "magento/module-catalog-rule": "100.1.*"
  9696.         },
  9697.         "type": "magento2-module",
  9698.         "installation-source": "dist",
  9699.         "autoload": {
  9700.             "files": [
  9701.                 "registration.php"
  9702.             ],
  9703.             "psr-4": {
  9704.                 "Magento\\CatalogRuleConfigurable\\": ""
  9705.             }
  9706.         },
  9707.         "license": [
  9708.             "OSL-3.0",
  9709.             "AFL-3.0"
  9710.         ],
  9711.         "description": "N/A"
  9712.     },
  9713.     {
  9714.         "name": "magento/module-captcha",
  9715.         "version": "100.1.3",
  9716.         "version_normalized": "100.1.3.0",
  9717.         "dist": {
  9718.             "type": "zip",
  9719.             "url": "https://repo.magento.com/archives/magento/module-captcha/magento-module-captcha-100.1.3.0.zip",
  9720.             "reference": null,
  9721.             "shasum": "180632035d985a15cfb774a72d51bed60c8a84ff"
  9722.         },
  9723.         "require": {
  9724.             "magento/framework": "100.1.*",
  9725.             "magento/module-backend": "100.1.*",
  9726.             "magento/module-checkout": "100.1.*",
  9727.             "magento/module-customer": "100.1.*",
  9728.             "magento/module-store": "100.1.*",
  9729.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9730.         },
  9731.         "type": "magento2-module",
  9732.         "installation-source": "dist",
  9733.         "autoload": {
  9734.             "files": [
  9735.                 "registration.php"
  9736.             ],
  9737.             "psr-4": {
  9738.                 "Magento\\Captcha\\": ""
  9739.             }
  9740.         },
  9741.         "license": [
  9742.             "OSL-3.0",
  9743.             "AFL-3.0"
  9744.         ],
  9745.         "description": "N/A"
  9746.     },
  9747.     {
  9748.         "name": "magento/module-cache-invalidate",
  9749.         "version": "100.1.3",
  9750.         "version_normalized": "100.1.3.0",
  9751.         "dist": {
  9752.             "type": "zip",
  9753.             "url": "https://repo.magento.com/archives/magento/module-cache-invalidate/magento-module-cache-invalidate-100.1.3.0.zip",
  9754.             "reference": null,
  9755.             "shasum": "5da5a8624aa2f3fa8cd20d2f93f83c453fb4c58c"
  9756.         },
  9757.         "require": {
  9758.             "magento/framework": "100.1.*",
  9759.             "magento/module-page-cache": "100.1.*",
  9760.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9761.         },
  9762.         "type": "magento2-module",
  9763.         "installation-source": "dist",
  9764.         "autoload": {
  9765.             "files": [
  9766.                 "registration.php"
  9767.             ],
  9768.             "psr-4": {
  9769.                 "Magento\\CacheInvalidate\\": ""
  9770.             }
  9771.         },
  9772.         "license": [
  9773.             "OSL-3.0",
  9774.             "AFL-3.0"
  9775.         ],
  9776.         "description": "N/A"
  9777.     },
  9778.     {
  9779.         "name": "magento/module-bundle-import-export",
  9780.         "version": "100.1.3",
  9781.         "version_normalized": "100.1.3.0",
  9782.         "dist": {
  9783.             "type": "zip",
  9784.             "url": "https://repo.magento.com/archives/magento/module-bundle-import-export/magento-module-bundle-import-export-100.1.3.0.zip",
  9785.             "reference": null,
  9786.             "shasum": "8bb41007c415c701347a4bc1300f15964d04f5d2"
  9787.         },
  9788.         "require": {
  9789.             "magento/framework": "100.1.*",
  9790.             "magento/module-bundle": "100.1.*",
  9791.             "magento/module-catalog": "101.0.*",
  9792.             "magento/module-catalog-import-export": "100.1.*",
  9793.             "magento/module-eav": "100.1.*",
  9794.             "magento/module-import-export": "100.1.*",
  9795.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9796.         },
  9797.         "type": "magento2-module",
  9798.         "installation-source": "dist",
  9799.         "autoload": {
  9800.             "files": [
  9801.                 "registration.php"
  9802.             ],
  9803.             "psr-4": {
  9804.                 "Magento\\BundleImportExport\\": ""
  9805.             }
  9806.         },
  9807.         "license": [
  9808.             "OSL-3.0",
  9809.             "AFL-3.0"
  9810.         ],
  9811.         "description": "N/A"
  9812.     },
  9813.     {
  9814.         "name": "magento/module-braintree",
  9815.         "version": "100.1.5",
  9816.         "version_normalized": "100.1.5.0",
  9817.         "dist": {
  9818.             "type": "zip",
  9819.             "url": "https://repo.magento.com/archives/magento/module-braintree/magento-module-braintree-100.1.5.0.zip",
  9820.             "reference": null,
  9821.             "shasum": "8c6ee03e44cf380b39f3d3c19815fc31e87d57a6"
  9822.         },
  9823.         "require": {
  9824.             "braintree/braintree_php": "3.7.0",
  9825.             "magento/framework": "100.1.*",
  9826.             "magento/magento-composer-installer": "*",
  9827.             "magento/module-backend": "100.1.*",
  9828.             "magento/module-catalog": "101.0.*",
  9829.             "magento/module-checkout": "100.1.*",
  9830.             "magento/module-config": "100.1.*",
  9831.             "magento/module-customer": "100.1.*",
  9832.             "magento/module-directory": "100.1.*",
  9833.             "magento/module-payment": "100.1.*",
  9834.             "magento/module-paypal": "100.1.*",
  9835.             "magento/module-quote": "100.1.*",
  9836.             "magento/module-sales": "100.1.*",
  9837.             "magento/module-theme": "100.1.*",
  9838.             "magento/module-ui": "100.1.*",
  9839.             "magento/module-vault": "100.2.*",
  9840.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9841.         },
  9842.         "suggest": {
  9843.             "magento/module-checkout-agreements": "100.1.*"
  9844.         },
  9845.         "type": "magento2-module",
  9846.         "installation-source": "dist",
  9847.         "autoload": {
  9848.             "files": [
  9849.                 "registration.php"
  9850.             ],
  9851.             "psr-4": {
  9852.                 "Magento\\Braintree\\": ""
  9853.             }
  9854.         },
  9855.         "license": [
  9856.             "proprietary"
  9857.         ],
  9858.         "description": "N/A"
  9859.     },
  9860.     {
  9861.         "name": "magento/module-authorizenet",
  9862.         "version": "100.1.4",
  9863.         "version_normalized": "100.1.4.0",
  9864.         "dist": {
  9865.             "type": "zip",
  9866.             "url": "https://repo.magento.com/archives/magento/module-authorizenet/magento-module-authorizenet-100.1.4.0.zip",
  9867.             "reference": null,
  9868.             "shasum": "5b15a7103848ac03ec85d57b19b24f30957edcc9"
  9869.         },
  9870.         "require": {
  9871.             "magento/framework": "100.1.*",
  9872.             "magento/module-backend": "100.1.*",
  9873.             "magento/module-catalog": "101.0.*",
  9874.             "magento/module-checkout": "100.1.*",
  9875.             "magento/module-payment": "100.1.*",
  9876.             "magento/module-quote": "100.1.*",
  9877.             "magento/module-sales": "100.1.*",
  9878.             "magento/module-store": "100.1.*",
  9879.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9880.         },
  9881.         "type": "magento2-module",
  9882.         "installation-source": "dist",
  9883.         "autoload": {
  9884.             "files": [
  9885.                 "registration.php"
  9886.             ],
  9887.             "psr-4": {
  9888.                 "Magento\\Authorizenet\\": ""
  9889.             }
  9890.         },
  9891.         "license": [
  9892.             "proprietary"
  9893.         ],
  9894.         "description": "N/A"
  9895.     },
  9896.     {
  9897.         "name": "magento/module-advanced-pricing-import-export",
  9898.         "version": "100.1.2",
  9899.         "version_normalized": "100.1.2.0",
  9900.         "dist": {
  9901.             "type": "zip",
  9902.             "url": "https://repo.magento.com/archives/magento/module-advanced-pricing-import-export/magento-module-advanced-pricing-import-export-100.1.2.0.zip",
  9903.             "reference": null,
  9904.             "shasum": "709fb633dba8457a17b35ae248d51748053a08fb"
  9905.         },
  9906.         "require": {
  9907.             "magento/framework": "100.1.*",
  9908.             "magento/module-catalog": "101.0.*",
  9909.             "magento/module-catalog-import-export": "100.1.*",
  9910.             "magento/module-catalog-inventory": "100.1.*",
  9911.             "magento/module-customer": "100.1.*",
  9912.             "magento/module-eav": "100.1.*",
  9913.             "magento/module-import-export": "100.1.*",
  9914.             "magento/module-store": "100.1.*",
  9915.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9916.         },
  9917.         "type": "magento2-module",
  9918.         "installation-source": "dist",
  9919.         "autoload": {
  9920.             "files": [
  9921.                 "registration.php"
  9922.             ],
  9923.             "psr-4": {
  9924.                 "Magento\\AdvancedPricingImportExport\\": ""
  9925.             }
  9926.         },
  9927.         "license": [
  9928.             "OSL-3.0",
  9929.             "AFL-3.0"
  9930.         ],
  9931.         "description": "N/A"
  9932.     },
  9933.     {
  9934.         "name": "magento/module-admin-notification",
  9935.         "version": "100.1.2",
  9936.         "version_normalized": "100.1.2.0",
  9937.         "dist": {
  9938.             "type": "zip",
  9939.             "url": "https://repo.magento.com/archives/magento/module-admin-notification/magento-module-admin-notification-100.1.2.0.zip",
  9940.             "reference": null,
  9941.             "shasum": "b93a6e05ca1ac5698aaae5dd8ce0ea194fc6e3dd"
  9942.         },
  9943.         "require": {
  9944.             "lib-libxml": "*",
  9945.             "magento/framework": "100.1.*",
  9946.             "magento/module-backend": "100.1.*",
  9947.             "magento/module-media-storage": "100.1.*",
  9948.             "magento/module-store": "100.1.*",
  9949.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9950.         },
  9951.         "type": "magento2-module",
  9952.         "installation-source": "dist",
  9953.         "autoload": {
  9954.             "files": [
  9955.                 "registration.php"
  9956.             ],
  9957.             "psr-4": {
  9958.                 "Magento\\AdminNotification\\": ""
  9959.             }
  9960.         },
  9961.         "license": [
  9962.             "OSL-3.0",
  9963.             "AFL-3.0"
  9964.         ],
  9965.         "description": "N/A"
  9966.     },
  9967.     {
  9968.         "name": "magento/module-marketplace",
  9969.         "version": "100.1.2",
  9970.         "version_normalized": "100.1.2.0",
  9971.         "dist": {
  9972.             "type": "zip",
  9973.             "url": "https://repo.magento.com/archives/magento/module-marketplace/magento-module-marketplace-100.1.2.0.zip",
  9974.             "reference": null,
  9975.             "shasum": "526b2e8b5371ff1709debe452b7f247cd22ca19f"
  9976.         },
  9977.         "require": {
  9978.             "magento/framework": "100.1.*",
  9979.             "magento/module-backend": "100.1.*",
  9980.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  9981.         },
  9982.         "type": "magento2-module",
  9983.         "installation-source": "dist",
  9984.         "autoload": {
  9985.             "files": [
  9986.                 "registration.php"
  9987.             ],
  9988.             "psr-4": {
  9989.                 "Magento\\Marketplace\\": ""
  9990.             }
  9991.         },
  9992.         "license": [
  9993.             "OSL-3.0",
  9994.             "AFL-3.0"
  9995.         ],
  9996.         "description": "N/A"
  9997.     },
  9998.     {
  9999.         "name": "league/climate",
  10000.         "version": "2.6.1",
  10001.         "version_normalized": "2.6.1.0",
  10002.         "source": {
  10003.             "type": "git",
  10004.             "url": "https://github.com/thephpleague/climate.git",
  10005.             "reference": "28851c909017424f61cc6a62089316313c645d1c"
  10006.         },
  10007.         "dist": {
  10008.             "type": "zip",
  10009.             "url": "https://api.github.com/repos/thephpleague/climate/zipball/28851c909017424f61cc6a62089316313c645d1c",
  10010.             "reference": "28851c909017424f61cc6a62089316313c645d1c",
  10011.             "shasum": ""
  10012.         },
  10013.         "require": {
  10014.             "php": ">=5.4.0"
  10015.         },
  10016.         "require-dev": {
  10017.             "mockery/mockery": "dev-master",
  10018.             "phpunit/phpunit": "4.1.*"
  10019.         },
  10020.         "time": "2015-01-18T14:31:58+00:00",
  10021.         "type": "library",
  10022.         "installation-source": "dist",
  10023.         "autoload": {
  10024.             "psr-4": {
  10025.                 "League\\CLImate\\": "src/"
  10026.             }
  10027.         },
  10028.         "notification-url": "https://packagist.org/downloads/",
  10029.         "license": [
  10030.             "MIT"
  10031.         ],
  10032.         "authors": [
  10033.             {
  10034.                 "name": "Joe Tannenbaum",
  10035.                 "email": "hey@joe.codes",
  10036.                 "homepage": "http://joe.codes/",
  10037.                 "role": "Developer"
  10038.             }
  10039.         ],
  10040.         "description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.",
  10041.         "keywords": [
  10042.             "cli",
  10043.             "colors",
  10044.             "command",
  10045.             "php",
  10046.             "terminal"
  10047.         ]
  10048.     },
  10049.     {
  10050.         "name": "sjparkinson/static-review",
  10051.         "version": "4.1.1",
  10052.         "version_normalized": "4.1.1.0",
  10053.         "source": {
  10054.             "type": "git",
  10055.             "url": "https://github.com/sjparkinson/static-review.git",
  10056.             "reference": "493c3410cf146a12fca84209bad126c494e125f0"
  10057.         },
  10058.         "dist": {
  10059.             "type": "zip",
  10060.             "url": "https://api.github.com/repos/sjparkinson/static-review/zipball/493c3410cf146a12fca84209bad126c494e125f0",
  10061.             "reference": "493c3410cf146a12fca84209bad126c494e125f0",
  10062.             "shasum": ""
  10063.         },
  10064.         "require": {
  10065.             "league/climate": "~2.0",
  10066.             "php": ">=5.4.0",
  10067.             "symfony/console": "~2.0",
  10068.             "symfony/process": "~2.0"
  10069.         },
  10070.         "require-dev": {
  10071.             "mockery/mockery": "~0.9",
  10072.             "phpunit/phpunit": "~4.0",
  10073.             "sensiolabs/security-checker": "~2.0",
  10074.             "squizlabs/php_codesniffer": "~1.0"
  10075.         },
  10076.         "suggest": {
  10077.             "sensiolabs/security-checker": "Required for ComposerSecurityReview.",
  10078.             "squizlabs/php_codesniffer": "Required for PhpCodeSnifferReview."
  10079.         },
  10080.         "time": "2014-09-22T08:40:36+00:00",
  10081.         "bin": [
  10082.             "bin/static-review.php"
  10083.         ],
  10084.         "type": "library",
  10085.         "installation-source": "dist",
  10086.         "autoload": {
  10087.             "psr-4": {
  10088.                 "StaticReview\\": "src/"
  10089.             }
  10090.         },
  10091.         "notification-url": "https://packagist.org/downloads/",
  10092.         "license": [
  10093.             "MIT"
  10094.         ],
  10095.         "authors": [
  10096.             {
  10097.                 "name": "Samuel Parkinson",
  10098.                 "email": "sam.james.parkinson@gmail.com",
  10099.                 "homepage": "http://samp.im"
  10100.             }
  10101.         ],
  10102.         "description": "An extendable framework for version control hooks."
  10103.     },
  10104.     {
  10105.         "name": "magento/magento2-base",
  10106.         "version": "2.1.6",
  10107.         "version_normalized": "2.1.6.0",
  10108.         "dist": {
  10109.             "type": "zip",
  10110.             "url": "https://repo.magento.com/archives/magento/magento2-base/magento-magento2-base-2.1.6.0.zip",
  10111.             "reference": null,
  10112.             "shasum": "2281213637c509f30abc5421ddf3022ebdc1b30b"
  10113.         },
  10114.         "require": {
  10115.             "braintree/braintree_php": "3.7.0",
  10116.             "composer/composer": "<=1.0.0-beta1",
  10117.             "ext-intl": "*",
  10118.             "ext-mbstring": "*",
  10119.             "magento/composer": "~1.0.0",
  10120.             "magento/magento-composer-installer": "*",
  10121.             "magento/zendframework1": "~1.12.16",
  10122.             "monolog/monolog": "1.16.0",
  10123.             "oyejorge/less.php": "~1.7.0",
  10124.             "pelago/emogrifier": "0.1.1",
  10125.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
  10126.             "phpseclib/phpseclib": "2.0.*",
  10127.             "symfony/console": "~2.3 <2.7",
  10128.             "symfony/event-dispatcher": "~2.1",
  10129.             "tedivm/jshrink": "~1.0.1",
  10130.             "tubalmartin/cssmin": "2.4.8-p4",
  10131.             "zendframework/zend-code": "~2.4.6",
  10132.             "zendframework/zend-config": "~2.4.6",
  10133.             "zendframework/zend-console": "~2.4.6",
  10134.             "zendframework/zend-crypt": "~2.4.6",
  10135.             "zendframework/zend-di": "~2.4.6",
  10136.             "zendframework/zend-eventmanager": "~2.4.6",
  10137.             "zendframework/zend-form": "~2.4.6",
  10138.             "zendframework/zend-http": "~2.4.6",
  10139.             "zendframework/zend-i18n": "~2.4.6",
  10140.             "zendframework/zend-json": "~2.4.6",
  10141.             "zendframework/zend-log": "~2.4.6",
  10142.             "zendframework/zend-modulemanager": "~2.4.6",
  10143.             "zendframework/zend-mvc": "~2.4.6",
  10144.             "zendframework/zend-serializer": "~2.4.6",
  10145.             "zendframework/zend-server": "~2.4.6",
  10146.             "zendframework/zend-servicemanager": "~2.4.6",
  10147.             "zendframework/zend-soap": "~2.4.6",
  10148.             "zendframework/zend-stdlib": "~2.4.6",
  10149.             "zendframework/zend-text": "~2.4.6",
  10150.             "zendframework/zend-uri": "~2.4.6",
  10151.             "zendframework/zend-validator": "~2.4.6",
  10152.             "zendframework/zend-view": "~2.4.6"
  10153.         },
  10154.         "replace": {
  10155.             "blueimp/jquery-file-upload": "5.6.14",
  10156.             "components/jquery": "1.11.0",
  10157.             "components/jqueryui": "1.10.4",
  10158.             "tinymce/tinymce": "3.4.7",
  10159.             "trentrichardson/jquery-timepicker-addon": "1.4.3",
  10160.             "twbs/bootstrap": "3.1.0"
  10161.         },
  10162.         "type": "magento2-component",
  10163.         "extra": {
  10164.             "component_paths": {
  10165.                 "trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js",
  10166.                 "components/jquery": [
  10167.                     "lib/web/jquery.js",
  10168.                     "lib/web/jquery/jquery.min.js",
  10169.                     "lib/web/jquery/jquery-migrate.js"
  10170.                 ],
  10171.                 "blueimp/jquery-file-upload": "lib/web/jquery/fileUploader",
  10172.                 "components/jqueryui": "lib/web/jquery/jquery-ui.js",
  10173.                 "twbs/bootstrap": "lib/web/jquery/jquery.tabs.js",
  10174.                 "tinymce/tinymce": "lib/web/tiny_mce"
  10175.             },
  10176.             "map": [
  10177.                 [
  10178.                     "bin/magento",
  10179.                     "bin/magento"
  10180.                 ],
  10181.                 [
  10182.                     "bin/.htaccess",
  10183.                     "bin/.htaccess"
  10184.                 ],
  10185.                 [
  10186.                     "var/.htaccess",
  10187.                     "var/.htaccess"
  10188.                 ],
  10189.                 [
  10190.                     "pub/static.php",
  10191.                     "pub/static.php"
  10192.                 ],
  10193.                 [
  10194.                     "pub/errors",
  10195.                     "pub/errors"
  10196.                 ],
  10197.                 [
  10198.                     "pub/index.php",
  10199.                     "pub/index.php"
  10200.                 ],
  10201.                 [
  10202.                     "pub/cron.php",
  10203.                     "pub/cron.php"
  10204.                 ],
  10205.                 [
  10206.                     "pub/media/theme_customization/.htaccess",
  10207.                     "pub/media/theme_customization/.htaccess"
  10208.                 ],
  10209.                 [
  10210.                     "pub/media/downloadable/.htaccess",
  10211.                     "pub/media/downloadable/.htaccess"
  10212.                 ],
  10213.                 [
  10214.                     "pub/media/customer/.htaccess",
  10215.                     "pub/media/customer/.htaccess"
  10216.                 ],
  10217.                 [
  10218.                     "pub/media/import",
  10219.                     "pub/media/import"
  10220.                 ],
  10221.                 [
  10222.                     "pub/media/.htaccess",
  10223.                     "pub/media/.htaccess"
  10224.                 ],
  10225.                 [
  10226.                     "pub/static/.htaccess",
  10227.                     "pub/static/.htaccess"
  10228.                 ],
  10229.                 [
  10230.                     "pub/get.php",
  10231.                     "pub/get.php"
  10232.                 ],
  10233.                 [
  10234.                     "pub/.htaccess",
  10235.                     "pub/.htaccess"
  10236.                 ],
  10237.                 [
  10238.                     "pub/.user.ini",
  10239.                     "pub/.user.ini"
  10240.                 ],
  10241.                 [
  10242.                     "pub/opt",
  10243.                     "pub/opt"
  10244.                 ],
  10245.                 [
  10246.                     "index.php",
  10247.                     "index.php"
  10248.                 ],
  10249.                 [
  10250.                     "LICENSE_AFL.txt",
  10251.                     "LICENSE_AFL.txt"
  10252.                 ],
  10253.                 [
  10254.                     "COPYING.txt",
  10255.                     "COPYING.txt"
  10256.                 ],
  10257.                 [
  10258.                     "nginx.conf.sample",
  10259.                     "nginx.conf.sample"
  10260.                 ],
  10261.                 [
  10262.                     "CHANGELOG.md",
  10263.                     "CHANGELOG.md"
  10264.                 ],
  10265.                 [
  10266.                     ".travis.yml",
  10267.                     ".travis.yml"
  10268.                 ],
  10269.                 [
  10270.                     ".php_cs",
  10271.                     ".php_cs"
  10272.                 ],
  10273.                 [
  10274.                     "ISSUE_TEMPLATE.md",
  10275.                     "ISSUE_TEMPLATE.md"
  10276.                 ],
  10277.                 [
  10278.                     "dev/tools",
  10279.                     "dev/tools"
  10280.                 ],
  10281.                 [
  10282.                     "dev/travis",
  10283.                     "dev/travis"
  10284.                 ],
  10285.                 [
  10286.                     "dev/tests/js/JsTestDriver/testsuite/mage",
  10287.                     "dev/tests/js/JsTestDriver/testsuite/mage"
  10288.                 ],
  10289.                 [
  10290.                     "dev/tests/js/JsTestDriver/testsuite/lib",
  10291.                     "dev/tests/js/JsTestDriver/testsuite/lib"
  10292.                 ],
  10293.                 [
  10294.                     "dev/tests/js/JsTestDriver/framework",
  10295.                     "dev/tests/js/JsTestDriver/framework"
  10296.                 ],
  10297.                 [
  10298.                     "dev/tests/js/JsTestDriver/.gitignore",
  10299.                     "dev/tests/js/JsTestDriver/.gitignore"
  10300.                 ],
  10301.                 [
  10302.                     "dev/tests/js/JsTestDriver/jsTestDriver.php.dist",
  10303.                     "dev/tests/js/JsTestDriver/jsTestDriver.php.dist"
  10304.                 ],
  10305.                 [
  10306.                     "dev/tests/js/JsTestDriver/run_js_tests.php",
  10307.                     "dev/tests/js/JsTestDriver/run_js_tests.php"
  10308.                 ],
  10309.                 [
  10310.                     "dev/tests/js/JsTestDriver/jsTestDriverOrder.php",
  10311.                     "dev/tests/js/JsTestDriver/jsTestDriverOrder.php"
  10312.                 ],
  10313.                 [
  10314.                     "dev/tests/js/jasmine",
  10315.                     "dev/tests/js/jasmine"
  10316.                 ],
  10317.                 [
  10318.                     "dev/tests/functional/credentials.xml.dist",
  10319.                     "dev/tests/functional/credentials.xml.dist"
  10320.                 ],
  10321.                 [
  10322.                     "dev/tests/functional/isolation.php",
  10323.                     "dev/tests/functional/isolation.php"
  10324.                 ],
  10325.                 [
  10326.                     "dev/tests/functional/composer.json",
  10327.                     "dev/tests/functional/composer.json"
  10328.                 ],
  10329.                 [
  10330.                     "dev/tests/functional/phpunit.xml.dist",
  10331.                     "dev/tests/functional/phpunit.xml.dist"
  10332.                 ],
  10333.                 [
  10334.                     "dev/tests/functional/testsuites/Magento",
  10335.                     "dev/tests/functional/testsuites/Magento"
  10336.                 ],
  10337.                 [
  10338.                     "dev/tests/functional/.gitignore",
  10339.                     "dev/tests/functional/.gitignore"
  10340.                 ],
  10341.                 [
  10342.                     "dev/tests/functional/utils",
  10343.                     "dev/tests/functional/utils"
  10344.                 ],
  10345.                 [
  10346.                     "dev/tests/functional/lib",
  10347.                     "dev/tests/functional/lib"
  10348.                 ],
  10349.                 [
  10350.                     "dev/tests/functional/tests",
  10351.                     "dev/tests/functional/tests"
  10352.                 ],
  10353.                 [
  10354.                     "dev/tests/functional/etc",
  10355.                     "dev/tests/functional/etc"
  10356.                 ],
  10357.                 [
  10358.                     "dev/tests/functional/bootstrap.php",
  10359.                     "dev/tests/functional/bootstrap.php"
  10360.                 ],
  10361.                 [
  10362.                     "dev/tests/functional/.htaccess.sample",
  10363.                     "dev/tests/functional/.htaccess.sample"
  10364.                 ],
  10365.                 [
  10366.                     "dev/tests/integration/testsuite/Magento",
  10367.                     "dev/tests/integration/testsuite/Magento"
  10368.                 ],
  10369.                 [
  10370.                     "dev/tests/integration/phpunit.xml.dist",
  10371.                     "dev/tests/integration/phpunit.xml.dist"
  10372.                 ],
  10373.                 [
  10374.                     "dev/tests/integration/framework",
  10375.                     "dev/tests/integration/framework"
  10376.                 ],
  10377.                 [
  10378.                     "dev/tests/integration/.gitignore",
  10379.                     "dev/tests/integration/.gitignore"
  10380.                 ],
  10381.                 [
  10382.                     "dev/tests/integration/tmp",
  10383.                     "dev/tests/integration/tmp"
  10384.                 ],
  10385.                 [
  10386.                     "dev/tests/integration/etc",
  10387.                     "dev/tests/integration/etc"
  10388.                 ],
  10389.                 [
  10390.                     "dev/tests/static/testsuite/Magento",
  10391.                     "dev/tests/static/testsuite/Magento"
  10392.                 ],
  10393.                 [
  10394.                     "dev/tests/static/phpunit.xml.dist",
  10395.                     "dev/tests/static/phpunit.xml.dist"
  10396.                 ],
  10397.                 [
  10398.                     "dev/tests/static/framework",
  10399.                     "dev/tests/static/framework"
  10400.                 ],
  10401.                 [
  10402.                     "dev/tests/static/.gitignore",
  10403.                     "dev/tests/static/.gitignore"
  10404.                 ],
  10405.                 [
  10406.                     "dev/tests/static/phpunit-all.xml.dist",
  10407.                     "dev/tests/static/phpunit-all.xml.dist"
  10408.                 ],
  10409.                 [
  10410.                     "dev/tests/static/get_github_changes.php",
  10411.                     "dev/tests/static/get_github_changes.php"
  10412.                 ],
  10413.                 [
  10414.                     "dev/tests/api-functional/testsuite/Magento",
  10415.                     "dev/tests/api-functional/testsuite/Magento"
  10416.                 ],
  10417.                 [
  10418.                     "dev/tests/api-functional/phpunit.xml.dist",
  10419.                     "dev/tests/api-functional/phpunit.xml.dist"
  10420.                 ],
  10421.                 [
  10422.                     "dev/tests/api-functional/framework",
  10423.                     "dev/tests/api-functional/framework"
  10424.                 ],
  10425.                 [
  10426.                     "dev/tests/api-functional/.gitignore",
  10427.                     "dev/tests/api-functional/.gitignore"
  10428.                 ],
  10429.                 [
  10430.                     "dev/tests/api-functional/config",
  10431.                     "dev/tests/api-functional/config"
  10432.                 ],
  10433.                 [
  10434.                     "dev/tests/api-functional/_files",
  10435.                     "dev/tests/api-functional/_files"
  10436.                 ],
  10437.                 [
  10438.                     "dev/tests/unit/phpunit.xml.dist",
  10439.                     "dev/tests/unit/phpunit.xml.dist"
  10440.                 ],
  10441.                 [
  10442.                     "dev/tests/unit/framework",
  10443.                     "dev/tests/unit/framework"
  10444.                 ],
  10445.                 [
  10446.                     "dev/tests/unit/.gitignore",
  10447.                     "dev/tests/unit/.gitignore"
  10448.                 ],
  10449.                 [
  10450.                     "dev/tests/unit/tmp",
  10451.                     "dev/tests/unit/tmp"
  10452.                 ],
  10453.                 [
  10454.                     "dev/.htaccess",
  10455.                     "dev/.htaccess"
  10456.                 ],
  10457.                 [
  10458.                     "app/functions.php",
  10459.                     "app/functions.php"
  10460.                 ],
  10461.                 [
  10462.                     "app/autoload.php",
  10463.                     "app/autoload.php"
  10464.                 ],
  10465.                 [
  10466.                     "app/etc/NonComposerComponentRegistration.php",
  10467.                     "app/etc/NonComposerComponentRegistration.php"
  10468.                 ],
  10469.                 [
  10470.                     "app/etc/di.xml",
  10471.                     "app/etc/di.xml"
  10472.                 ],
  10473.                 [
  10474.                     "app/bootstrap.php",
  10475.                     "app/bootstrap.php"
  10476.                 ],
  10477.                 [
  10478.                     "app/design/adminhtml/Magento",
  10479.                     "app/design/adminhtml/Magento"
  10480.                 ],
  10481.                 [
  10482.                     "app/design/frontend/Magento",
  10483.                     "app/design/frontend/Magento"
  10484.                 ],
  10485.                 [
  10486.                     "app/.htaccess",
  10487.                     "app/.htaccess"
  10488.                 ],
  10489.                 [
  10490.                     "lib/web/knockoutjs",
  10491.                     "lib/web/knockoutjs"
  10492.                 ],
  10493.                 [
  10494.                     "lib/web/css",
  10495.                     "lib/web/css"
  10496.                 ],
  10497.                 [
  10498.                     "lib/web/spacer.gif",
  10499.                     "lib/web/spacer.gif"
  10500.                 ],
  10501.                 [
  10502.                     "lib/web/FormData.js",
  10503.                     "lib/web/FormData.js"
  10504.                 ],
  10505.                 [
  10506.                     "lib/web/varien",
  10507.                     "lib/web/varien"
  10508.                 ],
  10509.                 [
  10510.                     "lib/web/images",
  10511.                     "lib/web/images"
  10512.                 ],
  10513.                 [
  10514.                     "lib/web/scriptaculous",
  10515.                     "lib/web/scriptaculous"
  10516.                 ],
  10517.                 [
  10518.                     "lib/web/extjs",
  10519.                     "lib/web/extjs"
  10520.                 ],
  10521.                 [
  10522.                     "lib/web/moment.js",
  10523.                     "lib/web/moment.js"
  10524.                 ],
  10525.                 [
  10526.                     "lib/web/blank.html",
  10527.                     "lib/web/blank.html"
  10528.                 ],
  10529.                 [
  10530.                     "lib/web/magnifier",
  10531.                     "lib/web/magnifier"
  10532.                 ],
  10533.                 [
  10534.                     "lib/web/fonts",
  10535.                     "lib/web/fonts"
  10536.                 ],
  10537.                 [
  10538.                     "lib/web/i18n",
  10539.                     "lib/web/i18n"
  10540.                 ],
  10541.                 [
  10542.                     "lib/web/mage",
  10543.                     "lib/web/mage"
  10544.                 ],
  10545.                 [
  10546.                     "lib/web/fotorama",
  10547.                     "lib/web/fotorama"
  10548.                 ],
  10549.                 [
  10550.                     "lib/web/requirejs",
  10551.                     "lib/web/requirejs"
  10552.                 ],
  10553.                 [
  10554.                     "lib/web/less",
  10555.                     "lib/web/less"
  10556.                 ],
  10557.                 [
  10558.                     "lib/web/lib",
  10559.                     "lib/web/lib"
  10560.                 ],
  10561.                 [
  10562.                     "lib/web/legacy-build.min.js",
  10563.                     "lib/web/legacy-build.min.js"
  10564.                 ],
  10565.                 [
  10566.                     "lib/web/es6-collections.js",
  10567.                     "lib/web/es6-collections.js"
  10568.                 ],
  10569.                 [
  10570.                     "lib/web/jquery",
  10571.                     "lib/web/jquery"
  10572.                 ],
  10573.                 [
  10574.                     "lib/web/modernizr",
  10575.                     "lib/web/modernizr"
  10576.                 ],
  10577.                 [
  10578.                     "lib/web/underscore.js",
  10579.                     "lib/web/underscore.js"
  10580.                 ],
  10581.                 [
  10582.                     "lib/web/tiny_mce",
  10583.                     "lib/web/tiny_mce"
  10584.                 ],
  10585.                 [
  10586.                     "lib/web/jquery.js",
  10587.                     "lib/web/jquery.js"
  10588.                 ],
  10589.                 [
  10590.                     "lib/web/matchMedia.js",
  10591.                     "lib/web/matchMedia.js"
  10592.                 ],
  10593.                 [
  10594.                     "lib/web/MutationObserver.js",
  10595.                     "lib/web/MutationObserver.js"
  10596.                 ],
  10597.                 [
  10598.                     "lib/web/prototype",
  10599.                     "lib/web/prototype"
  10600.                 ],
  10601.                 [
  10602.                     "lib/internal/LinLibertineFont",
  10603.                     "lib/internal/LinLibertineFont"
  10604.                 ],
  10605.                 [
  10606.                     "lib/.htaccess",
  10607.                     "lib/.htaccess"
  10608.                 ],
  10609.                 [
  10610.                     "LICENSE.txt",
  10611.                     "LICENSE.txt"
  10612.                 ],
  10613.                 [
  10614.                     "Gruntfile.js.sample",
  10615.                     "Gruntfile.js.sample"
  10616.                 ],
  10617.                 [
  10618.                     "CONTRIBUTING.md",
  10619.                     "CONTRIBUTING.md"
  10620.                 ],
  10621.                 [
  10622.                     "setup",
  10623.                     "setup"
  10624.                 ],
  10625.                 [
  10626.                     "phpserver",
  10627.                     "phpserver"
  10628.                 ],
  10629.                 [
  10630.                     "package.json.sample",
  10631.                     "package.json.sample"
  10632.                 ],
  10633.                 [
  10634.                     "php.ini.sample",
  10635.                     "php.ini.sample"
  10636.                 ],
  10637.                 [
  10638.                     ".htaccess.sample",
  10639.                     ".htaccess.sample"
  10640.                 ],
  10641.                 [
  10642.                     ".htaccess",
  10643.                     ".htaccess"
  10644.                 ],
  10645.                 [
  10646.                     ".user.ini",
  10647.                     ".user.ini"
  10648.                 ],
  10649.                 [
  10650.                     "vendor/.htaccess",
  10651.                     "vendor/.htaccess"
  10652.                 ]
  10653.             ]
  10654.         },
  10655.         "installation-source": "dist",
  10656.         "license": [
  10657.             "OSL-3.0",
  10658.             "AFL-3.0"
  10659.         ],
  10660.         "description": "Magento 2 Base (Community Edition)"
  10661.     },
  10662.     {
  10663.         "name": "magento/product-community-edition",
  10664.         "version": "2.1.6",
  10665.         "version_normalized": "2.1.6.0",
  10666.         "dist": {
  10667.             "type": "zip",
  10668.             "url": "https://repo.magento.com/archives/magento/product-community-edition/magento-product-community-edition-2.1.6.0.zip",
  10669.             "reference": null,
  10670.             "shasum": "aae496d2deec2167bbc8c6449835877b4b7fd55b"
  10671.         },
  10672.         "require": {
  10673.             "braintree/braintree_php": "3.7.0",
  10674.             "colinmollenhour/cache-backend-file": "1.4",
  10675.             "colinmollenhour/cache-backend-redis": "1.9",
  10676.             "colinmollenhour/credis": "1.6",
  10677.             "colinmollenhour/php-redis-session-abstract": "1.2",
  10678.             "composer/composer": "<=1.0.0-beta1",
  10679.             "ext-ctype": "*",
  10680.             "ext-curl": "*",
  10681.             "ext-dom": "*",
  10682.             "ext-gd": "*",
  10683.             "ext-hash": "*",
  10684.             "ext-iconv": "*",
  10685.             "ext-intl": "*",
  10686.             "ext-mbstring": "*",
  10687.             "ext-mcrypt": "*",
  10688.             "ext-openssl": "*",
  10689.             "ext-simplexml": "*",
  10690.             "ext-spl": "*",
  10691.             "ext-xsl": "*",
  10692.             "ext-zip": "*",
  10693.             "lib-libxml": "*",
  10694.             "magento/composer": "~1.0.0",
  10695.             "magento/framework": "100.1.6",
  10696.             "magento/language-de_de": "100.1.1",
  10697.             "magento/language-en_us": "100.1.1",
  10698.             "magento/language-es_es": "100.1.1",
  10699.             "magento/language-fr_fr": "100.1.1",
  10700.             "magento/language-nl_nl": "100.1.1",
  10701.             "magento/language-pt_br": "100.1.1",
  10702.             "magento/language-zh_hans_cn": "100.1.1",
  10703.             "magento/magento-composer-installer": "*",
  10704.             "magento/magento2-base": "2.1.6",
  10705.             "magento/module-admin-notification": "100.1.2",
  10706.             "magento/module-advanced-pricing-import-export": "100.1.2",
  10707.             "magento/module-authorization": "100.1.2",
  10708.             "magento/module-authorizenet": "100.1.4",
  10709.             "magento/module-backend": "100.1.3",
  10710.             "magento/module-backup": "100.1.2",
  10711.             "magento/module-braintree": "100.1.5",
  10712.             "magento/module-bundle": "100.1.2",
  10713.             "magento/module-bundle-import-export": "100.1.3",
  10714.             "magento/module-cache-invalidate": "100.1.3",
  10715.             "magento/module-captcha": "100.1.3",
  10716.             "magento/module-catalog": "101.0.6",
  10717.             "magento/module-catalog-import-export": "100.1.4",
  10718.             "magento/module-catalog-inventory": "100.1.5",
  10719.             "magento/module-catalog-rule": "100.1.4",
  10720.             "magento/module-catalog-rule-configurable": "100.1.3",
  10721.             "magento/module-catalog-search": "100.1.5",
  10722.             "magento/module-catalog-url-rewrite": "100.1.3",
  10723.             "magento/module-catalog-widget": "100.1.2",
  10724.             "magento/module-checkout": "100.1.5",
  10725.             "magento/module-checkout-agreements": "100.1.2",
  10726.             "magento/module-cms": "101.0.4",
  10727.             "magento/module-cms-url-rewrite": "100.1.2",
  10728.             "magento/module-config": "100.1.4",
  10729.             "magento/module-configurable-import-export": "100.1.2",
  10730.             "magento/module-configurable-product": "100.1.6",
  10731.             "magento/module-contact": "100.1.3",
  10732.             "magento/module-cookie": "100.1.2",
  10733.             "magento/module-cron": "100.1.3",
  10734.             "magento/module-currency-symbol": "100.1.2",
  10735.             "magento/module-customer": "100.1.5",
  10736.             "magento/module-customer-import-export": "100.1.2",
  10737.             "magento/module-deploy": "100.1.5",
  10738.             "magento/module-developer": "100.1.3",
  10739.             "magento/module-dhl": "100.1.3",
  10740.             "magento/module-directory": "100.1.3",
  10741.             "magento/module-downloadable": "100.1.2",
  10742.             "magento/module-downloadable-import-export": "100.1.2",
  10743.             "magento/module-eav": "100.1.5",
  10744.             "magento/module-email": "100.1.3",
  10745.             "magento/module-encryption-key": "100.1.2",
  10746.             "magento/module-fedex": "100.1.3",
  10747.             "magento/module-gift-message": "100.1.3",
  10748.             "magento/module-google-adwords": "100.1.2",
  10749.             "magento/module-google-analytics": "100.1.2",
  10750.             "magento/module-google-optimizer": "100.1.2",
  10751.             "magento/module-grouped-import-export": "100.1.2",
  10752.             "magento/module-grouped-product": "100.1.3",
  10753.             "magento/module-import-export": "100.1.4",
  10754.             "magento/module-indexer": "100.1.3",
  10755.             "magento/module-integration": "100.1.3",
  10756.             "magento/module-layered-navigation": "100.1.2",
  10757.             "magento/module-marketplace": "100.1.2",
  10758.             "magento/module-media-storage": "100.1.2",
  10759.             "magento/module-msrp": "100.1.3",
  10760.             "magento/module-multishipping": "100.1.2",
  10761.             "magento/module-new-relic-reporting": "100.1.3",
  10762.             "magento/module-newsletter": "100.1.2",
  10763.             "magento/module-offline-payments": "100.1.2",
  10764.             "magento/module-offline-shipping": "100.1.3",
  10765.             "magento/module-page-cache": "100.1.3",
  10766.             "magento/module-payment": "100.1.5",
  10767.             "magento/module-paypal": "100.1.4",
  10768.             "magento/module-persistent": "100.1.3",
  10769.             "magento/module-product-alert": "100.1.3",
  10770.             "magento/module-product-video": "100.1.4",
  10771.             "magento/module-quote": "100.1.4",
  10772.             "magento/module-reports": "100.1.3",
  10773.             "magento/module-require-js": "100.1.3",
  10774.             "magento/module-review": "100.1.2",
  10775.             "magento/module-rss": "100.1.2",
  10776.             "magento/module-rule": "100.1.3",
  10777.             "magento/module-sales": "100.1.5",
  10778.             "magento/module-sales-inventory": "100.1.1",
  10779.             "magento/module-sales-rule": "100.1.3",
  10780.             "magento/module-sales-sequence": "100.1.3",
  10781.             "magento/module-sample-data": "100.1.3",
  10782.             "magento/module-search": "100.1.2",
  10783.             "magento/module-security": "100.1.3",
  10784.             "magento/module-send-friend": "100.1.2",
  10785.             "magento/module-shipping": "100.1.3",
  10786.             "magento/module-sitemap": "100.1.3",
  10787.             "magento/module-store": "100.1.5",
  10788.             "magento/module-swagger": "100.1.2",
  10789.             "magento/module-swatches": "100.1.5",
  10790.             "magento/module-swatches-layered-navigation": "100.1.2",
  10791.             "magento/module-tax": "100.1.2",
  10792.             "magento/module-tax-import-export": "100.1.2",
  10793.             "magento/module-theme": "100.1.4",
  10794.             "magento/module-translation": "100.1.3",
  10795.             "magento/module-ui": "100.1.4",
  10796.             "magento/module-ups": "100.1.3",
  10797.             "magento/module-url-rewrite": "100.1.2",
  10798.             "magento/module-user": "100.1.3",
  10799.             "magento/module-usps": "100.1.3",
  10800.             "magento/module-variable": "100.1.2",
  10801.             "magento/module-vault": "100.2.1",
  10802.             "magento/module-version": "100.1.2",
  10803.             "magento/module-webapi": "100.1.2",
  10804.             "magento/module-webapi-security": "100.1.2",
  10805.             "magento/module-weee": "100.1.2",
  10806.             "magento/module-widget": "100.1.2",
  10807.             "magento/module-wishlist": "100.1.4",
  10808.             "magento/theme-adminhtml-backend": "100.1.2",
  10809.             "magento/theme-frontend-blank": "100.1.4",
  10810.             "magento/theme-frontend-luma": "100.1.5",
  10811.             "magento/zendframework1": "~1.12.16",
  10812.             "monolog/monolog": "1.16.0",
  10813.             "oyejorge/less.php": "~1.7.0",
  10814.             "pelago/emogrifier": "0.1.1",
  10815.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
  10816.             "phpseclib/phpseclib": "2.0.*",
  10817.             "sjparkinson/static-review": "~4.1",
  10818.             "symfony/console": "~2.3 <2.7",
  10819.             "symfony/event-dispatcher": "~2.1",
  10820.             "symfony/process": "~2.1",
  10821.             "tedivm/jshrink": "~1.0.1",
  10822.             "tubalmartin/cssmin": "2.4.8-p4",
  10823.             "zendframework/zend-code": "~2.4.6",
  10824.             "zendframework/zend-config": "~2.4.6",
  10825.             "zendframework/zend-console": "~2.4.6",
  10826.             "zendframework/zend-crypt": "~2.4.6",
  10827.             "zendframework/zend-di": "~2.4.6",
  10828.             "zendframework/zend-eventmanager": "~2.4.6",
  10829.             "zendframework/zend-form": "~2.4.6",
  10830.             "zendframework/zend-http": "~2.4.6",
  10831.             "zendframework/zend-i18n": "~2.4.6",
  10832.             "zendframework/zend-json": "~2.4.6",
  10833.             "zendframework/zend-log": "~2.4.6",
  10834.             "zendframework/zend-modulemanager": "~2.4.6",
  10835.             "zendframework/zend-mvc": "~2.4.6",
  10836.             "zendframework/zend-serializer": "~2.4.6",
  10837.             "zendframework/zend-server": "~2.4.6",
  10838.             "zendframework/zend-servicemanager": "~2.4.6",
  10839.             "zendframework/zend-soap": "~2.4.6",
  10840.             "zendframework/zend-stdlib": "~2.4.6",
  10841.             "zendframework/zend-text": "~2.4.6",
  10842.             "zendframework/zend-uri": "~2.4.6",
  10843.             "zendframework/zend-validator": "~2.4.6",
  10844.             "zendframework/zend-view": "~2.4.6"
  10845.         },
  10846.         "type": "metapackage",
  10847.         "license": [
  10848.             "OSL-3.0",
  10849.             "AFL-3.0"
  10850.         ],
  10851.         "description": "eCommerce Platform for Growth (Community Edition)"
  10852.     },
  10853.     {
  10854.         "name": "magento/magento2-ee-base",
  10855.         "version": "2.1.6",
  10856.         "version_normalized": "2.1.6.0",
  10857.         "dist": {
  10858.             "type": "zip",
  10859.             "url": "https://repo.magento.com/archives/magento/magento2-ee-base/magento-magento2-ee-base-2.1.6.0.zip",
  10860.             "reference": null,
  10861.             "shasum": "da6ea105de195aae1784e9a588f788da8f9c6ad6"
  10862.         },
  10863.         "require": {
  10864.             "braintree/braintree_php": "3.7.0",
  10865.             "composer/composer": "<=1.0.0-beta1",
  10866.             "ext-intl": "*",
  10867.             "ext-mbstring": "*",
  10868.             "magento/composer": "~1.0.0",
  10869.             "magento/magento-composer-installer": "*",
  10870.             "magento/zendframework1": "~1.12.16",
  10871.             "monolog/monolog": "1.16.0",
  10872.             "oyejorge/less.php": "~1.7.0",
  10873.             "pelago/emogrifier": "0.1.1",
  10874.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
  10875.             "phpseclib/phpseclib": "2.0.*",
  10876.             "solarium/solarium": "3.3.0",
  10877.             "symfony/console": "~2.3 <2.7",
  10878.             "symfony/event-dispatcher": "~2.1",
  10879.             "tedivm/jshrink": "~1.0.1",
  10880.             "tubalmartin/cssmin": "2.4.8-p4",
  10881.             "zendframework/zend-code": "~2.4.6",
  10882.             "zendframework/zend-config": "~2.4.6",
  10883.             "zendframework/zend-console": "~2.4.6",
  10884.             "zendframework/zend-crypt": "~2.4.6",
  10885.             "zendframework/zend-di": "~2.4.6",
  10886.             "zendframework/zend-eventmanager": "~2.4.6",
  10887.             "zendframework/zend-form": "~2.4.6",
  10888.             "zendframework/zend-http": "~2.4.6",
  10889.             "zendframework/zend-i18n": "~2.4.6",
  10890.             "zendframework/zend-json": "~2.4.6",
  10891.             "zendframework/zend-log": "~2.4.6",
  10892.             "zendframework/zend-modulemanager": "~2.4.6",
  10893.             "zendframework/zend-mvc": "~2.4.6",
  10894.             "zendframework/zend-serializer": "~2.4.6",
  10895.             "zendframework/zend-server": "~2.4.6",
  10896.             "zendframework/zend-servicemanager": "~2.4.6",
  10897.             "zendframework/zend-soap": "~2.4.6",
  10898.             "zendframework/zend-stdlib": "~2.4.6",
  10899.             "zendframework/zend-text": "~2.4.6",
  10900.             "zendframework/zend-uri": "~2.4.6",
  10901.             "zendframework/zend-validator": "~2.4.6",
  10902.             "zendframework/zend-view": "~2.4.6"
  10903.         },
  10904.         "type": "magento2-component",
  10905.         "extra": {
  10906.             "map": [
  10907.                 [
  10908.                     "LICENSE_EE.txt",
  10909.                     "LICENSE_EE.txt"
  10910.                 ],
  10911.                 [
  10912.                     "README_EE.md",
  10913.                     "README_EE.md"
  10914.                 ],
  10915.                 [
  10916.                     "app/etc/enterprise/di.xml",
  10917.                     "app/etc/enterprise/di.xml"
  10918.                 ],
  10919.                 [
  10920.                     "dev/tests/api-functional/_files",
  10921.                     "dev/tests/api-functional/_files"
  10922.                 ],
  10923.                 [
  10924.                     "dev/tests/api-functional/testsuite/Magento",
  10925.                     "dev/tests/api-functional/testsuite/Magento"
  10926.                 ],
  10927.                 [
  10928.                     "dev/tests/functional/tests",
  10929.                     "dev/tests/functional/tests"
  10930.                 ],
  10931.                 [
  10932.                     "dev/tests/integration/etc",
  10933.                     "dev/tests/integration/etc"
  10934.                 ],
  10935.                 [
  10936.                     "dev/tests/integration/framework",
  10937.                     "dev/tests/integration/framework"
  10938.                 ],
  10939.                 [
  10940.                     "dev/tests/integration/testsuite/Magento",
  10941.                     "dev/tests/integration/testsuite/Magento"
  10942.                 ],
  10943.                 [
  10944.                     "dev/tests/static/testsuite/Magento",
  10945.                     "dev/tests/static/testsuite/Magento"
  10946.                 ],
  10947.                 [
  10948.                     "dev/tools",
  10949.                     "dev/tools"
  10950.                 ],
  10951.                 [
  10952.                     "pub/errors",
  10953.                     "pub/errors"
  10954.                 ],
  10955.                 [
  10956.                     "setup",
  10957.                     "setup"
  10958.                 ]
  10959.             ]
  10960.         },
  10961.         "installation-source": "dist",
  10962.         "license": [
  10963.             "proprietary"
  10964.         ],
  10965.         "description": "Magento 2 Base (Enterprise Edition)"
  10966.     },
  10967.     {
  10968.         "name": "magento/product-enterprise-edition",
  10969.         "version": "2.1.6",
  10970.         "version_normalized": "2.1.6.0",
  10971.         "dist": {
  10972.             "type": "zip",
  10973.             "url": "https://repo.magento.com/archives/magento/product-enterprise-edition/magento-product-enterprise-edition-2.1.6.0.zip",
  10974.             "reference": null,
  10975.             "shasum": "05ba1a82ad3de2c0a7ab91a7a995c5db851fd7ac"
  10976.         },
  10977.         "require": {
  10978.             "braintree/braintree_php": "3.7.0",
  10979.             "colinmollenhour/cache-backend-file": "1.4",
  10980.             "colinmollenhour/cache-backend-redis": "1.9",
  10981.             "colinmollenhour/credis": "1.6",
  10982.             "colinmollenhour/php-redis-session-abstract": "1.2",
  10983.             "composer/composer": "<=1.0.0-beta1",
  10984.             "elasticsearch/elasticsearch": "~2.0",
  10985.             "ext-ctype": "*",
  10986.             "ext-curl": "*",
  10987.             "ext-dom": "*",
  10988.             "ext-gd": "*",
  10989.             "ext-hash": "*",
  10990.             "ext-iconv": "*",
  10991.             "ext-intl": "*",
  10992.             "ext-mbstring": "*",
  10993.             "ext-mcrypt": "*",
  10994.             "ext-openssl": "*",
  10995.             "ext-simplexml": "*",
  10996.             "ext-spl": "*",
  10997.             "ext-xsl": "*",
  10998.             "ext-zip": "*",
  10999.             "lib-libxml": "*",
  11000.             "magento/composer": "~1.0.0",
  11001.             "magento/framework-foreign-key": "100.1.2",
  11002.             "magento/framework-message-queue": "100.1.3",
  11003.             "magento/magento-composer-installer": "*",
  11004.             "magento/magento2-ee-base": "2.1.6",
  11005.             "magento/module-admin-gws": "100.1.3",
  11006.             "magento/module-advanced-catalog": "100.1.2",
  11007.             "magento/module-advanced-checkout": "100.1.3",
  11008.             "magento/module-advanced-rule": "100.1.2",
  11009.             "magento/module-advanced-sales-rule": "100.1.2",
  11010.             "magento/module-advanced-search": "100.1.2",
  11011.             "magento/module-amqp": "100.1.2",
  11012.             "magento/module-banner": "100.1.2",
  11013.             "magento/module-banner-customer-segment": "100.1.2",
  11014.             "magento/module-bundle-staging": "100.1.2",
  11015.             "magento/module-catalog-event": "100.1.2",
  11016.             "magento/module-catalog-import-export-staging": "100.1.2",
  11017.             "magento/module-catalog-inventory-staging": "100.1.3",
  11018.             "magento/module-catalog-permissions": "100.1.2",
  11019.             "magento/module-catalog-rule-staging": "100.1.3",
  11020.             "magento/module-catalog-staging": "100.1.6",
  11021.             "magento/module-catalog-url-rewrite-staging": "100.1.2",
  11022.             "magento/module-checkout-staging": "100.1.3",
  11023.             "magento/module-cms-staging": "100.1.4",
  11024.             "magento/module-configurable-product-staging": "100.1.2",
  11025.             "magento/module-custom-attribute-management": "100.1.2",
  11026.             "magento/module-customer-balance": "100.1.2",
  11027.             "magento/module-customer-custom-attributes": "100.1.3",
  11028.             "magento/module-customer-finance": "100.1.2",
  11029.             "magento/module-customer-segment": "100.1.2",
  11030.             "magento/module-cybersource": "100.1.3",
  11031.             "magento/module-downloadable-staging": "100.1.2",
  11032.             "magento/module-elasticsearch": "100.1.3",
  11033.             "magento/module-enterprise": "100.1.2",
  11034.             "magento/module-eway": "100.1.3",
  11035.             "magento/module-gift-card": "101.0.4",
  11036.             "magento/module-gift-card-account": "100.1.2",
  11037.             "magento/module-gift-card-import-export": "100.1.2",
  11038.             "magento/module-gift-card-staging": "100.1.3",
  11039.             "magento/module-gift-message-staging": "100.1.2",
  11040.             "magento/module-gift-registry": "100.1.2",
  11041.             "magento/module-gift-wrapping": "100.1.4",
  11042.             "magento/module-gift-wrapping-staging": "100.1.2",
  11043.             "magento/module-google-optimizer-staging": "100.1.2",
  11044.             "magento/module-google-tag-manager": "100.1.3",
  11045.             "magento/module-grouped-product-staging": "100.1.2",
  11046.             "magento/module-invitation": "100.1.2",
  11047.             "magento/module-layered-navigation-staging": "100.1.2",
  11048.             "magento/module-logging": "100.1.2",
  11049.             "magento/module-message-queue": "100.1.3",
  11050.             "magento/module-msrp-staging": "100.1.2",
  11051.             "magento/module-multiple-wishlist": "100.1.2",
  11052.             "magento/module-mysql-mq": "100.1.3",
  11053.             "magento/module-payment-staging": "100.1.3",
  11054.             "magento/module-persistent-history": "100.1.2",
  11055.             "magento/module-price-permissions": "100.1.2",
  11056.             "magento/module-product-video-staging": "100.1.2",
  11057.             "magento/module-promotion-permissions": "100.1.2",
  11058.             "magento/module-reminder": "100.1.2",
  11059.             "magento/module-resource-connections": "100.1.2",
  11060.             "magento/module-review-staging": "100.1.2",
  11061.             "magento/module-reward": "100.1.2",
  11062.             "magento/module-rma": "100.1.3",
  11063.             "magento/module-rma-staging": "100.1.2",
  11064.             "magento/module-sales-archive": "100.1.2",
  11065.             "magento/module-sales-rule-staging": "100.1.4",
  11066.             "magento/module-scalable-checkout": "100.1.3",
  11067.             "magento/module-scalable-inventory": "100.1.2",
  11068.             "magento/module-scalable-oms": "100.1.2",
  11069.             "magento/module-scheduled-import-export": "100.1.3",
  11070.             "magento/module-search-staging": "100.1.2",
  11071.             "magento/module-solr": "100.1.3",
  11072.             "magento/module-staging": "100.1.5",
  11073.             "magento/module-support": "100.1.3",
  11074.             "magento/module-target-rule": "100.1.5",
  11075.             "magento/module-versions-cms": "100.1.2",
  11076.             "magento/module-visual-merchandiser": "100.1.3",
  11077.             "magento/module-website-restriction": "100.1.2",
  11078.             "magento/module-weee-staging": "100.1.2",
  11079.             "magento/module-worldpay": "100.1.3",
  11080.             "magento/product-community-edition": "2.1.6",
  11081.             "magento/zendframework1": "~1.12.16",
  11082.             "monolog/monolog": "1.16.0",
  11083.             "oyejorge/less.php": "~1.7.0",
  11084.             "pelago/emogrifier": "0.1.1",
  11085.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
  11086.             "php-amqplib/php-amqplib": "2.5.*",
  11087.             "phpseclib/phpseclib": "2.0.*",
  11088.             "solarium/solarium": "3.3.0",
  11089.             "symfony/console": "~2.3 <2.7",
  11090.             "symfony/event-dispatcher": "~2.1",
  11091.             "symfony/process": "~2.1",
  11092.             "tedivm/jshrink": "~1.0.1",
  11093.             "tubalmartin/cssmin": "2.4.8-p4",
  11094.             "zendframework/zend-code": "~2.4.6",
  11095.             "zendframework/zend-config": "~2.4.6",
  11096.             "zendframework/zend-console": "~2.4.6",
  11097.             "zendframework/zend-crypt": "~2.4.6",
  11098.             "zendframework/zend-di": "~2.4.6",
  11099.             "zendframework/zend-eventmanager": "~2.4.6",
  11100.             "zendframework/zend-form": "~2.4.6",
  11101.             "zendframework/zend-http": "~2.4.6",
  11102.             "zendframework/zend-i18n": "~2.4.6",
  11103.             "zendframework/zend-json": "~2.4.6",
  11104.             "zendframework/zend-log": "~2.4.6",
  11105.             "zendframework/zend-modulemanager": "~2.4.6",
  11106.             "zendframework/zend-mvc": "~2.4.6",
  11107.             "zendframework/zend-serializer": "~2.4.6",
  11108.             "zendframework/zend-server": "~2.4.6",
  11109.             "zendframework/zend-servicemanager": "~2.4.6",
  11110.             "zendframework/zend-soap": "~2.4.6",
  11111.             "zendframework/zend-stdlib": "~2.4.6",
  11112.             "zendframework/zend-text": "~2.4.6",
  11113.             "zendframework/zend-uri": "~2.4.6",
  11114.             "zendframework/zend-validator": "~2.4.6",
  11115.             "zendframework/zend-view": "~2.4.6"
  11116.         },
  11117.         "type": "metapackage",
  11118.         "license": [
  11119.             "proprietary"
  11120.         ],
  11121.         "description": "eCommerce Platform for Growth (Enterprise Edition)"
  11122.     },
  11123.     {
  11124.         "name": "sebastian/version",
  11125.         "version": "1.0.6",
  11126.         "version_normalized": "1.0.6.0",
  11127.         "source": {
  11128.             "type": "git",
  11129.             "url": "https://github.com/sebastianbergmann/version.git",
  11130.             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  11131.         },
  11132.         "dist": {
  11133.             "type": "zip",
  11134.             "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  11135.             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  11136.             "shasum": ""
  11137.         },
  11138.         "time": "2015-06-21T13:59:46+00:00",
  11139.         "type": "library",
  11140.         "installation-source": "dist",
  11141.         "autoload": {
  11142.             "classmap": [
  11143.                 "src/"
  11144.             ]
  11145.         },
  11146.         "notification-url": "https://packagist.org/downloads/",
  11147.         "license": [
  11148.             "BSD-3-Clause"
  11149.         ],
  11150.         "authors": [
  11151.             {
  11152.                 "name": "Sebastian Bergmann",
  11153.                 "email": "sebastian@phpunit.de",
  11154.                 "role": "lead"
  11155.             }
  11156.         ],
  11157.         "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  11158.         "homepage": "https://github.com/sebastianbergmann/version"
  11159.     },
  11160.     {
  11161.         "name": "sebastian/recursion-context",
  11162.         "version": "1.0.5",
  11163.         "version_normalized": "1.0.5.0",
  11164.         "source": {
  11165.             "type": "git",
  11166.             "url": "https://github.com/sebastianbergmann/recursion-context.git",
  11167.             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  11168.         },
  11169.         "dist": {
  11170.             "type": "zip",
  11171.             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  11172.             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  11173.             "shasum": ""
  11174.         },
  11175.         "require": {
  11176.             "php": ">=5.3.3"
  11177.         },
  11178.         "require-dev": {
  11179.             "phpunit/phpunit": "~4.4"
  11180.         },
  11181.         "time": "2016-10-03T07:41:43+00:00",
  11182.         "type": "library",
  11183.         "extra": {
  11184.             "branch-alias": {
  11185.                 "dev-master": "1.0.x-dev"
  11186.             }
  11187.         },
  11188.         "installation-source": "dist",
  11189.         "autoload": {
  11190.             "classmap": [
  11191.                 "src/"
  11192.             ]
  11193.         },
  11194.         "notification-url": "https://packagist.org/downloads/",
  11195.         "license": [
  11196.             "BSD-3-Clause"
  11197.         ],
  11198.         "authors": [
  11199.             {
  11200.                 "name": "Jeff Welch",
  11201.                 "email": "whatthejeff@gmail.com"
  11202.             },
  11203.             {
  11204.                 "name": "Sebastian Bergmann",
  11205.                 "email": "sebastian@phpunit.de"
  11206.             },
  11207.             {
  11208.                 "name": "Adam Harvey",
  11209.                 "email": "aharvey@php.net"
  11210.             }
  11211.         ],
  11212.         "description": "Provides functionality to recursively process PHP variables",
  11213.         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
  11214.     },
  11215.     {
  11216.         "name": "sebastian/exporter",
  11217.         "version": "1.2.2",
  11218.         "version_normalized": "1.2.2.0",
  11219.         "source": {
  11220.             "type": "git",
  11221.             "url": "https://github.com/sebastianbergmann/exporter.git",
  11222.             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  11223.         },
  11224.         "dist": {
  11225.             "type": "zip",
  11226.             "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  11227.             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  11228.             "shasum": ""
  11229.         },
  11230.         "require": {
  11231.             "php": ">=5.3.3",
  11232.             "sebastian/recursion-context": "~1.0"
  11233.         },
  11234.         "require-dev": {
  11235.             "ext-mbstring": "*",
  11236.             "phpunit/phpunit": "~4.4"
  11237.         },
  11238.         "time": "2016-06-17T09:04:28+00:00",
  11239.         "type": "library",
  11240.         "extra": {
  11241.             "branch-alias": {
  11242.                 "dev-master": "1.3.x-dev"
  11243.             }
  11244.         },
  11245.         "installation-source": "dist",
  11246.         "autoload": {
  11247.             "classmap": [
  11248.                 "src/"
  11249.             ]
  11250.         },
  11251.         "notification-url": "https://packagist.org/downloads/",
  11252.         "license": [
  11253.             "BSD-3-Clause"
  11254.         ],
  11255.         "authors": [
  11256.             {
  11257.                 "name": "Jeff Welch",
  11258.                 "email": "whatthejeff@gmail.com"
  11259.             },
  11260.             {
  11261.                 "name": "Volker Dusch",
  11262.                 "email": "github@wallbash.com"
  11263.             },
  11264.             {
  11265.                 "name": "Bernhard Schussek",
  11266.                 "email": "bschussek@2bepublished.at"
  11267.             },
  11268.             {
  11269.                 "name": "Sebastian Bergmann",
  11270.                 "email": "sebastian@phpunit.de"
  11271.             },
  11272.             {
  11273.                 "name": "Adam Harvey",
  11274.                 "email": "aharvey@php.net"
  11275.             }
  11276.         ],
  11277.         "description": "Provides the functionality to export PHP variables for visualization",
  11278.         "homepage": "http://www.github.com/sebastianbergmann/exporter",
  11279.         "keywords": [
  11280.             "export",
  11281.             "exporter"
  11282.         ]
  11283.     },
  11284.     {
  11285.         "name": "sebastian/environment",
  11286.         "version": "1.3.8",
  11287.         "version_normalized": "1.3.8.0",
  11288.         "source": {
  11289.             "type": "git",
  11290.             "url": "https://github.com/sebastianbergmann/environment.git",
  11291.             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  11292.         },
  11293.         "dist": {
  11294.             "type": "zip",
  11295.             "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  11296.             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  11297.             "shasum": ""
  11298.         },
  11299.         "require": {
  11300.             "php": "^5.3.3 || ^7.0"
  11301.         },
  11302.         "require-dev": {
  11303.             "phpunit/phpunit": "^4.8 || ^5.0"
  11304.         },
  11305.         "time": "2016-08-18T05:49:44+00:00",
  11306.         "type": "library",
  11307.         "extra": {
  11308.             "branch-alias": {
  11309.                 "dev-master": "1.3.x-dev"
  11310.             }
  11311.         },
  11312.         "installation-source": "dist",
  11313.         "autoload": {
  11314.             "classmap": [
  11315.                 "src/"
  11316.             ]
  11317.         },
  11318.         "notification-url": "https://packagist.org/downloads/",
  11319.         "license": [
  11320.             "BSD-3-Clause"
  11321.         ],
  11322.         "authors": [
  11323.             {
  11324.                 "name": "Sebastian Bergmann",
  11325.                 "email": "sebastian@phpunit.de"
  11326.             }
  11327.         ],
  11328.         "description": "Provides functionality to handle HHVM/PHP environments",
  11329.         "homepage": "http://www.github.com/sebastianbergmann/environment",
  11330.         "keywords": [
  11331.             "Xdebug",
  11332.             "environment",
  11333.             "hhvm"
  11334.         ]
  11335.     },
  11336.     {
  11337.         "name": "sebastian/comparator",
  11338.         "version": "1.2.4",
  11339.         "version_normalized": "1.2.4.0",
  11340.         "source": {
  11341.             "type": "git",
  11342.             "url": "https://github.com/sebastianbergmann/comparator.git",
  11343.             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  11344.         },
  11345.         "dist": {
  11346.             "type": "zip",
  11347.             "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  11348.             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  11349.             "shasum": ""
  11350.         },
  11351.         "require": {
  11352.             "php": ">=5.3.3",
  11353.             "sebastian/diff": "~1.2",
  11354.             "sebastian/exporter": "~1.2 || ~2.0"
  11355.         },
  11356.         "require-dev": {
  11357.             "phpunit/phpunit": "~4.4"
  11358.         },
  11359.         "time": "2017-01-29T09:50:25+00:00",
  11360.         "type": "library",
  11361.         "extra": {
  11362.             "branch-alias": {
  11363.                 "dev-master": "1.2.x-dev"
  11364.             }
  11365.         },
  11366.         "installation-source": "dist",
  11367.         "autoload": {
  11368.             "classmap": [
  11369.                 "src/"
  11370.             ]
  11371.         },
  11372.         "notification-url": "https://packagist.org/downloads/",
  11373.         "license": [
  11374.             "BSD-3-Clause"
  11375.         ],
  11376.         "authors": [
  11377.             {
  11378.                 "name": "Jeff Welch",
  11379.                 "email": "whatthejeff@gmail.com"
  11380.             },
  11381.             {
  11382.                 "name": "Volker Dusch",
  11383.                 "email": "github@wallbash.com"
  11384.             },
  11385.             {
  11386.                 "name": "Bernhard Schussek",
  11387.                 "email": "bschussek@2bepublished.at"
  11388.             },
  11389.             {
  11390.                 "name": "Sebastian Bergmann",
  11391.                 "email": "sebastian@phpunit.de"
  11392.             }
  11393.         ],
  11394.         "description": "Provides the functionality to compare PHP values for equality",
  11395.         "homepage": "http://www.github.com/sebastianbergmann/comparator",
  11396.         "keywords": [
  11397.             "comparator",
  11398.             "compare",
  11399.             "equality"
  11400.         ]
  11401.     },
  11402.     {
  11403.         "name": "doctrine/instantiator",
  11404.         "version": "1.0.5",
  11405.         "version_normalized": "1.0.5.0",
  11406.         "source": {
  11407.             "type": "git",
  11408.             "url": "https://github.com/doctrine/instantiator.git",
  11409.             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  11410.         },
  11411.         "dist": {
  11412.             "type": "zip",
  11413.             "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  11414.             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  11415.             "shasum": ""
  11416.         },
  11417.         "require": {
  11418.             "php": ">=5.3,<8.0-DEV"
  11419.         },
  11420.         "require-dev": {
  11421.             "athletic/athletic": "~0.1.8",
  11422.             "ext-pdo": "*",
  11423.             "ext-phar": "*",
  11424.             "phpunit/phpunit": "~4.0",
  11425.             "squizlabs/php_codesniffer": "~2.0"
  11426.         },
  11427.         "time": "2015-06-14T21:17:01+00:00",
  11428.         "type": "library",
  11429.         "extra": {
  11430.             "branch-alias": {
  11431.                 "dev-master": "1.0.x-dev"
  11432.             }
  11433.         },
  11434.         "installation-source": "dist",
  11435.         "autoload": {
  11436.             "psr-4": {
  11437.                 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  11438.             }
  11439.         },
  11440.         "notification-url": "https://packagist.org/downloads/",
  11441.         "license": [
  11442.             "MIT"
  11443.         ],
  11444.         "authors": [
  11445.             {
  11446.                 "name": "Marco Pivetta",
  11447.                 "email": "ocramius@gmail.com",
  11448.                 "homepage": "http://ocramius.github.com/"
  11449.             }
  11450.         ],
  11451.         "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  11452.         "homepage": "https://github.com/doctrine/instantiator",
  11453.         "keywords": [
  11454.             "constructor",
  11455.             "instantiate"
  11456.         ]
  11457.     },
  11458.     {
  11459.         "name": "phpunit/php-text-template",
  11460.         "version": "1.2.1",
  11461.         "version_normalized": "1.2.1.0",
  11462.         "source": {
  11463.             "type": "git",
  11464.             "url": "https://github.com/sebastianbergmann/php-text-template.git",
  11465.             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  11466.         },
  11467.         "dist": {
  11468.             "type": "zip",
  11469.             "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  11470.             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  11471.             "shasum": ""
  11472.         },
  11473.         "require": {
  11474.             "php": ">=5.3.3"
  11475.         },
  11476.         "time": "2015-06-21T13:50:34+00:00",
  11477.         "type": "library",
  11478.         "installation-source": "dist",
  11479.         "autoload": {
  11480.             "classmap": [
  11481.                 "src/"
  11482.             ]
  11483.         },
  11484.         "notification-url": "https://packagist.org/downloads/",
  11485.         "license": [
  11486.             "BSD-3-Clause"
  11487.         ],
  11488.         "authors": [
  11489.             {
  11490.                 "name": "Sebastian Bergmann",
  11491.                 "email": "sebastian@phpunit.de",
  11492.                 "role": "lead"
  11493.             }
  11494.         ],
  11495.         "description": "Simple template engine.",
  11496.         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  11497.         "keywords": [
  11498.             "template"
  11499.         ]
  11500.     },
  11501.     {
  11502.         "name": "phpunit/phpunit-mock-objects",
  11503.         "version": "2.3.8",
  11504.         "version_normalized": "2.3.8.0",
  11505.         "source": {
  11506.             "type": "git",
  11507.             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  11508.             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  11509.         },
  11510.         "dist": {
  11511.             "type": "zip",
  11512.             "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  11513.             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  11514.             "shasum": ""
  11515.         },
  11516.         "require": {
  11517.             "doctrine/instantiator": "^1.0.2",
  11518.             "php": ">=5.3.3",
  11519.             "phpunit/php-text-template": "~1.2",
  11520.             "sebastian/exporter": "~1.2"
  11521.         },
  11522.         "require-dev": {
  11523.             "phpunit/phpunit": "~4.4"
  11524.         },
  11525.         "suggest": {
  11526.             "ext-soap": "*"
  11527.         },
  11528.         "time": "2015-10-02T06:51:40+00:00",
  11529.         "type": "library",
  11530.         "extra": {
  11531.             "branch-alias": {
  11532.                 "dev-master": "2.3.x-dev"
  11533.             }
  11534.         },
  11535.         "installation-source": "dist",
  11536.         "autoload": {
  11537.             "classmap": [
  11538.                 "src/"
  11539.             ]
  11540.         },
  11541.         "notification-url": "https://packagist.org/downloads/",
  11542.         "license": [
  11543.             "BSD-3-Clause"
  11544.         ],
  11545.         "authors": [
  11546.             {
  11547.                 "name": "Sebastian Bergmann",
  11548.                 "email": "sb@sebastian-bergmann.de",
  11549.                 "role": "lead"
  11550.             }
  11551.         ],
  11552.         "description": "Mock Object library for PHPUnit",
  11553.         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  11554.         "keywords": [
  11555.             "mock",
  11556.             "xunit"
  11557.         ]
  11558.     },
  11559.     {
  11560.         "name": "phpunit/php-timer",
  11561.         "version": "1.0.9",
  11562.         "version_normalized": "1.0.9.0",
  11563.         "source": {
  11564.             "type": "git",
  11565.             "url": "https://github.com/sebastianbergmann/php-timer.git",
  11566.             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  11567.         },
  11568.         "dist": {
  11569.             "type": "zip",
  11570.             "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  11571.             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  11572.             "shasum": ""
  11573.         },
  11574.         "require": {
  11575.             "php": "^5.3.3 || ^7.0"
  11576.         },
  11577.         "require-dev": {
  11578.             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  11579.         },
  11580.         "time": "2017-02-26T11:10:40+00:00",
  11581.         "type": "library",
  11582.         "extra": {
  11583.             "branch-alias": {
  11584.                 "dev-master": "1.0-dev"
  11585.             }
  11586.         },
  11587.         "installation-source": "dist",
  11588.         "autoload": {
  11589.             "classmap": [
  11590.                 "src/"
  11591.             ]
  11592.         },
  11593.         "notification-url": "https://packagist.org/downloads/",
  11594.         "license": [
  11595.             "BSD-3-Clause"
  11596.         ],
  11597.         "authors": [
  11598.             {
  11599.                 "name": "Sebastian Bergmann",
  11600.                 "email": "sb@sebastian-bergmann.de",
  11601.                 "role": "lead"
  11602.             }
  11603.         ],
  11604.         "description": "Utility class for timing",
  11605.         "homepage": "https://github.com/sebastianbergmann/php-timer/",
  11606.         "keywords": [
  11607.             "timer"
  11608.         ]
  11609.     },
  11610.     {
  11611.         "name": "phpunit/php-file-iterator",
  11612.         "version": "1.3.4",
  11613.         "version_normalized": "1.3.4.0",
  11614.         "source": {
  11615.             "type": "git",
  11616.             "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  11617.             "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  11618.         },
  11619.         "dist": {
  11620.             "type": "zip",
  11621.             "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  11622.             "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  11623.             "shasum": ""
  11624.         },
  11625.         "require": {
  11626.             "php": ">=5.3.3"
  11627.         },
  11628.         "time": "2013-10-10T15:34:57+00:00",
  11629.         "type": "library",
  11630.         "installation-source": "dist",
  11631.         "autoload": {
  11632.             "classmap": [
  11633.                 "File/"
  11634.             ]
  11635.         },
  11636.         "notification-url": "https://packagist.org/downloads/",
  11637.         "include-path": [
  11638.             ""
  11639.         ],
  11640.         "license": [
  11641.             "BSD-3-Clause"
  11642.         ],
  11643.         "authors": [
  11644.             {
  11645.                 "name": "Sebastian Bergmann",
  11646.                 "email": "sb@sebastian-bergmann.de",
  11647.                 "role": "lead"
  11648.             }
  11649.         ],
  11650.         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  11651.         "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  11652.         "keywords": [
  11653.             "filesystem",
  11654.             "iterator"
  11655.         ]
  11656.     },
  11657.     {
  11658.         "name": "phpunit/php-token-stream",
  11659.         "version": "1.4.11",
  11660.         "version_normalized": "1.4.11.0",
  11661.         "source": {
  11662.             "type": "git",
  11663.             "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  11664.             "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  11665.         },
  11666.         "dist": {
  11667.             "type": "zip",
  11668.             "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  11669.             "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  11670.             "shasum": ""
  11671.         },
  11672.         "require": {
  11673.             "ext-tokenizer": "*",
  11674.             "php": ">=5.3.3"
  11675.         },
  11676.         "require-dev": {
  11677.             "phpunit/phpunit": "~4.2"
  11678.         },
  11679.         "time": "2017-02-27T10:12:30+00:00",
  11680.         "type": "library",
  11681.         "extra": {
  11682.             "branch-alias": {
  11683.                 "dev-master": "1.4-dev"
  11684.             }
  11685.         },
  11686.         "installation-source": "dist",
  11687.         "autoload": {
  11688.             "classmap": [
  11689.                 "src/"
  11690.             ]
  11691.         },
  11692.         "notification-url": "https://packagist.org/downloads/",
  11693.         "license": [
  11694.             "BSD-3-Clause"
  11695.         ],
  11696.         "authors": [
  11697.             {
  11698.                 "name": "Sebastian Bergmann",
  11699.                 "email": "sebastian@phpunit.de"
  11700.             }
  11701.         ],
  11702.         "description": "Wrapper around PHP's tokenizer extension.",
  11703.         "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  11704.         "keywords": [
  11705.             "tokenizer"
  11706.         ]
  11707.     },
  11708.     {
  11709.         "name": "phpunit/php-code-coverage",
  11710.         "version": "2.2.4",
  11711.         "version_normalized": "2.2.4.0",
  11712.         "source": {
  11713.             "type": "git",
  11714.             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  11715.             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  11716.         },
  11717.         "dist": {
  11718.             "type": "zip",
  11719.             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  11720.             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  11721.             "shasum": ""
  11722.         },
  11723.         "require": {
  11724.             "php": ">=5.3.3",
  11725.             "phpunit/php-file-iterator": "~1.3",
  11726.             "phpunit/php-text-template": "~1.2",
  11727.             "phpunit/php-token-stream": "~1.3",
  11728.             "sebastian/environment": "^1.3.2",
  11729.             "sebastian/version": "~1.0"
  11730.         },
  11731.         "require-dev": {
  11732.             "ext-xdebug": ">=2.1.4",
  11733.             "phpunit/phpunit": "~4"
  11734.         },
  11735.         "suggest": {
  11736.             "ext-dom": "*",
  11737.             "ext-xdebug": ">=2.2.1",
  11738.             "ext-xmlwriter": "*"
  11739.         },
  11740.         "time": "2015-10-06T15:47:00+00:00",
  11741.         "type": "library",
  11742.         "extra": {
  11743.             "branch-alias": {
  11744.                 "dev-master": "2.2.x-dev"
  11745.             }
  11746.         },
  11747.         "installation-source": "dist",
  11748.         "autoload": {
  11749.             "classmap": [
  11750.                 "src/"
  11751.             ]
  11752.         },
  11753.         "notification-url": "https://packagist.org/downloads/",
  11754.         "license": [
  11755.             "BSD-3-Clause"
  11756.         ],
  11757.         "authors": [
  11758.             {
  11759.                 "name": "Sebastian Bergmann",
  11760.                 "email": "sb@sebastian-bergmann.de",
  11761.                 "role": "lead"
  11762.             }
  11763.         ],
  11764.         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  11765.         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  11766.         "keywords": [
  11767.             "coverage",
  11768.             "testing",
  11769.             "xunit"
  11770.         ]
  11771.     },
  11772.     {
  11773.         "name": "phpunit/phpunit",
  11774.         "version": "4.1.0",
  11775.         "version_normalized": "4.1.0.0",
  11776.         "source": {
  11777.             "type": "git",
  11778.             "url": "https://github.com/sebastianbergmann/phpunit.git",
  11779.             "reference": "efb1b1334605594417a3bd466477772d06d460a8"
  11780.         },
  11781.         "dist": {
  11782.             "type": "zip",
  11783.             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/efb1b1334605594417a3bd466477772d06d460a8",
  11784.             "reference": "efb1b1334605594417a3bd466477772d06d460a8",
  11785.             "shasum": ""
  11786.         },
  11787.         "require": {
  11788.             "ext-dom": "*",
  11789.             "ext-json": "*",
  11790.             "ext-pcre": "*",
  11791.             "ext-reflection": "*",
  11792.             "ext-spl": "*",
  11793.             "php": ">=5.3.3",
  11794.             "phpunit/php-code-coverage": "~2.0",
  11795.             "phpunit/php-file-iterator": "~1.3.1",
  11796.             "phpunit/php-text-template": "~1.2",
  11797.             "phpunit/php-timer": "~1.0.2",
  11798.             "phpunit/phpunit-mock-objects": "~2.1",
  11799.             "sebastian/comparator": "~1.0",
  11800.             "sebastian/diff": "~1.1",
  11801.             "sebastian/environment": "~1.0",
  11802.             "sebastian/exporter": "~1.0",
  11803.             "sebastian/version": "~1.0",
  11804.             "symfony/yaml": "~2.0"
  11805.         },
  11806.         "suggest": {
  11807.             "phpunit/php-invoker": "~1.1"
  11808.         },
  11809.         "time": "2014-05-02T07:13:40+00:00",
  11810.         "bin": [
  11811.             "phpunit"
  11812.         ],
  11813.         "type": "library",
  11814.         "extra": {
  11815.             "branch-alias": {
  11816.                 "dev-master": "4.1.x-dev"
  11817.             }
  11818.         },
  11819.         "installation-source": "dist",
  11820.         "autoload": {
  11821.             "classmap": [
  11822.                 "src/"
  11823.             ]
  11824.         },
  11825.         "notification-url": "https://packagist.org/downloads/",
  11826.         "include-path": [
  11827.             "",
  11828.             "../../symfony/yaml/"
  11829.         ],
  11830.         "license": [
  11831.             "BSD-3-Clause"
  11832.         ],
  11833.         "authors": [
  11834.             {
  11835.                 "name": "Sebastian Bergmann",
  11836.                 "email": "sebastian@phpunit.de",
  11837.                 "role": "lead"
  11838.             }
  11839.         ],
  11840.         "description": "The PHP Unit Testing framework.",
  11841.         "homepage": "http://www.phpunit.de/",
  11842.         "keywords": [
  11843.             "phpunit",
  11844.             "testing",
  11845.             "xunit"
  11846.         ]
  11847.     },
  11848.     {
  11849.         "name": "squizlabs/php_codesniffer",
  11850.         "version": "1.5.3",
  11851.         "version_normalized": "1.5.3.0",
  11852.         "source": {
  11853.             "type": "git",
  11854.             "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  11855.             "reference": "396178ada8499ec492363587f037125bf7b07fcc"
  11856.         },
  11857.         "dist": {
  11858.             "type": "zip",
  11859.             "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/396178ada8499ec492363587f037125bf7b07fcc",
  11860.             "reference": "396178ada8499ec492363587f037125bf7b07fcc",
  11861.             "shasum": ""
  11862.         },
  11863.         "require": {
  11864.             "ext-tokenizer": "*",
  11865.             "php": ">=5.1.2"
  11866.         },
  11867.         "suggest": {
  11868.             "phpunit/php-timer": "dev-master"
  11869.         },
  11870.         "time": "2014-05-01T03:07:07+00:00",
  11871.         "bin": [
  11872.             "scripts/phpcs"
  11873.         ],
  11874.         "type": "library",
  11875.         "extra": {
  11876.             "branch-alias": {
  11877.                 "dev-phpcs-fixer": "2.0.x-dev"
  11878.             }
  11879.         },
  11880.         "installation-source": "dist",
  11881.         "autoload": {
  11882.             "classmap": [
  11883.                 "CodeSniffer.php",
  11884.                 "CodeSniffer/CLI.php",
  11885.                 "CodeSniffer/Exception.php",
  11886.                 "CodeSniffer/File.php",
  11887.                 "CodeSniffer/Report.php",
  11888.                 "CodeSniffer/Reporting.php",
  11889.                 "CodeSniffer/Sniff.php",
  11890.                 "CodeSniffer/Tokens.php",
  11891.                 "CodeSniffer/Reports/",
  11892.                 "CodeSniffer/CommentParser/",
  11893.                 "CodeSniffer/Tokenizers/",
  11894.                 "CodeSniffer/DocGenerators/",
  11895.                 "CodeSniffer/Standards/AbstractPatternSniff.php",
  11896.                 "CodeSniffer/Standards/AbstractScopeSniff.php",
  11897.                 "CodeSniffer/Standards/AbstractVariableSniff.php",
  11898.                 "CodeSniffer/Standards/IncorrectPatternException.php",
  11899.                 "CodeSniffer/Standards/Generic/Sniffs/",
  11900.                 "CodeSniffer/Standards/MySource/Sniffs/",
  11901.                 "CodeSniffer/Standards/PEAR/Sniffs/",
  11902.                 "CodeSniffer/Standards/PSR1/Sniffs/",
  11903.                 "CodeSniffer/Standards/PSR2/Sniffs/",
  11904.                 "CodeSniffer/Standards/Squiz/Sniffs/",
  11905.                 "CodeSniffer/Standards/Zend/Sniffs/"
  11906.             ]
  11907.         },
  11908.         "notification-url": "https://packagist.org/downloads/",
  11909.         "license": [
  11910.             "BSD-3-Clause"
  11911.         ],
  11912.         "authors": [
  11913.             {
  11914.                 "name": "Greg Sherwood",
  11915.                 "role": "lead"
  11916.             }
  11917.         ],
  11918.         "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  11919.         "homepage": "http://www.squizlabs.com/php-codesniffer",
  11920.         "keywords": [
  11921.             "phpcs",
  11922.             "standards"
  11923.         ]
  11924.     },
  11925.     {
  11926.         "name": "sebastian/finder-facade",
  11927.         "version": "1.2.1",
  11928.         "version_normalized": "1.2.1.0",
  11929.         "source": {
  11930.             "type": "git",
  11931.             "url": "https://github.com/sebastianbergmann/finder-facade.git",
  11932.             "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
  11933.         },
  11934.         "dist": {
  11935.             "type": "zip",
  11936.             "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
  11937.             "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
  11938.             "shasum": ""
  11939.         },
  11940.         "require": {
  11941.             "symfony/finder": "~2.3|~3.0",
  11942.             "theseer/fdomdocument": "~1.3"
  11943.         },
  11944.         "time": "2016-02-17T07:02:23+00:00",
  11945.         "type": "library",
  11946.         "installation-source": "dist",
  11947.         "autoload": {
  11948.             "classmap": [
  11949.                 "src/"
  11950.             ]
  11951.         },
  11952.         "notification-url": "https://packagist.org/downloads/",
  11953.         "license": [
  11954.             "BSD-3-Clause"
  11955.         ],
  11956.         "authors": [
  11957.             {
  11958.                 "name": "Sebastian Bergmann",
  11959.                 "email": "sebastian@phpunit.de",
  11960.                 "role": "lead"
  11961.             }
  11962.         ],
  11963.         "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
  11964.         "homepage": "https://github.com/sebastianbergmann/finder-facade"
  11965.     },
  11966.     {
  11967.         "name": "sebastian/phpcpd",
  11968.         "version": "2.0.0",
  11969.         "version_normalized": "2.0.0.0",
  11970.         "source": {
  11971.             "type": "git",
  11972.             "url": "https://github.com/sebastianbergmann/phpcpd.git",
  11973.             "reference": "346c909de7adc3979988a6505a80814c8562d6b3"
  11974.         },
  11975.         "dist": {
  11976.             "type": "zip",
  11977.             "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/346c909de7adc3979988a6505a80814c8562d6b3",
  11978.             "reference": "346c909de7adc3979988a6505a80814c8562d6b3",
  11979.             "shasum": ""
  11980.         },
  11981.         "require": {
  11982.             "php": ">=5.3.3",
  11983.             "phpunit/php-timer": ">=1.0.4",
  11984.             "sebastian/finder-facade": ">=1.1.0",
  11985.             "sebastian/version": ">=1.0.0",
  11986.             "symfony/console": ">=2.2.0",
  11987.             "theseer/fdomdocument": "~1.4"
  11988.         },
  11989.         "time": "2013-11-08T09:05:42+00:00",
  11990.         "bin": [
  11991.             "composer/bin/phpcpd"
  11992.         ],
  11993.         "type": "library",
  11994.         "extra": {
  11995.             "branch-alias": {
  11996.                 "dev-master": "2.0-dev"
  11997.             }
  11998.         },
  11999.         "installation-source": "dist",
  12000.         "autoload": {
  12001.             "classmap": [
  12002.                 "src/"
  12003.             ]
  12004.         },
  12005.         "notification-url": "https://packagist.org/downloads/",
  12006.         "license": [
  12007.             "BSD-3-Clause"
  12008.         ],
  12009.         "authors": [
  12010.             {
  12011.                 "name": "Sebastian Bergmann",
  12012.                 "email": "sebastian@phpunit.de",
  12013.                 "role": "lead"
  12014.             }
  12015.         ],
  12016.         "description": "Copy/Paste Detector (CPD) for PHP code.",
  12017.         "homepage": "https://github.com/sebastianbergmann/phpcpd"
  12018.     },
  12019.     {
  12020.         "name": "pdepend/pdepend",
  12021.         "version": "2.2.2",
  12022.         "version_normalized": "2.2.2.0",
  12023.         "source": {
  12024.             "type": "git",
  12025.             "url": "https://github.com/pdepend/pdepend.git",
  12026.             "reference": "d3ae0d084d526cdc6c3f1b858fb7148de77b41c5"
  12027.         },
  12028.         "dist": {
  12029.             "type": "zip",
  12030.             "url": "https://api.github.com/repos/pdepend/pdepend/zipball/d3ae0d084d526cdc6c3f1b858fb7148de77b41c5",
  12031.             "reference": "d3ae0d084d526cdc6c3f1b858fb7148de77b41c5",
  12032.             "shasum": ""
  12033.         },
  12034.         "require": {
  12035.             "php": ">=5.3.7",
  12036.             "symfony/config": "^2.3.0",
  12037.             "symfony/dependency-injection": "^2.3.0",
  12038.             "symfony/filesystem": "^2.3.0"
  12039.         },
  12040.         "require-dev": {
  12041.             "phpunit/phpunit": "^4.0.0,<4.8",
  12042.             "squizlabs/php_codesniffer": "^2.0.0"
  12043.         },
  12044.         "time": "2015-10-16T08:49:58+00:00",
  12045.         "bin": [
  12046.             "src/bin/pdepend"
  12047.         ],
  12048.         "type": "library",
  12049.         "installation-source": "dist",
  12050.         "autoload": {
  12051.             "psr-0": {
  12052.                 "PDepend\\": "src/main/php/"
  12053.             }
  12054.         },
  12055.         "notification-url": "https://packagist.org/downloads/",
  12056.         "license": [
  12057.             "BSD-3-Clause"
  12058.         ],
  12059.         "description": "Official version of pdepend to be handled with Composer"
  12060.     },
  12061.     {
  12062.         "name": "phpmd/phpmd",
  12063.         "version": "2.5.0",
  12064.         "version_normalized": "2.5.0.0",
  12065.         "source": {
  12066.             "type": "git",
  12067.             "url": "https://github.com/phpmd/phpmd.git",
  12068.             "reference": "9298602a922cd8c46666df8d540a60bc5925ce55"
  12069.         },
  12070.         "dist": {
  12071.             "type": "zip",
  12072.             "url": "https://api.github.com/repos/phpmd/phpmd/zipball/9298602a922cd8c46666df8d540a60bc5925ce55",
  12073.             "reference": "9298602a922cd8c46666df8d540a60bc5925ce55",
  12074.             "shasum": ""
  12075.         },
  12076.         "require": {
  12077.             "pdepend/pdepend": "^2.0.4",
  12078.             "php": ">=5.3.9"
  12079.         },
  12080.         "require-dev": {
  12081.             "phpunit/phpunit": "^4.0",
  12082.             "squizlabs/php_codesniffer": "^2.0"
  12083.         },
  12084.         "time": "2016-11-23T20:33:32+00:00",
  12085.         "bin": [
  12086.             "src/bin/phpmd"
  12087.         ],
  12088.         "type": "project",
  12089.         "installation-source": "dist",
  12090.         "autoload": {
  12091.             "psr-0": {
  12092.                 "PHPMD\\": "src/main/php"
  12093.             }
  12094.         },
  12095.         "notification-url": "https://packagist.org/downloads/",
  12096.         "license": [
  12097.             "BSD-3-Clause"
  12098.         ],
  12099.         "authors": [
  12100.             {
  12101.                 "name": "Manuel Pichler",
  12102.                 "email": "github@manuel-pichler.de",
  12103.                 "homepage": "https://github.com/manuelpichler",
  12104.                 "role": "Project Founder"
  12105.             },
  12106.             {
  12107.                 "name": "Other contributors",
  12108.                 "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
  12109.                 "role": "Contributors"
  12110.             },
  12111.             {
  12112.                 "name": "Marc Würth",
  12113.                 "email": "ravage@bluewin.ch",
  12114.                 "homepage": "https://github.com/ravage84",
  12115.                 "role": "Project Maintainer"
  12116.             }
  12117.         ],
  12118.         "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
  12119.         "homepage": "http://phpmd.org/",
  12120.         "keywords": [
  12121.             "mess detection",
  12122.             "mess detector",
  12123.             "pdepend",
  12124.             "phpmd",
  12125.             "pmd"
  12126.         ]
  12127.     },
  12128.     {
  12129.         "name": "fabpot/php-cs-fixer",
  12130.         "version": "v1.13.1",
  12131.         "version_normalized": "1.13.1.0",
  12132.         "source": {
  12133.             "type": "git",
  12134.             "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  12135.             "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088"
  12136.         },
  12137.         "dist": {
  12138.             "type": "zip",
  12139.             "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/0ea4f7ed06ca55da1d8fc45da26ff87f261c4088",
  12140.             "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088",
  12141.             "shasum": ""
  12142.         },
  12143.         "require": {
  12144.             "ext-tokenizer": "*",
  12145.             "php": "^5.3.6 || >=7.0 <7.2",
  12146.             "sebastian/diff": "^1.1",
  12147.             "symfony/console": "^2.3 || ^3.0",
  12148.             "symfony/event-dispatcher": "^2.1 || ^3.0",
  12149.             "symfony/filesystem": "^2.1 || ^3.0",
  12150.             "symfony/finder": "^2.1 || ^3.0",
  12151.             "symfony/process": "^2.3 || ^3.0",
  12152.             "symfony/stopwatch": "^2.5 || ^3.0"
  12153.         },
  12154.         "conflict": {
  12155.             "hhvm": "<3.9"
  12156.         },
  12157.         "require-dev": {
  12158.             "phpunit/phpunit": "^4.5|^5",
  12159.             "satooshi/php-coveralls": "^1.0"
  12160.         },
  12161.         "time": "2016-12-01T00:05:05+00:00",
  12162.         "bin": [
  12163.             "php-cs-fixer"
  12164.         ],
  12165.         "type": "application",
  12166.         "installation-source": "dist",
  12167.         "autoload": {
  12168.             "psr-4": {
  12169.                 "Symfony\\CS\\": "Symfony/CS/"
  12170.             }
  12171.         },
  12172.         "notification-url": "https://packagist.org/downloads/",
  12173.         "license": [
  12174.             "MIT"
  12175.         ],
  12176.         "authors": [
  12177.             {
  12178.                 "name": "Dariusz Rumiński",
  12179.                 "email": "dariusz.ruminski@gmail.com"
  12180.             },
  12181.             {
  12182.                 "name": "Fabien Potencier",
  12183.                 "email": "fabien@symfony.com"
  12184.             }
  12185.         ],
  12186.         "description": "A tool to automatically fix PHP code style",
  12187.         "abandoned": "friendsofphp/php-cs-fixer"
  12188.     },
  12189.     {
  12190.         "name": "lusitanian/oauth",
  12191.         "version": "v0.7.0",
  12192.         "version_normalized": "0.7.0.0",
  12193.         "source": {
  12194.             "type": "git",
  12195.             "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
  12196.             "reference": "a48f63ce1a636c86f901b9bdbdadcdbf473bb07b"
  12197.         },
  12198.         "dist": {
  12199.             "type": "zip",
  12200.             "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/a48f63ce1a636c86f901b9bdbdadcdbf473bb07b",
  12201.             "reference": "a48f63ce1a636c86f901b9bdbdadcdbf473bb07b",
  12202.             "shasum": ""
  12203.         },
  12204.         "require": {
  12205.             "php": ">=5.3.0"
  12206.         },
  12207.         "require-dev": {
  12208.             "phpunit/phpunit": "3.7.*",
  12209.             "predis/predis": "0.8.*@dev",
  12210.             "squizlabs/php_codesniffer": "2.*",
  12211.             "symfony/http-foundation": "~2.1"
  12212.         },
  12213.         "suggest": {
  12214.             "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
  12215.             "predis/predis": "Allows using the Redis storage backend.",
  12216.             "symfony/http-foundation": "Allows using the Symfony Session storage backend."
  12217.         },
  12218.         "time": "2015-10-07T00:20:04+00:00",
  12219.         "type": "library",
  12220.         "extra": {
  12221.             "branch-alias": {
  12222.                 "dev-master": "0.1-dev"
  12223.             }
  12224.         },
  12225.         "installation-source": "dist",
  12226.         "autoload": {
  12227.             "psr-0": {
  12228.                 "OAuth": "src",
  12229.                 "OAuth\\Unit": "tests"
  12230.             }
  12231.         },
  12232.         "notification-url": "https://packagist.org/downloads/",
  12233.         "license": [
  12234.             "MIT"
  12235.         ],
  12236.         "authors": [
  12237.             {
  12238.                 "name": "David Desberg",
  12239.                 "email": "david@daviddesberg.com"
  12240.             },
  12241.             {
  12242.                 "name": "Elliot Chance",
  12243.                 "email": "elliotchance@gmail.com"
  12244.             },
  12245.             {
  12246.                 "name": "Pieter Hordijk",
  12247.                 "email": "info@pieterhordijk.com"
  12248.             }
  12249.         ],
  12250.         "description": "PHP 5.3+ oAuth 1/2 Library",
  12251.         "keywords": [
  12252.             "Authentication",
  12253.             "authorization",
  12254.             "oauth",
  12255.             "security"
  12256.         ]
  12257.     },
  12258.     {
  12259.         "name": "composer/spdx-licenses",
  12260.         "version": "1.1.6",
  12261.         "version_normalized": "1.1.6.0",
  12262.         "source": {
  12263.             "type": "git",
  12264.             "url": "https://github.com/composer/spdx-licenses.git",
  12265.             "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c"
  12266.         },
  12267.         "dist": {
  12268.             "type": "zip",
  12269.             "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
  12270.             "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
  12271.             "shasum": ""
  12272.         },
  12273.         "require": {
  12274.             "php": "^5.3.2 || ^7.0"
  12275.         },
  12276.         "require-dev": {
  12277.             "phpunit/phpunit": "^4.5 || ^5.0.5",
  12278.             "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  12279.         },
  12280.         "time": "2017-04-03T19:08:52+00:00",
  12281.         "type": "library",
  12282.         "extra": {
  12283.             "branch-alias": {
  12284.                 "dev-master": "1.x-dev"
  12285.             }
  12286.         },
  12287.         "installation-source": "dist",
  12288.         "autoload": {
  12289.             "psr-4": {
  12290.                 "Composer\\Spdx\\": "src"
  12291.             }
  12292.         },
  12293.         "notification-url": "https://packagist.org/downloads/",
  12294.         "license": [
  12295.             "MIT"
  12296.         ],
  12297.         "authors": [
  12298.             {
  12299.                 "name": "Nils Adermann",
  12300.                 "email": "naderman@naderman.de",
  12301.                 "homepage": "http://www.naderman.de"
  12302.             },
  12303.             {
  12304.                 "name": "Jordi Boggiano",
  12305.                 "email": "j.boggiano@seld.be",
  12306.                 "homepage": "http://seld.be"
  12307.             },
  12308.             {
  12309.                 "name": "Rob Bast",
  12310.                 "email": "rob.bast@gmail.com",
  12311.                 "homepage": "http://robbast.nl"
  12312.             }
  12313.         ],
  12314.         "description": "SPDX licenses list and validation library.",
  12315.         "keywords": [
  12316.             "license",
  12317.             "spdx",
  12318.             "validator"
  12319.         ]
  12320.     },
  12321.     {
  12322.         "name": "oyejorge/less.php",
  12323.         "version": "v1.7.0.14",
  12324.         "version_normalized": "1.7.0.14",
  12325.         "source": {
  12326.             "type": "git",
  12327.             "url": "https://github.com/oyejorge/less.php.git",
  12328.             "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
  12329.         },
  12330.         "dist": {
  12331.             "type": "zip",
  12332.             "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
  12333.             "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
  12334.             "shasum": ""
  12335.         },
  12336.         "require": {
  12337.             "php": ">=5.3"
  12338.         },
  12339.         "require-dev": {
  12340.             "phpunit/phpunit": "~4.8.24"
  12341.         },
  12342.         "time": "2017-03-28T22:19:25+00:00",
  12343.         "bin": [
  12344.             "bin/lessc"
  12345.         ],
  12346.         "type": "library",
  12347.         "installation-source": "dist",
  12348.         "autoload": {
  12349.             "psr-0": {
  12350.                 "Less": "lib/"
  12351.             },
  12352.             "classmap": [
  12353.                 "lessc.inc.php"
  12354.             ]
  12355.         },
  12356.         "notification-url": "https://packagist.org/downloads/",
  12357.         "license": [
  12358.             "Apache-2.0"
  12359.         ],
  12360.         "authors": [
  12361.             {
  12362.                 "name": "Matt Agar",
  12363.                 "homepage": "https://github.com/agar"
  12364.             },
  12365.             {
  12366.                 "name": "Martin Jantošovič",
  12367.                 "homepage": "https://github.com/Mordred"
  12368.             },
  12369.             {
  12370.                 "name": "Josh Schmidt",
  12371.                 "homepage": "https://github.com/oyejorge"
  12372.             }
  12373.         ],
  12374.         "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
  12375.         "homepage": "http://lessphp.gpeasy.com",
  12376.         "keywords": [
  12377.             "css",
  12378.             "less",
  12379.             "less.js",
  12380.             "lesscss",
  12381.             "php",
  12382.             "stylesheet"
  12383.         ]
  12384.     },
  12385.     {
  12386.         "name": "phpseclib/phpseclib",
  12387.         "version": "2.0.5",
  12388.         "version_normalized": "2.0.5.0",
  12389.         "source": {
  12390.             "type": "git",
  12391.             "url": "https://github.com/phpseclib/phpseclib.git",
  12392.             "reference": "f8dd0e18d2328c447dd4190fecd11ef52680d968"
  12393.         },
  12394.         "dist": {
  12395.             "type": "zip",
  12396.             "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f8dd0e18d2328c447dd4190fecd11ef52680d968",
  12397.             "reference": "f8dd0e18d2328c447dd4190fecd11ef52680d968",
  12398.             "shasum": ""
  12399.         },
  12400.         "require": {
  12401.             "php": ">=5.3.3"
  12402.         },
  12403.         "require-dev": {
  12404.             "phing/phing": "~2.7",
  12405.             "phpunit/phpunit": "~4.0",
  12406.             "sami/sami": "~2.0",
  12407.             "squizlabs/php_codesniffer": "~2.0"
  12408.         },
  12409.         "suggest": {
  12410.             "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  12411.             "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  12412.             "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  12413.             "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  12414.         },
  12415.         "time": "2017-05-08T05:58:35+00:00",
  12416.         "type": "library",
  12417.         "installation-source": "dist",
  12418.         "autoload": {
  12419.             "files": [
  12420.                 "phpseclib/bootstrap.php"
  12421.             ],
  12422.             "psr-4": {
  12423.                 "phpseclib\\": "phpseclib/"
  12424.             }
  12425.         },
  12426.         "notification-url": "https://packagist.org/downloads/",
  12427.         "license": [
  12428.             "MIT"
  12429.         ],
  12430.         "authors": [
  12431.             {
  12432.                 "name": "Jim Wigginton",
  12433.                 "email": "terrafrost@php.net",
  12434.                 "role": "Lead Developer"
  12435.             },
  12436.             {
  12437.                 "name": "Patrick Monnerat",
  12438.                 "email": "pm@datasphere.ch",
  12439.                 "role": "Developer"
  12440.             },
  12441.             {
  12442.                 "name": "Andreas Fischer",
  12443.                 "email": "bantu@phpbb.com",
  12444.                 "role": "Developer"
  12445.             },
  12446.             {
  12447.                 "name": "Hans-Jürgen Petrich",
  12448.                 "email": "petrich@tronic-media.com",
  12449.                 "role": "Developer"
  12450.             },
  12451.             {
  12452.                 "name": "Graham Campbell",
  12453.                 "email": "graham@alt-three.com",
  12454.                 "role": "Developer"
  12455.             }
  12456.         ],
  12457.         "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  12458.         "homepage": "http://phpseclib.sourceforge.net",
  12459.         "keywords": [
  12460.             "BigInteger",
  12461.             "aes",
  12462.             "asn.1",
  12463.             "asn1",
  12464.             "blowfish",
  12465.             "crypto",
  12466.             "cryptography",
  12467.             "encryption",
  12468.             "rsa",
  12469.             "security",
  12470.             "sftp",
  12471.             "signature",
  12472.             "signing",
  12473.             "ssh",
  12474.             "twofish",
  12475.             "x.509",
  12476.             "x509"
  12477.         ]
  12478.     },
  12479.     {
  12480.         "name": "sebastian/diff",
  12481.         "version": "1.4.3",
  12482.         "version_normalized": "1.4.3.0",
  12483.         "source": {
  12484.             "type": "git",
  12485.             "url": "https://github.com/sebastianbergmann/diff.git",
  12486.             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  12487.         },
  12488.         "dist": {
  12489.             "type": "zip",
  12490.             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  12491.             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  12492.             "shasum": ""
  12493.         },
  12494.         "require": {
  12495.             "php": "^5.3.3 || ^7.0"
  12496.         },
  12497.         "require-dev": {
  12498.             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  12499.         },
  12500.         "time": "2017-05-22T07:24:03+00:00",
  12501.         "type": "library",
  12502.         "extra": {
  12503.             "branch-alias": {
  12504.                 "dev-master": "1.4-dev"
  12505.             }
  12506.         },
  12507.         "installation-source": "dist",
  12508.         "autoload": {
  12509.             "classmap": [
  12510.                 "src/"
  12511.             ]
  12512.         },
  12513.         "notification-url": "https://packagist.org/downloads/",
  12514.         "license": [
  12515.             "BSD-3-Clause"
  12516.         ],
  12517.         "authors": [
  12518.             {
  12519.                 "name": "Kore Nordmann",
  12520.                 "email": "mail@kore-nordmann.de"
  12521.             },
  12522.             {
  12523.                 "name": "Sebastian Bergmann",
  12524.                 "email": "sebastian@phpunit.de"
  12525.             }
  12526.         ],
  12527.         "description": "Diff implementation",
  12528.         "homepage": "https://github.com/sebastianbergmann/diff",
  12529.         "keywords": [
  12530.             "diff"
  12531.         ]
  12532.     },
  12533.     {
  12534.         "name": "theseer/fdomdocument",
  12535.         "version": "1.6.5",
  12536.         "version_normalized": "1.6.5.0",
  12537.         "source": {
  12538.             "type": "git",
  12539.             "url": "https://github.com/theseer/fDOMDocument.git",
  12540.             "reference": "8dcfd392135a5bd938c3c83ea71419501ad9855d"
  12541.         },
  12542.         "dist": {
  12543.             "type": "zip",
  12544.             "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/8dcfd392135a5bd938c3c83ea71419501ad9855d",
  12545.             "reference": "8dcfd392135a5bd938c3c83ea71419501ad9855d",
  12546.             "shasum": ""
  12547.         },
  12548.         "require": {
  12549.             "ext-dom": "*",
  12550.             "lib-libxml": "*",
  12551.             "php": ">=5.3.3"
  12552.         },
  12553.         "time": "2017-04-21T14:50:31+00:00",
  12554.         "type": "library",
  12555.         "installation-source": "dist",
  12556.         "autoload": {
  12557.             "classmap": [
  12558.                 "src/"
  12559.             ]
  12560.         },
  12561.         "notification-url": "https://packagist.org/downloads/",
  12562.         "license": [
  12563.             "BSD-3-Clause"
  12564.         ],
  12565.         "authors": [
  12566.             {
  12567.                 "name": "Arne Blankerts",
  12568.                 "email": "arne@blankerts.de",
  12569.                 "role": "lead"
  12570.             }
  12571.         ],
  12572.         "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
  12573.         "homepage": "https://github.com/theseer/fDOMDocument"
  12574.     },
  12575.     {
  12576.         "name": "honl/magento2-templatehints",
  12577.         "version": "0.2.1",
  12578.         "version_normalized": "0.2.1.0",
  12579.         "source": {
  12580.             "type": "git",
  12581.             "url": "https://github.com/ho-nl/magento2-Ho_Templatehints.git",
  12582.             "reference": "674f4d5ff2a7b781ee2d4372ff18451f87cafe79"
  12583.         },
  12584.         "dist": {
  12585.             "type": "zip",
  12586.             "url": "https://api.github.com/repos/ho-nl/magento2-Ho_Templatehints/zipball/674f4d5ff2a7b781ee2d4372ff18451f87cafe79",
  12587.             "reference": "674f4d5ff2a7b781ee2d4372ff18451f87cafe79",
  12588.             "shasum": ""
  12589.         },
  12590.         "require": {
  12591.             "php": "~5.5.0|~5.6.0|~7.0.0"
  12592.         },
  12593.         "time": "2016-07-18T19:53:56+00:00",
  12594.         "type": "magento2-module",
  12595.         "installation-source": "dist",
  12596.         "autoload": {
  12597.             "files": [
  12598.                 "registration.php"
  12599.             ],
  12600.             "psr-4": {
  12601.                 "Ho\\Templatehints\\": ""
  12602.             }
  12603.         },
  12604.         "notification-url": "https://packagist.org/downloads/",
  12605.         "license": [
  12606.             "BSD-2-Clause"
  12607.         ],
  12608.         "authors": [
  12609.             {
  12610.                 "name": "Paul Hachmang - H&O",
  12611.                 "email": "paul@h-o.nl"
  12612.             }
  12613.         ],
  12614.         "description": "H&O Magento 2 Advanced Template Hints module",
  12615.         "homepage": "https://github.com/ho-nl/magento2-Ho_Templatehints"
  12616.     },
  12617.     {
  12618.         "name": "mage2pro/core",
  12619.         "version": "2.6.25",
  12620.         "version_normalized": "2.6.25.0",
  12621.         "source": {
  12622.             "type": "git",
  12623.             "url": "https://github.com/mage2pro/core.git",
  12624.             "reference": "cbdcf48731f9b13fa57501b11427afefe97a7ea4"
  12625.         },
  12626.         "dist": {
  12627.             "type": "zip",
  12628.             "url": "https://api.github.com/repos/mage2pro/core/zipball/cbdcf48731f9b13fa57501b11427afefe97a7ea4",
  12629.             "reference": "cbdcf48731f9b13fa57501b11427afefe97a7ea4",
  12630.             "shasum": ""
  12631.         },
  12632.         "require": {
  12633.             "magento/framework": ">=100.0.0",
  12634.             "magento/magento-composer-installer": "*",
  12635.             "magento/module-sample-data": ">=100.0.0",
  12636.             "php": ">=5.6",
  12637.             "phpunit/phpunit": "*"
  12638.         },
  12639.         "time": "2017-05-22T12:03:56+00:00",
  12640.         "type": "magento2-module",
  12641.         "installation-source": "dist",
  12642.         "autoload": {
  12643.             "files": [
  12644.                 "registration.php"
  12645.             ],
  12646.             "psr-4": {
  12647.                 "Df\\": ""
  12648.             }
  12649.         },
  12650.         "notification-url": "https://packagist.org/downloads/",
  12651.         "license": [
  12652.             "MIT"
  12653.         ],
  12654.         "authors": [
  12655.             {
  12656.                 "name": "Dmitry Fedyuk",
  12657.                 "email": "admin@mage2.pro",
  12658.                 "homepage": "https://mage2.pro/users/dmitry_fedyuk",
  12659.                 "role": "Developer"
  12660.             }
  12661.         ],
  12662.         "description": "Mage2.PRO core package.",
  12663.         "homepage": "https://mage2.pro"
  12664.     },
  12665.     {
  12666.         "name": "mage2pro/currency-format",
  12667.         "version": "1.0.21",
  12668.         "version_normalized": "1.0.21.0",
  12669.         "source": {
  12670.             "type": "git",
  12671.             "url": "https://github.com/mage2pro/currency-format.git",
  12672.             "reference": "ebb075440ae6352e1d031a20dbe906a63f33bc48"
  12673.         },
  12674.         "dist": {
  12675.             "type": "zip",
  12676.             "url": "https://api.github.com/repos/mage2pro/currency-format/zipball/ebb075440ae6352e1d031a20dbe906a63f33bc48",
  12677.             "reference": "ebb075440ae6352e1d031a20dbe906a63f33bc48",
  12678.             "shasum": ""
  12679.         },
  12680.         "require": {
  12681.             "mage2pro/core": ">=2.4.44"
  12682.         },
  12683.         "time": "2017-04-10T17:08:17+00:00",
  12684.         "type": "magento2-module",
  12685.         "installation-source": "dist",
  12686.         "autoload": {
  12687.             "files": [
  12688.                 "registration.php"
  12689.             ],
  12690.             "psr-4": {
  12691.                 "Dfe\\CurrencyFormat\\": ""
  12692.             }
  12693.         },
  12694.         "notification-url": "https://packagist.org/downloads/",
  12695.         "license": [
  12696.             "proprietary"
  12697.         ],
  12698.         "authors": [
  12699.             {
  12700.                 "name": "Dmitry Fedyuk",
  12701.                 "email": "admin@mage2.pro",
  12702.                 "homepage": "https://mage2.pro/users/dmitry_fedyuk",
  12703.                 "role": "Developer"
  12704.             }
  12705.         ],
  12706.         "description": "The «Price Format» extension for Magento 2.",
  12707.         "homepage": "https://mage2.pro/c/extensions/price-format",
  12708.         "keywords": [
  12709.             "currency",
  12710.             "currency format",
  12711.             "ecommerce",
  12712.             "magento",
  12713.             "magento 2",
  12714.             "magento extension"
  12715.         ]
  12716.     },
  12717.     {
  12718.         "name": "magepal/magento2-gmailsmtpapp",
  12719.         "version": "1.4.5",
  12720.         "version_normalized": "1.4.5.0",
  12721.         "source": {
  12722.             "type": "git",
  12723.             "url": "https://github.com/magepal/magento2-gmailsmtpapp.git",
  12724.             "reference": "b21cc66b4af66d0e2eb7a507459de7f4308ac19d"
  12725.         },
  12726.         "dist": {
  12727.             "type": "zip",
  12728.             "url": "https://api.github.com/repos/magepal/magento2-gmailsmtpapp/zipball/b21cc66b4af66d0e2eb7a507459de7f4308ac19d",
  12729.             "reference": "b21cc66b4af66d0e2eb7a507459de7f4308ac19d",
  12730.             "shasum": ""
  12731.         },
  12732.         "require": {
  12733.             "magento/framework": "100.0.*|100.1.*",
  12734.             "magento/module-backend": "100.0.*|100.1.*",
  12735.             "php": "~5.6.0|7.0.2|~7.0.6"
  12736.         },
  12737.         "time": "2017-04-18T20:01:13+00:00",
  12738.         "type": "magento2-module",
  12739.         "installation-source": "dist",
  12740.         "autoload": {
  12741.             "files": [
  12742.                 "registration.php"
  12743.             ],
  12744.             "psr-4": {
  12745.                 "MagePal\\GmailSmtpApp\\": ""
  12746.             }
  12747.         },
  12748.         "notification-url": "https://packagist.org/downloads/",
  12749.         "license": [
  12750.             "OSL-3.0",
  12751.             "AFL-3.0"
  12752.         ],
  12753.         "description": "Configure Magento 2 to use Google/Gmail SMTP server to send email",
  12754.         "keywords": [
  12755.             "Amazon SES",
  12756.             "Amazon Simple Email Service",
  12757.             "gmail smtp",
  12758.             "google app",
  12759.             "magento 2",
  12760.             "magetno2 email"
  12761.         ]
  12762.     },
  12763.     {
  12764.         "name": "m2epro/magento2-extension",
  12765.         "version": "1.2.1",
  12766.         "version_normalized": "1.2.1.0",
  12767.         "source": {
  12768.             "type": "git",
  12769.             "url": "https://github.com/m2epro/magento2-extension.git",
  12770.             "reference": "18f53316e03272d7b4788429df894f157621a1fd"
  12771.         },
  12772.         "dist": {
  12773.             "type": "zip",
  12774.             "url": "https://api.github.com/repos/m2epro/magento2-extension/zipball/18f53316e03272d7b4788429df894f157621a1fd",
  12775.             "reference": "18f53316e03272d7b4788429df894f157621a1fd",
  12776.             "shasum": ""
  12777.         },
  12778.         "require": {
  12779.             "magento/framework": "*",
  12780.             "magento/module-backend": "*",
  12781.             "magento/module-catalog": "*",
  12782.             "magento/module-catalog-inventory": "*",
  12783.             "magento/module-config": "*",
  12784.             "magento/module-customer": "*",
  12785.             "magento/module-eav": "*",
  12786.             "magento/module-payment": "*",
  12787.             "magento/module-quote": "*",
  12788.             "magento/module-require-js": "*",
  12789.             "magento/module-sales": "*",
  12790.             "magento/module-sales-sequence": "*",
  12791.             "magento/module-shipping": "*",
  12792.             "magento/module-store": "*",
  12793.             "magento/module-tax": "*",
  12794.             "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0"
  12795.         },
  12796.         "suggest": {
  12797.             "magento/module-bundle": "Allows using bundle products in listings and orders",
  12798.             "magento/module-configurable-product": "Allows using configurable products in listings and orders",
  12799.             "magento/module-cron": "Allows execute scheduled tasks even if site not available from M2E Pro Cron Service",
  12800.             "magento/module-grouped-product": "Allows using grouped products in listings and orders"
  12801.         },
  12802.         "time": "2017-02-05T14:47:22+00:00",
  12803.         "type": "magento2-module",
  12804.         "installation-source": "dist",
  12805.         "autoload": {
  12806.             "files": [
  12807.                 "registration.php"
  12808.             ],
  12809.             "psr-4": {
  12810.                 "Ess\\M2ePro\\": ""
  12811.             }
  12812.         },
  12813.         "notification-url": "https://packagist.org/downloads/",
  12814.         "license": [
  12815.             "Refer to Terms and Conditions on m2epro.com"
  12816.         ],
  12817.         "description": "M2E Pro is a Magento trusted (TM), award-winning extension, which allows merchants of all sizes to fully integrate Magento based system(s) into eBay/Amazon/Rakuten.com platforms.",
  12818.         "homepage": "http://www.m2epro.com/",
  12819.         "keywords": [
  12820.             "amazon",
  12821.             "ebay",
  12822.             "magento",
  12823.             "rakuten"
  12824.         ]
  12825.     },
  12826.     {
  12827.         "name": "splendidinternet/mage2-locale-de-de",
  12828.         "version": "1.15.1",
  12829.         "version_normalized": "1.15.1.0",
  12830.         "source": {
  12831.             "type": "git",
  12832.             "url": "https://github.com/splendidinternet/Magento2_German_LocalePack_de_DE.git",
  12833.             "reference": "68dd20ba138bf0962a291c4c2bd920859ba706fb"
  12834.         },
  12835.         "dist": {
  12836.             "type": "zip",
  12837.             "url": "https://api.github.com/repos/splendidinternet/Magento2_German_LocalePack_de_DE/zipball/68dd20ba138bf0962a291c4c2bd920859ba706fb",
  12838.             "reference": "68dd20ba138bf0962a291c4c2bd920859ba706fb",
  12839.             "shasum": ""
  12840.         },
  12841.         "require": {
  12842.             "magento/framework": "^100.0.0"
  12843.         },
  12844.         "time": "2017-04-11T10:21:01+00:00",
  12845.         "type": "magento2-language",
  12846.         "installation-source": "dist",
  12847.         "autoload": {
  12848.             "files": [
  12849.                 "registration.php"
  12850.             ]
  12851.         },
  12852.         "notification-url": "https://packagist.org/downloads/",
  12853.         "license": [
  12854.             "OSL-3.0"
  12855.         ],
  12856.         "description": "German (Germany) language"
  12857.     },
  12858.     {
  12859.         "name": "hellobrave/core",
  12860.         "version": "1.0.1",
  12861.         "version_normalized": "1.0.1.0",
  12862.         "dist": {
  12863.             "type": "zip",
  12864.             "url": "https://repo.magento.com/archives/hellobrave/core/hellobrave-core-1.0.1.0.zip",
  12865.             "reference": null,
  12866.             "shasum": "ab0c99e5e6228a85c7cea25ed371cbae0efd1244"
  12867.         },
  12868.         "require": {
  12869.             "magento/framework": "*",
  12870.             "magento/module-backend": "*",
  12871.             "magento/module-config": "*",
  12872.             "magento/module-store": "*",
  12873.             "php": "~5.5.0|~5.6.0|~7.0.0"
  12874.         },
  12875.         "type": "magento2-module",
  12876.         "extra": {
  12877.             "x-magento-ext-title": "HelloBrave Core Package",
  12878.             "x-magento-ext-type": "Package"
  12879.         },
  12880.         "installation-source": "dist",
  12881.         "autoload": {
  12882.             "files": [
  12883.                 "registration.php"
  12884.             ],
  12885.             "psr-4": {
  12886.                 "HelloBrave\\Core\\": ""
  12887.             }
  12888.         },
  12889.         "license": [
  12890.             "OSL-3.0",
  12891.             "AFL-3.0"
  12892.         ],
  12893.         "authors": [
  12894.             {
  12895.                 "name": "HelloBrave",
  12896.                 "email": "dev@hellobrave.com",
  12897.                 "homepage": "http://www.hellobrave.com/",
  12898.                 "role": "Developer"
  12899.             }
  12900.         ],
  12901.         "description": "Magento 2 extension to support and register all other HelloBrave Magento 2 extensions."
  12902.     },
  12903.     {
  12904.         "name": "hellobrave/cookiecompliance",
  12905.         "version": "1.0.4",
  12906.         "version_normalized": "1.0.4.0",
  12907.         "dist": {
  12908.             "type": "zip",
  12909.             "url": "https://repo.magento.com/archives/hellobrave/cookiecompliance/hellobrave-cookiecompliance-1.0.4.0.zip",
  12910.             "reference": null,
  12911.             "shasum": "1a5dca7c77c634278c9f587f7db4c048ad2fb078"
  12912.         },
  12913.         "require": {
  12914.             "hellobrave/core": "*",
  12915.             "php": "~5.5.0|~5.6.0|~7.0.0"
  12916.         },
  12917.         "type": "magento2-module",
  12918.         "extra": {
  12919.             "x-magento-ext-title": "EU Cookie Compliance",
  12920.             "x-magento-ext-package-link": "https://marketplace.magento.com/hellobrave-cookiecompliance.html",
  12921.             "x-magento-ext-type": "Extension"
  12922.         },
  12923.         "installation-source": "dist",
  12924.         "autoload": {
  12925.             "files": [
  12926.                 "registration.php"
  12927.             ],
  12928.             "psr-4": {
  12929.                 "HelloBrave\\CookieCompliance\\": ""
  12930.             }
  12931.         },
  12932.         "license": [
  12933.             "OSL-3.0",
  12934.             "AFL-3.0"
  12935.         ],
  12936.         "authors": [
  12937.             {
  12938.                 "name": "HelloBrave",
  12939.                 "email": "dev@hellobrave.com",
  12940.                 "homepage": "http://www.hellobrave.com/",
  12941.                 "role": "Developer"
  12942.             }
  12943.         ],
  12944.         "description": "Magento 2 extension to insert a EU compliant implied consent cookie notification bar"
  12945.     },
  12946.     {
  12947.         "name": "weltpixel/m2-weltpixel-backend",
  12948.         "version": "1.0.8",
  12949.         "version_normalized": "1.0.8.0",
  12950.         "dist": {
  12951.             "type": "zip",
  12952.             "url": "https://repo.magento.com/archives/weltpixel/m2-weltpixel-backend/weltpixel-m2-weltpixel-backend-1.0.8.0.zip",
  12953.             "reference": null,
  12954.             "shasum": "00ca9fd0605b46bc0d78681df63f6685dac82936"
  12955.         },
  12956.         "require": {
  12957.             "magento/module-admin-notification": "100.*|101.*",
  12958.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6"
  12959.         },
  12960.         "type": "magento2-module",
  12961.         "extra": {
  12962.             "x-magento-ext-title": "Backend dependency pack for WeltPixel Extensions",
  12963.             "x-magento-ext-type": "Package"
  12964.         },
  12965.         "installation-source": "dist",
  12966.         "autoload": {
  12967.             "files": [
  12968.                 "registration.php"
  12969.             ],
  12970.             "psr-4": {
  12971.                 "WeltPixel\\Backend\\": ""
  12972.             }
  12973.         },
  12974.         "license": [
  12975.             "OSL-3.0",
  12976.             "AFL-3.0"
  12977.         ],
  12978.         "description": "WeltPixel Backend Module"
  12979.     },
  12980.     {
  12981.         "name": "weltpixel/m2-weltpixel-owl-carousel-slider",
  12982.         "version": "1.3.1",
  12983.         "version_normalized": "1.3.1.0",
  12984.         "dist": {
  12985.             "type": "zip",
  12986.             "url": "https://repo.magento.com/archives/weltpixel/m2-weltpixel-owl-carousel-slider/weltpixel-m2-weltpixel-owl-carousel-slider-1.3.1.0.zip",
  12987.             "reference": null,
  12988.             "shasum": "a3574f7978cf08df3d0eb5a2d649bbb25baf063c"
  12989.         },
  12990.         "require": {
  12991.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
  12992.             "weltpixel/m2-weltpixel-backend": "~1.0 | master"
  12993.         },
  12994.         "type": "magento2-module",
  12995.         "extra": {
  12996.             "x-magento-ext-title": "OWL Carousel and Slider",
  12997.             "x-magento-ext-package-link": "https://marketplace.magento.com/weltpixel-m2-weltpixel-owl-carousel-slider.html",
  12998.             "x-magento-ext-type": "Extension"
  12999.         },
  13000.         "installation-source": "dist",
  13001.         "autoload": {
  13002.             "files": [
  13003.                 "registration.php"
  13004.             ],
  13005.             "psr-4": {
  13006.                 "WeltPixel\\OwlCarouselSlider\\": ""
  13007.             }
  13008.         },
  13009.         "license": [
  13010.             "OSL-3.0",
  13011.             "AFL-3.0"
  13012.         ],
  13013.         "authors": [
  13014.             {
  13015.                 "name": "WeltPixel",
  13016.                 "email": "support@weltpixel.com",
  13017.                 "homepage": "http://www.weltpixel.com/"
  13018.             }
  13019.         ],
  13020.         "description": "WeltPixel Owl Carousel And Slider Module"
  13021.     },
  13022.     {
  13023.         "name": "weltpixel/module-google-tag-manager",
  13024.         "version": "1.2.1",
  13025.         "version_normalized": "1.2.1.0",
  13026.         "dist": {
  13027.             "type": "zip",
  13028.             "url": "https://repo.magento.com/archives/weltpixel/module-google-tag-manager/weltpixel-module-google-tag-manager-1.2.1.0.zip",
  13029.             "reference": null,
  13030.             "shasum": "35facd536fc8ed913014223530a6155a3189ec90"
  13031.         },
  13032.         "require": {
  13033.             "magento/module-backend": "100.*",
  13034.             "magento/module-catalog": "101.* | 100.*",
  13035.             "magento/module-checkout": "100.*",
  13036.             "magento/module-sales": "100.*",
  13037.             "magento/module-theme": "100.*",
  13038.             "php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
  13039.             "weltpixel/m2-weltpixel-backend": "~1.0 | master"
  13040.         },
  13041.         "type": "magento2-module",
  13042.         "extra": {
  13043.             "x-magento-ext-title": "Google Analytics Enhanced Ecommerce",
  13044.             "x-magento-ext-package-link": "https://marketplace.magento.com/weltpixel-module-google-tag-manager.html",
  13045.             "x-magento-ext-type": "Extension"
  13046.         },
  13047.         "installation-source": "dist",
  13048.         "autoload": {
  13049.             "files": [
  13050.                 "registration.php"
  13051.             ],
  13052.             "psr-4": {
  13053.                 "WeltPixel\\GoogleTagManager\\": ""
  13054.             }
  13055.         },
  13056.         "license": [
  13057.             "OSL-3.0",
  13058.             "AFL-3.0"
  13059.         ],
  13060.         "description": "WeltPixel GoogleAnalyticsEnhancedEcommerce Module"
  13061.     },
  13062.     {
  13063.         "name": "tawk/widget",
  13064.         "version": "1.0.1",
  13065.         "version_normalized": "1.0.1.0",
  13066.         "dist": {
  13067.             "type": "zip",
  13068.             "url": "https://repo.magento.com/archives/tawk/widget/tawk-widget-1.0.1.0.zip",
  13069.             "reference": null,
  13070.             "shasum": "cc8e24105da949ff2a6b48022d631b8b3f70152b"
  13071.         },
  13072.         "require": {
  13073.             "php": "~5.5.0|~5.6.0|~7.0.0"
  13074.         },
  13075.         "type": "magento2-module",
  13076.         "extra": {
  13077.             "x-magento-ext-title": "Tawk.to Live Chat",
  13078.             "x-magento-ext-package-link": "https://marketplace.magento.com/tawk-widget.html",
  13079.             "x-magento-ext-type": "Extension"
  13080.         },
  13081.         "installation-source": "dist",
  13082.         "autoload": {
  13083.             "files": [
  13084.                 "registration.php"
  13085.             ],
  13086.             "psr-4": {
  13087.                 "Tawk\\Widget\\": ""
  13088.             }
  13089.         },
  13090.         "license": [
  13091.             "OSL-3.0"
  13092.         ],
  13093.         "description": "Tawk live chat widget"
  13094.     },
  13095.     {
  13096.         "name": "symfony/event-dispatcher",
  13097.         "version": "v2.8.21",
  13098.         "version_normalized": "2.8.21.0",
  13099.         "source": {
  13100.             "type": "git",
  13101.             "url": "https://github.com/symfony/event-dispatcher.git",
  13102.             "reference": "7fc8e2b4118ff316550596357325dfd92a51f531"
  13103.         },
  13104.         "dist": {
  13105.             "type": "zip",
  13106.             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fc8e2b4118ff316550596357325dfd92a51f531",
  13107.             "reference": "7fc8e2b4118ff316550596357325dfd92a51f531",
  13108.             "shasum": ""
  13109.         },
  13110.         "require": {
  13111.             "php": ">=5.3.9"
  13112.         },
  13113.         "require-dev": {
  13114.             "psr/log": "~1.0",
  13115.             "symfony/config": "^2.0.5|~3.0.0",
  13116.             "symfony/dependency-injection": "~2.6|~3.0.0",
  13117.             "symfony/expression-language": "~2.6|~3.0.0",
  13118.             "symfony/stopwatch": "~2.3|~3.0.0"
  13119.         },
  13120.         "suggest": {
  13121.             "symfony/dependency-injection": "",
  13122.             "symfony/http-kernel": ""
  13123.         },
  13124.         "time": "2017-04-26T16:56:54+00:00",
  13125.         "type": "library",
  13126.         "extra": {
  13127.             "branch-alias": {
  13128.                 "dev-master": "2.8-dev"
  13129.             }
  13130.         },
  13131.         "installation-source": "dist",
  13132.         "autoload": {
  13133.             "psr-4": {
  13134.                 "Symfony\\Component\\EventDispatcher\\": ""
  13135.             },
  13136.             "exclude-from-classmap": [
  13137.                 "/Tests/"
  13138.             ]
  13139.         },
  13140.         "notification-url": "https://packagist.org/downloads/",
  13141.         "license": [
  13142.             "MIT"
  13143.         ],
  13144.         "authors": [
  13145.             {
  13146.                 "name": "Fabien Potencier",
  13147.                 "email": "fabien@symfony.com"
  13148.             },
  13149.             {
  13150.                 "name": "Symfony Community",
  13151.                 "homepage": "https://symfony.com/contributors"
  13152.             }
  13153.         ],
  13154.         "description": "Symfony EventDispatcher Component",
  13155.         "homepage": "https://symfony.com"
  13156.     },
  13157.     {
  13158.         "name": "symfony/process",
  13159.         "version": "v2.8.21",
  13160.         "version_normalized": "2.8.21.0",
  13161.         "source": {
  13162.             "type": "git",
  13163.             "url": "https://github.com/symfony/process.git",
  13164.             "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9"
  13165.         },
  13166.         "dist": {
  13167.             "type": "zip",
  13168.             "url": "https://api.github.com/repos/symfony/process/zipball/d54232f5682fda2f8bbebff7c81b864646867ab9",
  13169.             "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9",
  13170.             "shasum": ""
  13171.         },
  13172.         "require": {
  13173.             "php": ">=5.3.9"
  13174.         },
  13175.         "time": "2017-05-08T01:19:21+00:00",
  13176.         "type": "library",
  13177.         "extra": {
  13178.             "branch-alias": {
  13179.                 "dev-master": "2.8-dev"
  13180.             }
  13181.         },
  13182.         "installation-source": "dist",
  13183.         "autoload": {
  13184.             "psr-4": {
  13185.                 "Symfony\\Component\\Process\\": ""
  13186.             },
  13187.             "exclude-from-classmap": [
  13188.                 "/Tests/"
  13189.             ]
  13190.         },
  13191.         "notification-url": "https://packagist.org/downloads/",
  13192.         "license": [
  13193.             "MIT"
  13194.         ],
  13195.         "authors": [
  13196.             {
  13197.                 "name": "Fabien Potencier",
  13198.                 "email": "fabien@symfony.com"
  13199.             },
  13200.             {
  13201.                 "name": "Symfony Community",
  13202.                 "homepage": "https://symfony.com/contributors"
  13203.             }
  13204.         ],
  13205.         "description": "Symfony Process Component",
  13206.         "homepage": "https://symfony.com"
  13207.     },
  13208.     {
  13209.         "name": "symfony/finder",
  13210.         "version": "v3.3.0",
  13211.         "version_normalized": "3.3.0.0",
  13212.         "source": {
  13213.             "type": "git",
  13214.             "url": "https://github.com/symfony/finder.git",
  13215.             "reference": "30cb2a2c09627823a7243638dd456de4e2748fed"
  13216.         },
  13217.         "dist": {
  13218.             "type": "zip",
  13219.             "url": "https://api.github.com/repos/symfony/finder/zipball/30cb2a2c09627823a7243638dd456de4e2748fed",
  13220.             "reference": "30cb2a2c09627823a7243638dd456de4e2748fed",
  13221.             "shasum": ""
  13222.         },
  13223.         "require": {
  13224.             "php": ">=5.5.9"
  13225.         },
  13226.         "time": "2017-05-25T23:10:31+00:00",
  13227.         "type": "library",
  13228.         "extra": {
  13229.             "branch-alias": {
  13230.                 "dev-master": "3.3-dev"
  13231.             }
  13232.         },
  13233.         "installation-source": "dist",
  13234.         "autoload": {
  13235.             "psr-4": {
  13236.                 "Symfony\\Component\\Finder\\": ""
  13237.             },
  13238.             "exclude-from-classmap": [
  13239.                 "/Tests/"
  13240.             ]
  13241.         },
  13242.         "notification-url": "https://packagist.org/downloads/",
  13243.         "license": [
  13244.             "MIT"
  13245.         ],
  13246.         "authors": [
  13247.             {
  13248.                 "name": "Fabien Potencier",
  13249.                 "email": "fabien@symfony.com"
  13250.             },
  13251.             {
  13252.                 "name": "Symfony Community",
  13253.                 "homepage": "https://symfony.com/contributors"
  13254.             }
  13255.         ],
  13256.         "description": "Symfony Finder Component",
  13257.         "homepage": "https://symfony.com"
  13258.     },
  13259.     {
  13260.         "name": "symfony/yaml",
  13261.         "version": "v2.8.21",
  13262.         "version_normalized": "2.8.21.0",
  13263.         "source": {
  13264.             "type": "git",
  13265.             "url": "https://github.com/symfony/yaml.git",
  13266.             "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02"
  13267.         },
  13268.         "dist": {
  13269.             "type": "zip",
  13270.             "url": "https://api.github.com/repos/symfony/yaml/zipball/93ccdde79f4b079c7558da4656a3cb1c50c68e02",
  13271.             "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02",
  13272.             "shasum": ""
  13273.         },
  13274.         "require": {
  13275.             "php": ">=5.3.9"
  13276.         },
  13277.         "time": "2017-05-01T14:31:55+00:00",
  13278.         "type": "library",
  13279.         "extra": {
  13280.             "branch-alias": {
  13281.                 "dev-master": "2.8-dev"
  13282.             }
  13283.         },
  13284.         "installation-source": "dist",
  13285.         "autoload": {
  13286.             "psr-4": {
  13287.                 "Symfony\\Component\\Yaml\\": ""
  13288.             },
  13289.             "exclude-from-classmap": [
  13290.                 "/Tests/"
  13291.             ]
  13292.         },
  13293.         "notification-url": "https://packagist.org/downloads/",
  13294.         "license": [
  13295.             "MIT"
  13296.         ],
  13297.         "authors": [
  13298.             {
  13299.                 "name": "Fabien Potencier",
  13300.                 "email": "fabien@symfony.com"
  13301.             },
  13302.             {
  13303.                 "name": "Symfony Community",
  13304.                 "homepage": "https://symfony.com/contributors"
  13305.             }
  13306.         ],
  13307.         "description": "Symfony Yaml Component",
  13308.         "homepage": "https://symfony.com"
  13309.     },
  13310.     {
  13311.         "name": "symfony/filesystem",
  13312.         "version": "v2.8.21",
  13313.         "version_normalized": "2.8.21.0",
  13314.         "source": {
  13315.             "type": "git",
  13316.             "url": "https://github.com/symfony/filesystem.git",
  13317.             "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c"
  13318.         },
  13319.         "dist": {
  13320.             "type": "zip",
  13321.             "url": "https://api.github.com/repos/symfony/filesystem/zipball/19c11158da8d110cc5289c063bf2ec4cc1ce9e7c",
  13322.             "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c",
  13323.             "shasum": ""
  13324.         },
  13325.         "require": {
  13326.             "php": ">=5.3.9"
  13327.         },
  13328.         "time": "2017-05-28T14:07:33+00:00",
  13329.         "type": "library",
  13330.         "extra": {
  13331.             "branch-alias": {
  13332.                 "dev-master": "2.8-dev"
  13333.             }
  13334.         },
  13335.         "installation-source": "dist",
  13336.         "autoload": {
  13337.             "psr-4": {
  13338.                 "Symfony\\Component\\Filesystem\\": ""
  13339.             },
  13340.             "exclude-from-classmap": [
  13341.                 "/Tests/"
  13342.             ]
  13343.         },
  13344.         "notification-url": "https://packagist.org/downloads/",
  13345.         "license": [
  13346.             "MIT"
  13347.         ],
  13348.         "authors": [
  13349.             {
  13350.                 "name": "Fabien Potencier",
  13351.                 "email": "fabien@symfony.com"
  13352.             },
  13353.             {
  13354.                 "name": "Symfony Community",
  13355.                 "homepage": "https://symfony.com/contributors"
  13356.             }
  13357.         ],
  13358.         "description": "Symfony Filesystem Component",
  13359.         "homepage": "https://symfony.com"
  13360.     },
  13361.     {
  13362.         "name": "symfony/config",
  13363.         "version": "v2.8.21",
  13364.         "version_normalized": "2.8.21.0",
  13365.         "source": {
  13366.             "type": "git",
  13367.             "url": "https://github.com/symfony/config.git",
  13368.             "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
  13369.         },
  13370.         "dist": {
  13371.             "type": "zip",
  13372.             "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
  13373.             "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
  13374.             "shasum": ""
  13375.         },
  13376.         "require": {
  13377.             "php": ">=5.3.9",
  13378.             "symfony/filesystem": "~2.3|~3.0.0"
  13379.         },
  13380.         "require-dev": {
  13381.             "symfony/yaml": "~2.7|~3.0.0"
  13382.         },
  13383.         "suggest": {
  13384.             "symfony/yaml": "To use the yaml reference dumper"
  13385.         },
  13386.         "time": "2017-04-12T14:07:15+00:00",
  13387.         "type": "library",
  13388.         "extra": {
  13389.             "branch-alias": {
  13390.                 "dev-master": "2.8-dev"
  13391.             }
  13392.         },
  13393.         "installation-source": "dist",
  13394.         "autoload": {
  13395.             "psr-4": {
  13396.                 "Symfony\\Component\\Config\\": ""
  13397.             },
  13398.             "exclude-from-classmap": [
  13399.                 "/Tests/"
  13400.             ]
  13401.         },
  13402.         "notification-url": "https://packagist.org/downloads/",
  13403.         "license": [
  13404.             "MIT"
  13405.         ],
  13406.         "authors": [
  13407.             {
  13408.                 "name": "Fabien Potencier",
  13409.                 "email": "fabien@symfony.com"
  13410.             },
  13411.             {
  13412.                 "name": "Symfony Community",
  13413.                 "homepage": "https://symfony.com/contributors"
  13414.             }
  13415.         ],
  13416.         "description": "Symfony Config Component",
  13417.         "homepage": "https://symfony.com"
  13418.     },
  13419.     {
  13420.         "name": "symfony/dependency-injection",
  13421.         "version": "v2.8.21",
  13422.         "version_normalized": "2.8.21.0",
  13423.         "source": {
  13424.             "type": "git",
  13425.             "url": "https://github.com/symfony/dependency-injection.git",
  13426.             "reference": "155b770e68150139779295864d6b6cb3172cd821"
  13427.         },
  13428.         "dist": {
  13429.             "type": "zip",
  13430.             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/155b770e68150139779295864d6b6cb3172cd821",
  13431.             "reference": "155b770e68150139779295864d6b6cb3172cd821",
  13432.             "shasum": ""
  13433.         },
  13434.         "require": {
  13435.             "php": ">=5.3.9"
  13436.         },
  13437.         "conflict": {
  13438.             "symfony/expression-language": "<2.6"
  13439.         },
  13440.         "require-dev": {
  13441.             "symfony/config": "~2.2|~3.0.0",
  13442.             "symfony/expression-language": "~2.6|~3.0.0",
  13443.             "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
  13444.         },
  13445.         "suggest": {
  13446.             "symfony/config": "",
  13447.             "symfony/expression-language": "For using expressions in service container configuration",
  13448.             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  13449.             "symfony/yaml": ""
  13450.         },
  13451.         "time": "2017-05-25T22:57:22+00:00",
  13452.         "type": "library",
  13453.         "extra": {
  13454.             "branch-alias": {
  13455.                 "dev-master": "2.8-dev"
  13456.             }
  13457.         },
  13458.         "installation-source": "dist",
  13459.         "autoload": {
  13460.             "psr-4": {
  13461.                 "Symfony\\Component\\DependencyInjection\\": ""
  13462.             },
  13463.             "exclude-from-classmap": [
  13464.                 "/Tests/"
  13465.             ]
  13466.         },
  13467.         "notification-url": "https://packagist.org/downloads/",
  13468.         "license": [
  13469.             "MIT"
  13470.         ],
  13471.         "authors": [
  13472.             {
  13473.                 "name": "Fabien Potencier",
  13474.                 "email": "fabien@symfony.com"
  13475.             },
  13476.             {
  13477.                 "name": "Symfony Community",
  13478.                 "homepage": "https://symfony.com/contributors"
  13479.             }
  13480.         ],
  13481.         "description": "Symfony DependencyInjection Component",
  13482.         "homepage": "https://symfony.com"
  13483.     },
  13484.     {
  13485.         "name": "symfony/stopwatch",
  13486.         "version": "v3.3.0",
  13487.         "version_normalized": "3.3.0.0",
  13488.         "source": {
  13489.             "type": "git",
  13490.             "url": "https://github.com/symfony/stopwatch.git",
  13491.             "reference": "602a15299dc01556013b07167d4f5d3a60e90d15"
  13492.         },
  13493.         "dist": {
  13494.             "type": "zip",
  13495.             "url": "https://api.github.com/repos/symfony/stopwatch/zipball/602a15299dc01556013b07167d4f5d3a60e90d15",
  13496.             "reference": "602a15299dc01556013b07167d4f5d3a60e90d15",
  13497.             "shasum": ""
  13498.         },
  13499.         "require": {
  13500.             "php": ">=5.5.9"
  13501.         },
  13502.         "time": "2017-04-12T14:14:56+00:00",
  13503.         "type": "library",
  13504.         "extra": {
  13505.             "branch-alias": {
  13506.                 "dev-master": "3.3-dev"
  13507.             }
  13508.         },
  13509.         "installation-source": "dist",
  13510.         "autoload": {
  13511.             "psr-4": {
  13512.                 "Symfony\\Component\\Stopwatch\\": ""
  13513.             },
  13514.             "exclude-from-classmap": [
  13515.                 "/Tests/"
  13516.             ]
  13517.         },
  13518.         "notification-url": "https://packagist.org/downloads/",
  13519.         "license": [
  13520.             "MIT"
  13521.         ],
  13522.         "authors": [
  13523.             {
  13524.                 "name": "Fabien Potencier",
  13525.                 "email": "fabien@symfony.com"
  13526.             },
  13527.             {
  13528.                 "name": "Symfony Community",
  13529.                 "homepage": "https://symfony.com/contributors"
  13530.             }
  13531.         ],
  13532.         "description": "Symfony Stopwatch Component",
  13533.         "homepage": "https://symfony.com"
  13534.     }
  13535. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement