Advertisement
Guest User

Untitled

a guest
Dec 15th, 2016
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 226.78 KB | None | 0 0
  1. {
  2.     "_readme": [
  3.         "This file locks the dependencies of your project to a known state",
  4.         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5.         "This file is @generated automatically"
  6.     ],
  7.     "hash": "c2cb2e36dadd9eae5548e50426c4b913",
  8.     "content-hash": "708a2c6b68f1f56cf8c0e77d8f2a5155",
  9.     "packages": [
  10.         {
  11.             "name": "doctrine/annotations",
  12.             "version": "v1.3.0",
  13.             "source": {
  14.                 "type": "git",
  15.                 "url": "https://github.com/doctrine/annotations.git",
  16.                 "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5"
  17.             },
  18.             "dist": {
  19.                 "type": "zip",
  20.                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5",
  21.                 "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5",
  22.                 "shasum": ""
  23.             },
  24.             "require": {
  25.                 "doctrine/lexer": "1.*",
  26.                 "php": "^5.6 || ^7.0"
  27.             },
  28.             "require-dev": {
  29.                 "doctrine/cache": "1.*",
  30.                 "phpunit/phpunit": "^5.6.1"
  31.             },
  32.             "type": "library",
  33.             "extra": {
  34.                 "branch-alias": {
  35.                     "dev-master": "1.4.x-dev"
  36.                 }
  37.             },
  38.             "autoload": {
  39.                 "psr-4": {
  40.                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  41.                 }
  42.             },
  43.             "notification-url": "https://packagist.org/downloads/",
  44.             "license": [
  45.                 "MIT"
  46.             ],
  47.             "authors": [
  48.                 {
  49.                     "name": "Roman Borschel",
  50.                     "email": "roman@code-factory.org"
  51.                 },
  52.                 {
  53.                     "name": "Benjamin Eberlei",
  54.                     "email": "kontakt@beberlei.de"
  55.                 },
  56.                 {
  57.                     "name": "Guilherme Blanco",
  58.                     "email": "guilhermeblanco@gmail.com"
  59.                 },
  60.                 {
  61.                     "name": "Jonathan Wage",
  62.                     "email": "jonwage@gmail.com"
  63.                 },
  64.                 {
  65.                     "name": "Johannes Schmitt",
  66.                     "email": "schmittjoh@gmail.com"
  67.                 }
  68.             ],
  69.             "description": "Docblock Annotations Parser",
  70.             "homepage": "http://www.doctrine-project.org",
  71.             "keywords": [
  72.                 "annotations",
  73.                 "docblock",
  74.                 "parser"
  75.             ],
  76.             "time": "2016-10-24 11:45:47"
  77.         },
  78.         {
  79.             "name": "doctrine/cache",
  80.             "version": "v1.6.1",
  81.             "source": {
  82.                 "type": "git",
  83.                 "url": "https://github.com/doctrine/cache.git",
  84.                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
  85.             },
  86.             "dist": {
  87.                 "type": "zip",
  88.                 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
  89.                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
  90.                 "shasum": ""
  91.             },
  92.             "require": {
  93.                 "php": "~5.5|~7.0"
  94.             },
  95.             "conflict": {
  96.                 "doctrine/common": ">2.2,<2.4"
  97.             },
  98.             "require-dev": {
  99.                 "phpunit/phpunit": "~4.8|~5.0",
  100.                 "predis/predis": "~1.0",
  101.                 "satooshi/php-coveralls": "~0.6"
  102.             },
  103.             "type": "library",
  104.             "extra": {
  105.                 "branch-alias": {
  106.                     "dev-master": "1.6.x-dev"
  107.                 }
  108.             },
  109.             "autoload": {
  110.                 "psr-4": {
  111.                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  112.                 }
  113.             },
  114.             "notification-url": "https://packagist.org/downloads/",
  115.             "license": [
  116.                 "MIT"
  117.             ],
  118.             "authors": [
  119.                 {
  120.                     "name": "Roman Borschel",
  121.                     "email": "roman@code-factory.org"
  122.                 },
  123.                 {
  124.                     "name": "Benjamin Eberlei",
  125.                     "email": "kontakt@beberlei.de"
  126.                 },
  127.                 {
  128.                     "name": "Guilherme Blanco",
  129.                     "email": "guilhermeblanco@gmail.com"
  130.                 },
  131.                 {
  132.                     "name": "Jonathan Wage",
  133.                     "email": "jonwage@gmail.com"
  134.                 },
  135.                 {
  136.                     "name": "Johannes Schmitt",
  137.                     "email": "schmittjoh@gmail.com"
  138.                 }
  139.             ],
  140.             "description": "Caching library offering an object-oriented API for many cache backends",
  141.             "homepage": "http://www.doctrine-project.org",
  142.             "keywords": [
  143.                 "cache",
  144.                 "caching"
  145.             ],
  146.             "time": "2016-10-29 11:16:17"
  147.         },
  148.         {
  149.             "name": "doctrine/collections",
  150.             "version": "v1.3.0",
  151.             "source": {
  152.                 "type": "git",
  153.                 "url": "https://github.com/doctrine/collections.git",
  154.                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
  155.             },
  156.             "dist": {
  157.                 "type": "zip",
  158.                 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  159.                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  160.                 "shasum": ""
  161.             },
  162.             "require": {
  163.                 "php": ">=5.3.2"
  164.             },
  165.             "require-dev": {
  166.                 "phpunit/phpunit": "~4.0"
  167.             },
  168.             "type": "library",
  169.             "extra": {
  170.                 "branch-alias": {
  171.                     "dev-master": "1.2.x-dev"
  172.                 }
  173.             },
  174.             "autoload": {
  175.                 "psr-0": {
  176.                     "Doctrine\\Common\\Collections\\": "lib/"
  177.                 }
  178.             },
  179.             "notification-url": "https://packagist.org/downloads/",
  180.             "license": [
  181.                 "MIT"
  182.             ],
  183.             "authors": [
  184.                 {
  185.                     "name": "Roman Borschel",
  186.                     "email": "roman@code-factory.org"
  187.                 },
  188.                 {
  189.                     "name": "Benjamin Eberlei",
  190.                     "email": "kontakt@beberlei.de"
  191.                 },
  192.                 {
  193.                     "name": "Guilherme Blanco",
  194.                     "email": "guilhermeblanco@gmail.com"
  195.                 },
  196.                 {
  197.                     "name": "Jonathan Wage",
  198.                     "email": "jonwage@gmail.com"
  199.                 },
  200.                 {
  201.                     "name": "Johannes Schmitt",
  202.                     "email": "schmittjoh@gmail.com"
  203.                 }
  204.             ],
  205.             "description": "Collections Abstraction library",
  206.             "homepage": "http://www.doctrine-project.org",
  207.             "keywords": [
  208.                 "array",
  209.                 "collections",
  210.                 "iterator"
  211.             ],
  212.             "time": "2015-04-14 22:21:58"
  213.         },
  214.         {
  215.             "name": "doctrine/common",
  216.             "version": "v2.7.1",
  217.             "source": {
  218.                 "type": "git",
  219.                 "url": "https://github.com/doctrine/common.git",
  220.                 "reference": "5954c297e9d93ff84554906c2fbbc2a133c43941"
  221.             },
  222.             "dist": {
  223.                 "type": "zip",
  224.                 "url": "https://api.github.com/repos/doctrine/common/zipball/5954c297e9d93ff84554906c2fbbc2a133c43941",
  225.                 "reference": "5954c297e9d93ff84554906c2fbbc2a133c43941",
  226.                 "shasum": ""
  227.             },
  228.             "require": {
  229.                 "doctrine/annotations": "1.*",
  230.                 "doctrine/cache": "1.*",
  231.                 "doctrine/collections": "1.*",
  232.                 "doctrine/inflector": "1.*",
  233.                 "doctrine/lexer": "1.*",
  234.                 "php": "~5.6|~7.0"
  235.             },
  236.             "require-dev": {
  237.                 "phpunit/phpunit": "^5.4.6"
  238.             },
  239.             "type": "library",
  240.             "extra": {
  241.                 "branch-alias": {
  242.                     "dev-master": "2.7.x-dev"
  243.                 }
  244.             },
  245.             "autoload": {
  246.                 "psr-4": {
  247.                     "Doctrine\\Common\\": "lib/Doctrine/Common"
  248.                 }
  249.             },
  250.             "notification-url": "https://packagist.org/downloads/",
  251.             "license": [
  252.                 "MIT"
  253.             ],
  254.             "authors": [
  255.                 {
  256.                     "name": "Roman Borschel",
  257.                     "email": "roman@code-factory.org"
  258.                 },
  259.                 {
  260.                     "name": "Benjamin Eberlei",
  261.                     "email": "kontakt@beberlei.de"
  262.                 },
  263.                 {
  264.                     "name": "Guilherme Blanco",
  265.                     "email": "guilhermeblanco@gmail.com"
  266.                 },
  267.                 {
  268.                     "name": "Jonathan Wage",
  269.                     "email": "jonwage@gmail.com"
  270.                 },
  271.                 {
  272.                     "name": "Johannes Schmitt",
  273.                     "email": "schmittjoh@gmail.com"
  274.                 }
  275.             ],
  276.             "description": "Common Library for Doctrine projects",
  277.             "homepage": "http://www.doctrine-project.org",
  278.             "keywords": [
  279.                 "annotations",
  280.                 "collections",
  281.                 "eventmanager",
  282.                 "persistence",
  283.                 "spl"
  284.             ],
  285.             "time": "2016-12-03 08:15:01"
  286.         },
  287.         {
  288.             "name": "doctrine/dbal",
  289.             "version": "v2.4.5",
  290.             "source": {
  291.                 "type": "git",
  292.                 "url": "https://github.com/doctrine/dbal.git",
  293.                 "reference": "5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16"
  294.             },
  295.             "dist": {
  296.                 "type": "zip",
  297.                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16",
  298.                 "reference": "5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16",
  299.                 "shasum": ""
  300.             },
  301.             "require": {
  302.                 "doctrine/common": "~2.4",
  303.                 "php": ">=5.3.2"
  304.             },
  305.             "require-dev": {
  306.                 "phpunit/phpunit": "3.7.*",
  307.                 "symfony/console": "~2.0"
  308.             },
  309.             "suggest": {
  310.                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
  311.             },
  312.             "type": "library",
  313.             "autoload": {
  314.                 "psr-0": {
  315.                     "Doctrine\\DBAL\\": "lib/"
  316.                 }
  317.             },
  318.             "notification-url": "https://packagist.org/downloads/",
  319.             "license": [
  320.                 "MIT"
  321.             ],
  322.             "authors": [
  323.                 {
  324.                     "name": "Roman Borschel",
  325.                     "email": "roman@code-factory.org"
  326.                 },
  327.                 {
  328.                     "name": "Benjamin Eberlei",
  329.                     "email": "kontakt@beberlei.de"
  330.                 },
  331.                 {
  332.                     "name": "Guilherme Blanco",
  333.                     "email": "guilhermeblanco@gmail.com"
  334.                 },
  335.                 {
  336.                     "name": "Jonathan Wage",
  337.                     "email": "jonwage@gmail.com"
  338.                 }
  339.             ],
  340.             "description": "Database Abstraction Layer",
  341.             "homepage": "http://www.doctrine-project.org",
  342.             "keywords": [
  343.                 "database",
  344.                 "dbal",
  345.                 "persistence",
  346.                 "queryobject"
  347.             ],
  348.             "time": "2016-01-05 22:18:20"
  349.         },
  350.         {
  351.             "name": "doctrine/doctrine-bundle",
  352.             "version": "1.6.4",
  353.             "source": {
  354.                 "type": "git",
  355.                 "url": "https://github.com/doctrine/DoctrineBundle.git",
  356.                 "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7"
  357.             },
  358.             "dist": {
  359.                 "type": "zip",
  360.                 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7",
  361.                 "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7",
  362.                 "shasum": ""
  363.             },
  364.             "require": {
  365.                 "doctrine/dbal": "~2.3",
  366.                 "doctrine/doctrine-cache-bundle": "~1.0",
  367.                 "jdorn/sql-formatter": "~1.1",
  368.                 "php": ">=5.3.2",
  369.                 "symfony/console": "~2.3|~3.0",
  370.                 "symfony/dependency-injection": "~2.3|~3.0",
  371.                 "symfony/doctrine-bridge": "~2.2|~3.0",
  372.                 "symfony/framework-bundle": "~2.3|~3.0"
  373.             },
  374.             "require-dev": {
  375.                 "doctrine/orm": "~2.3",
  376.                 "phpunit/phpunit": "~4",
  377.                 "satooshi/php-coveralls": "~0.6.1",
  378.                 "symfony/phpunit-bridge": "~2.7|~3.0",
  379.                 "symfony/property-info": "~2.8|~3.0",
  380.                 "symfony/validator": "~2.2|~3.0",
  381.                 "symfony/yaml": "~2.2|~3.0",
  382.                 "twig/twig": "~1.10"
  383.             },
  384.             "suggest": {
  385.                 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  386.                 "symfony/web-profiler-bundle": "To use the data collector."
  387.             },
  388.             "type": "symfony-bundle",
  389.             "extra": {
  390.                 "branch-alias": {
  391.                     "dev-master": "1.6.x-dev"
  392.                 }
  393.             },
  394.             "autoload": {
  395.                 "psr-4": {
  396.                     "Doctrine\\Bundle\\DoctrineBundle\\": ""
  397.                 }
  398.             },
  399.             "notification-url": "https://packagist.org/downloads/",
  400.             "license": [
  401.                 "MIT"
  402.             ],
  403.             "authors": [
  404.                 {
  405.                     "name": "Symfony Community",
  406.                     "homepage": "http://symfony.com/contributors"
  407.                 },
  408.                 {
  409.                     "name": "Benjamin Eberlei",
  410.                     "email": "kontakt@beberlei.de"
  411.                 },
  412.                 {
  413.                     "name": "Doctrine Project",
  414.                     "homepage": "http://www.doctrine-project.org/"
  415.                 },
  416.                 {
  417.                     "name": "Fabien Potencier",
  418.                     "email": "fabien@symfony.com"
  419.                 }
  420.             ],
  421.             "description": "Symfony DoctrineBundle",
  422.             "homepage": "http://www.doctrine-project.org",
  423.             "keywords": [
  424.                 "database",
  425.                 "dbal",
  426.                 "orm",
  427.                 "persistence"
  428.             ],
  429.             "time": "2016-08-10 15:35:22"
  430.         },
  431.         {
  432.             "name": "doctrine/doctrine-cache-bundle",
  433.             "version": "1.3.0",
  434.             "source": {
  435.                 "type": "git",
  436.                 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
  437.                 "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
  438.             },
  439.             "dist": {
  440.                 "type": "zip",
  441.                 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
  442.                 "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
  443.                 "shasum": ""
  444.             },
  445.             "require": {
  446.                 "doctrine/cache": "^1.4.2",
  447.                 "doctrine/inflector": "~1.0",
  448.                 "php": ">=5.3.2",
  449.                 "symfony/doctrine-bridge": "~2.2|~3.0"
  450.             },
  451.             "require-dev": {
  452.                 "instaclick/coding-standard": "~1.1",
  453.                 "instaclick/object-calisthenics-sniffs": "dev-master",
  454.                 "instaclick/symfony2-coding-standard": "dev-remaster",
  455.                 "phpunit/phpunit": "~4",
  456.                 "predis/predis": "~0.8",
  457.                 "satooshi/php-coveralls": "~0.6.1",
  458.                 "squizlabs/php_codesniffer": "~1.5",
  459.                 "symfony/console": "~2.2|~3.0",
  460.                 "symfony/finder": "~2.2|~3.0",
  461.                 "symfony/framework-bundle": "~2.2|~3.0",
  462.                 "symfony/phpunit-bridge": "~2.7|~3.0",
  463.                 "symfony/security-acl": "~2.3|~3.0",
  464.                 "symfony/validator": "~2.2|~3.0",
  465.                 "symfony/yaml": "~2.2|~3.0"
  466.             },
  467.             "suggest": {
  468.                 "symfony/security-acl": "For using this bundle to cache ACLs"
  469.             },
  470.             "type": "symfony-bundle",
  471.             "extra": {
  472.                 "branch-alias": {
  473.                     "dev-master": "1.2.x-dev"
  474.                 }
  475.             },
  476.             "autoload": {
  477.                 "psr-4": {
  478.                     "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
  479.                 }
  480.             },
  481.             "notification-url": "https://packagist.org/downloads/",
  482.             "license": [
  483.                 "MIT"
  484.             ],
  485.             "authors": [
  486.                 {
  487.                     "name": "Symfony Community",
  488.                     "homepage": "http://symfony.com/contributors"
  489.                 },
  490.                 {
  491.                     "name": "Benjamin Eberlei",
  492.                     "email": "kontakt@beberlei.de"
  493.                 },
  494.                 {
  495.                     "name": "Fabio B. Silva",
  496.                     "email": "fabio.bat.silva@gmail.com"
  497.                 },
  498.                 {
  499.                     "name": "Guilherme Blanco",
  500.                     "email": "guilhermeblanco@hotmail.com"
  501.                 },
  502.                 {
  503.                     "name": "Doctrine Project",
  504.                     "homepage": "http://www.doctrine-project.org/"
  505.                 },
  506.                 {
  507.                     "name": "Fabien Potencier",
  508.                     "email": "fabien@symfony.com"
  509.                 }
  510.             ],
  511.             "description": "Symfony Bundle for Doctrine Cache",
  512.             "homepage": "http://www.doctrine-project.org",
  513.             "keywords": [
  514.                 "cache",
  515.                 "caching"
  516.             ],
  517.             "time": "2016-01-26 17:28:51"
  518.         },
  519.         {
  520.             "name": "doctrine/inflector",
  521.             "version": "v1.1.0",
  522.             "source": {
  523.                 "type": "git",
  524.                 "url": "https://github.com/doctrine/inflector.git",
  525.                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  526.             },
  527.             "dist": {
  528.                 "type": "zip",
  529.                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  530.                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  531.                 "shasum": ""
  532.             },
  533.             "require": {
  534.                 "php": ">=5.3.2"
  535.             },
  536.             "require-dev": {
  537.                 "phpunit/phpunit": "4.*"
  538.             },
  539.             "type": "library",
  540.             "extra": {
  541.                 "branch-alias": {
  542.                     "dev-master": "1.1.x-dev"
  543.                 }
  544.             },
  545.             "autoload": {
  546.                 "psr-0": {
  547.                     "Doctrine\\Common\\Inflector\\": "lib/"
  548.                 }
  549.             },
  550.             "notification-url": "https://packagist.org/downloads/",
  551.             "license": [
  552.                 "MIT"
  553.             ],
  554.             "authors": [
  555.                 {
  556.                     "name": "Roman Borschel",
  557.                     "email": "roman@code-factory.org"
  558.                 },
  559.                 {
  560.                     "name": "Benjamin Eberlei",
  561.                     "email": "kontakt@beberlei.de"
  562.                 },
  563.                 {
  564.                     "name": "Guilherme Blanco",
  565.                     "email": "guilhermeblanco@gmail.com"
  566.                 },
  567.                 {
  568.                     "name": "Jonathan Wage",
  569.                     "email": "jonwage@gmail.com"
  570.                 },
  571.                 {
  572.                     "name": "Johannes Schmitt",
  573.                     "email": "schmittjoh@gmail.com"
  574.                 }
  575.             ],
  576.             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  577.             "homepage": "http://www.doctrine-project.org",
  578.             "keywords": [
  579.                 "inflection",
  580.                 "pluralize",
  581.                 "singularize",
  582.                 "string"
  583.             ],
  584.             "time": "2015-11-06 14:35:42"
  585.         },
  586.         {
  587.             "name": "doctrine/lexer",
  588.             "version": "v1.0.1",
  589.             "source": {
  590.                 "type": "git",
  591.                 "url": "https://github.com/doctrine/lexer.git",
  592.                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  593.             },
  594.             "dist": {
  595.                 "type": "zip",
  596.                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  597.                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  598.                 "shasum": ""
  599.             },
  600.             "require": {
  601.                 "php": ">=5.3.2"
  602.             },
  603.             "type": "library",
  604.             "extra": {
  605.                 "branch-alias": {
  606.                     "dev-master": "1.0.x-dev"
  607.                 }
  608.             },
  609.             "autoload": {
  610.                 "psr-0": {
  611.                     "Doctrine\\Common\\Lexer\\": "lib/"
  612.                 }
  613.             },
  614.             "notification-url": "https://packagist.org/downloads/",
  615.             "license": [
  616.                 "MIT"
  617.             ],
  618.             "authors": [
  619.                 {
  620.                     "name": "Roman Borschel",
  621.                     "email": "roman@code-factory.org"
  622.                 },
  623.                 {
  624.                     "name": "Guilherme Blanco",
  625.                     "email": "guilhermeblanco@gmail.com"
  626.                 },
  627.                 {
  628.                     "name": "Johannes Schmitt",
  629.                     "email": "schmittjoh@gmail.com"
  630.                 }
  631.             ],
  632.             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  633.             "homepage": "http://www.doctrine-project.org",
  634.             "keywords": [
  635.                 "lexer",
  636.                 "parser"
  637.             ],
  638.             "time": "2014-09-09 13:34:57"
  639.         },
  640.         {
  641.             "name": "egulias/listeners-debug-command-bundle",
  642.             "version": "1.9.1",
  643.             "source": {
  644.                 "type": "git",
  645.                 "url": "https://github.com/egulias/ListenersDebugCommandBundle.git",
  646.                 "reference": "fc9da7bf7fd91825a537f07c1afe60fa0c81f7b4"
  647.             },
  648.             "dist": {
  649.                 "type": "zip",
  650.                 "url": "https://api.github.com/repos/egulias/ListenersDebugCommandBundle/zipball/fc9da7bf7fd91825a537f07c1afe60fa0c81f7b4",
  651.                 "reference": "fc9da7bf7fd91825a537f07c1afe60fa0c81f7b4",
  652.                 "shasum": ""
  653.             },
  654.             "require": {
  655.                 "symfony/symfony": ">=2.3"
  656.             },
  657.             "require-dev": {
  658.                 "satooshi/php-coveralls": "dev-master"
  659.             },
  660.             "type": "symfony-bundle",
  661.             "autoload": {
  662.                 "psr-4": {
  663.                     "Egulias\\ListenersDebugCommandBundle\\": ""
  664.                 }
  665.             },
  666.             "notification-url": "https://packagist.org/downloads/",
  667.             "license": [
  668.                 "MIT"
  669.             ],
  670.             "authors": [
  671.                 {
  672.                     "name": "Eduardo Gulias Davis",
  673.                     "homepage": "http://egulias.com"
  674.                 }
  675.             ],
  676.             "description": "Symfony 2 console command to debug listeners",
  677.             "homepage": "https://github.com/egulias/ListenersDebugCommandBundle.git",
  678.             "keywords": [
  679.                 "events",
  680.                 "listener"
  681.             ],
  682.             "time": "2015-02-22 15:40:31"
  683.         },
  684.         {
  685.             "name": "ezsystems/ez-support-tools",
  686.             "version": "v0.1.2",
  687.             "source": {
  688.                 "type": "git",
  689.                 "url": "https://github.com/ezsystems/ez-support-tools.git",
  690.                 "reference": "0eb66208bda8904b477a67fc98ddc1a6e2242d0b"
  691.             },
  692.             "dist": {
  693.                 "type": "zip",
  694.                 "url": "https://api.github.com/repos/ezsystems/ez-support-tools/zipball/0eb66208bda8904b477a67fc98ddc1a6e2242d0b",
  695.                 "reference": "0eb66208bda8904b477a67fc98ddc1a6e2242d0b",
  696.                 "shasum": ""
  697.             },
  698.             "require": {
  699.                 "ezsystems/ezpublish-kernel": "^6.2",
  700.                 "ocramius/proxy-manager": "~1.0|~2.0",
  701.                 "symfony/proxy-manager-bridge": "*",
  702.                 "zetacomponents/system-information": "^1.1"
  703.             },
  704.             "require-dev": {
  705.                 "phpunit/phpunit": "^4.7"
  706.             },
  707.             "type": "library",
  708.             "extra": {
  709.                 "branch-alias": {
  710.                     "dev-master": "0.1.x-dev"
  711.                 }
  712.             },
  713.             "autoload": {
  714.                 "psr-4": {
  715.                     "EzSystems\\EzSupportToolsBundle\\": ""
  716.                 }
  717.             },
  718.             "notification-url": "https://packagist.org/downloads/",
  719.             "license": [
  720.                 "GPL-2.0"
  721.             ],
  722.             "authors": [
  723.                 {
  724.                     "name": "Gunnstein Lye",
  725.                     "email": "gunnstein.lye@ez.no"
  726.                 }
  727.             ],
  728.             "description": "Providing information about the system eZ Platform/Studio is running on",
  729.             "time": "2016-11-23 13:30:00"
  730.         },
  731.         {
  732.             "name": "ezsystems/ezplatform-solr-search-engine",
  733.             "version": "v1.1.3",
  734.             "source": {
  735.                 "type": "git",
  736.                 "url": "https://github.com/ezsystems/ezplatform-solr-search-engine.git",
  737.                 "reference": "0d633421954fbf72e75e5c80bbb66ed231fd7517"
  738.             },
  739.             "dist": {
  740.                 "type": "zip",
  741.                 "url": "https://api.github.com/repos/ezsystems/ezplatform-solr-search-engine/zipball/0d633421954fbf72e75e5c80bbb66ed231fd7517",
  742.                 "reference": "0d633421954fbf72e75e5c80bbb66ed231fd7517",
  743.                 "shasum": ""
  744.             },
  745.             "require": {
  746.                 "ezsystems/ezpublish-kernel": "^6.5.2@dev",
  747.                 "php": "~5.5|~7.0"
  748.             },
  749.             "require-dev": {
  750.                 "matthiasnoback/symfony-dependency-injection-test": "0.*",
  751.                 "phpunit/phpunit": "~4.7"
  752.             },
  753.             "type": "library",
  754.             "extra": {
  755.                 "branch-alias": {
  756.                     "dev-master": "1.1.x-dev"
  757.                 }
  758.             },
  759.             "autoload": {
  760.                 "psr-4": {
  761.                     "EzSystems\\EzPlatformSolrSearchEngine\\": "lib",
  762.                     "EzSystems\\EzPlatformSolrSearchEngine\\Tests\\": "tests/lib",
  763.                     "EzSystems\\EzPlatformSolrSearchEngineBundle\\": "bundle",
  764.                     "EzSystems\\EzPlatformSolrSearchEngineBundle\\Tests\\": "tests/bundle"
  765.                 }
  766.             },
  767.             "notification-url": "https://packagist.org/downloads/",
  768.             "license": [
  769.                 "GPL-2.0"
  770.             ],
  771.             "authors": [
  772.                 {
  773.                     "name": "eZ Systems dev team",
  774.                     "email": "dev-team@ez.no"
  775.                 }
  776.             ],
  777.             "description": "Solr search engine implementation for eZ Platform",
  778.             "homepage": "https://github.com/ezsystems/ezplatform-solr-search-engine",
  779.             "time": "2016-12-02 09:17:01"
  780.         },
  781.         {
  782.             "name": "ezsystems/ezpublish-kernel",
  783.             "version": "v6.6.2",
  784.             "source": {
  785.                 "type": "git",
  786.                 "url": "https://github.com/ezsystems/ezpublish-kernel.git",
  787.                 "reference": "667b56547c4f5d0b9be53372bcb84d8e4212c56c"
  788.             },
  789.             "dist": {
  790.                 "type": "zip",
  791.                 "url": "https://api.github.com/repos/ezsystems/ezpublish-kernel/zipball/667b56547c4f5d0b9be53372bcb84d8e4212c56c",
  792.                 "reference": "667b56547c4f5d0b9be53372bcb84d8e4212c56c",
  793.                 "shasum": ""
  794.             },
  795.             "require": {
  796.                 "doctrine/doctrine-bundle": "~1.3",
  797.                 "ext-ctype": "*",
  798.                 "ext-fileinfo": "*",
  799.                 "ext-intl": "*",
  800.                 "ext-json": "*",
  801.                 "ext-mbstring": "*",
  802.                 "ext-pdo": "*",
  803.                 "ext-spl": "*",
  804.                 "ext-xsl": "*",
  805.                 "friendsofsymfony/http-cache-bundle": "~1.2|^1.3.8",
  806.                 "hautelook/templated-uri-bundle": "~1.0 | ~2.0",
  807.                 "kriswallsmith/buzz": ">=0.9",
  808.                 "liip/imagine-bundle": "~1.0",
  809.                 "nelmio/cors-bundle": "^1.3.3",
  810.                 "ocramius/proxy-manager": "~1.0",
  811.                 "oneup/flysystem-bundle": "^1.0",
  812.                 "pagerfanta/pagerfanta": "~1.0",
  813.                 "php": "~5.5|~7.0",
  814.                 "qafoo/rmf": "1.0.*",
  815.                 "sensio/distribution-bundle": "^3.0.36|^4.0.6|^5.0",
  816.                 "sensio/framework-extra-bundle": "~3.0",
  817.                 "symfony-cmf/routing": "~1.1",
  818.                 "symfony/symfony": "^2.7 | ^3.1",
  819.                 "tedivm/stash-bundle": "~0.6.1",
  820.                 "zetacomponents/mail": "~1.8"
  821.             },
  822.             "replace": {
  823.                 "ezsystems/ezpublish": "*",
  824.                 "ezsystems/ezpublish-api": "self.version",
  825.                 "ezsystems/ezpublish-spi": "self.version"
  826.             },
  827.             "require-dev": {
  828.                 "ezsystems/behatbundle": "^6.1",
  829.                 "matthiasnoback/symfony-dependency-injection-test": "0.*",
  830.                 "mikey179/vfsstream": "1.1.0",
  831.                 "mockery/mockery": "~0.9.4",
  832.                 "phpunit/phpunit": "^4.7.0",
  833.                 "symfony/assetic-bundle": "~2.3"
  834.             },
  835.             "suggest": {
  836.                 "php-64bit": "For support of more than 30 languages, a 64bit php installation on all involved prod/dev machines is required"
  837.             },
  838.             "type": "library",
  839.             "extra": {
  840.                 "_ci_branch-comment_": "Keep ci branch up-to-date with master or branch if on stable. ci is never on github but convention used for ci behat testing!",
  841.                 "_ezplatform_branch_for_behat_tests_comment_": "ezplatform branch to use to run Behat tests",
  842.                 "_ezplatform_branch_for_behat_tests": "1.6",
  843.                 "branch-alias": {
  844.                     "dev-master": "6.6.x-dev",
  845.                     "dev-tmp_ci_branch": "6.6.x-dev"
  846.                 }
  847.             },
  848.             "autoload": {
  849.                 "psr-4": {
  850.                     "EzSystems\\PlatformInstallerBundle\\": "eZ/Bundle/PlatformInstallerBundle/src",
  851.                     "EzSystems\\PlatformBehatBundle\\": "eZ/Bundle/PlatformBehatBundle"
  852.                 },
  853.                 "psr-0": {
  854.                     "eZ": ""
  855.                 }
  856.             },
  857.             "notification-url": "https://packagist.org/downloads/",
  858.             "license": [
  859.                 "GPL-2.0"
  860.             ],
  861.             "description": "Kernel used by ezsystems/ezplatform and derivatives. Provides the Content Repository, its APIs, and the application's Symfony framework integration.",
  862.             "homepage": "http://share.ez.no",
  863.             "time": "2016-12-07 08:57:42"
  864.         },
  865.         {
  866.             "name": "ezsystems/platform-ui-assets-bundle",
  867.             "version": "v3.0.2",
  868.             "source": {
  869.                 "type": "git",
  870.                 "url": "https://github.com/ezsystems/PlatformUIAssetsBundle.git",
  871.                 "reference": "d8a6202e51823a742b3234412e81087298b90b15"
  872.             },
  873.             "dist": {
  874.                 "type": "zip",
  875.                 "url": "https://api.github.com/repos/ezsystems/PlatformUIAssetsBundle/zipball/d8a6202e51823a742b3234412e81087298b90b15",
  876.                 "reference": "d8a6202e51823a742b3234412e81087298b90b15",
  877.                 "shasum": ""
  878.             },
  879.             "require": {
  880.                 "symfony/symfony": "^2.5 | ^3.0"
  881.             },
  882.             "type": "library",
  883.             "autoload": {
  884.                 "psr-4": {
  885.                     "EzSystems\\PlatformUIAssetsBundle\\": ""
  886.                 }
  887.             },
  888.             "notification-url": "https://packagist.org/downloads/",
  889.             "license": [
  890.                 "GPL-2.0"
  891.             ],
  892.             "authors": [
  893.                 {
  894.                     "name": "Damien Pobel",
  895.                     "email": "dp@ez.no"
  896.                 }
  897.             ],
  898.             "description": "External assets dependencies for PlatformUIBundle",
  899.             "time": "2016-11-30 15:42:31"
  900.         },
  901.         {
  902.             "name": "ezsystems/platform-ui-bundle",
  903.             "version": "v1.6.2.1",
  904.             "source": {
  905.                 "type": "git",
  906.                 "url": "https://github.com/ezsystems/PlatformUIBundle.git",
  907.                 "reference": "b12289fea5c4f9321569316baee2f077ef954fe8"
  908.             },
  909.             "dist": {
  910.                 "type": "zip",
  911.                 "url": "https://api.github.com/repos/ezsystems/PlatformUIBundle/zipball/b12289fea5c4f9321569316baee2f077ef954fe8",
  912.                 "reference": "b12289fea5c4f9321569316baee2f077ef954fe8",
  913.                 "shasum": ""
  914.             },
  915.             "require": {
  916.                 "ezsystems/ez-support-tools": "~0.1.0",
  917.                 "ezsystems/ezpublish-kernel": "^6.6",
  918.                 "ezsystems/platform-ui-assets-bundle": "^3.0.0",
  919.                 "ezsystems/repository-forms": "^1.2",
  920.                 "zetacomponents/system-information": "^1.1"
  921.             },
  922.             "require-dev": {
  923.                 "matthiasnoback/symfony-dependency-injection-test": "0.*",
  924.                 "phpunit/phpunit": "~4.7"
  925.             },
  926.             "type": "library",
  927.             "extra": {
  928.                 "_ci_branch-comment_": "Keep ci branch up-to-date with master or branch if on stable. ci is never on github but convention used for ci behat testing!",
  929.                 "_ezplatform_branch_for_behat_tests_comment_": "ezplatform branch to use to run Behat tests",
  930.                 "_ezplatform_branch_for_behat_tests": "1.6",
  931.                 "branch-alias": {
  932.                     "dev-master": "1.6.x-dev",
  933.                     "dev-tmp_ci_branch": "1.6.x-dev"
  934.                 }
  935.             },
  936.             "autoload": {
  937.                 "psr-4": {
  938.                     "EzSystems\\PlatformUIBundle\\": ""
  939.                 }
  940.             },
  941.             "notification-url": "https://packagist.org/downloads/",
  942.             "license": [
  943.                 "GPL-2.0"
  944.             ],
  945.             "description": "eZ Platform UI Bundle",
  946.             "time": "2016-12-10 11:48:17"
  947.         },
  948.         {
  949.             "name": "ezsystems/repository-forms",
  950.             "version": "v1.4.1",
  951.             "source": {
  952.                 "type": "git",
  953.                 "url": "https://github.com/ezsystems/repository-forms.git",
  954.                 "reference": "3977a7976e8d78002a907d37529b396bb0aba1f1"
  955.             },
  956.             "dist": {
  957.                 "type": "zip",
  958.                 "url": "https://api.github.com/repos/ezsystems/repository-forms/zipball/3977a7976e8d78002a907d37529b396bb0aba1f1",
  959.                 "reference": "3977a7976e8d78002a907d37529b396bb0aba1f1",
  960.                 "shasum": ""
  961.             },
  962.             "require": {
  963.                 "ezsystems/ezpublish-kernel": "^6.4",
  964.                 "php": "~5.5|~7.0",
  965.                 "symfony/form": "~2.8",
  966.                 "symfony/validator": "~2.8"
  967.             },
  968.             "conflict": {
  969.                 "symfony/symfony": "2.7.11"
  970.             },
  971.             "require-dev": {
  972.                 "behat/behat": "^3.0",
  973.                 "matthiasnoback/symfony-dependency-injection-test": "^0.7",
  974.                 "phpunit/phpunit": "~4.7"
  975.             },
  976.             "type": "library",
  977.             "extra": {
  978.                 "branch-alias": {
  979.                     "dev-master": "1.3.x-dev"
  980.                 }
  981.             },
  982.             "autoload": {
  983.                 "psr-4": {
  984.                     "EzSystems\\RepositoryFormsBundle\\": "bundle",
  985.                     "EzSystems\\RepositoryForms\\": "lib",
  986.                     "EzSystems\\RepositoryForms\\Tests\\": "tests/RepositoryForms",
  987.                     "EzSystems\\RepositoryFormsBundle\\Tests\\": "tests/RepositoryFormsBundle",
  988.                     "EzSystems\\RepositoryForms\\Features\\": "features"
  989.                 }
  990.             },
  991.             "notification-url": "https://packagist.org/downloads/",
  992.             "license": [
  993.                 "GPL-2.0"
  994.             ],
  995.             "authors": [
  996.                 {
  997.                     "name": "Jérôme Vieilledent",
  998.                     "email": "jerome.vieilledent@ez.no"
  999.                 }
  1000.             ],
  1001.             "description": "Use Symfony forms with eZ Platform repository objects",
  1002.             "time": "2016-11-03 13:56:01"
  1003.         },
  1004.         {
  1005.             "name": "friendsofsymfony/http-cache",
  1006.             "version": "1.4.2",
  1007.             "source": {
  1008.                 "type": "git",
  1009.                 "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git",
  1010.                 "reference": "783f3918d85263e444db02a9e42d0f42aa7c1f43"
  1011.             },
  1012.             "dist": {
  1013.                 "type": "zip",
  1014.                 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/783f3918d85263e444db02a9e42d0f42aa7c1f43",
  1015.                 "reference": "783f3918d85263e444db02a9e42d0f42aa7c1f43",
  1016.                 "shasum": ""
  1017.             },
  1018.             "require": {
  1019.                 "guzzle/guzzle": "~3.8",
  1020.                 "php": ">=5.3.3",
  1021.                 "symfony/event-dispatcher": "^2.3||^3.0",
  1022.                 "symfony/options-resolver": "^2.3||^3.0"
  1023.             },
  1024.             "require-dev": {
  1025.                 "mockery/mockery": "~0.9.1",
  1026.                 "monolog/monolog": "~1.0",
  1027.                 "symfony/http-kernel": "^2.3||^3.0",
  1028.                 "symfony/process": "^2.3||^3.0"
  1029.             },
  1030.             "suggest": {
  1031.                 "monolog/monolog": "For logging issues while invalidating"
  1032.             },
  1033.             "type": "library",
  1034.             "extra": {
  1035.                 "branch-alias": {
  1036.                     "dev-master": "1.4.x-dev"
  1037.                 }
  1038.             },
  1039.             "autoload": {
  1040.                 "psr-4": {
  1041.                     "FOS\\HttpCache\\": "src/",
  1042.                     "FOS\\HttpCache\\Tests\\": "tests/"
  1043.                 }
  1044.             },
  1045.             "notification-url": "https://packagist.org/downloads/",
  1046.             "license": [
  1047.                 "MIT"
  1048.             ],
  1049.             "authors": [
  1050.                 {
  1051.                     "name": "Liip AG",
  1052.                     "homepage": "http://www.liip.ch/"
  1053.                 },
  1054.                 {
  1055.                     "name": "Driebit",
  1056.                     "email": "tech@driebit.nl",
  1057.                     "homepage": "http://www.driebit.nl"
  1058.                 },
  1059.                 {
  1060.                     "name": "Community contributions",
  1061.                     "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors"
  1062.                 }
  1063.             ],
  1064.             "description": "Tools to manage cache invalidation",
  1065.             "homepage": "https://github.com/friendsofsymfony/FOSHttpCache",
  1066.             "keywords": [
  1067.                 "caching",
  1068.                 "http",
  1069.                 "invalidation",
  1070.                 "nginx",
  1071.                 "purge",
  1072.                 "varnish"
  1073.             ],
  1074.             "time": "2016-02-02 12:07:34"
  1075.         },
  1076.         {
  1077.             "name": "friendsofsymfony/http-cache-bundle",
  1078.             "version": "1.3.9",
  1079.             "source": {
  1080.                 "type": "git",
  1081.                 "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
  1082.                 "reference": "04247810151f8721740069f2376bf933ed9a7971"
  1083.             },
  1084.             "dist": {
  1085.                 "type": "zip",
  1086.                 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/04247810151f8721740069f2376bf933ed9a7971",
  1087.                 "reference": "04247810151f8721740069f2376bf933ed9a7971",
  1088.                 "shasum": ""
  1089.             },
  1090.             "require": {
  1091.                 "friendsofsymfony/http-cache": "~1.4",
  1092.                 "php": ">=5.3.3",
  1093.                 "symfony/framework-bundle": "^2.3||^3.0"
  1094.             },
  1095.             "conflict": {
  1096.                 "twig/twig": "<1.12.0"
  1097.             },
  1098.             "require-dev": {
  1099.                 "matthiasnoback/symfony-dependency-injection-test": "^0.7.4",
  1100.                 "mockery/mockery": "0.9.*",
  1101.                 "monolog/monolog": "*",
  1102.                 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
  1103.                 "sensio/framework-extra-bundle": "^2.3||^3.0",
  1104.                 "symfony/expression-language": "^2.4||^3.0",
  1105.                 "symfony/monolog-bundle": "^2.3||^3.0",
  1106.                 "symfony/phpunit-bridge": "^2.7||^3.0",
  1107.                 "symfony/symfony": "^2.3.4||^3.0"
  1108.             },
  1109.             "suggest": {
  1110.                 "sensio/framework-extra-bundle": "For Tagged Cache Invalidation",
  1111.                 "symfony/console": "To send invalidation requests from the command line",
  1112.                 "symfony/expression-language": "For Tagged Cache Invalidation"
  1113.             },
  1114.             "type": "symfony-bundle",
  1115.             "extra": {
  1116.                 "branch-alias": {
  1117.                     "dev-master": "1.3.x-dev"
  1118.                 }
  1119.             },
  1120.             "autoload": {
  1121.                 "psr-4": {
  1122.                     "FOS\\HttpCacheBundle\\": ""
  1123.                 }
  1124.             },
  1125.             "notification-url": "https://packagist.org/downloads/",
  1126.             "license": [
  1127.                 "MIT"
  1128.             ],
  1129.             "authors": [
  1130.                 {
  1131.                     "name": "Liip AG",
  1132.                     "homepage": "http://www.liip.ch/"
  1133.                 },
  1134.                 {
  1135.                     "name": "Driebit",
  1136.                     "email": "tech@driebit.nl",
  1137.                     "homepage": "http://www.driebit.nl"
  1138.                 },
  1139.                 {
  1140.                     "name": "Community contributions",
  1141.                     "homepage": "https://github.com/friendsofsymfony/FOSHttpCacheBundle/contributors"
  1142.                 }
  1143.             ],
  1144.             "description": "Set path based HTTP cache headers and send invalidation requests to your HTTP cache",
  1145.             "homepage": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle",
  1146.             "keywords": [
  1147.                 "caching",
  1148.                 "esi",
  1149.                 "http",
  1150.                 "invalidation",
  1151.                 "purge",
  1152.                 "varnish"
  1153.             ],
  1154.             "time": "2016-09-06 11:30:45"
  1155.         },
  1156.         {
  1157.             "name": "guzzle/guzzle",
  1158.             "version": "v3.9.3",
  1159.             "source": {
  1160.                 "type": "git",
  1161.                 "url": "https://github.com/guzzle/guzzle3.git",
  1162.                 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  1163.             },
  1164.             "dist": {
  1165.                 "type": "zip",
  1166.                 "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
  1167.                 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  1168.                 "shasum": ""
  1169.             },
  1170.             "require": {
  1171.                 "ext-curl": "*",
  1172.                 "php": ">=5.3.3",
  1173.                 "symfony/event-dispatcher": "~2.1"
  1174.             },
  1175.             "replace": {
  1176.                 "guzzle/batch": "self.version",
  1177.                 "guzzle/cache": "self.version",
  1178.                 "guzzle/common": "self.version",
  1179.                 "guzzle/http": "self.version",
  1180.                 "guzzle/inflection": "self.version",
  1181.                 "guzzle/iterator": "self.version",
  1182.                 "guzzle/log": "self.version",
  1183.                 "guzzle/parser": "self.version",
  1184.                 "guzzle/plugin": "self.version",
  1185.                 "guzzle/plugin-async": "self.version",
  1186.                 "guzzle/plugin-backoff": "self.version",
  1187.                 "guzzle/plugin-cache": "self.version",
  1188.                 "guzzle/plugin-cookie": "self.version",
  1189.                 "guzzle/plugin-curlauth": "self.version",
  1190.                 "guzzle/plugin-error-response": "self.version",
  1191.                 "guzzle/plugin-history": "self.version",
  1192.                 "guzzle/plugin-log": "self.version",
  1193.                 "guzzle/plugin-md5": "self.version",
  1194.                 "guzzle/plugin-mock": "self.version",
  1195.                 "guzzle/plugin-oauth": "self.version",
  1196.                 "guzzle/service": "self.version",
  1197.                 "guzzle/stream": "self.version"
  1198.             },
  1199.             "require-dev": {
  1200.                 "doctrine/cache": "~1.3",
  1201.                 "monolog/monolog": "~1.0",
  1202.                 "phpunit/phpunit": "3.7.*",
  1203.                 "psr/log": "~1.0",
  1204.                 "symfony/class-loader": "~2.1",
  1205.                 "zendframework/zend-cache": "2.*,<2.3",
  1206.                 "zendframework/zend-log": "2.*,<2.3"
  1207.             },
  1208.             "suggest": {
  1209.                 "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  1210.             },
  1211.             "type": "library",
  1212.             "extra": {
  1213.                 "branch-alias": {
  1214.                     "dev-master": "3.9-dev"
  1215.                 }
  1216.             },
  1217.             "autoload": {
  1218.                 "psr-0": {
  1219.                     "Guzzle": "src/",
  1220.                     "Guzzle\\Tests": "tests/"
  1221.                 }
  1222.             },
  1223.             "notification-url": "https://packagist.org/downloads/",
  1224.             "license": [
  1225.                 "MIT"
  1226.             ],
  1227.             "authors": [
  1228.                 {
  1229.                     "name": "Michael Dowling",
  1230.                     "email": "mtdowling@gmail.com",
  1231.                     "homepage": "https://github.com/mtdowling"
  1232.                 },
  1233.                 {
  1234.                     "name": "Guzzle Community",
  1235.                     "homepage": "https://github.com/guzzle/guzzle/contributors"
  1236.                 }
  1237.             ],
  1238.             "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  1239.             "homepage": "http://guzzlephp.org/",
  1240.             "keywords": [
  1241.                 "client",
  1242.                 "curl",
  1243.                 "framework",
  1244.                 "http",
  1245.                 "http client",
  1246.                 "rest",
  1247.                 "web service"
  1248.             ],
  1249.             "abandoned": "guzzlehttp/guzzle",
  1250.             "time": "2015-03-18 18:23:50"
  1251.         },
  1252.         {
  1253.             "name": "hautelook/templated-uri-bundle",
  1254.             "version": "2.0.1",
  1255.             "target-dir": "Hautelook/TemplatedUriBundle",
  1256.             "source": {
  1257.                 "type": "git",
  1258.                 "url": "https://github.com/hautelook/TemplatedUriBundle.git",
  1259.                 "reference": "abf784feea984783eab0a822541c7aa3f58d445e"
  1260.             },
  1261.             "dist": {
  1262.                 "type": "zip",
  1263.                 "url": "https://api.github.com/repos/hautelook/TemplatedUriBundle/zipball/abf784feea984783eab0a822541c7aa3f58d445e",
  1264.                 "reference": "abf784feea984783eab0a822541c7aa3f58d445e",
  1265.                 "shasum": ""
  1266.             },
  1267.             "require": {
  1268.                 "hautelook/templated-uri-router": "~2.0",
  1269.                 "php": ">=5.3.0",
  1270.                 "symfony/framework-bundle": "~2.1|~3.0"
  1271.             },
  1272.             "type": "symfony-bundle",
  1273.             "extra": {
  1274.                 "branch-alias": {
  1275.                     "dev-master": "2.0-dev"
  1276.                 }
  1277.             },
  1278.             "autoload": {
  1279.                 "psr-0": {
  1280.                     "Hautelook\\TemplatedUriBundle": ""
  1281.                 }
  1282.             },
  1283.             "notification-url": "https://packagist.org/downloads/",
  1284.             "license": [
  1285.                 "MIT"
  1286.             ],
  1287.             "authors": [
  1288.                 {
  1289.                     "name": "Baldur Rensch",
  1290.                     "email": "brensch@gmail.com"
  1291.                 }
  1292.             ],
  1293.             "description": "Symfony2 Bundle that provides a RFC-6570 compatible router and URL Generator.",
  1294.             "homepage": "http://www.hautelooktech.com/",
  1295.             "keywords": [
  1296.                 "HATEOAS",
  1297.                 "RFC 6570",
  1298.                 "Symfony2",
  1299.                 "json",
  1300.                 "uri",
  1301.                 "url",
  1302.                 "xml"
  1303.             ],
  1304.             "time": "2016-04-28 22:18:53"
  1305.         },
  1306.         {
  1307.             "name": "hautelook/templated-uri-router",
  1308.             "version": "2.0.2",
  1309.             "source": {
  1310.                 "type": "git",
  1311.                 "url": "https://github.com/hautelook/TemplatedUriRouter.git",
  1312.                 "reference": "85479142467aa0ea230ab1aa54d2a1d050104802"
  1313.             },
  1314.             "dist": {
  1315.                 "type": "zip",
  1316.                 "url": "https://api.github.com/repos/hautelook/TemplatedUriRouter/zipball/85479142467aa0ea230ab1aa54d2a1d050104802",
  1317.                 "reference": "85479142467aa0ea230ab1aa54d2a1d050104802",
  1318.                 "shasum": ""
  1319.             },
  1320.             "require": {
  1321.                 "php": ">=5.3.0",
  1322.                 "symfony/routing": "~2.5|~3.0"
  1323.             },
  1324.             "type": "symfony-bundle",
  1325.             "extra": {
  1326.                 "branch-alias": {
  1327.                     "dev-master": "2.0-dev"
  1328.                 }
  1329.             },
  1330.             "autoload": {
  1331.                 "psr-4": {
  1332.                     "Hautelook\\TemplatedUriRouter\\": ""
  1333.                 }
  1334.             },
  1335.             "notification-url": "https://packagist.org/downloads/",
  1336.             "license": [
  1337.                 "MIT"
  1338.             ],
  1339.             "authors": [
  1340.                 {
  1341.                     "name": "Baldur Rensch",
  1342.                     "email": "brensch@gmail.com"
  1343.                 }
  1344.             ],
  1345.             "description": "Symfony2 RFC-6570 compatible router and URL Generator",
  1346.             "homepage": "http://www.hautelooktech.com/",
  1347.             "keywords": [
  1348.                 "HATEOAS",
  1349.                 "RFC 6570",
  1350.                 "Symfony2",
  1351.                 "json",
  1352.                 "router",
  1353.                 "uri",
  1354.                 "url",
  1355.                 "xml"
  1356.             ],
  1357.             "time": "2015-12-17 01:40:38"
  1358.         },
  1359.         {
  1360.             "name": "imagine/imagine",
  1361.             "version": "v0.6.3",
  1362.             "source": {
  1363.                 "type": "git",
  1364.                 "url": "https://github.com/avalanche123/Imagine.git",
  1365.                 "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
  1366.             },
  1367.             "dist": {
  1368.                 "type": "zip",
  1369.                 "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
  1370.                 "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
  1371.                 "shasum": ""
  1372.             },
  1373.             "require": {
  1374.                 "php": ">=5.3.2"
  1375.             },
  1376.             "require-dev": {
  1377.                 "sami/sami": "dev-master"
  1378.             },
  1379.             "suggest": {
  1380.                 "ext-gd": "to use the GD implementation",
  1381.                 "ext-gmagick": "to use the Gmagick implementation",
  1382.                 "ext-imagick": "to use the Imagick implementation"
  1383.             },
  1384.             "type": "library",
  1385.             "extra": {
  1386.                 "branch-alias": {
  1387.                     "dev-develop": "0.7-dev"
  1388.                 }
  1389.             },
  1390.             "autoload": {
  1391.                 "psr-0": {
  1392.                     "Imagine": "lib/"
  1393.                 }
  1394.             },
  1395.             "notification-url": "https://packagist.org/downloads/",
  1396.             "license": [
  1397.                 "MIT"
  1398.             ],
  1399.             "authors": [
  1400.                 {
  1401.                     "name": "Bulat Shakirzyanov",
  1402.                     "email": "mallluhuct@gmail.com",
  1403.                     "homepage": "http://avalanche123.com"
  1404.                 }
  1405.             ],
  1406.             "description": "Image processing for PHP 5.3",
  1407.             "homepage": "http://imagine.readthedocs.org/",
  1408.             "keywords": [
  1409.                 "drawing",
  1410.                 "graphics",
  1411.                 "image manipulation",
  1412.                 "image processing"
  1413.             ],
  1414.             "time": "2015-09-19 16:54:05"
  1415.         },
  1416.         {
  1417.             "name": "incenteev/composer-parameter-handler",
  1418.             "version": "v2.1.2",
  1419.             "source": {
  1420.                 "type": "git",
  1421.                 "url": "https://github.com/Incenteev/ParameterHandler.git",
  1422.                 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
  1423.             },
  1424.             "dist": {
  1425.                 "type": "zip",
  1426.                 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
  1427.                 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
  1428.                 "shasum": ""
  1429.             },
  1430.             "require": {
  1431.                 "php": ">=5.3.3",
  1432.                 "symfony/yaml": "~2.3|~3.0"
  1433.             },
  1434.             "require-dev": {
  1435.                 "composer/composer": "1.0.*@dev",
  1436.                 "phpspec/prophecy-phpunit": "~1.0",
  1437.                 "symfony/filesystem": "~2.2"
  1438.             },
  1439.             "type": "library",
  1440.             "extra": {
  1441.                 "branch-alias": {
  1442.                     "dev-master": "2.1.x-dev"
  1443.                 }
  1444.             },
  1445.             "autoload": {
  1446.                 "psr-4": {
  1447.                     "Incenteev\\ParameterHandler\\": ""
  1448.                 }
  1449.             },
  1450.             "notification-url": "https://packagist.org/downloads/",
  1451.             "license": [
  1452.                 "MIT"
  1453.             ],
  1454.             "authors": [
  1455.                 {
  1456.                     "name": "Christophe Coevoet",
  1457.                     "email": "stof@notk.org"
  1458.                 }
  1459.             ],
  1460.             "description": "Composer script handling your ignored parameter file",
  1461.             "homepage": "https://github.com/Incenteev/ParameterHandler",
  1462.             "keywords": [
  1463.                 "parameters management"
  1464.             ],
  1465.             "time": "2015-11-10 17:04:01"
  1466.         },
  1467.         {
  1468.             "name": "ircmaxell/password-compat",
  1469.             "version": "v1.0.4",
  1470.             "source": {
  1471.                 "type": "git",
  1472.                 "url": "https://github.com/ircmaxell/password_compat.git",
  1473.                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  1474.             },
  1475.             "dist": {
  1476.                 "type": "zip",
  1477.                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  1478.                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  1479.                 "shasum": ""
  1480.             },
  1481.             "require-dev": {
  1482.                 "phpunit/phpunit": "4.*"
  1483.             },
  1484.             "type": "library",
  1485.             "autoload": {
  1486.                 "files": [
  1487.                     "lib/password.php"
  1488.                 ]
  1489.             },
  1490.             "notification-url": "https://packagist.org/downloads/",
  1491.             "license": [
  1492.                 "MIT"
  1493.             ],
  1494.             "authors": [
  1495.                 {
  1496.                     "name": "Anthony Ferrara",
  1497.                     "email": "ircmaxell@php.net",
  1498.                     "homepage": "http://blog.ircmaxell.com"
  1499.                 }
  1500.             ],
  1501.             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  1502.             "homepage": "https://github.com/ircmaxell/password_compat",
  1503.             "keywords": [
  1504.                 "hashing",
  1505.                 "password"
  1506.             ],
  1507.             "time": "2014-11-20 16:49:30"
  1508.         },
  1509.         {
  1510.             "name": "jdorn/sql-formatter",
  1511.             "version": "v1.2.17",
  1512.             "source": {
  1513.                 "type": "git",
  1514.                 "url": "https://github.com/jdorn/sql-formatter.git",
  1515.                 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
  1516.             },
  1517.             "dist": {
  1518.                 "type": "zip",
  1519.                 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
  1520.                 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
  1521.                 "shasum": ""
  1522.             },
  1523.             "require": {
  1524.                 "php": ">=5.2.4"
  1525.             },
  1526.             "require-dev": {
  1527.                 "phpunit/phpunit": "3.7.*"
  1528.             },
  1529.             "type": "library",
  1530.             "extra": {
  1531.                 "branch-alias": {
  1532.                     "dev-master": "1.3.x-dev"
  1533.                 }
  1534.             },
  1535.             "autoload": {
  1536.                 "classmap": [
  1537.                     "lib"
  1538.                 ]
  1539.             },
  1540.             "notification-url": "https://packagist.org/downloads/",
  1541.             "license": [
  1542.                 "MIT"
  1543.             ],
  1544.             "authors": [
  1545.                 {
  1546.                     "name": "Jeremy Dorn",
  1547.                     "email": "jeremy@jeremydorn.com",
  1548.                     "homepage": "http://jeremydorn.com/"
  1549.                 }
  1550.             ],
  1551.             "description": "a PHP SQL highlighting library",
  1552.             "homepage": "https://github.com/jdorn/sql-formatter/",
  1553.             "keywords": [
  1554.                 "highlight",
  1555.                 "sql"
  1556.             ],
  1557.             "time": "2014-01-12 16:20:24"
  1558.         },
  1559.         {
  1560.             "name": "kaliop/ezmigrationbundle",
  1561.             "version": "2.5.1",
  1562.             "source": {
  1563.                 "type": "git",
  1564.                 "url": "https://github.com/kaliop-uk/ezmigrationbundle.git",
  1565.                 "reference": "cb658d4ecdfaf83fa2eda0c7ee4757ae4d7c93ca"
  1566.             },
  1567.             "dist": {
  1568.                 "type": "zip",
  1569.                 "url": "https://api.github.com/repos/kaliop-uk/ezmigrationbundle/zipball/cb658d4ecdfaf83fa2eda0c7ee4757ae4d7c93ca",
  1570.                 "reference": "cb658d4ecdfaf83fa2eda0c7ee4757ae4d7c93ca",
  1571.                 "shasum": ""
  1572.             },
  1573.             "require": {
  1574.                 "ext-pdo": "*",
  1575.                 "ezsystems/ezpublish-kernel": ">=5.3|>=2014.03",
  1576.                 "nikic/php-parser": "2.*",
  1577.                 "php": ">=5.4",
  1578.                 "symfony/process": "*"
  1579.             },
  1580.             "require-dev": {
  1581.                 "codeclimate/php-test-reporter": "dev-master",
  1582.                 "mikey179/vfsstream": "~1.2.0",
  1583.                 "phpunit/phpunit": "~4.0",
  1584.                 "polishsymfonycommunity/symfony2-mocker-extension": "*"
  1585.             },
  1586.             "type": "symfony-bundle",
  1587.             "extra": {
  1588.                 "ezpublish-legacy-dir": "vendor/ezsystems/ezpublish-legacy"
  1589.             },
  1590.             "autoload": {
  1591.                 "psr-4": {
  1592.                     "Kaliop\\eZMigrationBundle\\": ""
  1593.                 }
  1594.             },
  1595.             "notification-url": "https://packagist.org/downloads/",
  1596.             "license": [
  1597.                 "GPL-2.0"
  1598.             ],
  1599.             "authors": [
  1600.                 {
  1601.                     "name": "Daniel Clements",
  1602.                     "email": "dclements@kaliop.com",
  1603.                     "role": "Developer"
  1604.                 },
  1605.                 {
  1606.                     "name": "Gaetano Giunta",
  1607.                     "email": "ggiunta@kaliop.com",
  1608.                     "role": "Lead Developer"
  1609.                 },
  1610.                 {
  1611.                     "name": "Peter Halasz",
  1612.                     "email": "peter.halasz@kaliop.co.uk",
  1613.                     "role": "Original author"
  1614.                 }
  1615.             ],
  1616.             "description": "Kaliop eZ-Migration Bundle",
  1617.             "keywords": [
  1618.                 "database",
  1619.                 "ezpublish",
  1620.                 "migrations"
  1621.             ],
  1622.             "time": "2016-11-20 16:13:22"
  1623.         },
  1624.         {
  1625.             "name": "kriswallsmith/assetic",
  1626.             "version": "v1.4.0",
  1627.             "source": {
  1628.                 "type": "git",
  1629.                 "url": "https://github.com/kriswallsmith/assetic.git",
  1630.                 "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
  1631.             },
  1632.             "dist": {
  1633.                 "type": "zip",
  1634.                 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
  1635.                 "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
  1636.                 "shasum": ""
  1637.             },
  1638.             "require": {
  1639.                 "php": ">=5.3.1",
  1640.                 "symfony/process": "~2.1|~3.0"
  1641.             },
  1642.             "conflict": {
  1643.                 "twig/twig": "<1.27"
  1644.             },
  1645.             "require-dev": {
  1646.                 "leafo/lessphp": "^0.3.7",
  1647.                 "leafo/scssphp": "~0.1",
  1648.                 "meenie/javascript-packer": "^1.1",
  1649.                 "mrclay/minify": "<2.3",
  1650.                 "natxet/cssmin": "3.0.4",
  1651.                 "patchwork/jsqueeze": "~1.0|~2.0",
  1652.                 "phpunit/phpunit": "~4.8 || ^5.6",
  1653.                 "psr/log": "~1.0",
  1654.                 "ptachoire/cssembed": "~1.0",
  1655.                 "symfony/phpunit-bridge": "~2.7|~3.0",
  1656.                 "twig/twig": "~1.23|~2.0",
  1657.                 "yfix/packager": "dev-master"
  1658.             },
  1659.             "suggest": {
  1660.                 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
  1661.                 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
  1662.                 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
  1663.                 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
  1664.                 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
  1665.                 "twig/twig": "Assetic provides the integration with the Twig templating engine"
  1666.             },
  1667.             "type": "library",
  1668.             "extra": {
  1669.                 "branch-alias": {
  1670.                     "dev-master": "1.4-dev"
  1671.                 }
  1672.             },
  1673.             "autoload": {
  1674.                 "psr-0": {
  1675.                     "Assetic": "src/"
  1676.                 },
  1677.                 "files": [
  1678.                     "src/functions.php"
  1679.                 ]
  1680.             },
  1681.             "notification-url": "https://packagist.org/downloads/",
  1682.             "license": [
  1683.                 "MIT"
  1684.             ],
  1685.             "authors": [
  1686.                 {
  1687.                     "name": "Kris Wallsmith",
  1688.                     "email": "kris.wallsmith@gmail.com",
  1689.                     "homepage": "http://kriswallsmith.net/"
  1690.                 }
  1691.             ],
  1692.             "description": "Asset Management for PHP",
  1693.             "homepage": "https://github.com/kriswallsmith/assetic",
  1694.             "keywords": [
  1695.                 "assets",
  1696.                 "compression",
  1697.                 "minification"
  1698.             ],
  1699.             "time": "2016-11-11 18:43:20"
  1700.         },
  1701.         {
  1702.             "name": "kriswallsmith/buzz",
  1703.             "version": "v0.15",
  1704.             "source": {
  1705.                 "type": "git",
  1706.                 "url": "https://github.com/kriswallsmith/Buzz.git",
  1707.                 "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
  1708.             },
  1709.             "dist": {
  1710.                 "type": "zip",
  1711.                 "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
  1712.                 "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
  1713.                 "shasum": ""
  1714.             },
  1715.             "require": {
  1716.                 "php": ">=5.3.0"
  1717.             },
  1718.             "require-dev": {
  1719.                 "phpunit/phpunit": "3.7.*"
  1720.             },
  1721.             "suggest": {
  1722.                 "ext-curl": "*"
  1723.             },
  1724.             "type": "library",
  1725.             "autoload": {
  1726.                 "psr-0": {
  1727.                     "Buzz": "lib/"
  1728.                 }
  1729.             },
  1730.             "notification-url": "https://packagist.org/downloads/",
  1731.             "license": [
  1732.                 "MIT"
  1733.             ],
  1734.             "authors": [
  1735.                 {
  1736.                     "name": "Kris Wallsmith",
  1737.                     "email": "kris.wallsmith@gmail.com",
  1738.                     "homepage": "http://kriswallsmith.net/"
  1739.                 }
  1740.             ],
  1741.             "description": "Lightweight HTTP client",
  1742.             "homepage": "https://github.com/kriswallsmith/Buzz",
  1743.             "keywords": [
  1744.                 "curl",
  1745.                 "http client"
  1746.             ],
  1747.             "time": "2015-06-25 17:26:56"
  1748.         },
  1749.         {
  1750.             "name": "league/flysystem",
  1751.             "version": "1.0.32",
  1752.             "source": {
  1753.                 "type": "git",
  1754.                 "url": "https://github.com/thephpleague/flysystem.git",
  1755.                 "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab"
  1756.             },
  1757.             "dist": {
  1758.                 "type": "zip",
  1759.                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1b5c4a0031697f46e779a9d1b309c2e1b24daeab",
  1760.                 "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab",
  1761.                 "shasum": ""
  1762.             },
  1763.             "require": {
  1764.                 "php": ">=5.5.9"
  1765.             },
  1766.             "conflict": {
  1767.                 "league/flysystem-sftp": "<1.0.6"
  1768.             },
  1769.             "require-dev": {
  1770.                 "ext-fileinfo": "*",
  1771.                 "mockery/mockery": "~0.9",
  1772.                 "phpspec/phpspec": "^2.2",
  1773.                 "phpunit/phpunit": "~4.8"
  1774.             },
  1775.             "suggest": {
  1776.                 "ext-fileinfo": "Required for MimeType",
  1777.                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1778.                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1779.                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1780.                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1781.                 "league/flysystem-copy": "Allows you to use Copy.com storage",
  1782.                 "league/flysystem-dropbox": "Allows you to use Dropbox storage",
  1783.                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1784.                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1785.                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1786.                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1787.                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
  1788.             },
  1789.             "type": "library",
  1790.             "extra": {
  1791.                 "branch-alias": {
  1792.                     "dev-master": "1.1-dev"
  1793.                 }
  1794.             },
  1795.             "autoload": {
  1796.                 "psr-4": {
  1797.                     "League\\Flysystem\\": "src/"
  1798.                 }
  1799.             },
  1800.             "notification-url": "https://packagist.org/downloads/",
  1801.             "license": [
  1802.                 "MIT"
  1803.             ],
  1804.             "authors": [
  1805.                 {
  1806.                     "name": "Frank de Jonge",
  1807.                     "email": "info@frenky.net"
  1808.                 }
  1809.             ],
  1810.             "description": "Filesystem abstraction: Many filesystems, one API.",
  1811.             "keywords": [
  1812.                 "Cloud Files",
  1813.                 "WebDAV",
  1814.                 "abstraction",
  1815.                 "aws",
  1816.                 "cloud",
  1817.                 "copy.com",
  1818.                 "dropbox",
  1819.                 "file systems",
  1820.                 "files",
  1821.                 "filesystem",
  1822.                 "filesystems",
  1823.                 "ftp",
  1824.                 "rackspace",
  1825.                 "remote",
  1826.                 "s3",
  1827.                 "sftp",
  1828.                 "storage"
  1829.             ],
  1830.             "time": "2016-10-19 20:38:46"
  1831.         },
  1832.         {
  1833.             "name": "liip/imagine-bundle",
  1834.             "version": "1.6.0",
  1835.             "source": {
  1836.                 "type": "git",
  1837.                 "url": "https://github.com/liip/LiipImagineBundle.git",
  1838.                 "reference": "cc881beb2daea75068ad75329e6d71963fa95028"
  1839.             },
  1840.             "dist": {
  1841.                 "type": "zip",
  1842.                 "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/cc881beb2daea75068ad75329e6d71963fa95028",
  1843.                 "reference": "cc881beb2daea75068ad75329e6d71963fa95028",
  1844.                 "shasum": ""
  1845.             },
  1846.             "require": {
  1847.                 "imagine/imagine": "^0.6.3,<0.7",
  1848.                 "php": "^5.3.9|^7.0",
  1849.                 "symfony/filesystem": "~2.3|~3.0",
  1850.                 "symfony/finder": "~2.3|~3.0",
  1851.                 "symfony/framework-bundle": "~2.3|~3.0",
  1852.                 "symfony/options-resolver": "~2.3|~3.0",
  1853.                 "symfony/process": "~2.3|~3.0"
  1854.             },
  1855.             "require-dev": {
  1856.                 "amazonwebservices/aws-sdk-for-php": "~1.0",
  1857.                 "aws/aws-sdk-php": "~2.4",
  1858.                 "doctrine/cache": "~1.1",
  1859.                 "doctrine/orm": "~2.3",
  1860.                 "ext-gd": "*",
  1861.                 "phpunit/phpunit": "~4.3",
  1862.                 "psr/log": "~1.0",
  1863.                 "symfony/browser-kit": "~2.3|~3.0",
  1864.                 "symfony/console": "~2.3|~3.0",
  1865.                 "symfony/dependency-injection": "~2.3|~3.0",
  1866.                 "symfony/form": "~2.3|~3.0",
  1867.                 "symfony/phpunit-bridge": "~2.3|~3.0",
  1868.                 "symfony/yaml": "~2.3|~3.0",
  1869.                 "twig/twig": "~1.12"
  1870.             },
  1871.             "suggest": {
  1872.                 "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
  1873.                 "aws/aws-sdk-php": "Add it if you'd like to use aws v2 or v3 resolver",
  1874.                 "league/flysystem": "If you'd want to use Flysystem binary loader",
  1875.                 "monolog/monolog": "If you'd want to write logs",
  1876.                 "twig/twig": "If you'd want to use some handy twig filters, version 1.12 or greater required"
  1877.             },
  1878.             "type": "symfony-bundle",
  1879.             "extra": {
  1880.                 "branch-alias": {
  1881.                     "dev-master": "1.6.x-dev"
  1882.                 }
  1883.             },
  1884.             "autoload": {
  1885.                 "psr-4": {
  1886.                     "Liip\\ImagineBundle\\": ""
  1887.                 }
  1888.             },
  1889.             "notification-url": "https://packagist.org/downloads/",
  1890.             "license": [
  1891.                 "MIT"
  1892.             ],
  1893.             "authors": [
  1894.                 {
  1895.                     "name": "Liip and other contributors",
  1896.                     "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
  1897.                 }
  1898.             ],
  1899.             "description": "This Bundle assists in imagine manipulation using the imagine library",
  1900.             "homepage": "http://liip.ch",
  1901.             "keywords": [
  1902.                 "image",
  1903.                 "imagine"
  1904.             ],
  1905.             "time": "2016-07-22 14:52:30"
  1906.         },
  1907.         {
  1908.             "name": "monolog/monolog",
  1909.             "version": "1.22.0",
  1910.             "source": {
  1911.                 "type": "git",
  1912.                 "url": "https://github.com/Seldaek/monolog.git",
  1913.                 "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
  1914.             },
  1915.             "dist": {
  1916.                 "type": "zip",
  1917.                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
  1918.                 "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
  1919.                 "shasum": ""
  1920.             },
  1921.             "require": {
  1922.                 "php": ">=5.3.0",
  1923.                 "psr/log": "~1.0"
  1924.             },
  1925.             "provide": {
  1926.                 "psr/log-implementation": "1.0.0"
  1927.             },
  1928.             "require-dev": {
  1929.                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1930.                 "doctrine/couchdb": "~1.0@dev",
  1931.                 "graylog2/gelf-php": "~1.0",
  1932.                 "jakub-onderka/php-parallel-lint": "0.9",
  1933.                 "php-amqplib/php-amqplib": "~2.4",
  1934.                 "php-console/php-console": "^3.1.3",
  1935.                 "phpunit/phpunit": "~4.5",
  1936.                 "phpunit/phpunit-mock-objects": "2.3.0",
  1937.                 "ruflin/elastica": ">=0.90 <3.0",
  1938.                 "sentry/sentry": "^0.13",
  1939.                 "swiftmailer/swiftmailer": "~5.3"
  1940.             },
  1941.             "suggest": {
  1942.                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1943.                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1944.                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1945.                 "ext-mongo": "Allow sending log messages to a MongoDB server",
  1946.                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1947.                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1948.                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1949.                 "php-console/php-console": "Allow sending log messages to Google Chrome",
  1950.                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1951.                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1952.                 "sentry/sentry": "Allow sending log messages to a Sentry server"
  1953.             },
  1954.             "type": "library",
  1955.             "extra": {
  1956.                 "branch-alias": {
  1957.                     "dev-master": "2.0.x-dev"
  1958.                 }
  1959.             },
  1960.             "autoload": {
  1961.                 "psr-4": {
  1962.                     "Monolog\\": "src/Monolog"
  1963.                 }
  1964.             },
  1965.             "notification-url": "https://packagist.org/downloads/",
  1966.             "license": [
  1967.                 "MIT"
  1968.             ],
  1969.             "authors": [
  1970.                 {
  1971.                     "name": "Jordi Boggiano",
  1972.                     "email": "j.boggiano@seld.be",
  1973.                     "homepage": "http://seld.be"
  1974.                 }
  1975.             ],
  1976.             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1977.             "homepage": "http://github.com/Seldaek/monolog",
  1978.             "keywords": [
  1979.                 "log",
  1980.                 "logging",
  1981.                 "psr-3"
  1982.             ],
  1983.             "time": "2016-11-26 00:15:39"
  1984.         },
  1985.         {
  1986.             "name": "nelmio/cors-bundle",
  1987.             "version": "1.4.1",
  1988.             "source": {
  1989.                 "type": "git",
  1990.                 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
  1991.                 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
  1992.             },
  1993.             "dist": {
  1994.                 "type": "zip",
  1995.                 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
  1996.                 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
  1997.                 "shasum": ""
  1998.             },
  1999.             "require": {
  2000.                 "symfony/framework-bundle": "^2.2 || ^3.0"
  2001.             },
  2002.             "require-dev": {
  2003.                 "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
  2004.                 "mockery/mockery": "0.9.*"
  2005.             },
  2006.             "type": "symfony-bundle",
  2007.             "extra": {
  2008.                 "branch-alias": {
  2009.                     "dev-master": "1.4.x-dev"
  2010.                 }
  2011.             },
  2012.             "autoload": {
  2013.                 "psr-4": {
  2014.                     "Nelmio\\CorsBundle\\": ""
  2015.                 },
  2016.                 "exclude-from-classmap": [
  2017.                     "/Tests/"
  2018.                 ]
  2019.             },
  2020.             "notification-url": "https://packagist.org/downloads/",
  2021.             "license": [
  2022.                 "MIT"
  2023.             ],
  2024.             "authors": [
  2025.                 {
  2026.                     "name": "Nelmio",
  2027.                     "homepage": "http://nelm.io"
  2028.                 },
  2029.                 {
  2030.                     "name": "Symfony Community",
  2031.                     "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
  2032.                 }
  2033.             ],
  2034.             "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
  2035.             "keywords": [
  2036.                 "api",
  2037.                 "cors",
  2038.                 "crossdomain"
  2039.             ],
  2040.             "time": "2015-12-09 17:26:34"
  2041.         },
  2042.         {
  2043.             "name": "nikic/php-parser",
  2044.             "version": "v2.1.1",
  2045.             "source": {
  2046.                 "type": "git",
  2047.                 "url": "https://github.com/nikic/PHP-Parser.git",
  2048.                 "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
  2049.             },
  2050.             "dist": {
  2051.                 "type": "zip",
  2052.                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
  2053.                 "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
  2054.                 "shasum": ""
  2055.             },
  2056.             "require": {
  2057.                 "ext-tokenizer": "*",
  2058.                 "php": ">=5.4"
  2059.             },
  2060.             "require-dev": {
  2061.                 "phpunit/phpunit": "~4.0"
  2062.             },
  2063.             "bin": [
  2064.                 "bin/php-parse"
  2065.             ],
  2066.             "type": "library",
  2067.             "extra": {
  2068.                 "branch-alias": {
  2069.                     "dev-master": "2.1-dev"
  2070.                 }
  2071.             },
  2072.             "autoload": {
  2073.                 "psr-4": {
  2074.                     "PhpParser\\": "lib/PhpParser"
  2075.                 }
  2076.             },
  2077.             "notification-url": "https://packagist.org/downloads/",
  2078.             "license": [
  2079.                 "BSD-3-Clause"
  2080.             ],
  2081.             "authors": [
  2082.                 {
  2083.                     "name": "Nikita Popov"
  2084.                 }
  2085.             ],
  2086.             "description": "A PHP parser written in PHP",
  2087.             "keywords": [
  2088.                 "parser",
  2089.                 "php"
  2090.             ],
  2091.             "time": "2016-09-16 12:04:44"
  2092.         },
  2093.         {
  2094.             "name": "ocramius/proxy-manager",
  2095.             "version": "1.0.2",
  2096.             "source": {
  2097.                 "type": "git",
  2098.                 "url": "https://github.com/Ocramius/ProxyManager.git",
  2099.                 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
  2100.             },
  2101.             "dist": {
  2102.                 "type": "zip",
  2103.                 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
  2104.                 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
  2105.                 "shasum": ""
  2106.             },
  2107.             "require": {
  2108.                 "php": ">=5.3.3",
  2109.                 "zendframework/zend-code": ">2.2.5,<3.0"
  2110.             },
  2111.             "require-dev": {
  2112.                 "ext-phar": "*",
  2113.                 "phpunit/phpunit": "~4.0",
  2114.                 "squizlabs/php_codesniffer": "1.5.*"
  2115.             },
  2116.             "suggest": {
  2117.                 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
  2118.                 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
  2119.                 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
  2120.                 "zendframework/zend-stdlib": "To use the hydrator proxy",
  2121.                 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
  2122.             },
  2123.             "type": "library",
  2124.             "extra": {
  2125.                 "branch-alias": {
  2126.                     "dev-master": "2.0.x-dev"
  2127.                 }
  2128.             },
  2129.             "autoload": {
  2130.                 "psr-0": {
  2131.                     "ProxyManager\\": "src"
  2132.                 }
  2133.             },
  2134.             "notification-url": "https://packagist.org/downloads/",
  2135.             "license": [
  2136.                 "MIT"
  2137.             ],
  2138.             "authors": [
  2139.                 {
  2140.                     "name": "Marco Pivetta",
  2141.                     "email": "ocramius@gmail.com",
  2142.                     "homepage": "http://ocramius.github.com/"
  2143.                 }
  2144.             ],
  2145.             "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
  2146.             "homepage": "https://github.com/Ocramius/ProxyManager",
  2147.             "keywords": [
  2148.                 "aop",
  2149.                 "lazy loading",
  2150.                 "proxy",
  2151.                 "proxy pattern",
  2152.                 "service proxies"
  2153.             ],
  2154.             "time": "2015-08-09 04:28:19"
  2155.         },
  2156.         {
  2157.             "name": "oneup/flysystem-bundle",
  2158.             "version": "1.7.0",
  2159.             "source": {
  2160.                 "type": "git",
  2161.                 "url": "https://github.com/1up-lab/OneupFlysystemBundle.git",
  2162.                 "reference": "5b8b5896d6981127b5c55e7620d10dabb86778bc"
  2163.             },
  2164.             "dist": {
  2165.                 "type": "zip",
  2166.                 "url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/5b8b5896d6981127b5c55e7620d10dabb86778bc",
  2167.                 "reference": "5b8b5896d6981127b5c55e7620d10dabb86778bc",
  2168.                 "shasum": ""
  2169.             },
  2170.             "require": {
  2171.                 "league/flysystem": "^1.0.14",
  2172.                 "php": ">=5.4.0",
  2173.                 "symfony/framework-bundle": "~2.0|~3.0"
  2174.             },
  2175.             "require-dev": {
  2176.                 "league/flysystem-aws-s3-v2": "~1.0",
  2177.                 "league/flysystem-cached-adapter": "~1.0",
  2178.                 "league/flysystem-copy": "~1.0",
  2179.                 "league/flysystem-dropbox": "~1.0",
  2180.                 "league/flysystem-gridfs": "~1.0",
  2181.                 "league/flysystem-memory": "~1.0",
  2182.                 "league/flysystem-rackspace": "~1.0",
  2183.                 "league/flysystem-sftp": "~1.0",
  2184.                 "league/flysystem-webdav": "~1.0",
  2185.                 "league/flysystem-ziparchive": "~1.0",
  2186.                 "litipk/flysystem-fallback-adapter": "~0.1",
  2187.                 "phpunit/phpunit": "4.4.*",
  2188.                 "symfony/browser-kit": "~2.0|~3.0",
  2189.                 "symfony/finder": "~2.0|~3.0",
  2190.                 "twistor/flysystem-stream-wrapper": "~1.0"
  2191.             },
  2192.             "suggest": {
  2193.                 "ext-fileinfo": "Required for MimeType",
  2194.                 "league/flysystem-aws-s3-v2": "Use S3 storage with AWS SDK v2",
  2195.                 "league/flysystem-aws-s3-v3": "Use S3 storage with AWS SDK v3",
  2196.                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  2197.                 "league/flysystem-copy": "Allows you to use Copy.com storage",
  2198.                 "league/flysystem-dropbox": "Use Dropbox storage",
  2199.                 "league/flysystem-gridfs": "Allows you to use GridFS adapter",
  2200.                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  2201.                 "league/flysystem-sftp": "Allows SFTP server storage via phpseclib",
  2202.                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
  2203.                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  2204.                 "litipk/flysystem-fallback-adapter": "Allows you to use a fallback filesystem",
  2205.                 "twistor/flysystem-stream-wrapper": "Allows you to use stream wrapper"
  2206.             },
  2207.             "type": "symfony-bundle",
  2208.             "autoload": {
  2209.                 "psr-4": {
  2210.                     "Oneup\\FlysystemBundle\\": ""
  2211.                 }
  2212.             },
  2213.             "notification-url": "https://packagist.org/downloads/",
  2214.             "license": [
  2215.                 "MIT"
  2216.             ],
  2217.             "authors": [
  2218.                 {
  2219.                     "name": "Jim Schmid",
  2220.                     "email": "js@1up.io",
  2221.                     "homepage": "http://1up.io",
  2222.                     "role": "Developer"
  2223.                 }
  2224.             ],
  2225.             "description": "Integrates Flysystem filesystem abstraction library to your Symfony2 project.",
  2226.             "homepage": "http://1up.io",
  2227.             "keywords": [
  2228.                 "Flysystem",
  2229.                 "Symfony2",
  2230.                 "abstraction",
  2231.                 "filesystem"
  2232.             ],
  2233.             "time": "2016-12-04 12:16:31"
  2234.         },
  2235.         {
  2236.             "name": "pagerfanta/pagerfanta",
  2237.             "version": "v1.0.4",
  2238.             "source": {
  2239.                 "type": "git",
  2240.                 "url": "https://github.com/whiteoctober/Pagerfanta.git",
  2241.                 "reference": "f846c5e06bb66df659a688ea4734aab49de589d6"
  2242.             },
  2243.             "dist": {
  2244.                 "type": "zip",
  2245.                 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/f846c5e06bb66df659a688ea4734aab49de589d6",
  2246.                 "reference": "f846c5e06bb66df659a688ea4734aab49de589d6",
  2247.                 "shasum": ""
  2248.             },
  2249.             "require": {
  2250.                 "php": ">=5.3.0"
  2251.             },
  2252.             "require-dev": {
  2253.                 "doctrine/orm": "~2.3",
  2254.                 "doctrine/phpcr-odm": "1.*",
  2255.                 "jackalope/jackalope-doctrine-dbal": "1.*",
  2256.                 "jmikola/geojson": "~1.0",
  2257.                 "mandango/mandango": "~1.0@dev",
  2258.                 "mandango/mondator": "~1.0@dev",
  2259.                 "phpunit/phpunit": "~4 | ~5",
  2260.                 "propel/propel1": "~1.6",
  2261.                 "ruflin/elastica": "~1.3",
  2262.                 "solarium/solarium": "~3.1"
  2263.             },
  2264.             "suggest": {
  2265.                 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
  2266.                 "doctrine/orm": "To use the DoctrineORMAdapter.",
  2267.                 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
  2268.                 "mandango/mandango": "To use the MandangoAdapter.",
  2269.                 "propel/propel1": "To use the PropelAdapter",
  2270.                 "solarium/solarium": "To use the SolariumAdapter."
  2271.             },
  2272.             "type": "library",
  2273.             "extra": {
  2274.                 "branch-alias": {
  2275.                     "dev-master": "1.0.x-dev"
  2276.                 }
  2277.             },
  2278.             "autoload": {
  2279.                 "psr-0": {
  2280.                     "Pagerfanta\\": "src/"
  2281.                 }
  2282.             },
  2283.             "notification-url": "https://packagist.org/downloads/",
  2284.             "license": [
  2285.                 "MIT"
  2286.             ],
  2287.             "authors": [
  2288.                 {
  2289.                     "name": "Pablo Díez",
  2290.                     "email": "pablodip@gmail.com"
  2291.                 }
  2292.             ],
  2293.             "description": "Pagination for PHP 5.3",
  2294.             "keywords": [
  2295.                 "page",
  2296.                 "pagination",
  2297.                 "paginator",
  2298.                 "paging"
  2299.             ],
  2300.             "time": "2016-11-28 09:17:04"
  2301.         },
  2302.         {
  2303.             "name": "paragonie/random_compat",
  2304.             "version": "v2.0.4",
  2305.             "source": {
  2306.                 "type": "git",
  2307.                 "url": "https://github.com/paragonie/random_compat.git",
  2308.                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
  2309.             },
  2310.             "dist": {
  2311.                 "type": "zip",
  2312.                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
  2313.                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
  2314.                 "shasum": ""
  2315.             },
  2316.             "require": {
  2317.                 "php": ">=5.2.0"
  2318.             },
  2319.             "require-dev": {
  2320.                 "phpunit/phpunit": "4.*|5.*"
  2321.             },
  2322.             "suggest": {
  2323.                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  2324.             },
  2325.             "type": "library",
  2326.             "autoload": {
  2327.                 "files": [
  2328.                     "lib/random.php"
  2329.                 ]
  2330.             },
  2331.             "notification-url": "https://packagist.org/downloads/",
  2332.             "license": [
  2333.                 "MIT"
  2334.             ],
  2335.             "authors": [
  2336.                 {
  2337.                     "name": "Paragon Initiative Enterprises",
  2338.                     "email": "security@paragonie.com",
  2339.                     "homepage": "https://paragonie.com"
  2340.                 }
  2341.             ],
  2342.             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  2343.             "keywords": [
  2344.                 "csprng",
  2345.                 "pseudorandom",
  2346.                 "random"
  2347.             ],
  2348.             "time": "2016-11-07 23:38:38"
  2349.         },
  2350.         {
  2351.             "name": "psr/cache",
  2352.             "version": "1.0.1",
  2353.             "source": {
  2354.                 "type": "git",
  2355.                 "url": "https://github.com/php-fig/cache.git",
  2356.                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  2357.             },
  2358.             "dist": {
  2359.                 "type": "zip",
  2360.                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  2361.                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  2362.                 "shasum": ""
  2363.             },
  2364.             "require": {
  2365.                 "php": ">=5.3.0"
  2366.             },
  2367.             "type": "library",
  2368.             "extra": {
  2369.                 "branch-alias": {
  2370.                     "dev-master": "1.0.x-dev"
  2371.                 }
  2372.             },
  2373.             "autoload": {
  2374.                 "psr-4": {
  2375.                     "Psr\\Cache\\": "src/"
  2376.                 }
  2377.             },
  2378.             "notification-url": "https://packagist.org/downloads/",
  2379.             "license": [
  2380.                 "MIT"
  2381.             ],
  2382.             "authors": [
  2383.                 {
  2384.                     "name": "PHP-FIG",
  2385.                     "homepage": "http://www.php-fig.org/"
  2386.                 }
  2387.             ],
  2388.             "description": "Common interface for caching libraries",
  2389.             "keywords": [
  2390.                 "cache",
  2391.                 "psr",
  2392.                 "psr-6"
  2393.             ],
  2394.             "time": "2016-08-06 20:24:11"
  2395.         },
  2396.         {
  2397.             "name": "psr/log",
  2398.             "version": "1.0.2",
  2399.             "source": {
  2400.                 "type": "git",
  2401.                 "url": "https://github.com/php-fig/log.git",
  2402.                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  2403.             },
  2404.             "dist": {
  2405.                 "type": "zip",
  2406.                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  2407.                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  2408.                 "shasum": ""
  2409.             },
  2410.             "require": {
  2411.                 "php": ">=5.3.0"
  2412.             },
  2413.             "type": "library",
  2414.             "extra": {
  2415.                 "branch-alias": {
  2416.                     "dev-master": "1.0.x-dev"
  2417.                 }
  2418.             },
  2419.             "autoload": {
  2420.                 "psr-4": {
  2421.                     "Psr\\Log\\": "Psr/Log/"
  2422.                 }
  2423.             },
  2424.             "notification-url": "https://packagist.org/downloads/",
  2425.             "license": [
  2426.                 "MIT"
  2427.             ],
  2428.             "authors": [
  2429.                 {
  2430.                     "name": "PHP-FIG",
  2431.                     "homepage": "http://www.php-fig.org/"
  2432.                 }
  2433.             ],
  2434.             "description": "Common interface for logging libraries",
  2435.             "homepage": "https://github.com/php-fig/log",
  2436.             "keywords": [
  2437.                 "log",
  2438.                 "psr",
  2439.                 "psr-3"
  2440.             ],
  2441.             "time": "2016-10-10 12:19:37"
  2442.         },
  2443.         {
  2444.             "name": "qafoo/rmf",
  2445.             "version": "1.0.0",
  2446.             "source": {
  2447.                 "type": "git",
  2448.                 "url": "https://github.com/Qafoo/REST-Micro-Framework.git",
  2449.                 "reference": "d382e9e20ff189c4351f12c70df083dac039e818"
  2450.             },
  2451.             "dist": {
  2452.                 "type": "zip",
  2453.                 "url": "https://api.github.com/repos/Qafoo/REST-Micro-Framework/zipball/d382e9e20ff189c4351f12c70df083dac039e818",
  2454.                 "reference": "d382e9e20ff189c4351f12c70df083dac039e818",
  2455.                 "shasum": ""
  2456.             },
  2457.             "type": "library",
  2458.             "autoload": {
  2459.                 "psr-0": {
  2460.                     "Qafoo\\RMF": "src/main/"
  2461.                 }
  2462.             },
  2463.             "notification-url": "https://packagist.org/downloads/",
  2464.             "description": "Very simple VC framework which makes it easy to build HTTP applications / REST webservices",
  2465.             "time": "2012-09-03 18:24:11"
  2466.         },
  2467.         {
  2468.             "name": "sensio/distribution-bundle",
  2469.             "version": "v5.0.15",
  2470.             "source": {
  2471.                 "type": "git",
  2472.                 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
  2473.                 "reference": "d294b0665cf09c799e9c1993d5c776a5bf55cb85"
  2474.             },
  2475.             "dist": {
  2476.                 "type": "zip",
  2477.                 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/d294b0665cf09c799e9c1993d5c776a5bf55cb85",
  2478.                 "reference": "d294b0665cf09c799e9c1993d5c776a5bf55cb85",
  2479.                 "shasum": ""
  2480.             },
  2481.             "require": {
  2482.                 "php": ">=5.3.9",
  2483.                 "sensiolabs/security-checker": "~3.0|~4.0",
  2484.                 "symfony/class-loader": "~2.3|~3.0",
  2485.                 "symfony/config": "~2.3|~3.0",
  2486.                 "symfony/dependency-injection": "~2.3|~3.0",
  2487.                 "symfony/filesystem": "~2.3|~3.0",
  2488.                 "symfony/http-kernel": "~2.3|~3.0",
  2489.                 "symfony/process": "~2.3|~3.0"
  2490.             },
  2491.             "type": "symfony-bundle",
  2492.             "extra": {
  2493.                 "branch-alias": {
  2494.                     "dev-master": "5.0.x-dev"
  2495.                 }
  2496.             },
  2497.             "autoload": {
  2498.                 "psr-4": {
  2499.                     "Sensio\\Bundle\\DistributionBundle\\": ""
  2500.                 }
  2501.             },
  2502.             "notification-url": "https://packagist.org/downloads/",
  2503.             "license": [
  2504.                 "MIT"
  2505.             ],
  2506.             "authors": [
  2507.                 {
  2508.                     "name": "Fabien Potencier",
  2509.                     "email": "fabien@symfony.com"
  2510.                 }
  2511.             ],
  2512.             "description": "Base bundle for Symfony Distributions",
  2513.             "keywords": [
  2514.                 "configuration",
  2515.                 "distribution"
  2516.             ],
  2517.             "time": "2016-12-06 07:29:27"
  2518.         },
  2519.         {
  2520.             "name": "sensio/framework-extra-bundle",
  2521.             "version": "v3.0.18",
  2522.             "source": {
  2523.                 "type": "git",
  2524.                 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  2525.                 "reference": "c38bc608e12e81089d5d9dfbf72775ed553c61af"
  2526.             },
  2527.             "dist": {
  2528.                 "type": "zip",
  2529.                 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/c38bc608e12e81089d5d9dfbf72775ed553c61af",
  2530.                 "reference": "c38bc608e12e81089d5d9dfbf72775ed553c61af",
  2531.                 "shasum": ""
  2532.             },
  2533.             "require": {
  2534.                 "doctrine/common": "~2.2",
  2535.                 "symfony/dependency-injection": "~2.3|~3.0",
  2536.                 "symfony/framework-bundle": "~2.3|~3.0"
  2537.             },
  2538.             "require-dev": {
  2539.                 "symfony/asset": "~2.7|~3.0",
  2540.                 "symfony/browser-kit": "~2.3|~3.0",
  2541.                 "symfony/dom-crawler": "~2.3|~3.0",
  2542.                 "symfony/expression-language": "~2.4|~3.0",
  2543.                 "symfony/finder": "~2.3|~3.0",
  2544.                 "symfony/phpunit-bridge": "~3.2",
  2545.                 "symfony/psr-http-message-bridge": "^0.3",
  2546.                 "symfony/security-bundle": "~2.4|~3.0",
  2547.                 "symfony/templating": "~2.3|~3.0",
  2548.                 "symfony/translation": "~2.3|~3.0",
  2549.                 "symfony/twig-bundle": "~2.3|~3.0",
  2550.                 "symfony/yaml": "~2.3|~3.0",
  2551.                 "twig/twig": "~1.11|~2.0",
  2552.                 "zendframework/zend-diactoros": "^1.3"
  2553.             },
  2554.             "suggest": {
  2555.                 "symfony/expression-language": "",
  2556.                 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
  2557.                 "symfony/security-bundle": ""
  2558.             },
  2559.             "type": "symfony-bundle",
  2560.             "extra": {
  2561.                 "branch-alias": {
  2562.                     "dev-master": "3.0.x-dev"
  2563.                 }
  2564.             },
  2565.             "autoload": {
  2566.                 "psr-4": {
  2567.                     "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
  2568.                 }
  2569.             },
  2570.             "notification-url": "https://packagist.org/downloads/",
  2571.             "license": [
  2572.                 "MIT"
  2573.             ],
  2574.             "authors": [
  2575.                 {
  2576.                     "name": "Fabien Potencier",
  2577.                     "email": "fabien@symfony.com"
  2578.                 }
  2579.             ],
  2580.             "description": "This bundle provides a way to configure your controllers with annotations",
  2581.             "keywords": [
  2582.                 "annotations",
  2583.                 "controllers"
  2584.             ],
  2585.             "time": "2016-12-14 08:30:06"
  2586.         },
  2587.         {
  2588.             "name": "sensio/generator-bundle",
  2589.             "version": "v2.5.3",
  2590.             "target-dir": "Sensio/Bundle/GeneratorBundle",
  2591.             "source": {
  2592.                 "type": "git",
  2593.                 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
  2594.                 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
  2595.             },
  2596.             "dist": {
  2597.                 "type": "zip",
  2598.                 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
  2599.                 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
  2600.                 "shasum": ""
  2601.             },
  2602.             "require": {
  2603.                 "symfony/console": "~2.5",
  2604.                 "symfony/framework-bundle": "~2.2"
  2605.             },
  2606.             "require-dev": {
  2607.                 "doctrine/orm": "~2.2,>=2.2.3",
  2608.                 "symfony/doctrine-bridge": "~2.2",
  2609.                 "twig/twig": "~1.11"
  2610.             },
  2611.             "type": "symfony-bundle",
  2612.             "extra": {
  2613.                 "branch-alias": {
  2614.                     "dev-master": "2.5.x-dev"
  2615.                 }
  2616.             },
  2617.             "autoload": {
  2618.                 "psr-0": {
  2619.                     "Sensio\\Bundle\\GeneratorBundle": ""
  2620.                 }
  2621.             },
  2622.             "notification-url": "https://packagist.org/downloads/",
  2623.             "license": [
  2624.                 "MIT"
  2625.             ],
  2626.             "authors": [
  2627.                 {
  2628.                     "name": "Fabien Potencier",
  2629.                     "email": "fabien@symfony.com"
  2630.                 }
  2631.             ],
  2632.             "description": "This bundle generates code for you",
  2633.             "time": "2015-03-17 06:36:52"
  2634.         },
  2635.         {
  2636.             "name": "sensiolabs/security-checker",
  2637.             "version": "v4.0.0",
  2638.             "source": {
  2639.                 "type": "git",
  2640.                 "url": "https://github.com/sensiolabs/security-checker.git",
  2641.                 "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c"
  2642.             },
  2643.             "dist": {
  2644.                 "type": "zip",
  2645.                 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/116027b57b568ed61b7b1c80eeb4f6ee9e8c599c",
  2646.                 "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c",
  2647.                 "shasum": ""
  2648.             },
  2649.             "require": {
  2650.                 "symfony/console": "~2.7|~3.0"
  2651.             },
  2652.             "bin": [
  2653.                 "security-checker"
  2654.             ],
  2655.             "type": "library",
  2656.             "extra": {
  2657.                 "branch-alias": {
  2658.                     "dev-master": "4.0-dev"
  2659.                 }
  2660.             },
  2661.             "autoload": {
  2662.                 "psr-0": {
  2663.                     "SensioLabs\\Security": ""
  2664.                 }
  2665.             },
  2666.             "notification-url": "https://packagist.org/downloads/",
  2667.             "license": [
  2668.                 "MIT"
  2669.             ],
  2670.             "authors": [
  2671.                 {
  2672.                     "name": "Fabien Potencier",
  2673.                     "email": "fabien.potencier@gmail.com"
  2674.                 }
  2675.             ],
  2676.             "description": "A security checker for your composer.lock",
  2677.             "time": "2016-09-23 18:09:57"
  2678.         },
  2679.         {
  2680.             "name": "swiftmailer/swiftmailer",
  2681.             "version": "v5.4.4",
  2682.             "source": {
  2683.                 "type": "git",
  2684.                 "url": "https://github.com/swiftmailer/swiftmailer.git",
  2685.                 "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756"
  2686.             },
  2687.             "dist": {
  2688.                 "type": "zip",
  2689.                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756",
  2690.                 "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756",
  2691.                 "shasum": ""
  2692.             },
  2693.             "require": {
  2694.                 "php": ">=5.3.3"
  2695.             },
  2696.             "require-dev": {
  2697.                 "mockery/mockery": "~0.9.1"
  2698.             },
  2699.             "type": "library",
  2700.             "extra": {
  2701.                 "branch-alias": {
  2702.                     "dev-master": "5.4-dev"
  2703.                 }
  2704.             },
  2705.             "autoload": {
  2706.                 "files": [
  2707.                     "lib/swift_required.php"
  2708.                 ]
  2709.             },
  2710.             "notification-url": "https://packagist.org/downloads/",
  2711.             "license": [
  2712.                 "MIT"
  2713.             ],
  2714.             "authors": [
  2715.                 {
  2716.                     "name": "Chris Corbyn"
  2717.                 },
  2718.                 {
  2719.                     "name": "Fabien Potencier",
  2720.                     "email": "fabien@symfony.com"
  2721.                 }
  2722.             ],
  2723.             "description": "Swiftmailer, free feature-rich PHP mailer",
  2724.             "homepage": "http://swiftmailer.org",
  2725.             "keywords": [
  2726.                 "email",
  2727.                 "mail",
  2728.                 "mailer"
  2729.             ],
  2730.             "time": "2016-11-24 01:01:23"
  2731.         },
  2732.         {
  2733.             "name": "symfony-cmf/routing",
  2734.             "version": "1.4.0",
  2735.             "source": {
  2736.                 "type": "git",
  2737.                 "url": "https://github.com/symfony-cmf/Routing.git",
  2738.                 "reference": "b93704ca098334f56e9b317932f21a4362e620db"
  2739.             },
  2740.             "dist": {
  2741.                 "type": "zip",
  2742.                 "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db",
  2743.                 "reference": "b93704ca098334f56e9b317932f21a4362e620db",
  2744.                 "shasum": ""
  2745.             },
  2746.             "require": {
  2747.                 "php": "^5.3.9|^7.0",
  2748.                 "psr/log": "1.*",
  2749.                 "symfony/http-kernel": "^2.2|3.*",
  2750.                 "symfony/routing": "^2.2|3.*"
  2751.             },
  2752.             "require-dev": {
  2753.                 "friendsofsymfony/jsrouting-bundle": "^1.1",
  2754.                 "symfony-cmf/testing": "^1.3",
  2755.                 "symfony/config": "^2.2|3.*",
  2756.                 "symfony/dependency-injection": "^2.0.5|3.*",
  2757.                 "symfony/event-dispatcher": "^2.1|3.*"
  2758.             },
  2759.             "suggest": {
  2760.                 "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
  2761.             },
  2762.             "type": "library",
  2763.             "extra": {
  2764.                 "branch-alias": {
  2765.                     "dev-master": "1.4-dev"
  2766.                 }
  2767.             },
  2768.             "autoload": {
  2769.                 "psr-4": {
  2770.                     "Symfony\\Cmf\\Component\\Routing\\": ""
  2771.                 }
  2772.             },
  2773.             "notification-url": "https://packagist.org/downloads/",
  2774.             "license": [
  2775.                 "MIT"
  2776.             ],
  2777.             "authors": [
  2778.                 {
  2779.                     "name": "Symfony CMF Community",
  2780.                     "homepage": "https://github.com/symfony-cmf/Routing/contributors"
  2781.                 }
  2782.             ],
  2783.             "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
  2784.             "homepage": "http://cmf.symfony.com",
  2785.             "keywords": [
  2786.                 "database",
  2787.                 "routing"
  2788.             ],
  2789.             "time": "2016-03-31 09:11:39"
  2790.         },
  2791.         {
  2792.             "name": "symfony/assetic-bundle",
  2793.             "version": "v2.8.1",
  2794.             "source": {
  2795.                 "type": "git",
  2796.                 "url": "https://github.com/symfony/assetic-bundle.git",
  2797.                 "reference": "0241b135ff64c6031048c6425cd833a8300da46b"
  2798.             },
  2799.             "dist": {
  2800.                 "type": "zip",
  2801.                 "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/0241b135ff64c6031048c6425cd833a8300da46b",
  2802.                 "reference": "0241b135ff64c6031048c6425cd833a8300da46b",
  2803.                 "shasum": ""
  2804.             },
  2805.             "require": {
  2806.                 "kriswallsmith/assetic": "~1.4",
  2807.                 "php": ">=5.3.0",
  2808.                 "symfony/console": "~2.3|~3.0",
  2809.                 "symfony/dependency-injection": "~2.3|~3.0",
  2810.                 "symfony/framework-bundle": "~2.3|~3.0",
  2811.                 "symfony/yaml": "~2.3|~3.0"
  2812.             },
  2813.             "conflict": {
  2814.                 "kriswallsmith/spork": "<=0.2",
  2815.                 "twig/twig": "<1.27"
  2816.             },
  2817.             "require-dev": {
  2818.                 "kriswallsmith/spork": "~0.3",
  2819.                 "patchwork/jsqueeze": "~1.0",
  2820.                 "symfony/class-loader": "~2.3|~3.0",
  2821.                 "symfony/css-selector": "~2.3|~3.0",
  2822.                 "symfony/dom-crawler": "~2.3|~3.0",
  2823.                 "symfony/phpunit-bridge": "~2.7|~3.0",
  2824.                 "symfony/twig-bundle": "~2.3|~3.0"
  2825.             },
  2826.             "suggest": {
  2827.                 "kriswallsmith/spork": "to be able to dump assets in parallel",
  2828.                 "symfony/twig-bundle": "to use the Twig integration"
  2829.             },
  2830.             "type": "symfony-bundle",
  2831.             "extra": {
  2832.                 "branch-alias": {
  2833.                     "dev-master": "2.8-dev"
  2834.                 }
  2835.             },
  2836.             "autoload": {
  2837.                 "psr-4": {
  2838.                     "Symfony\\Bundle\\AsseticBundle\\": ""
  2839.                 }
  2840.             },
  2841.             "notification-url": "https://packagist.org/downloads/",
  2842.             "license": [
  2843.                 "MIT"
  2844.             ],
  2845.             "authors": [
  2846.                 {
  2847.                     "name": "Kris Wallsmith",
  2848.                     "email": "kris.wallsmith@gmail.com",
  2849.                     "homepage": "http://kriswallsmith.net/"
  2850.                 }
  2851.             ],
  2852.             "description": "Integrates Assetic into Symfony2",
  2853.             "homepage": "https://github.com/symfony/AsseticBundle",
  2854.             "keywords": [
  2855.                 "assets",
  2856.                 "compression",
  2857.                 "minification"
  2858.             ],
  2859.             "time": "2016-11-22 11:42:57"
  2860.         },
  2861.         {
  2862.             "name": "symfony/monolog-bundle",
  2863.             "version": "2.12.0",
  2864.             "source": {
  2865.                 "type": "git",
  2866.                 "url": "https://github.com/symfony/monolog-bundle.git",
  2867.                 "reference": "6acef3bd201c4f35e42e52dedf1fe088f30e07e8"
  2868.             },
  2869.             "dist": {
  2870.                 "type": "zip",
  2871.                 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6acef3bd201c4f35e42e52dedf1fe088f30e07e8",
  2872.                 "reference": "6acef3bd201c4f35e42e52dedf1fe088f30e07e8",
  2873.                 "shasum": ""
  2874.             },
  2875.             "require": {
  2876.                 "monolog/monolog": "~1.18",
  2877.                 "php": ">=5.3.2",
  2878.                 "symfony/config": "~2.3|~3.0",
  2879.                 "symfony/dependency-injection": "~2.3|~3.0",
  2880.                 "symfony/http-kernel": "~2.3|~3.0",
  2881.                 "symfony/monolog-bridge": "~2.3|~3.0"
  2882.             },
  2883.             "require-dev": {
  2884.                 "phpunit/phpunit": "^4.8",
  2885.                 "symfony/console": "~2.3|~3.0",
  2886.                 "symfony/yaml": "~2.3|~3.0"
  2887.             },
  2888.             "type": "symfony-bundle",
  2889.             "extra": {
  2890.                 "branch-alias": {
  2891.                     "dev-master": "2.x-dev"
  2892.                 }
  2893.             },
  2894.             "autoload": {
  2895.                 "psr-4": {
  2896.                     "Symfony\\Bundle\\MonologBundle\\": ""
  2897.                 }
  2898.             },
  2899.             "notification-url": "https://packagist.org/downloads/",
  2900.             "license": [
  2901.                 "MIT"
  2902.             ],
  2903.             "authors": [
  2904.                 {
  2905.                     "name": "Symfony Community",
  2906.                     "homepage": "http://symfony.com/contributors"
  2907.                 },
  2908.                 {
  2909.                     "name": "Fabien Potencier",
  2910.                     "email": "fabien@symfony.com"
  2911.                 }
  2912.             ],
  2913.             "description": "Symfony MonologBundle",
  2914.             "homepage": "http://symfony.com",
  2915.             "keywords": [
  2916.                 "log",
  2917.                 "logging"
  2918.             ],
  2919.             "time": "2016-11-06 18:54:50"
  2920.         },
  2921.         {
  2922.             "name": "symfony/polyfill-apcu",
  2923.             "version": "v1.3.0",
  2924.             "source": {
  2925.                 "type": "git",
  2926.                 "url": "https://github.com/symfony/polyfill-apcu.git",
  2927.                 "reference": "5d4474f447403c3348e37b70acc2b95475b7befa"
  2928.             },
  2929.             "dist": {
  2930.                 "type": "zip",
  2931.                 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa",
  2932.                 "reference": "5d4474f447403c3348e37b70acc2b95475b7befa",
  2933.                 "shasum": ""
  2934.             },
  2935.             "require": {
  2936.                 "php": ">=5.3.3"
  2937.             },
  2938.             "type": "library",
  2939.             "extra": {
  2940.                 "branch-alias": {
  2941.                     "dev-master": "1.3-dev"
  2942.                 }
  2943.             },
  2944.             "autoload": {
  2945.                 "files": [
  2946.                     "bootstrap.php"
  2947.                 ]
  2948.             },
  2949.             "notification-url": "https://packagist.org/downloads/",
  2950.             "license": [
  2951.                 "MIT"
  2952.             ],
  2953.             "authors": [
  2954.                 {
  2955.                     "name": "Nicolas Grekas",
  2956.                     "email": "p@tchwork.com"
  2957.                 },
  2958.                 {
  2959.                     "name": "Symfony Community",
  2960.                     "homepage": "https://symfony.com/contributors"
  2961.                 }
  2962.             ],
  2963.             "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
  2964.             "homepage": "https://symfony.com",
  2965.             "keywords": [
  2966.                 "apcu",
  2967.                 "compatibility",
  2968.                 "polyfill",
  2969.                 "portable",
  2970.                 "shim"
  2971.             ],
  2972.             "time": "2016-11-14 01:06:16"
  2973.         },
  2974.         {
  2975.             "name": "symfony/polyfill-intl-icu",
  2976.             "version": "v1.3.0",
  2977.             "source": {
  2978.                 "type": "git",
  2979.                 "url": "https://github.com/symfony/polyfill-intl-icu.git",
  2980.                 "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4"
  2981.             },
  2982.             "dist": {
  2983.                 "type": "zip",
  2984.                 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4",
  2985.                 "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4",
  2986.                 "shasum": ""
  2987.             },
  2988.             "require": {
  2989.                 "php": ">=5.3.3",
  2990.                 "symfony/intl": "~2.3|~3.0"
  2991.             },
  2992.             "suggest": {
  2993.                 "ext-intl": "For best performance"
  2994.             },
  2995.             "type": "library",
  2996.             "extra": {
  2997.                 "branch-alias": {
  2998.                     "dev-master": "1.3-dev"
  2999.                 }
  3000.             },
  3001.             "autoload": {
  3002.                 "files": [
  3003.                     "bootstrap.php"
  3004.                 ]
  3005.             },
  3006.             "notification-url": "https://packagist.org/downloads/",
  3007.             "license": [
  3008.                 "MIT"
  3009.             ],
  3010.             "authors": [
  3011.                 {
  3012.                     "name": "Nicolas Grekas",
  3013.                     "email": "p@tchwork.com"
  3014.                 },
  3015.                 {
  3016.                     "name": "Symfony Community",
  3017.                     "homepage": "https://symfony.com/contributors"
  3018.                 }
  3019.             ],
  3020.             "description": "Symfony polyfill for intl's ICU-related data and classes",
  3021.             "homepage": "https://symfony.com",
  3022.             "keywords": [
  3023.                 "compatibility",
  3024.                 "icu",
  3025.                 "intl",
  3026.                 "polyfill",
  3027.                 "portable",
  3028.                 "shim"
  3029.             ],
  3030.             "time": "2016-11-14 01:06:16"
  3031.         },
  3032.         {
  3033.             "name": "symfony/polyfill-mbstring",
  3034.             "version": "v1.3.0",
  3035.             "source": {
  3036.                 "type": "git",
  3037.                 "url": "https://github.com/symfony/polyfill-mbstring.git",
  3038.                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
  3039.             },
  3040.             "dist": {
  3041.                 "type": "zip",
  3042.                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
  3043.                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
  3044.                 "shasum": ""
  3045.             },
  3046.             "require": {
  3047.                 "php": ">=5.3.3"
  3048.             },
  3049.             "suggest": {
  3050.                 "ext-mbstring": "For best performance"
  3051.             },
  3052.             "type": "library",
  3053.             "extra": {
  3054.                 "branch-alias": {
  3055.                     "dev-master": "1.3-dev"
  3056.                 }
  3057.             },
  3058.             "autoload": {
  3059.                 "psr-4": {
  3060.                     "Symfony\\Polyfill\\Mbstring\\": ""
  3061.                 },
  3062.                 "files": [
  3063.                     "bootstrap.php"
  3064.                 ]
  3065.             },
  3066.             "notification-url": "https://packagist.org/downloads/",
  3067.             "license": [
  3068.                 "MIT"
  3069.             ],
  3070.             "authors": [
  3071.                 {
  3072.                     "name": "Nicolas Grekas",
  3073.                     "email": "p@tchwork.com"
  3074.                 },
  3075.                 {
  3076.                     "name": "Symfony Community",
  3077.                     "homepage": "https://symfony.com/contributors"
  3078.                 }
  3079.             ],
  3080.             "description": "Symfony polyfill for the Mbstring extension",
  3081.             "homepage": "https://symfony.com",
  3082.             "keywords": [
  3083.                 "compatibility",
  3084.                 "mbstring",
  3085.                 "polyfill",
  3086.                 "portable",
  3087.                 "shim"
  3088.             ],
  3089.             "time": "2016-11-14 01:06:16"
  3090.         },
  3091.         {
  3092.             "name": "symfony/polyfill-php54",
  3093.             "version": "v1.3.0",
  3094.             "source": {
  3095.                 "type": "git",
  3096.                 "url": "https://github.com/symfony/polyfill-php54.git",
  3097.                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
  3098.             },
  3099.             "dist": {
  3100.                 "type": "zip",
  3101.                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
  3102.                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
  3103.                 "shasum": ""
  3104.             },
  3105.             "require": {
  3106.                 "php": ">=5.3.3"
  3107.             },
  3108.             "type": "library",
  3109.             "extra": {
  3110.                 "branch-alias": {
  3111.                     "dev-master": "1.3-dev"
  3112.                 }
  3113.             },
  3114.             "autoload": {
  3115.                 "psr-4": {
  3116.                     "Symfony\\Polyfill\\Php54\\": ""
  3117.                 },
  3118.                 "files": [
  3119.                     "bootstrap.php"
  3120.                 ],
  3121.                 "classmap": [
  3122.                     "Resources/stubs"
  3123.                 ]
  3124.             },
  3125.             "notification-url": "https://packagist.org/downloads/",
  3126.             "license": [
  3127.                 "MIT"
  3128.             ],
  3129.             "authors": [
  3130.                 {
  3131.                     "name": "Nicolas Grekas",
  3132.                     "email": "p@tchwork.com"
  3133.                 },
  3134.                 {
  3135.                     "name": "Symfony Community",
  3136.                     "homepage": "https://symfony.com/contributors"
  3137.                 }
  3138.             ],
  3139.             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  3140.             "homepage": "https://symfony.com",
  3141.             "keywords": [
  3142.                 "compatibility",
  3143.                 "polyfill",
  3144.                 "portable",
  3145.                 "shim"
  3146.             ],
  3147.             "time": "2016-11-14 01:06:16"
  3148.         },
  3149.         {
  3150.             "name": "symfony/polyfill-php55",
  3151.             "version": "v1.3.0",
  3152.             "source": {
  3153.                 "type": "git",
  3154.                 "url": "https://github.com/symfony/polyfill-php55.git",
  3155.                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
  3156.             },
  3157.             "dist": {
  3158.                 "type": "zip",
  3159.                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
  3160.                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
  3161.                 "shasum": ""
  3162.             },
  3163.             "require": {
  3164.                 "ircmaxell/password-compat": "~1.0",
  3165.                 "php": ">=5.3.3"
  3166.             },
  3167.             "type": "library",
  3168.             "extra": {
  3169.                 "branch-alias": {
  3170.                     "dev-master": "1.3-dev"
  3171.                 }
  3172.             },
  3173.             "autoload": {
  3174.                 "psr-4": {
  3175.                     "Symfony\\Polyfill\\Php55\\": ""
  3176.                 },
  3177.                 "files": [
  3178.                     "bootstrap.php"
  3179.                 ]
  3180.             },
  3181.             "notification-url": "https://packagist.org/downloads/",
  3182.             "license": [
  3183.                 "MIT"
  3184.             ],
  3185.             "authors": [
  3186.                 {
  3187.                     "name": "Nicolas Grekas",
  3188.                     "email": "p@tchwork.com"
  3189.                 },
  3190.                 {
  3191.                     "name": "Symfony Community",
  3192.                     "homepage": "https://symfony.com/contributors"
  3193.                 }
  3194.             ],
  3195.             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  3196.             "homepage": "https://symfony.com",
  3197.             "keywords": [
  3198.                 "compatibility",
  3199.                 "polyfill",
  3200.                 "portable",
  3201.                 "shim"
  3202.             ],
  3203.             "time": "2016-11-14 01:06:16"
  3204.         },
  3205.         {
  3206.             "name": "symfony/polyfill-php56",
  3207.             "version": "v1.3.0",
  3208.             "source": {
  3209.                 "type": "git",
  3210.                 "url": "https://github.com/symfony/polyfill-php56.git",
  3211.                 "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
  3212.             },
  3213.             "dist": {
  3214.                 "type": "zip",
  3215.                 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
  3216.                 "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
  3217.                 "shasum": ""
  3218.             },
  3219.             "require": {
  3220.                 "php": ">=5.3.3",
  3221.                 "symfony/polyfill-util": "~1.0"
  3222.             },
  3223.             "type": "library",
  3224.             "extra": {
  3225.                 "branch-alias": {
  3226.                     "dev-master": "1.3-dev"
  3227.                 }
  3228.             },
  3229.             "autoload": {
  3230.                 "psr-4": {
  3231.                     "Symfony\\Polyfill\\Php56\\": ""
  3232.                 },
  3233.                 "files": [
  3234.                     "bootstrap.php"
  3235.                 ]
  3236.             },
  3237.             "notification-url": "https://packagist.org/downloads/",
  3238.             "license": [
  3239.                 "MIT"
  3240.             ],
  3241.             "authors": [
  3242.                 {
  3243.                     "name": "Nicolas Grekas",
  3244.                     "email": "p@tchwork.com"
  3245.                 },
  3246.                 {
  3247.                     "name": "Symfony Community",
  3248.                     "homepage": "https://symfony.com/contributors"
  3249.                 }
  3250.             ],
  3251.             "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  3252.             "homepage": "https://symfony.com",
  3253.             "keywords": [
  3254.                 "compatibility",
  3255.                 "polyfill",
  3256.                 "portable",
  3257.                 "shim"
  3258.             ],
  3259.             "time": "2016-11-14 01:06:16"
  3260.         },
  3261.         {
  3262.             "name": "symfony/polyfill-php70",
  3263.             "version": "v1.3.0",
  3264.             "source": {
  3265.                 "type": "git",
  3266.                 "url": "https://github.com/symfony/polyfill-php70.git",
  3267.                 "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2"
  3268.             },
  3269.             "dist": {
  3270.                 "type": "zip",
  3271.                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
  3272.                 "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
  3273.                 "shasum": ""
  3274.             },
  3275.             "require": {
  3276.                 "paragonie/random_compat": "~1.0|~2.0",
  3277.                 "php": ">=5.3.3"
  3278.             },
  3279.             "type": "library",
  3280.             "extra": {
  3281.                 "branch-alias": {
  3282.                     "dev-master": "1.3-dev"
  3283.                 }
  3284.             },
  3285.             "autoload": {
  3286.                 "psr-4": {
  3287.                     "Symfony\\Polyfill\\Php70\\": ""
  3288.                 },
  3289.                 "files": [
  3290.                     "bootstrap.php"
  3291.                 ],
  3292.                 "classmap": [
  3293.                     "Resources/stubs"
  3294.                 ]
  3295.             },
  3296.             "notification-url": "https://packagist.org/downloads/",
  3297.             "license": [
  3298.                 "MIT"
  3299.             ],
  3300.             "authors": [
  3301.                 {
  3302.                     "name": "Nicolas Grekas",
  3303.                     "email": "p@tchwork.com"
  3304.                 },
  3305.                 {
  3306.                     "name": "Symfony Community",
  3307.                     "homepage": "https://symfony.com/contributors"
  3308.                 }
  3309.             ],
  3310.             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  3311.             "homepage": "https://symfony.com",
  3312.             "keywords": [
  3313.                 "compatibility",
  3314.                 "polyfill",
  3315.                 "portable",
  3316.                 "shim"
  3317.             ],
  3318.             "time": "2016-11-14 01:06:16"
  3319.         },
  3320.         {
  3321.             "name": "symfony/polyfill-util",
  3322.             "version": "v1.3.0",
  3323.             "source": {
  3324.                 "type": "git",
  3325.                 "url": "https://github.com/symfony/polyfill-util.git",
  3326.                 "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
  3327.             },
  3328.             "dist": {
  3329.                 "type": "zip",
  3330.                 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
  3331.                 "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
  3332.                 "shasum": ""
  3333.             },
  3334.             "require": {
  3335.                 "php": ">=5.3.3"
  3336.             },
  3337.             "type": "library",
  3338.             "extra": {
  3339.                 "branch-alias": {
  3340.                     "dev-master": "1.3-dev"
  3341.                 }
  3342.             },
  3343.             "autoload": {
  3344.                 "psr-4": {
  3345.                     "Symfony\\Polyfill\\Util\\": ""
  3346.                 }
  3347.             },
  3348.             "notification-url": "https://packagist.org/downloads/",
  3349.             "license": [
  3350.                 "MIT"
  3351.             ],
  3352.             "authors": [
  3353.                 {
  3354.                     "name": "Nicolas Grekas",
  3355.                     "email": "p@tchwork.com"
  3356.                 },
  3357.                 {
  3358.                     "name": "Symfony Community",
  3359.                     "homepage": "https://symfony.com/contributors"
  3360.                 }
  3361.             ],
  3362.             "description": "Symfony utilities for portability of PHP codes",
  3363.             "homepage": "https://symfony.com",
  3364.             "keywords": [
  3365.                 "compat",
  3366.                 "compatibility",
  3367.                 "polyfill",
  3368.                 "shim"
  3369.             ],
  3370.             "time": "2016-11-14 01:06:16"
  3371.         },
  3372.         {
  3373.             "name": "symfony/security-acl",
  3374.             "version": "v3.0.0",
  3375.             "source": {
  3376.                 "type": "git",
  3377.                 "url": "https://github.com/symfony/security-acl.git",
  3378.                 "reference": "053b49bf4aa333a392c83296855989bcf88ddad1"
  3379.             },
  3380.             "dist": {
  3381.                 "type": "zip",
  3382.                 "url": "https://api.github.com/repos/symfony/security-acl/zipball/053b49bf4aa333a392c83296855989bcf88ddad1",
  3383.                 "reference": "053b49bf4aa333a392c83296855989bcf88ddad1",
  3384.                 "shasum": ""
  3385.             },
  3386.             "require": {
  3387.                 "php": ">=5.5.9",
  3388.                 "symfony/security-core": "~2.8|~3.0"
  3389.             },
  3390.             "require-dev": {
  3391.                 "doctrine/common": "~2.2",
  3392.                 "doctrine/dbal": "~2.2",
  3393.                 "psr/log": "~1.0",
  3394.                 "symfony/phpunit-bridge": "~2.8|~3.0"
  3395.             },
  3396.             "suggest": {
  3397.                 "doctrine/dbal": "For using the built-in ACL implementation",
  3398.                 "symfony/class-loader": "For using the ACL generateSql script",
  3399.                 "symfony/finder": "For using the ACL generateSql script"
  3400.             },
  3401.             "type": "library",
  3402.             "extra": {
  3403.                 "branch-alias": {
  3404.                     "dev-master": "3.0-dev"
  3405.                 }
  3406.             },
  3407.             "autoload": {
  3408.                 "psr-4": {
  3409.                     "Symfony\\Component\\Security\\Acl\\": ""
  3410.                 },
  3411.                 "exclude-from-classmap": [
  3412.                     "/Tests/"
  3413.                 ]
  3414.             },
  3415.             "notification-url": "https://packagist.org/downloads/",
  3416.             "license": [
  3417.                 "MIT"
  3418.             ],
  3419.             "authors": [
  3420.                 {
  3421.                     "name": "Fabien Potencier",
  3422.                     "email": "fabien@symfony.com"
  3423.                 },
  3424.                 {
  3425.                     "name": "Symfony Community",
  3426.                     "homepage": "https://symfony.com/contributors"
  3427.                 }
  3428.             ],
  3429.             "description": "Symfony Security Component - ACL (Access Control List)",
  3430.             "homepage": "https://symfony.com",
  3431.             "time": "2015-12-28 09:39:46"
  3432.         },
  3433.         {
  3434.             "name": "symfony/swiftmailer-bundle",
  3435.             "version": "v2.4.0",
  3436.             "source": {
  3437.                 "type": "git",
  3438.                 "url": "https://github.com/symfony/swiftmailer-bundle.git",
  3439.                 "reference": "d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069"
  3440.             },
  3441.             "dist": {
  3442.                 "type": "zip",
  3443.                 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069",
  3444.                 "reference": "d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069",
  3445.                 "shasum": ""
  3446.             },
  3447.             "require": {
  3448.                 "php": ">=5.3.2",
  3449.                 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
  3450.                 "symfony/config": "~2.7|~3.0",
  3451.                 "symfony/dependency-injection": "~2.7|~3.0",
  3452.                 "symfony/http-kernel": "~2.7|~3.0"
  3453.             },
  3454.             "require-dev": {
  3455.                 "symfony/console": "~2.7|~3.0",
  3456.                 "symfony/framework-bundle": "~2.7|~3.0",
  3457.                 "symfony/phpunit-bridge": "~2.7|~3.0",
  3458.                 "symfony/yaml": "~2.7|~3.0"
  3459.             },
  3460.             "suggest": {
  3461.                 "psr/log": "Allows logging"
  3462.             },
  3463.             "type": "symfony-bundle",
  3464.             "extra": {
  3465.                 "branch-alias": {
  3466.                     "dev-master": "2.4-dev"
  3467.                 }
  3468.             },
  3469.             "autoload": {
  3470.                 "psr-4": {
  3471.                     "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  3472.                 }
  3473.             },
  3474.             "notification-url": "https://packagist.org/downloads/",
  3475.             "license": [
  3476.                 "MIT"
  3477.             ],
  3478.             "authors": [
  3479.                 {
  3480.                     "name": "Symfony Community",
  3481.                     "homepage": "http://symfony.com/contributors"
  3482.                 },
  3483.                 {
  3484.                     "name": "Fabien Potencier",
  3485.                     "email": "fabien@symfony.com"
  3486.                 }
  3487.             ],
  3488.             "description": "Symfony SwiftmailerBundle",
  3489.             "homepage": "http://symfony.com",
  3490.             "time": "2016-10-27 17:59:30"
  3491.         },
  3492.         {
  3493.             "name": "symfony/symfony",
  3494.             "version": "v2.8.15",
  3495.             "source": {
  3496.                 "type": "git",
  3497.                 "url": "https://github.com/symfony/symfony.git",
  3498.                 "reference": "3ec15b9379ebb0758e296d4193926a7b4121a964"
  3499.             },
  3500.             "dist": {
  3501.                 "type": "zip",
  3502.                 "url": "https://api.github.com/repos/symfony/symfony/zipball/3ec15b9379ebb0758e296d4193926a7b4121a964",
  3503.                 "reference": "3ec15b9379ebb0758e296d4193926a7b4121a964",
  3504.                 "shasum": ""
  3505.             },
  3506.             "require": {
  3507.                 "doctrine/common": "~2.4",
  3508.                 "php": ">=5.3.9",
  3509.                 "psr/log": "~1.0",
  3510.                 "symfony/polyfill-apcu": "~1.1",
  3511.                 "symfony/polyfill-intl-icu": "~1.0",
  3512.                 "symfony/polyfill-mbstring": "~1.0",
  3513.                 "symfony/polyfill-php54": "~1.0",
  3514.                 "symfony/polyfill-php55": "~1.0",
  3515.                 "symfony/polyfill-php56": "~1.0",
  3516.                 "symfony/polyfill-php70": "~1.0",
  3517.                 "symfony/polyfill-util": "~1.0",
  3518.                 "symfony/security-acl": "~2.7|~3.0.0",
  3519.                 "twig/twig": "~1.28|~2.0"
  3520.             },
  3521.             "conflict": {
  3522.                 "phpdocumentor/reflection": "<1.0.7"
  3523.             },
  3524.             "replace": {
  3525.                 "symfony/asset": "self.version",
  3526.                 "symfony/browser-kit": "self.version",
  3527.                 "symfony/class-loader": "self.version",
  3528.                 "symfony/config": "self.version",
  3529.                 "symfony/console": "self.version",
  3530.                 "symfony/css-selector": "self.version",
  3531.                 "symfony/debug": "self.version",
  3532.                 "symfony/debug-bundle": "self.version",
  3533.                 "symfony/dependency-injection": "self.version",
  3534.                 "symfony/doctrine-bridge": "self.version",
  3535.                 "symfony/dom-crawler": "self.version",
  3536.                 "symfony/event-dispatcher": "self.version",
  3537.                 "symfony/expression-language": "self.version",
  3538.                 "symfony/filesystem": "self.version",
  3539.                 "symfony/finder": "self.version",
  3540.                 "symfony/form": "self.version",
  3541.                 "symfony/framework-bundle": "self.version",
  3542.                 "symfony/http-foundation": "self.version",
  3543.                 "symfony/http-kernel": "self.version",
  3544.                 "symfony/intl": "self.version",
  3545.                 "symfony/ldap": "self.version",
  3546.                 "symfony/locale": "self.version",
  3547.                 "symfony/monolog-bridge": "self.version",
  3548.                 "symfony/options-resolver": "self.version",
  3549.                 "symfony/process": "self.version",
  3550.                 "symfony/property-access": "self.version",
  3551.                 "symfony/property-info": "self.version",
  3552.                 "symfony/proxy-manager-bridge": "self.version",
  3553.                 "symfony/routing": "self.version",
  3554.                 "symfony/security": "self.version",
  3555.                 "symfony/security-bundle": "self.version",
  3556.                 "symfony/security-core": "self.version",
  3557.                 "symfony/security-csrf": "self.version",
  3558.                 "symfony/security-guard": "self.version",
  3559.                 "symfony/security-http": "self.version",
  3560.                 "symfony/serializer": "self.version",
  3561.                 "symfony/stopwatch": "self.version",
  3562.                 "symfony/swiftmailer-bridge": "self.version",
  3563.                 "symfony/templating": "self.version",
  3564.                 "symfony/translation": "self.version",
  3565.                 "symfony/twig-bridge": "self.version",
  3566.                 "symfony/twig-bundle": "self.version",
  3567.                 "symfony/validator": "self.version",
  3568.                 "symfony/var-dumper": "self.version",
  3569.                 "symfony/web-profiler-bundle": "self.version",
  3570.                 "symfony/yaml": "self.version"
  3571.             },
  3572.             "require-dev": {
  3573.                 "doctrine/data-fixtures": "1.0.*",
  3574.                 "doctrine/dbal": "~2.4",
  3575.                 "doctrine/doctrine-bundle": "~1.2",
  3576.                 "doctrine/orm": "~2.4,>=2.4.5",
  3577.                 "egulias/email-validator": "~1.2,>=1.2.1",
  3578.                 "monolog/monolog": "~1.11",
  3579.                 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
  3580.                 "phpdocumentor/reflection": "^1.0.7",
  3581.                 "symfony/phpunit-bridge": "~3.2"
  3582.             },
  3583.             "type": "library",
  3584.             "extra": {
  3585.                 "branch-alias": {
  3586.                     "dev-master": "2.8-dev"
  3587.                 }
  3588.             },
  3589.             "autoload": {
  3590.                 "psr-4": {
  3591.                     "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
  3592.                     "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
  3593.                     "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
  3594.                     "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
  3595.                     "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
  3596.                     "Symfony\\Bundle\\": "src/Symfony/Bundle/",
  3597.                     "Symfony\\Component\\": "src/Symfony/Component/"
  3598.                 },
  3599.                 "classmap": [
  3600.                     "src/Symfony/Component/Intl/Resources/stubs"
  3601.                 ],
  3602.                 "exclude-from-classmap": [
  3603.                     "**/Tests/"
  3604.                 ]
  3605.             },
  3606.             "notification-url": "https://packagist.org/downloads/",
  3607.             "license": [
  3608.                 "MIT"
  3609.             ],
  3610.             "authors": [
  3611.                 {
  3612.                     "name": "Fabien Potencier",
  3613.                     "email": "fabien@symfony.com"
  3614.                 },
  3615.                 {
  3616.                     "name": "Symfony Community",
  3617.                     "homepage": "https://symfony.com/contributors"
  3618.                 }
  3619.             ],
  3620.             "description": "The Symfony PHP framework",
  3621.             "homepage": "https://symfony.com",
  3622.             "keywords": [
  3623.                 "framework"
  3624.             ],
  3625.             "time": "2016-12-13 12:16:34"
  3626.         },
  3627.         {
  3628.             "name": "tedivm/stash",
  3629.             "version": "v0.14.1",
  3630.             "source": {
  3631.                 "type": "git",
  3632.                 "url": "https://github.com/tedious/Stash.git",
  3633.                 "reference": "bcb739b08b22571e35589ebe5403af9b89a33394"
  3634.             },
  3635.             "dist": {
  3636.                 "type": "zip",
  3637.                 "url": "https://api.github.com/repos/tedious/Stash/zipball/bcb739b08b22571e35589ebe5403af9b89a33394",
  3638.                 "reference": "bcb739b08b22571e35589ebe5403af9b89a33394",
  3639.                 "shasum": ""
  3640.             },
  3641.             "require": {
  3642.                 "php": "^5.4|^7.0",
  3643.                 "psr/cache": "~1.0"
  3644.             },
  3645.             "provide": {
  3646.                 "psr/cache-implementation": "1.0.0"
  3647.             },
  3648.             "require-dev": {
  3649.                 "fabpot/php-cs-fixer": "^1.9",
  3650.                 "phpunit/phpunit": "4.8.*",
  3651.                 "satooshi/php-coveralls": "1.0.*"
  3652.             },
  3653.             "type": "library",
  3654.             "autoload": {
  3655.                 "psr-4": {
  3656.                     "Stash\\": "src/Stash/"
  3657.                 }
  3658.             },
  3659.             "notification-url": "https://packagist.org/downloads/",
  3660.             "license": [
  3661.                 "BSD-3-Clause"
  3662.             ],
  3663.             "authors": [
  3664.                 {
  3665.                     "name": "Robert Hafner",
  3666.                     "email": "tedivm@tedivm.com"
  3667.                 },
  3668.                 {
  3669.                     "name": "Josh Hall-Bachner",
  3670.                     "email": "charlequin@gmail.com"
  3671.                 }
  3672.             ],
  3673.             "description": "The place to keep your cache.",
  3674.             "homepage": "http://github.com/tedious/Stash",
  3675.             "keywords": [
  3676.                 "apc",
  3677.                 "cache",
  3678.                 "caching",
  3679.                 "memcached",
  3680.                 "psr-6",
  3681.                 "psr6",
  3682.                 "redis",
  3683.                 "sessions"
  3684.             ],
  3685.             "time": "2016-02-10 22:23:16"
  3686.         },
  3687.         {
  3688.             "name": "tedivm/stash-bundle",
  3689.             "version": "v0.6.1",
  3690.             "source": {
  3691.                 "type": "git",
  3692.                 "url": "https://github.com/tedious/TedivmStashBundle.git",
  3693.                 "reference": "99e435e8f61ac165183c0d279e15bfd225eb67c4"
  3694.             },
  3695.             "dist": {
  3696.                 "type": "zip",
  3697.                 "url": "https://api.github.com/repos/tedious/TedivmStashBundle/zipball/99e435e8f61ac165183c0d279e15bfd225eb67c4",
  3698.                 "reference": "99e435e8f61ac165183c0d279e15bfd225eb67c4",
  3699.                 "shasum": ""
  3700.             },
  3701.             "require": {
  3702.                 "php": "^5.4|^7.0",
  3703.                 "symfony/config": "~2.1|~3.0",
  3704.                 "symfony/dependency-injection": "~2.1|~3.0",
  3705.                 "symfony/http-kernel": "~2.1|~3.0",
  3706.                 "tedivm/stash": "0.14.*"
  3707.             },
  3708.             "require-dev": {
  3709.                 "doctrine/cache": "~1.0",
  3710.                 "fabpot/php-cs-fixer": "0.4.0",
  3711.                 "phpunit/phpunit": "4.1.*",
  3712.                 "satooshi/php-coveralls": "1.0.*"
  3713.             },
  3714.             "type": "symfony-bundle",
  3715.             "autoload": {
  3716.                 "psr-4": {
  3717.                     "Tedivm\\StashBundle\\": ""
  3718.                 }
  3719.             },
  3720.             "notification-url": "https://packagist.org/downloads/",
  3721.             "license": [
  3722.                 "BSD-3-Clause"
  3723.             ],
  3724.             "authors": [
  3725.                 {
  3726.                     "name": "Robert Hafner",
  3727.                     "email": "tedivm@tedivm.com"
  3728.                 },
  3729.                 {
  3730.                     "name": "Josh Hall-Bachner",
  3731.                     "email": "jhallbachner@gmail.com"
  3732.                 }
  3733.             ],
  3734.             "description": "Incorporates the Stash caching library into Symfony.",
  3735.             "homepage": "http://github.com/tedious/TedivmStashBundle",
  3736.             "keywords": [
  3737.                 "apc",
  3738.                 "cache",
  3739.                 "caching",
  3740.                 "memcached",
  3741.                 "redis",
  3742.                 "sessions",
  3743.                 "stash",
  3744.                 "symfony"
  3745.             ],
  3746.             "time": "2016-02-11 01:11:59"
  3747.         },
  3748.         {
  3749.             "name": "twig/extensions",
  3750.             "version": "v1.4.1",
  3751.             "source": {
  3752.                 "type": "git",
  3753.                 "url": "https://github.com/twigphp/Twig-extensions.git",
  3754.                 "reference": "f0bb8431c8691f5a39f1017d9a5967a082bf01ff"
  3755.             },
  3756.             "dist": {
  3757.                 "type": "zip",
  3758.                 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f0bb8431c8691f5a39f1017d9a5967a082bf01ff",
  3759.                 "reference": "f0bb8431c8691f5a39f1017d9a5967a082bf01ff",
  3760.                 "shasum": ""
  3761.             },
  3762.             "require": {
  3763.                 "twig/twig": "~1.20|~2.0"
  3764.             },
  3765.             "require-dev": {
  3766.                 "symfony/translation": "~2.3"
  3767.             },
  3768.             "suggest": {
  3769.                 "symfony/translation": "Allow the time_diff output to be translated"
  3770.             },
  3771.             "type": "library",
  3772.             "extra": {
  3773.                 "branch-alias": {
  3774.                     "dev-master": "1.4-dev"
  3775.                 }
  3776.             },
  3777.             "autoload": {
  3778.                 "psr-0": {
  3779.                     "Twig_Extensions_": "lib/"
  3780.                 }
  3781.             },
  3782.             "notification-url": "https://packagist.org/downloads/",
  3783.             "license": [
  3784.                 "MIT"
  3785.             ],
  3786.             "authors": [
  3787.                 {
  3788.                     "name": "Fabien Potencier",
  3789.                     "email": "fabien@symfony.com"
  3790.                 }
  3791.             ],
  3792.             "description": "Common additional features for Twig that do not directly belong in core",
  3793.             "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
  3794.             "keywords": [
  3795.                 "i18n",
  3796.                 "text"
  3797.             ],
  3798.             "time": "2016-10-25 17:34:14"
  3799.         },
  3800.         {
  3801.             "name": "twig/twig",
  3802.             "version": "v1.29.0",
  3803.             "source": {
  3804.                 "type": "git",
  3805.                 "url": "https://github.com/twigphp/Twig.git",
  3806.                 "reference": "74f723e542368ca2080b252740be5f1113ebb898"
  3807.             },
  3808.             "dist": {
  3809.                 "type": "zip",
  3810.                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/74f723e542368ca2080b252740be5f1113ebb898",
  3811.                 "reference": "74f723e542368ca2080b252740be5f1113ebb898",
  3812.                 "shasum": ""
  3813.             },
  3814.             "require": {
  3815.                 "php": ">=5.2.7"
  3816.             },
  3817.             "require-dev": {
  3818.                 "symfony/debug": "~2.7",
  3819.                 "symfony/phpunit-bridge": "~3.2@dev"
  3820.             },
  3821.             "type": "library",
  3822.             "extra": {
  3823.                 "branch-alias": {
  3824.                     "dev-master": "1.29-dev"
  3825.                 }
  3826.             },
  3827.             "autoload": {
  3828.                 "psr-0": {
  3829.                     "Twig_": "lib/"
  3830.                 }
  3831.             },
  3832.             "notification-url": "https://packagist.org/downloads/",
  3833.             "license": [
  3834.                 "BSD-3-Clause"
  3835.             ],
  3836.             "authors": [
  3837.                 {
  3838.                     "name": "Fabien Potencier",
  3839.                     "email": "fabien@symfony.com",
  3840.                     "homepage": "http://fabien.potencier.org",
  3841.                     "role": "Lead Developer"
  3842.                 },
  3843.                 {
  3844.                     "name": "Armin Ronacher",
  3845.                     "email": "armin.ronacher@active-4.com",
  3846.                     "role": "Project Founder"
  3847.                 },
  3848.                 {
  3849.                     "name": "Twig Team",
  3850.                     "homepage": "http://twig.sensiolabs.org/contributors",
  3851.                     "role": "Contributors"
  3852.                 }
  3853.             ],
  3854.             "description": "Twig, the flexible, fast, and secure template language for PHP",
  3855.             "homepage": "http://twig.sensiolabs.org",
  3856.             "keywords": [
  3857.                 "templating"
  3858.             ],
  3859.             "time": "2016-12-13 17:28:18"
  3860.         },
  3861.         {
  3862.             "name": "white-october/pagerfanta-bundle",
  3863.             "version": "v1.0.7",
  3864.             "source": {
  3865.                 "type": "git",
  3866.                 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
  3867.                 "reference": "f7e0fdf94a763a21a7c4c36ec9d9b5bcf4e12521"
  3868.             },
  3869.             "dist": {
  3870.                 "type": "zip",
  3871.                 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/f7e0fdf94a763a21a7c4c36ec9d9b5bcf4e12521",
  3872.                 "reference": "f7e0fdf94a763a21a7c4c36ec9d9b5bcf4e12521",
  3873.                 "shasum": ""
  3874.             },
  3875.             "require": {
  3876.                 "pagerfanta/pagerfanta": "1.0.*",
  3877.                 "symfony/framework-bundle": "~2.3|~3.0",
  3878.                 "symfony/property-access": "~2.3|~3.0",
  3879.                 "symfony/twig-bundle": "~2.3|~3.0"
  3880.             },
  3881.             "require-dev": {
  3882.                 "phpunit/phpunit": "~3.7",
  3883.                 "symfony/symfony": "~2.3|~3.0"
  3884.             },
  3885.             "type": "symfony-bundle",
  3886.             "extra": {
  3887.                 "branch-alias": {
  3888.                     "dev-master": "1.0.x-dev"
  3889.                 }
  3890.             },
  3891.             "autoload": {
  3892.                 "psr-4": {
  3893.                     "WhiteOctober\\PagerfantaBundle\\": ""
  3894.                 }
  3895.             },
  3896.             "notification-url": "https://packagist.org/downloads/",
  3897.             "license": [
  3898.                 "MIT"
  3899.             ],
  3900.             "authors": [
  3901.                 {
  3902.                     "name": "Pablo Díez",
  3903.                     "email": "pablodip@gmail.com"
  3904.                 }
  3905.             ],
  3906.             "description": "Bundle to use Pagerfanta with Symfony2",
  3907.             "keywords": [
  3908.                 "page",
  3909.                 "paging"
  3910.             ],
  3911.             "time": "2016-08-04 15:48:14"
  3912.         },
  3913.         {
  3914.             "name": "zendframework/zend-code",
  3915.             "version": "2.6.3",
  3916.             "source": {
  3917.                 "type": "git",
  3918.                 "url": "https://github.com/zendframework/zend-code.git",
  3919.                 "reference": "95033f061b083e16cdee60530ec260d7d628b887"
  3920.             },
  3921.             "dist": {
  3922.                 "type": "zip",
  3923.                 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
  3924.                 "reference": "95033f061b083e16cdee60530ec260d7d628b887",
  3925.                 "shasum": ""
  3926.             },
  3927.             "require": {
  3928.                 "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
  3929.                 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
  3930.             },
  3931.             "require-dev": {
  3932.                 "doctrine/annotations": "~1.0",
  3933.                 "fabpot/php-cs-fixer": "1.7.*",
  3934.                 "phpunit/phpunit": "^4.8.21",
  3935.                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
  3936.             },
  3937.             "suggest": {
  3938.                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  3939.                 "zendframework/zend-stdlib": "Zend\\Stdlib component"
  3940.             },
  3941.             "type": "library",
  3942.             "extra": {
  3943.                 "branch-alias": {
  3944.                     "dev-master": "2.6-dev",
  3945.                     "dev-develop": "2.7-dev"
  3946.                 }
  3947.             },
  3948.             "autoload": {
  3949.                 "psr-4": {
  3950.                     "Zend\\Code\\": "src/"
  3951.                 }
  3952.             },
  3953.             "notification-url": "https://packagist.org/downloads/",
  3954.             "license": [
  3955.                 "BSD-3-Clause"
  3956.             ],
  3957.             "description": "provides facilities to generate arbitrary code using an object oriented interface",
  3958.             "homepage": "https://github.com/zendframework/zend-code",
  3959.             "keywords": [
  3960.                 "code",
  3961.                 "zf2"
  3962.             ],
  3963.             "time": "2016-04-20 17:26:42"
  3964.         },
  3965.         {
  3966.             "name": "zendframework/zend-eventmanager",
  3967.             "version": "3.0.1",
  3968.             "source": {
  3969.                 "type": "git",
  3970.                 "url": "https://github.com/zendframework/zend-eventmanager.git",
  3971.                 "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
  3972.             },
  3973.             "dist": {
  3974.                 "type": "zip",
  3975.                 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
  3976.                 "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
  3977.                 "shasum": ""
  3978.             },
  3979.             "require": {
  3980.                 "php": "^5.5 || ^7.0"
  3981.             },
  3982.             "require-dev": {
  3983.                 "athletic/athletic": "^0.1",
  3984.                 "container-interop/container-interop": "^1.1.0",
  3985.                 "phpunit/phpunit": "~4.0",
  3986.                 "squizlabs/php_codesniffer": "^2.0",
  3987.                 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
  3988.             },
  3989.             "suggest": {
  3990.                 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
  3991.                 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
  3992.             },
  3993.             "type": "library",
  3994.             "extra": {
  3995.                 "branch-alias": {
  3996.                     "dev-master": "3.0-dev",
  3997.                     "dev-develop": "3.1-dev"
  3998.                 }
  3999.             },
  4000.             "autoload": {
  4001.                 "psr-4": {
  4002.                     "Zend\\EventManager\\": "src/"
  4003.                 }
  4004.             },
  4005.             "notification-url": "https://packagist.org/downloads/",
  4006.             "license": [
  4007.                 "BSD-3-Clause"
  4008.             ],
  4009.             "description": "Trigger and listen to events within a PHP application",
  4010.             "homepage": "https://github.com/zendframework/zend-eventmanager",
  4011.             "keywords": [
  4012.                 "event",
  4013.                 "eventmanager",
  4014.                 "events",
  4015.                 "zf2"
  4016.             ],
  4017.             "time": "2016-02-18 20:53:00"
  4018.         },
  4019.         {
  4020.             "name": "zetacomponents/base",
  4021.             "version": "1.9",
  4022.             "source": {
  4023.                 "type": "git",
  4024.                 "url": "https://github.com/zetacomponents/Base.git",
  4025.                 "reference": "f20df24e8de3e48b6b69b2503f917e457281e687"
  4026.             },
  4027.             "dist": {
  4028.                 "type": "zip",
  4029.                 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/f20df24e8de3e48b6b69b2503f917e457281e687",
  4030.                 "reference": "f20df24e8de3e48b6b69b2503f917e457281e687",
  4031.                 "shasum": ""
  4032.             },
  4033.             "require-dev": {
  4034.                 "zetacomponents/unit-test": "*"
  4035.             },
  4036.             "type": "library",
  4037.             "autoload": {
  4038.                 "classmap": [
  4039.                     "src"
  4040.                 ]
  4041.             },
  4042.             "notification-url": "https://packagist.org/downloads/",
  4043.             "license": [
  4044.                 "Apache-2.0"
  4045.             ],
  4046.             "authors": [
  4047.                 {
  4048.                     "name": "Sergey Alexeev"
  4049.                 },
  4050.                 {
  4051.                     "name": "Sebastian Bergmann"
  4052.                 },
  4053.                 {
  4054.                     "name": "Jan Borsodi"
  4055.                 },
  4056.                 {
  4057.                     "name": "Raymond Bosman"
  4058.                 },
  4059.                 {
  4060.                     "name": "Frederik Holljen"
  4061.                 },
  4062.                 {
  4063.                     "name": "Kore Nordmann"
  4064.                 },
  4065.                 {
  4066.                     "name": "Derick Rethans"
  4067.                 },
  4068.                 {
  4069.                     "name": "Vadym Savchuk"
  4070.                 },
  4071.                 {
  4072.                     "name": "Tobias Schlitt"
  4073.                 },
  4074.                 {
  4075.                     "name": "Alexandru Stanoi"
  4076.                 }
  4077.             ],
  4078.             "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
  4079.             "homepage": "https://github.com/zetacomponents",
  4080.             "time": "2014-09-19 03:28:34"
  4081.         },
  4082.         {
  4083.             "name": "zetacomponents/mail",
  4084.             "version": "1.8.1",
  4085.             "source": {
  4086.                 "type": "git",
  4087.                 "url": "https://github.com/zetacomponents/Mail.git",
  4088.                 "reference": "33f0fce2c156b26a850d495a3b069ad1c1e40854"
  4089.             },
  4090.             "dist": {
  4091.                 "type": "zip",
  4092.                 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/33f0fce2c156b26a850d495a3b069ad1c1e40854",
  4093.                 "reference": "33f0fce2c156b26a850d495a3b069ad1c1e40854",
  4094.                 "shasum": ""
  4095.             },
  4096.             "require": {
  4097.                 "zetacomponents/base": "~1.8"
  4098.             },
  4099.             "require-dev": {
  4100.                 "zetacomponents/unit-test": "*"
  4101.             },
  4102.             "type": "library",
  4103.             "autoload": {
  4104.                 "classmap": [
  4105.                     "src"
  4106.                 ]
  4107.             },
  4108.             "notification-url": "https://packagist.org/downloads/",
  4109.             "license": [
  4110.                 "Apache-2.0"
  4111.             ],
  4112.             "authors": [
  4113.                 {
  4114.                     "name": "Sergey Alexeev"
  4115.                 },
  4116.                 {
  4117.                     "name": "Sebastian Bergmann"
  4118.                 },
  4119.                 {
  4120.                     "name": "Jan Borsodi"
  4121.                 },
  4122.                 {
  4123.                     "name": "Raymond Bosman"
  4124.                 },
  4125.                 {
  4126.                     "name": "Frederik Holljen"
  4127.                 },
  4128.                 {
  4129.                     "name": "Kore Nordmann"
  4130.                 },
  4131.                 {
  4132.                     "name": "Derick Rethans"
  4133.                 },
  4134.                 {
  4135.                     "name": "Vadym Savchuk"
  4136.                 },
  4137.                 {
  4138.                     "name": "Tobias Schlitt"
  4139.                 },
  4140.                 {
  4141.                     "name": "Alexandru Stanoi"
  4142.                 },
  4143.                 {
  4144.                     "name": "Christian Michel"
  4145.                 },
  4146.                 {
  4147.                     "name": "Sinisa Dukaric"
  4148.                 },
  4149.                 {
  4150.                     "name": "Mikko Koppanen"
  4151.                 }
  4152.             ],
  4153.             "description": "The component allows you construct and/or parse Mail messages conforming to  the mail standard. It has support for attachments, multipart messages and HTML  mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to  retrieve e-mail.",
  4154.             "homepage": "https://github.com/zetacomponents",
  4155.             "time": "2014-11-04 10:14:21"
  4156.         },
  4157.         {
  4158.             "name": "zetacomponents/system-information",
  4159.             "version": "1.1.1",
  4160.             "source": {
  4161.                 "type": "git",
  4162.                 "url": "https://github.com/zetacomponents/SystemInformation.git",
  4163.                 "reference": "314ea9b2c98b3c20321a8d05ea8ba976479d8f88"
  4164.             },
  4165.             "dist": {
  4166.                 "type": "zip",
  4167.                 "url": "https://api.github.com/repos/zetacomponents/SystemInformation/zipball/314ea9b2c98b3c20321a8d05ea8ba976479d8f88",
  4168.                 "reference": "314ea9b2c98b3c20321a8d05ea8ba976479d8f88",
  4169.                 "shasum": ""
  4170.             },
  4171.             "require": {
  4172.                 "zetacomponents/base": "~1.8"
  4173.             },
  4174.             "require-dev": {
  4175.                 "zetacomponents/unit-test": "*"
  4176.             },
  4177.             "type": "library",
  4178.             "autoload": {
  4179.                 "classmap": [
  4180.                     "src"
  4181.                 ]
  4182.             },
  4183.             "notification-url": "https://packagist.org/downloads/",
  4184.             "license": [
  4185.                 "Apache-2.0"
  4186.             ],
  4187.             "authors": [
  4188.                 {
  4189.                     "name": "Sergey Alexeev"
  4190.                 },
  4191.                 {
  4192.                     "name": "Sebastian Bergmann"
  4193.                 },
  4194.                 {
  4195.                     "name": "Jan Borsodi"
  4196.                 },
  4197.                 {
  4198.                     "name": "Raymond Bosman"
  4199.                 },
  4200.                 {
  4201.                     "name": "Frederik Holljen"
  4202.                 },
  4203.                 {
  4204.                     "name": "Kore Nordmann"
  4205.                 },
  4206.                 {
  4207.                     "name": "Derick Rethans"
  4208.                 },
  4209.                 {
  4210.                     "name": "Vadym Savchuk"
  4211.                 },
  4212.                 {
  4213.                     "name": "Tobias Schlitt"
  4214.                 },
  4215.                 {
  4216.                     "name": "Alexandru Stanoi"
  4217.                 }
  4218.             ],
  4219.             "description": "Provides access to common system variables, such as CPU type and speed, and the available amount of memory.",
  4220.             "homepage": "https://github.com/zetacomponents",
  4221.             "time": "2016-10-23 21:18:48"
  4222.         }
  4223.     ],
  4224.     "packages-dev": [
  4225.         {
  4226.             "name": "behat/behat",
  4227.             "version": "v3.2.2",
  4228.             "source": {
  4229.                 "type": "git",
  4230.                 "url": "https://github.com/Behat/Behat.git",
  4231.                 "reference": "30aa3836825416f28581ee55fcfe6a5b0cdeeb85"
  4232.             },
  4233.             "dist": {
  4234.                 "type": "zip",
  4235.                 "url": "https://api.github.com/repos/Behat/Behat/zipball/30aa3836825416f28581ee55fcfe6a5b0cdeeb85",
  4236.                 "reference": "30aa3836825416f28581ee55fcfe6a5b0cdeeb85",
  4237.                 "shasum": ""
  4238.             },
  4239.             "require": {
  4240.                 "behat/gherkin": "^4.4.4",
  4241.                 "behat/transliterator": "~1.0",
  4242.                 "ext-mbstring": "*",
  4243.                 "php": ">=5.3.3",
  4244.                 "symfony/class-loader": "~2.1||~3.0",
  4245.                 "symfony/config": "~2.3||~3.0",
  4246.                 "symfony/console": "~2.5||~3.0",
  4247.                 "symfony/dependency-injection": "~2.1||~3.0",
  4248.                 "symfony/event-dispatcher": "~2.1||~3.0",
  4249.                 "symfony/translation": "~2.3||~3.0",
  4250.                 "symfony/yaml": "~2.1||~3.0"
  4251.             },
  4252.             "require-dev": {
  4253.                 "herrera-io/box": "~1.6.1",
  4254.                 "phpunit/phpunit": "~4.5",
  4255.                 "symfony/process": "~2.5|~3.0"
  4256.             },
  4257.             "suggest": {
  4258.                 "behat/mink-extension": "for integration with Mink testing framework",
  4259.                 "behat/symfony2-extension": "for integration with Symfony2 web framework",
  4260.                 "behat/yii-extension": "for integration with Yii web framework"
  4261.             },
  4262.             "bin": [
  4263.                 "bin/behat"
  4264.             ],
  4265.             "type": "library",
  4266.             "extra": {
  4267.                 "branch-alias": {
  4268.                     "dev-master": "3.2.x-dev"
  4269.                 }
  4270.             },
  4271.             "autoload": {
  4272.                 "psr-0": {
  4273.                     "Behat\\Behat": "src/",
  4274.                     "Behat\\Testwork": "src/"
  4275.                 }
  4276.             },
  4277.             "notification-url": "https://packagist.org/downloads/",
  4278.             "license": [
  4279.                 "MIT"
  4280.             ],
  4281.             "authors": [
  4282.                 {
  4283.                     "name": "Konstantin Kudryashov",
  4284.                     "email": "ever.zet@gmail.com",
  4285.                     "homepage": "http://everzet.com"
  4286.                 }
  4287.             ],
  4288.             "description": "Scenario-oriented BDD framework for PHP 5.3",
  4289.             "homepage": "http://behat.org/",
  4290.             "keywords": [
  4291.                 "Agile",
  4292.                 "BDD",
  4293.                 "ScenarioBDD",
  4294.                 "Scrum",
  4295.                 "StoryBDD",
  4296.                 "User story",
  4297.                 "business",
  4298.                 "development",
  4299.                 "documentation",
  4300.                 "examples",
  4301.                 "symfony",
  4302.                 "testing"
  4303.             ],
  4304.             "time": "2016-11-05 17:13:53"
  4305.         },
  4306.         {
  4307.             "name": "behat/gherkin",
  4308.             "version": "v4.4.5",
  4309.             "source": {
  4310.                 "type": "git",
  4311.                 "url": "https://github.com/Behat/Gherkin.git",
  4312.                 "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
  4313.             },
  4314.             "dist": {
  4315.                 "type": "zip",
  4316.                 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
  4317.                 "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
  4318.                 "shasum": ""
  4319.             },
  4320.             "require": {
  4321.                 "php": ">=5.3.1"
  4322.             },
  4323.             "require-dev": {
  4324.                 "phpunit/phpunit": "~4.5|~5",
  4325.                 "symfony/phpunit-bridge": "~2.7|~3",
  4326.                 "symfony/yaml": "~2.3|~3"
  4327.             },
  4328.             "suggest": {
  4329.                 "symfony/yaml": "If you want to parse features, represented in YAML files"
  4330.             },
  4331.             "type": "library",
  4332.             "extra": {
  4333.                 "branch-alias": {
  4334.                     "dev-master": "4.4-dev"
  4335.                 }
  4336.             },
  4337.             "autoload": {
  4338.                 "psr-0": {
  4339.                     "Behat\\Gherkin": "src/"
  4340.                 }
  4341.             },
  4342.             "notification-url": "https://packagist.org/downloads/",
  4343.             "license": [
  4344.                 "MIT"
  4345.             ],
  4346.             "authors": [
  4347.                 {
  4348.                     "name": "Konstantin Kudryashov",
  4349.                     "email": "ever.zet@gmail.com",
  4350.                     "homepage": "http://everzet.com"
  4351.                 }
  4352.             ],
  4353.             "description": "Gherkin DSL parser for PHP 5.3",
  4354.             "homepage": "http://behat.org/",
  4355.             "keywords": [
  4356.                 "BDD",
  4357.                 "Behat",
  4358.                 "Cucumber",
  4359.                 "DSL",
  4360.                 "gherkin",
  4361.                 "parser"
  4362.             ],
  4363.             "time": "2016-10-30 11:50:56"
  4364.         },
  4365.         {
  4366.             "name": "behat/mink",
  4367.             "version": "v1.7.1",
  4368.             "source": {
  4369.                 "type": "git",
  4370.                 "url": "https://github.com/minkphp/Mink.git",
  4371.                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
  4372.             },
  4373.             "dist": {
  4374.                 "type": "zip",
  4375.                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
  4376.                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
  4377.                 "shasum": ""
  4378.             },
  4379.             "require": {
  4380.                 "php": ">=5.3.1",
  4381.                 "symfony/css-selector": "~2.1|~3.0"
  4382.             },
  4383.             "require-dev": {
  4384.                 "symfony/phpunit-bridge": "~2.7|~3.0"
  4385.             },
  4386.             "suggest": {
  4387.                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
  4388.                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
  4389.                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
  4390.                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
  4391.             },
  4392.             "type": "library",
  4393.             "extra": {
  4394.                 "branch-alias": {
  4395.                     "dev-master": "1.7.x-dev"
  4396.                 }
  4397.             },
  4398.             "autoload": {
  4399.                 "psr-4": {
  4400.                     "Behat\\Mink\\": "src/"
  4401.                 }
  4402.             },
  4403.             "notification-url": "https://packagist.org/downloads/",
  4404.             "license": [
  4405.                 "MIT"
  4406.             ],
  4407.             "authors": [
  4408.                 {
  4409.                     "name": "Konstantin Kudryashov",
  4410.                     "email": "ever.zet@gmail.com",
  4411.                     "homepage": "http://everzet.com"
  4412.                 }
  4413.             ],
  4414.             "description": "Browser controller/emulator abstraction for PHP",
  4415.             "homepage": "http://mink.behat.org/",
  4416.             "keywords": [
  4417.                 "browser",
  4418.                 "testing",
  4419.                 "web"
  4420.             ],
  4421.             "time": "2016-03-05 08:26:18"
  4422.         },
  4423.         {
  4424.             "name": "behat/mink-browserkit-driver",
  4425.             "version": "v1.3.2",
  4426.             "source": {
  4427.                 "type": "git",
  4428.                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
  4429.                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
  4430.             },
  4431.             "dist": {
  4432.                 "type": "zip",
  4433.                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
  4434.                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
  4435.                 "shasum": ""
  4436.             },
  4437.             "require": {
  4438.                 "behat/mink": "^1.7.1@dev",
  4439.                 "php": ">=5.3.6",
  4440.                 "symfony/browser-kit": "~2.3|~3.0",
  4441.                 "symfony/dom-crawler": "~2.3|~3.0"
  4442.             },
  4443.             "require-dev": {
  4444.                 "silex/silex": "~1.2",
  4445.                 "symfony/phpunit-bridge": "~2.7|~3.0"
  4446.             },
  4447.             "type": "mink-driver",
  4448.             "extra": {
  4449.                 "branch-alias": {
  4450.                     "dev-master": "1.3.x-dev"
  4451.                 }
  4452.             },
  4453.             "autoload": {
  4454.                 "psr-4": {
  4455.                     "Behat\\Mink\\Driver\\": "src/"
  4456.                 }
  4457.             },
  4458.             "notification-url": "https://packagist.org/downloads/",
  4459.             "license": [
  4460.                 "MIT"
  4461.             ],
  4462.             "authors": [
  4463.                 {
  4464.                     "name": "Konstantin Kudryashov",
  4465.                     "email": "ever.zet@gmail.com",
  4466.                     "homepage": "http://everzet.com"
  4467.                 }
  4468.             ],
  4469.             "description": "Symfony2 BrowserKit driver for Mink framework",
  4470.             "homepage": "http://mink.behat.org/",
  4471.             "keywords": [
  4472.                 "Mink",
  4473.                 "Symfony2",
  4474.                 "browser",
  4475.                 "testing"
  4476.             ],
  4477.             "time": "2016-03-05 08:59:47"
  4478.         },
  4479.         {
  4480.             "name": "behat/mink-extension",
  4481.             "version": "v2.2",
  4482.             "source": {
  4483.                 "type": "git",
  4484.                 "url": "https://github.com/Behat/MinkExtension.git",
  4485.                 "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
  4486.             },
  4487.             "dist": {
  4488.                 "type": "zip",
  4489.                 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
  4490.                 "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
  4491.                 "shasum": ""
  4492.             },
  4493.             "require": {
  4494.                 "behat/behat": "~3.0,>=3.0.5",
  4495.                 "behat/mink": "~1.5",
  4496.                 "php": ">=5.3.2",
  4497.                 "symfony/config": "~2.2|~3.0"
  4498.             },
  4499.             "require-dev": {
  4500.                 "behat/mink-goutte-driver": "~1.1",
  4501.                 "phpspec/phpspec": "~2.0"
  4502.             },
  4503.             "type": "behat-extension",
  4504.             "extra": {
  4505.                 "branch-alias": {
  4506.                     "dev-master": "2.1.x-dev"
  4507.                 }
  4508.             },
  4509.             "autoload": {
  4510.                 "psr-0": {
  4511.                     "Behat\\MinkExtension": "src/"
  4512.                 }
  4513.             },
  4514.             "notification-url": "https://packagist.org/downloads/",
  4515.             "license": [
  4516.                 "MIT"
  4517.             ],
  4518.             "authors": [
  4519.                 {
  4520.                     "name": "Christophe Coevoet",
  4521.                     "email": "stof@notk.org"
  4522.                 },
  4523.                 {
  4524.                     "name": "Konstantin Kudryashov",
  4525.                     "email": "ever.zet@gmail.com"
  4526.                 }
  4527.             ],
  4528.             "description": "Mink extension for Behat",
  4529.             "homepage": "http://extensions.behat.org/mink",
  4530.             "keywords": [
  4531.                 "browser",
  4532.                 "gui",
  4533.                 "test",
  4534.                 "web"
  4535.             ],
  4536.             "time": "2016-02-15 07:55:18"
  4537.         },
  4538.         {
  4539.             "name": "behat/mink-goutte-driver",
  4540.             "version": "v1.2.1",
  4541.             "source": {
  4542.                 "type": "git",
  4543.                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
  4544.                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
  4545.             },
  4546.             "dist": {
  4547.                 "type": "zip",
  4548.                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
  4549.                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
  4550.                 "shasum": ""
  4551.             },
  4552.             "require": {
  4553.                 "behat/mink": "~1.6@dev",
  4554.                 "behat/mink-browserkit-driver": "~1.2@dev",
  4555.                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
  4556.                 "php": ">=5.3.1"
  4557.             },
  4558.             "require-dev": {
  4559.                 "symfony/phpunit-bridge": "~2.7|~3.0"
  4560.             },
  4561.             "type": "mink-driver",
  4562.             "extra": {
  4563.                 "branch-alias": {
  4564.                     "dev-master": "1.2.x-dev"
  4565.                 }
  4566.             },
  4567.             "autoload": {
  4568.                 "psr-4": {
  4569.                     "Behat\\Mink\\Driver\\": "src/"
  4570.                 }
  4571.             },
  4572.             "notification-url": "https://packagist.org/downloads/",
  4573.             "license": [
  4574.                 "MIT"
  4575.             ],
  4576.             "authors": [
  4577.                 {
  4578.                     "name": "Konstantin Kudryashov",
  4579.                     "email": "ever.zet@gmail.com",
  4580.                     "homepage": "http://everzet.com"
  4581.                 }
  4582.             ],
  4583.             "description": "Goutte driver for Mink framework",
  4584.             "homepage": "http://mink.behat.org/",
  4585.             "keywords": [
  4586.                 "browser",
  4587.                 "goutte",
  4588.                 "headless",
  4589.                 "testing"
  4590.             ],
  4591.             "time": "2016-03-05 09:04:22"
  4592.         },
  4593.         {
  4594.             "name": "behat/mink-selenium2-driver",
  4595.             "version": "v1.3.1",
  4596.             "source": {
  4597.                 "type": "git",
  4598.                 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
  4599.                 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
  4600.             },
  4601.             "dist": {
  4602.                 "type": "zip",
  4603.                 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
  4604.                 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
  4605.                 "shasum": ""
  4606.             },
  4607.             "require": {
  4608.                 "behat/mink": "~1.7@dev",
  4609.                 "instaclick/php-webdriver": "~1.1",
  4610.                 "php": ">=5.3.1"
  4611.             },
  4612.             "require-dev": {
  4613.                 "symfony/phpunit-bridge": "~2.7"
  4614.             },
  4615.             "type": "mink-driver",
  4616.             "extra": {
  4617.                 "branch-alias": {
  4618.                     "dev-master": "1.3.x-dev"
  4619.                 }
  4620.             },
  4621.             "autoload": {
  4622.                 "psr-4": {
  4623.                     "Behat\\Mink\\Driver\\": "src/"
  4624.                 }
  4625.             },
  4626.             "notification-url": "https://packagist.org/downloads/",
  4627.             "license": [
  4628.                 "MIT"
  4629.             ],
  4630.             "authors": [
  4631.                 {
  4632.                     "name": "Konstantin Kudryashov",
  4633.                     "email": "ever.zet@gmail.com",
  4634.                     "homepage": "http://everzet.com"
  4635.                 },
  4636.                 {
  4637.                     "name": "Pete Otaqui",
  4638.                     "email": "pete@otaqui.com",
  4639.                     "homepage": "https://github.com/pete-otaqui"
  4640.                 }
  4641.             ],
  4642.             "description": "Selenium2 (WebDriver) driver for Mink framework",
  4643.             "homepage": "http://mink.behat.org/",
  4644.             "keywords": [
  4645.                 "ajax",
  4646.                 "browser",
  4647.                 "javascript",
  4648.                 "selenium",
  4649.                 "testing",
  4650.                 "webdriver"
  4651.             ],
  4652.             "time": "2016-03-05 09:10:18"
  4653.         },
  4654.         {
  4655.             "name": "behat/symfony2-extension",
  4656.             "version": "2.1.1",
  4657.             "source": {
  4658.                 "type": "git",
  4659.                 "url": "https://github.com/Behat/Symfony2Extension.git",
  4660.                 "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c"
  4661.             },
  4662.             "dist": {
  4663.                 "type": "zip",
  4664.                 "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/cb9ff0ff2f1a901379616d95cc701601d139160c",
  4665.                 "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c",
  4666.                 "shasum": ""
  4667.             },
  4668.             "require": {
  4669.                 "behat/behat": "~3.0,>=3.0.4",
  4670.                 "php": ">=5.3.3",
  4671.                 "symfony/framework-bundle": "~2.0|~3.0"
  4672.             },
  4673.             "require-dev": {
  4674.                 "behat/mink-browserkit-driver": "~1.0",
  4675.                 "behat/mink-extension": "~2.0",
  4676.                 "phpspec/phpspec": "~2.0",
  4677.                 "phpunit/phpunit": "~4.0",
  4678.                 "symfony/symfony": "~2.1|~3.0"
  4679.             },
  4680.             "type": "behat-extension",
  4681.             "extra": {
  4682.                 "branch-alias": {
  4683.                     "dev-master": "2.1.x-dev"
  4684.                 }
  4685.             },
  4686.             "autoload": {
  4687.                 "psr-0": {
  4688.                     "Behat\\Symfony2Extension": "src/"
  4689.                 }
  4690.             },
  4691.             "notification-url": "https://packagist.org/downloads/",
  4692.             "license": [
  4693.                 "MIT"
  4694.             ],
  4695.             "authors": [
  4696.                 {
  4697.                     "name": "Christophe Coevoet",
  4698.                     "email": "stof@notk.org"
  4699.                 },
  4700.                 {
  4701.                     "name": "Konstantin Kudryashov",
  4702.                     "email": "ever.zet@gmail.com"
  4703.                 }
  4704.             ],
  4705.             "description": "Symfony2 framework extension for Behat",
  4706.             "homepage": "http://behat.org",
  4707.             "keywords": [
  4708.                 "BDD",
  4709.                 "framework",
  4710.                 "symfony"
  4711.             ],
  4712.             "time": "2016-01-13 17:06:48"
  4713.         },
  4714.         {
  4715.             "name": "behat/transliterator",
  4716.             "version": "v1.1.0",
  4717.             "source": {
  4718.                 "type": "git",
  4719.                 "url": "https://github.com/Behat/Transliterator.git",
  4720.                 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
  4721.             },
  4722.             "dist": {
  4723.                 "type": "zip",
  4724.                 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
  4725.                 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
  4726.                 "shasum": ""
  4727.             },
  4728.             "require": {
  4729.                 "php": ">=5.3.3"
  4730.             },
  4731.             "type": "library",
  4732.             "extra": {
  4733.                 "branch-alias": {
  4734.                     "dev-master": "1.1-dev"
  4735.                 }
  4736.             },
  4737.             "autoload": {
  4738.                 "psr-0": {
  4739.                     "Behat\\Transliterator": "src/"
  4740.                 }
  4741.             },
  4742.             "notification-url": "https://packagist.org/downloads/",
  4743.             "license": [
  4744.                 "Artistic-1.0"
  4745.             ],
  4746.             "description": "String transliterator",
  4747.             "keywords": [
  4748.                 "i18n",
  4749.                 "slug",
  4750.                 "transliterator"
  4751.             ],
  4752.             "time": "2015-09-28 16:26:35"
  4753.         },
  4754.         {
  4755.             "name": "doctrine/instantiator",
  4756.             "version": "1.0.5",
  4757.             "source": {
  4758.                 "type": "git",
  4759.                 "url": "https://github.com/doctrine/instantiator.git",
  4760.                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  4761.             },
  4762.             "dist": {
  4763.                 "type": "zip",
  4764.                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  4765.                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  4766.                 "shasum": ""
  4767.             },
  4768.             "require": {
  4769.                 "php": ">=5.3,<8.0-DEV"
  4770.             },
  4771.             "require-dev": {
  4772.                 "athletic/athletic": "~0.1.8",
  4773.                 "ext-pdo": "*",
  4774.                 "ext-phar": "*",
  4775.                 "phpunit/phpunit": "~4.0",
  4776.                 "squizlabs/php_codesniffer": "~2.0"
  4777.             },
  4778.             "type": "library",
  4779.             "extra": {
  4780.                 "branch-alias": {
  4781.                     "dev-master": "1.0.x-dev"
  4782.                 }
  4783.             },
  4784.             "autoload": {
  4785.                 "psr-4": {
  4786.                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  4787.                 }
  4788.             },
  4789.             "notification-url": "https://packagist.org/downloads/",
  4790.             "license": [
  4791.                 "MIT"
  4792.             ],
  4793.             "authors": [
  4794.                 {
  4795.                     "name": "Marco Pivetta",
  4796.                     "email": "ocramius@gmail.com",
  4797.                     "homepage": "http://ocramius.github.com/"
  4798.                 }
  4799.             ],
  4800.             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  4801.             "homepage": "https://github.com/doctrine/instantiator",
  4802.             "keywords": [
  4803.                 "constructor",
  4804.                 "instantiate"
  4805.             ],
  4806.             "time": "2015-06-14 21:17:01"
  4807.         },
  4808.         {
  4809.             "name": "ezsystems/behatbundle",
  4810.             "version": "v6.3.0",
  4811.             "target-dir": "EzSystems/BehatBundle",
  4812.             "source": {
  4813.                 "type": "git",
  4814.                 "url": "https://github.com/ezsystems/BehatBundle.git",
  4815.                 "reference": "22d3e9e3498a500629848464e5cda0d1255c116d"
  4816.             },
  4817.             "dist": {
  4818.                 "type": "zip",
  4819.                 "url": "https://api.github.com/repos/ezsystems/BehatBundle/zipball/22d3e9e3498a500629848464e5cda0d1255c116d",
  4820.                 "reference": "22d3e9e3498a500629848464e5cda0d1255c116d",
  4821.                 "shasum": ""
  4822.             },
  4823.             "require": {
  4824.                 "ezsystems/ezpublish-kernel": "*",
  4825.                 "php": ">=5.4.4",
  4826.                 "phpunit/phpunit": "~4.0"
  4827.             },
  4828.             "type": "library",
  4829.             "extra": {
  4830.                 "branch-alias": {
  4831.                     "dev-master": "6.2.x-dev"
  4832.                 }
  4833.             },
  4834.             "autoload": {
  4835.                 "psr-0": {
  4836.                     "EzSystems\\BehatBundle": ""
  4837.                 }
  4838.             },
  4839.             "notification-url": "https://packagist.org/downloads/",
  4840.             "license": [
  4841.                 "GPL-2.0"
  4842.             ],
  4843.             "authors": [
  4844.                 {
  4845.                     "name": "eZ Publish dev-team & eZ Community",
  4846.                     "homepage": "https://github.com/ezsystems/BehatBundle/graphs/contributors"
  4847.                 }
  4848.             ],
  4849.             "description": "Behat bundle for help testing eZ Bundles and projects",
  4850.             "time": "2016-04-26 07:54:33"
  4851.         },
  4852.         {
  4853.             "name": "fabpot/goutte",
  4854.             "version": "v3.2.0",
  4855.             "source": {
  4856.                 "type": "git",
  4857.                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
  4858.                 "reference": "8cc89de5e71daf84051859616891d3320d88a9e8"
  4859.             },
  4860.             "dist": {
  4861.                 "type": "zip",
  4862.                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/8cc89de5e71daf84051859616891d3320d88a9e8",
  4863.                 "reference": "8cc89de5e71daf84051859616891d3320d88a9e8",
  4864.                 "shasum": ""
  4865.             },
  4866.             "require": {
  4867.                 "guzzlehttp/guzzle": "^6.0",
  4868.                 "php": ">=5.5.0",
  4869.                 "symfony/browser-kit": "~2.1|~3.0",
  4870.                 "symfony/css-selector": "~2.1|~3.0",
  4871.                 "symfony/dom-crawler": "~2.1|~3.0"
  4872.             },
  4873.             "type": "application",
  4874.             "extra": {
  4875.                 "branch-alias": {
  4876.                     "dev-master": "3.2-dev"
  4877.                 }
  4878.             },
  4879.             "autoload": {
  4880.                 "psr-4": {
  4881.                     "Goutte\\": "Goutte"
  4882.                 }
  4883.             },
  4884.             "notification-url": "https://packagist.org/downloads/",
  4885.             "license": [
  4886.                 "MIT"
  4887.             ],
  4888.             "authors": [
  4889.                 {
  4890.                     "name": "Fabien Potencier",
  4891.                     "email": "fabien@symfony.com"
  4892.                 }
  4893.             ],
  4894.             "description": "A simple PHP Web Scraper",
  4895.             "homepage": "https://github.com/FriendsOfPHP/Goutte",
  4896.             "keywords": [
  4897.                 "scraper"
  4898.             ],
  4899.             "time": "2016-11-15 16:27:29"
  4900.         },
  4901.         {
  4902.             "name": "guzzlehttp/guzzle",
  4903.             "version": "6.2.2",
  4904.             "source": {
  4905.                 "type": "git",
  4906.                 "url": "https://github.com/guzzle/guzzle.git",
  4907.                 "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60"
  4908.             },
  4909.             "dist": {
  4910.                 "type": "zip",
  4911.                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
  4912.                 "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
  4913.                 "shasum": ""
  4914.             },
  4915.             "require": {
  4916.                 "guzzlehttp/promises": "^1.0",
  4917.                 "guzzlehttp/psr7": "^1.3.1",
  4918.                 "php": ">=5.5"
  4919.             },
  4920.             "require-dev": {
  4921.                 "ext-curl": "*",
  4922.                 "phpunit/phpunit": "^4.0",
  4923.                 "psr/log": "^1.0"
  4924.             },
  4925.             "type": "library",
  4926.             "extra": {
  4927.                 "branch-alias": {
  4928.                     "dev-master": "6.2-dev"
  4929.                 }
  4930.             },
  4931.             "autoload": {
  4932.                 "files": [
  4933.                     "src/functions_include.php"
  4934.                 ],
  4935.                 "psr-4": {
  4936.                     "GuzzleHttp\\": "src/"
  4937.                 }
  4938.             },
  4939.             "notification-url": "https://packagist.org/downloads/",
  4940.             "license": [
  4941.                 "MIT"
  4942.             ],
  4943.             "authors": [
  4944.                 {
  4945.                     "name": "Michael Dowling",
  4946.                     "email": "mtdowling@gmail.com",
  4947.                     "homepage": "https://github.com/mtdowling"
  4948.                 }
  4949.             ],
  4950.             "description": "Guzzle is a PHP HTTP client library",
  4951.             "homepage": "http://guzzlephp.org/",
  4952.             "keywords": [
  4953.                 "client",
  4954.                 "curl",
  4955.                 "framework",
  4956.                 "http",
  4957.                 "http client",
  4958.                 "rest",
  4959.                 "web service"
  4960.             ],
  4961.             "time": "2016-10-08 15:01:37"
  4962.         },
  4963.         {
  4964.             "name": "guzzlehttp/promises",
  4965.             "version": "1.3.0",
  4966.             "source": {
  4967.                 "type": "git",
  4968.                 "url": "https://github.com/guzzle/promises.git",
  4969.                 "reference": "2693c101803ca78b27972d84081d027fca790a1e"
  4970.             },
  4971.             "dist": {
  4972.                 "type": "zip",
  4973.                 "url": "https://api.github.com/repos/guzzle/promises/zipball/2693c101803ca78b27972d84081d027fca790a1e",
  4974.                 "reference": "2693c101803ca78b27972d84081d027fca790a1e",
  4975.                 "shasum": ""
  4976.             },
  4977.             "require": {
  4978.                 "php": ">=5.5.0"
  4979.             },
  4980.             "require-dev": {
  4981.                 "phpunit/phpunit": "~4.0"
  4982.             },
  4983.             "type": "library",
  4984.             "extra": {
  4985.                 "branch-alias": {
  4986.                     "dev-master": "1.0-dev"
  4987.                 }
  4988.             },
  4989.             "autoload": {
  4990.                 "psr-4": {
  4991.                     "GuzzleHttp\\Promise\\": "src/"
  4992.                 },
  4993.                 "files": [
  4994.                     "src/functions_include.php"
  4995.                 ]
  4996.             },
  4997.             "notification-url": "https://packagist.org/downloads/",
  4998.             "license": [
  4999.                 "MIT"
  5000.             ],
  5001.             "authors": [
  5002.                 {
  5003.                     "name": "Michael Dowling",
  5004.                     "email": "mtdowling@gmail.com",
  5005.                     "homepage": "https://github.com/mtdowling"
  5006.                 }
  5007.             ],
  5008.             "description": "Guzzle promises library",
  5009.             "keywords": [
  5010.                 "promise"
  5011.             ],
  5012.             "time": "2016-11-18 17:47:58"
  5013.         },
  5014.         {
  5015.             "name": "guzzlehttp/psr7",
  5016.             "version": "1.3.1",
  5017.             "source": {
  5018.                 "type": "git",
  5019.                 "url": "https://github.com/guzzle/psr7.git",
  5020.                 "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
  5021.             },
  5022.             "dist": {
  5023.                 "type": "zip",
  5024.                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
  5025.                 "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
  5026.                 "shasum": ""
  5027.             },
  5028.             "require": {
  5029.                 "php": ">=5.4.0",
  5030.                 "psr/http-message": "~1.0"
  5031.             },
  5032.             "provide": {
  5033.                 "psr/http-message-implementation": "1.0"
  5034.             },
  5035.             "require-dev": {
  5036.                 "phpunit/phpunit": "~4.0"
  5037.             },
  5038.             "type": "library",
  5039.             "extra": {
  5040.                 "branch-alias": {
  5041.                     "dev-master": "1.4-dev"
  5042.                 }
  5043.             },
  5044.             "autoload": {
  5045.                 "psr-4": {
  5046.                     "GuzzleHttp\\Psr7\\": "src/"
  5047.                 },
  5048.                 "files": [
  5049.                     "src/functions_include.php"
  5050.                 ]
  5051.             },
  5052.             "notification-url": "https://packagist.org/downloads/",
  5053.             "license": [
  5054.                 "MIT"
  5055.             ],
  5056.             "authors": [
  5057.                 {
  5058.                     "name": "Michael Dowling",
  5059.                     "email": "mtdowling@gmail.com",
  5060.                     "homepage": "https://github.com/mtdowling"
  5061.                 }
  5062.             ],
  5063.             "description": "PSR-7 message implementation",
  5064.             "keywords": [
  5065.                 "http",
  5066.                 "message",
  5067.                 "stream",
  5068.                 "uri"
  5069.             ],
  5070.             "time": "2016-06-24 23:00:38"
  5071.         },
  5072.         {
  5073.             "name": "instaclick/php-webdriver",
  5074.             "version": "1.4.3",
  5075.             "source": {
  5076.                 "type": "git",
  5077.                 "url": "https://github.com/instaclick/php-webdriver.git",
  5078.                 "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
  5079.             },
  5080.             "dist": {
  5081.                 "type": "zip",
  5082.                 "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
  5083.                 "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
  5084.                 "shasum": ""
  5085.             },
  5086.             "require": {
  5087.                 "ext-curl": "*",
  5088.                 "php": ">=5.3.2"
  5089.             },
  5090.             "require-dev": {
  5091.                 "satooshi/php-coveralls": "dev-master"
  5092.             },
  5093.             "type": "library",
  5094.             "extra": {
  5095.                 "branch-alias": {
  5096.                     "dev-master": "1.4.x-dev"
  5097.                 }
  5098.             },
  5099.             "autoload": {
  5100.                 "psr-0": {
  5101.                     "WebDriver": "lib/"
  5102.                 }
  5103.             },
  5104.             "notification-url": "https://packagist.org/downloads/",
  5105.             "license": [
  5106.                 "Apache-2.0"
  5107.             ],
  5108.             "authors": [
  5109.                 {
  5110.                     "name": "Justin Bishop",
  5111.                     "email": "jubishop@gmail.com",
  5112.                     "role": "Developer"
  5113.                 },
  5114.                 {
  5115.                     "name": "Anthon Pang",
  5116.                     "email": "apang@softwaredevelopment.ca",
  5117.                     "role": "Fork Maintainer"
  5118.                 }
  5119.             ],
  5120.             "description": "PHP WebDriver for Selenium 2",
  5121.             "homepage": "http://instaclick.com/",
  5122.             "keywords": [
  5123.                 "browser",
  5124.                 "selenium",
  5125.                 "webdriver",
  5126.                 "webtest"
  5127.             ],
  5128.             "time": "2015-06-15 20:19:33"
  5129.         },
  5130.         {
  5131.             "name": "jarnaiz/behat-junit-formatter",
  5132.             "version": "v1.3.2",
  5133.             "source": {
  5134.                 "type": "git",
  5135.                 "url": "https://github.com/j-arnaiz/behat-junit-formatter.git",
  5136.                 "reference": "2f80b3881e04d3cf43e05ab821c0e80675a9846d"
  5137.             },
  5138.             "dist": {
  5139.                 "type": "zip",
  5140.                 "url": "https://api.github.com/repos/j-arnaiz/behat-junit-formatter/zipball/2f80b3881e04d3cf43e05ab821c0e80675a9846d",
  5141.                 "reference": "2f80b3881e04d3cf43e05ab821c0e80675a9846d",
  5142.                 "shasum": ""
  5143.             },
  5144.             "require": {
  5145.                 "behat/behat": "~3.0",
  5146.                 "php": ">=5.3.0"
  5147.             },
  5148.             "type": "library",
  5149.             "extra": {
  5150.                 "branch-alias": {
  5151.                     "dev-master": "v1.0.x-dev"
  5152.                 }
  5153.             },
  5154.             "autoload": {
  5155.                 "psr-4": {
  5156.                     "jarnaiz\\JUnitFormatter\\": "src/"
  5157.                 }
  5158.             },
  5159.             "notification-url": "https://packagist.org/downloads/",
  5160.             "authors": [
  5161.                 {
  5162.                     "name": "Jesús Arnaiz",
  5163.                     "email": "j.arnaiz@gmail.com"
  5164.                 }
  5165.             ],
  5166.             "description": "Behat 3 JUnit xml formatter",
  5167.             "time": "2016-01-26 17:05:07"
  5168.         },
  5169.         {
  5170.             "name": "phpdocumentor/reflection-common",
  5171.             "version": "1.0",
  5172.             "source": {
  5173.                 "type": "git",
  5174.                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  5175.                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  5176.             },
  5177.             "dist": {
  5178.                 "type": "zip",
  5179.                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  5180.                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  5181.                 "shasum": ""
  5182.             },
  5183.             "require": {
  5184.                 "php": ">=5.5"
  5185.             },
  5186.             "require-dev": {
  5187.                 "phpunit/phpunit": "^4.6"
  5188.             },
  5189.             "type": "library",
  5190.             "extra": {
  5191.                 "branch-alias": {
  5192.                     "dev-master": "1.0.x-dev"
  5193.                 }
  5194.             },
  5195.             "autoload": {
  5196.                 "psr-4": {
  5197.                     "phpDocumentor\\Reflection\\": [
  5198.                         "src"
  5199.                     ]
  5200.                 }
  5201.             },
  5202.             "notification-url": "https://packagist.org/downloads/",
  5203.             "license": [
  5204.                 "MIT"
  5205.             ],
  5206.             "authors": [
  5207.                 {
  5208.                     "name": "Jaap van Otterdijk",
  5209.                     "email": "opensource@ijaap.nl"
  5210.                 }
  5211.             ],
  5212.             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  5213.             "homepage": "http://www.phpdoc.org",
  5214.             "keywords": [
  5215.                 "FQSEN",
  5216.                 "phpDocumentor",
  5217.                 "phpdoc",
  5218.                 "reflection",
  5219.                 "static analysis"
  5220.             ],
  5221.             "time": "2015-12-27 11:43:31"
  5222.         },
  5223.         {
  5224.             "name": "phpdocumentor/reflection-docblock",
  5225.             "version": "3.1.1",
  5226.             "source": {
  5227.                 "type": "git",
  5228.                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  5229.                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
  5230.             },
  5231.             "dist": {
  5232.                 "type": "zip",
  5233.                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  5234.                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  5235.                 "shasum": ""
  5236.             },
  5237.             "require": {
  5238.                 "php": ">=5.5",
  5239.                 "phpdocumentor/reflection-common": "^1.0@dev",
  5240.                 "phpdocumentor/type-resolver": "^0.2.0",
  5241.                 "webmozart/assert": "^1.0"
  5242.             },
  5243.             "require-dev": {
  5244.                 "mockery/mockery": "^0.9.4",
  5245.                 "phpunit/phpunit": "^4.4"
  5246.             },
  5247.             "type": "library",
  5248.             "autoload": {
  5249.                 "psr-4": {
  5250.                     "phpDocumentor\\Reflection\\": [
  5251.                         "src/"
  5252.                     ]
  5253.                 }
  5254.             },
  5255.             "notification-url": "https://packagist.org/downloads/",
  5256.             "license": [
  5257.                 "MIT"
  5258.             ],
  5259.             "authors": [
  5260.                 {
  5261.                     "name": "Mike van Riel",
  5262.                     "email": "me@mikevanriel.com"
  5263.                 }
  5264.             ],
  5265.             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  5266.             "time": "2016-09-30 07:12:33"
  5267.         },
  5268.         {
  5269.             "name": "phpdocumentor/type-resolver",
  5270.             "version": "0.2.1",
  5271.             "source": {
  5272.                 "type": "git",
  5273.                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
  5274.                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
  5275.             },
  5276.             "dist": {
  5277.                 "type": "zip",
  5278.                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  5279.                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  5280.                 "shasum": ""
  5281.             },
  5282.             "require": {
  5283.                 "php": ">=5.5",
  5284.                 "phpdocumentor/reflection-common": "^1.0"
  5285.             },
  5286.             "require-dev": {
  5287.                 "mockery/mockery": "^0.9.4",
  5288.                 "phpunit/phpunit": "^5.2||^4.8.24"
  5289.             },
  5290.             "type": "library",
  5291.             "extra": {
  5292.                 "branch-alias": {
  5293.                     "dev-master": "1.0.x-dev"
  5294.                 }
  5295.             },
  5296.             "autoload": {
  5297.                 "psr-4": {
  5298.                     "phpDocumentor\\Reflection\\": [
  5299.                         "src/"
  5300.                     ]
  5301.                 }
  5302.             },
  5303.             "notification-url": "https://packagist.org/downloads/",
  5304.             "license": [
  5305.                 "MIT"
  5306.             ],
  5307.             "authors": [
  5308.                 {
  5309.                     "name": "Mike van Riel",
  5310.                     "email": "me@mikevanriel.com"
  5311.                 }
  5312.             ],
  5313.             "time": "2016-11-25 06:54:22"
  5314.         },
  5315.         {
  5316.             "name": "phpspec/prophecy",
  5317.             "version": "v1.6.2",
  5318.             "source": {
  5319.                 "type": "git",
  5320.                 "url": "https://github.com/phpspec/prophecy.git",
  5321.                 "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
  5322.             },
  5323.             "dist": {
  5324.                 "type": "zip",
  5325.                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
  5326.                 "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
  5327.                 "shasum": ""
  5328.             },
  5329.             "require": {
  5330.                 "doctrine/instantiator": "^1.0.2",
  5331.                 "php": "^5.3|^7.0",
  5332.                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  5333.                 "sebastian/comparator": "^1.1",
  5334.                 "sebastian/recursion-context": "^1.0|^2.0"
  5335.             },
  5336.             "require-dev": {
  5337.                 "phpspec/phpspec": "^2.0",
  5338.                 "phpunit/phpunit": "^4.8 || ^5.6.5"
  5339.             },
  5340.             "type": "library",
  5341.             "extra": {
  5342.                 "branch-alias": {
  5343.                     "dev-master": "1.6.x-dev"
  5344.                 }
  5345.             },
  5346.             "autoload": {
  5347.                 "psr-0": {
  5348.                     "Prophecy\\": "src/"
  5349.                 }
  5350.             },
  5351.             "notification-url": "https://packagist.org/downloads/",
  5352.             "license": [
  5353.                 "MIT"
  5354.             ],
  5355.             "authors": [
  5356.                 {
  5357.                     "name": "Konstantin Kudryashov",
  5358.                     "email": "ever.zet@gmail.com",
  5359.                     "homepage": "http://everzet.com"
  5360.                 },
  5361.                 {
  5362.                     "name": "Marcello Duarte",
  5363.                     "email": "marcello.duarte@gmail.com"
  5364.                 }
  5365.             ],
  5366.             "description": "Highly opinionated mocking framework for PHP 5.3+",
  5367.             "homepage": "https://github.com/phpspec/prophecy",
  5368.             "keywords": [
  5369.                 "Double",
  5370.                 "Dummy",
  5371.                 "fake",
  5372.                 "mock",
  5373.                 "spy",
  5374.                 "stub"
  5375.             ],
  5376.             "time": "2016-11-21 14:58:47"
  5377.         },
  5378.         {
  5379.             "name": "phpunit/php-code-coverage",
  5380.             "version": "2.2.4",
  5381.             "source": {
  5382.                 "type": "git",
  5383.                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  5384.                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  5385.             },
  5386.             "dist": {
  5387.                 "type": "zip",
  5388.                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  5389.                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  5390.                 "shasum": ""
  5391.             },
  5392.             "require": {
  5393.                 "php": ">=5.3.3",
  5394.                 "phpunit/php-file-iterator": "~1.3",
  5395.                 "phpunit/php-text-template": "~1.2",
  5396.                 "phpunit/php-token-stream": "~1.3",
  5397.                 "sebastian/environment": "^1.3.2",
  5398.                 "sebastian/version": "~1.0"
  5399.             },
  5400.             "require-dev": {
  5401.                 "ext-xdebug": ">=2.1.4",
  5402.                 "phpunit/phpunit": "~4"
  5403.             },
  5404.             "suggest": {
  5405.                 "ext-dom": "*",
  5406.                 "ext-xdebug": ">=2.2.1",
  5407.                 "ext-xmlwriter": "*"
  5408.             },
  5409.             "type": "library",
  5410.             "extra": {
  5411.                 "branch-alias": {
  5412.                     "dev-master": "2.2.x-dev"
  5413.                 }
  5414.             },
  5415.             "autoload": {
  5416.                 "classmap": [
  5417.                     "src/"
  5418.                 ]
  5419.             },
  5420.             "notification-url": "https://packagist.org/downloads/",
  5421.             "license": [
  5422.                 "BSD-3-Clause"
  5423.             ],
  5424.             "authors": [
  5425.                 {
  5426.                     "name": "Sebastian Bergmann",
  5427.                     "email": "sb@sebastian-bergmann.de",
  5428.                     "role": "lead"
  5429.                 }
  5430.             ],
  5431.             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  5432.             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  5433.             "keywords": [
  5434.                 "coverage",
  5435.                 "testing",
  5436.                 "xunit"
  5437.             ],
  5438.             "time": "2015-10-06 15:47:00"
  5439.         },
  5440.         {
  5441.             "name": "phpunit/php-file-iterator",
  5442.             "version": "1.4.2",
  5443.             "source": {
  5444.                 "type": "git",
  5445.                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  5446.                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  5447.             },
  5448.             "dist": {
  5449.                 "type": "zip",
  5450.                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  5451.                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  5452.                 "shasum": ""
  5453.             },
  5454.             "require": {
  5455.                 "php": ">=5.3.3"
  5456.             },
  5457.             "type": "library",
  5458.             "extra": {
  5459.                 "branch-alias": {
  5460.                     "dev-master": "1.4.x-dev"
  5461.                 }
  5462.             },
  5463.             "autoload": {
  5464.                 "classmap": [
  5465.                     "src/"
  5466.                 ]
  5467.             },
  5468.             "notification-url": "https://packagist.org/downloads/",
  5469.             "license": [
  5470.                 "BSD-3-Clause"
  5471.             ],
  5472.             "authors": [
  5473.                 {
  5474.                     "name": "Sebastian Bergmann",
  5475.                     "email": "sb@sebastian-bergmann.de",
  5476.                     "role": "lead"
  5477.                 }
  5478.             ],
  5479.             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  5480.             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  5481.             "keywords": [
  5482.                 "filesystem",
  5483.                 "iterator"
  5484.             ],
  5485.             "time": "2016-10-03 07:40:28"
  5486.         },
  5487.         {
  5488.             "name": "phpunit/php-text-template",
  5489.             "version": "1.2.1",
  5490.             "source": {
  5491.                 "type": "git",
  5492.                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
  5493.                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  5494.             },
  5495.             "dist": {
  5496.                 "type": "zip",
  5497.                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  5498.                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  5499.                 "shasum": ""
  5500.             },
  5501.             "require": {
  5502.                 "php": ">=5.3.3"
  5503.             },
  5504.             "type": "library",
  5505.             "autoload": {
  5506.                 "classmap": [
  5507.                     "src/"
  5508.                 ]
  5509.             },
  5510.             "notification-url": "https://packagist.org/downloads/",
  5511.             "license": [
  5512.                 "BSD-3-Clause"
  5513.             ],
  5514.             "authors": [
  5515.                 {
  5516.                     "name": "Sebastian Bergmann",
  5517.                     "email": "sebastian@phpunit.de",
  5518.                     "role": "lead"
  5519.                 }
  5520.             ],
  5521.             "description": "Simple template engine.",
  5522.             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  5523.             "keywords": [
  5524.                 "template"
  5525.             ],
  5526.             "time": "2015-06-21 13:50:34"
  5527.         },
  5528.         {
  5529.             "name": "phpunit/php-timer",
  5530.             "version": "1.0.8",
  5531.             "source": {
  5532.                 "type": "git",
  5533.                 "url": "https://github.com/sebastianbergmann/php-timer.git",
  5534.                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  5535.             },
  5536.             "dist": {
  5537.                 "type": "zip",
  5538.                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  5539.                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  5540.                 "shasum": ""
  5541.             },
  5542.             "require": {
  5543.                 "php": ">=5.3.3"
  5544.             },
  5545.             "require-dev": {
  5546.                 "phpunit/phpunit": "~4|~5"
  5547.             },
  5548.             "type": "library",
  5549.             "autoload": {
  5550.                 "classmap": [
  5551.                     "src/"
  5552.                 ]
  5553.             },
  5554.             "notification-url": "https://packagist.org/downloads/",
  5555.             "license": [
  5556.                 "BSD-3-Clause"
  5557.             ],
  5558.             "authors": [
  5559.                 {
  5560.                     "name": "Sebastian Bergmann",
  5561.                     "email": "sb@sebastian-bergmann.de",
  5562.                     "role": "lead"
  5563.                 }
  5564.             ],
  5565.             "description": "Utility class for timing",
  5566.             "homepage": "https://github.com/sebastianbergmann/php-timer/",
  5567.             "keywords": [
  5568.                 "timer"
  5569.             ],
  5570.             "time": "2016-05-12 18:03:57"
  5571.         },
  5572.         {
  5573.             "name": "phpunit/php-token-stream",
  5574.             "version": "1.4.9",
  5575.             "source": {
  5576.                 "type": "git",
  5577.                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  5578.                 "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
  5579.             },
  5580.             "dist": {
  5581.                 "type": "zip",
  5582.                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
  5583.                 "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
  5584.                 "shasum": ""
  5585.             },
  5586.             "require": {
  5587.                 "ext-tokenizer": "*",
  5588.                 "php": ">=5.3.3"
  5589.             },
  5590.             "require-dev": {
  5591.                 "phpunit/phpunit": "~4.2"
  5592.             },
  5593.             "type": "library",
  5594.             "extra": {
  5595.                 "branch-alias": {
  5596.                     "dev-master": "1.4-dev"
  5597.                 }
  5598.             },
  5599.             "autoload": {
  5600.                 "classmap": [
  5601.                     "src/"
  5602.                 ]
  5603.             },
  5604.             "notification-url": "https://packagist.org/downloads/",
  5605.             "license": [
  5606.                 "BSD-3-Clause"
  5607.             ],
  5608.             "authors": [
  5609.                 {
  5610.                     "name": "Sebastian Bergmann",
  5611.                     "email": "sebastian@phpunit.de"
  5612.                 }
  5613.             ],
  5614.             "description": "Wrapper around PHP's tokenizer extension.",
  5615.             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  5616.             "keywords": [
  5617.                 "tokenizer"
  5618.             ],
  5619.             "time": "2016-11-15 14:06:22"
  5620.         },
  5621.         {
  5622.             "name": "phpunit/phpunit",
  5623.             "version": "4.8.31",
  5624.             "source": {
  5625.                 "type": "git",
  5626.                 "url": "https://github.com/sebastianbergmann/phpunit.git",
  5627.                 "reference": "98b2b39a520766bec663ff5b7ff1b729db9dbfe3"
  5628.             },
  5629.             "dist": {
  5630.                 "type": "zip",
  5631.                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/98b2b39a520766bec663ff5b7ff1b729db9dbfe3",
  5632.                 "reference": "98b2b39a520766bec663ff5b7ff1b729db9dbfe3",
  5633.                 "shasum": ""
  5634.             },
  5635.             "require": {
  5636.                 "ext-dom": "*",
  5637.                 "ext-json": "*",
  5638.                 "ext-pcre": "*",
  5639.                 "ext-reflection": "*",
  5640.                 "ext-spl": "*",
  5641.                 "php": ">=5.3.3",
  5642.                 "phpspec/prophecy": "^1.3.1",
  5643.                 "phpunit/php-code-coverage": "~2.1",
  5644.                 "phpunit/php-file-iterator": "~1.4",
  5645.                 "phpunit/php-text-template": "~1.2",
  5646.                 "phpunit/php-timer": "^1.0.6",
  5647.                 "phpunit/phpunit-mock-objects": "~2.3",
  5648.                 "sebastian/comparator": "~1.2.2",
  5649.                 "sebastian/diff": "~1.2",
  5650.                 "sebastian/environment": "~1.3",
  5651.                 "sebastian/exporter": "~1.2",
  5652.                 "sebastian/global-state": "~1.0",
  5653.                 "sebastian/version": "~1.0",
  5654.                 "symfony/yaml": "~2.1|~3.0"
  5655.             },
  5656.             "suggest": {
  5657.                 "phpunit/php-invoker": "~1.1"
  5658.             },
  5659.             "bin": [
  5660.                 "phpunit"
  5661.             ],
  5662.             "type": "library",
  5663.             "extra": {
  5664.                 "branch-alias": {
  5665.                     "dev-master": "4.8.x-dev"
  5666.                 }
  5667.             },
  5668.             "autoload": {
  5669.                 "classmap": [
  5670.                     "src/"
  5671.                 ]
  5672.             },
  5673.             "notification-url": "https://packagist.org/downloads/",
  5674.             "license": [
  5675.                 "BSD-3-Clause"
  5676.             ],
  5677.             "authors": [
  5678.                 {
  5679.                     "name": "Sebastian Bergmann",
  5680.                     "email": "sebastian@phpunit.de",
  5681.                     "role": "lead"
  5682.                 }
  5683.             ],
  5684.             "description": "The PHP Unit Testing framework.",
  5685.             "homepage": "https://phpunit.de/",
  5686.             "keywords": [
  5687.                 "phpunit",
  5688.                 "testing",
  5689.                 "xunit"
  5690.             ],
  5691.             "time": "2016-12-09 02:45:31"
  5692.         },
  5693.         {
  5694.             "name": "phpunit/phpunit-mock-objects",
  5695.             "version": "2.3.8",
  5696.             "source": {
  5697.                 "type": "git",
  5698.                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  5699.                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  5700.             },
  5701.             "dist": {
  5702.                 "type": "zip",
  5703.                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  5704.                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  5705.                 "shasum": ""
  5706.             },
  5707.             "require": {
  5708.                 "doctrine/instantiator": "^1.0.2",
  5709.                 "php": ">=5.3.3",
  5710.                 "phpunit/php-text-template": "~1.2",
  5711.                 "sebastian/exporter": "~1.2"
  5712.             },
  5713.             "require-dev": {
  5714.                 "phpunit/phpunit": "~4.4"
  5715.             },
  5716.             "suggest": {
  5717.                 "ext-soap": "*"
  5718.             },
  5719.             "type": "library",
  5720.             "extra": {
  5721.                 "branch-alias": {
  5722.                     "dev-master": "2.3.x-dev"
  5723.                 }
  5724.             },
  5725.             "autoload": {
  5726.                 "classmap": [
  5727.                     "src/"
  5728.                 ]
  5729.             },
  5730.             "notification-url": "https://packagist.org/downloads/",
  5731.             "license": [
  5732.                 "BSD-3-Clause"
  5733.             ],
  5734.             "authors": [
  5735.                 {
  5736.                     "name": "Sebastian Bergmann",
  5737.                     "email": "sb@sebastian-bergmann.de",
  5738.                     "role": "lead"
  5739.                 }
  5740.             ],
  5741.             "description": "Mock Object library for PHPUnit",
  5742.             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  5743.             "keywords": [
  5744.                 "mock",
  5745.                 "xunit"
  5746.             ],
  5747.             "time": "2015-10-02 06:51:40"
  5748.         },
  5749.         {
  5750.             "name": "psr/http-message",
  5751.             "version": "1.0.1",
  5752.             "source": {
  5753.                 "type": "git",
  5754.                 "url": "https://github.com/php-fig/http-message.git",
  5755.                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  5756.             },
  5757.             "dist": {
  5758.                 "type": "zip",
  5759.                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  5760.                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  5761.                 "shasum": ""
  5762.             },
  5763.             "require": {
  5764.                 "php": ">=5.3.0"
  5765.             },
  5766.             "type": "library",
  5767.             "extra": {
  5768.                 "branch-alias": {
  5769.                     "dev-master": "1.0.x-dev"
  5770.                 }
  5771.             },
  5772.             "autoload": {
  5773.                 "psr-4": {
  5774.                     "Psr\\Http\\Message\\": "src/"
  5775.                 }
  5776.             },
  5777.             "notification-url": "https://packagist.org/downloads/",
  5778.             "license": [
  5779.                 "MIT"
  5780.             ],
  5781.             "authors": [
  5782.                 {
  5783.                     "name": "PHP-FIG",
  5784.                     "homepage": "http://www.php-fig.org/"
  5785.                 }
  5786.             ],
  5787.             "description": "Common interface for HTTP messages",
  5788.             "homepage": "https://github.com/php-fig/http-message",
  5789.             "keywords": [
  5790.                 "http",
  5791.                 "http-message",
  5792.                 "psr",
  5793.                 "psr-7",
  5794.                 "request",
  5795.                 "response"
  5796.             ],
  5797.             "time": "2016-08-06 14:39:51"
  5798.         },
  5799.         {
  5800.             "name": "sebastian/comparator",
  5801.             "version": "1.2.2",
  5802.             "source": {
  5803.                 "type": "git",
  5804.                 "url": "https://github.com/sebastianbergmann/comparator.git",
  5805.                 "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
  5806.             },
  5807.             "dist": {
  5808.                 "type": "zip",
  5809.                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
  5810.                 "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
  5811.                 "shasum": ""
  5812.             },
  5813.             "require": {
  5814.                 "php": ">=5.3.3",
  5815.                 "sebastian/diff": "~1.2",
  5816.                 "sebastian/exporter": "~1.2 || ~2.0"
  5817.             },
  5818.             "require-dev": {
  5819.                 "phpunit/phpunit": "~4.4"
  5820.             },
  5821.             "type": "library",
  5822.             "extra": {
  5823.                 "branch-alias": {
  5824.                     "dev-master": "1.2.x-dev"
  5825.                 }
  5826.             },
  5827.             "autoload": {
  5828.                 "classmap": [
  5829.                     "src/"
  5830.                 ]
  5831.             },
  5832.             "notification-url": "https://packagist.org/downloads/",
  5833.             "license": [
  5834.                 "BSD-3-Clause"
  5835.             ],
  5836.             "authors": [
  5837.                 {
  5838.                     "name": "Jeff Welch",
  5839.                     "email": "whatthejeff@gmail.com"
  5840.                 },
  5841.                 {
  5842.                     "name": "Volker Dusch",
  5843.                     "email": "github@wallbash.com"
  5844.                 },
  5845.                 {
  5846.                     "name": "Bernhard Schussek",
  5847.                     "email": "bschussek@2bepublished.at"
  5848.                 },
  5849.                 {
  5850.                     "name": "Sebastian Bergmann",
  5851.                     "email": "sebastian@phpunit.de"
  5852.                 }
  5853.             ],
  5854.             "description": "Provides the functionality to compare PHP values for equality",
  5855.             "homepage": "http://www.github.com/sebastianbergmann/comparator",
  5856.             "keywords": [
  5857.                 "comparator",
  5858.                 "compare",
  5859.                 "equality"
  5860.             ],
  5861.             "time": "2016-11-19 09:18:40"
  5862.         },
  5863.         {
  5864.             "name": "sebastian/diff",
  5865.             "version": "1.4.1",
  5866.             "source": {
  5867.                 "type": "git",
  5868.                 "url": "https://github.com/sebastianbergmann/diff.git",
  5869.                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  5870.             },
  5871.             "dist": {
  5872.                 "type": "zip",
  5873.                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  5874.                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  5875.                 "shasum": ""
  5876.             },
  5877.             "require": {
  5878.                 "php": ">=5.3.3"
  5879.             },
  5880.             "require-dev": {
  5881.                 "phpunit/phpunit": "~4.8"
  5882.             },
  5883.             "type": "library",
  5884.             "extra": {
  5885.                 "branch-alias": {
  5886.                     "dev-master": "1.4-dev"
  5887.                 }
  5888.             },
  5889.             "autoload": {
  5890.                 "classmap": [
  5891.                     "src/"
  5892.                 ]
  5893.             },
  5894.             "notification-url": "https://packagist.org/downloads/",
  5895.             "license": [
  5896.                 "BSD-3-Clause"
  5897.             ],
  5898.             "authors": [
  5899.                 {
  5900.                     "name": "Kore Nordmann",
  5901.                     "email": "mail@kore-nordmann.de"
  5902.                 },
  5903.                 {
  5904.                     "name": "Sebastian Bergmann",
  5905.                     "email": "sebastian@phpunit.de"
  5906.                 }
  5907.             ],
  5908.             "description": "Diff implementation",
  5909.             "homepage": "https://github.com/sebastianbergmann/diff",
  5910.             "keywords": [
  5911.                 "diff"
  5912.             ],
  5913.             "time": "2015-12-08 07:14:41"
  5914.         },
  5915.         {
  5916.             "name": "sebastian/environment",
  5917.             "version": "1.3.8",
  5918.             "source": {
  5919.                 "type": "git",
  5920.                 "url": "https://github.com/sebastianbergmann/environment.git",
  5921.                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  5922.             },
  5923.             "dist": {
  5924.                 "type": "zip",
  5925.                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  5926.                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  5927.                 "shasum": ""
  5928.             },
  5929.             "require": {
  5930.                 "php": "^5.3.3 || ^7.0"
  5931.             },
  5932.             "require-dev": {
  5933.                 "phpunit/phpunit": "^4.8 || ^5.0"
  5934.             },
  5935.             "type": "library",
  5936.             "extra": {
  5937.                 "branch-alias": {
  5938.                     "dev-master": "1.3.x-dev"
  5939.                 }
  5940.             },
  5941.             "autoload": {
  5942.                 "classmap": [
  5943.                     "src/"
  5944.                 ]
  5945.             },
  5946.             "notification-url": "https://packagist.org/downloads/",
  5947.             "license": [
  5948.                 "BSD-3-Clause"
  5949.             ],
  5950.             "authors": [
  5951.                 {
  5952.                     "name": "Sebastian Bergmann",
  5953.                     "email": "sebastian@phpunit.de"
  5954.                 }
  5955.             ],
  5956.             "description": "Provides functionality to handle HHVM/PHP environments",
  5957.             "homepage": "http://www.github.com/sebastianbergmann/environment",
  5958.             "keywords": [
  5959.                 "Xdebug",
  5960.                 "environment",
  5961.                 "hhvm"
  5962.             ],
  5963.             "time": "2016-08-18 05:49:44"
  5964.         },
  5965.         {
  5966.             "name": "sebastian/exporter",
  5967.             "version": "1.2.2",
  5968.             "source": {
  5969.                 "type": "git",
  5970.                 "url": "https://github.com/sebastianbergmann/exporter.git",
  5971.                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  5972.             },
  5973.             "dist": {
  5974.                 "type": "zip",
  5975.                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  5976.                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  5977.                 "shasum": ""
  5978.             },
  5979.             "require": {
  5980.                 "php": ">=5.3.3",
  5981.                 "sebastian/recursion-context": "~1.0"
  5982.             },
  5983.             "require-dev": {
  5984.                 "ext-mbstring": "*",
  5985.                 "phpunit/phpunit": "~4.4"
  5986.             },
  5987.             "type": "library",
  5988.             "extra": {
  5989.                 "branch-alias": {
  5990.                     "dev-master": "1.3.x-dev"
  5991.                 }
  5992.             },
  5993.             "autoload": {
  5994.                 "classmap": [
  5995.                     "src/"
  5996.                 ]
  5997.             },
  5998.             "notification-url": "https://packagist.org/downloads/",
  5999.             "license": [
  6000.                 "BSD-3-Clause"
  6001.             ],
  6002.             "authors": [
  6003.                 {
  6004.                     "name": "Jeff Welch",
  6005.                     "email": "whatthejeff@gmail.com"
  6006.                 },
  6007.                 {
  6008.                     "name": "Volker Dusch",
  6009.                     "email": "github@wallbash.com"
  6010.                 },
  6011.                 {
  6012.                     "name": "Bernhard Schussek",
  6013.                     "email": "bschussek@2bepublished.at"
  6014.                 },
  6015.                 {
  6016.                     "name": "Sebastian Bergmann",
  6017.                     "email": "sebastian@phpunit.de"
  6018.                 },
  6019.                 {
  6020.                     "name": "Adam Harvey",
  6021.                     "email": "aharvey@php.net"
  6022.                 }
  6023.             ],
  6024.             "description": "Provides the functionality to export PHP variables for visualization",
  6025.             "homepage": "http://www.github.com/sebastianbergmann/exporter",
  6026.             "keywords": [
  6027.                 "export",
  6028.                 "exporter"
  6029.             ],
  6030.             "time": "2016-06-17 09:04:28"
  6031.         },
  6032.         {
  6033.             "name": "sebastian/global-state",
  6034.             "version": "1.1.1",
  6035.             "source": {
  6036.                 "type": "git",
  6037.                 "url": "https://github.com/sebastianbergmann/global-state.git",
  6038.                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  6039.             },
  6040.             "dist": {
  6041.                 "type": "zip",
  6042.                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  6043.                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  6044.                 "shasum": ""
  6045.             },
  6046.             "require": {
  6047.                 "php": ">=5.3.3"
  6048.             },
  6049.             "require-dev": {
  6050.                 "phpunit/phpunit": "~4.2"
  6051.             },
  6052.             "suggest": {
  6053.                 "ext-uopz": "*"
  6054.             },
  6055.             "type": "library",
  6056.             "extra": {
  6057.                 "branch-alias": {
  6058.                     "dev-master": "1.0-dev"
  6059.                 }
  6060.             },
  6061.             "autoload": {
  6062.                 "classmap": [
  6063.                     "src/"
  6064.                 ]
  6065.             },
  6066.             "notification-url": "https://packagist.org/downloads/",
  6067.             "license": [
  6068.                 "BSD-3-Clause"
  6069.             ],
  6070.             "authors": [
  6071.                 {
  6072.                     "name": "Sebastian Bergmann",
  6073.                     "email": "sebastian@phpunit.de"
  6074.                 }
  6075.             ],
  6076.             "description": "Snapshotting of global state",
  6077.             "homepage": "http://www.github.com/sebastianbergmann/global-state",
  6078.             "keywords": [
  6079.                 "global state"
  6080.             ],
  6081.             "time": "2015-10-12 03:26:01"
  6082.         },
  6083.         {
  6084.             "name": "sebastian/recursion-context",
  6085.             "version": "1.0.2",
  6086.             "source": {
  6087.                 "type": "git",
  6088.                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
  6089.                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  6090.             },
  6091.             "dist": {
  6092.                 "type": "zip",
  6093.                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  6094.                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  6095.                 "shasum": ""
  6096.             },
  6097.             "require": {
  6098.                 "php": ">=5.3.3"
  6099.             },
  6100.             "require-dev": {
  6101.                 "phpunit/phpunit": "~4.4"
  6102.             },
  6103.             "type": "library",
  6104.             "extra": {
  6105.                 "branch-alias": {
  6106.                     "dev-master": "1.0.x-dev"
  6107.                 }
  6108.             },
  6109.             "autoload": {
  6110.                 "classmap": [
  6111.                     "src/"
  6112.                 ]
  6113.             },
  6114.             "notification-url": "https://packagist.org/downloads/",
  6115.             "license": [
  6116.                 "BSD-3-Clause"
  6117.             ],
  6118.             "authors": [
  6119.                 {
  6120.                     "name": "Jeff Welch",
  6121.                     "email": "whatthejeff@gmail.com"
  6122.                 },
  6123.                 {
  6124.                     "name": "Sebastian Bergmann",
  6125.                     "email": "sebastian@phpunit.de"
  6126.                 },
  6127.                 {
  6128.                     "name": "Adam Harvey",
  6129.                     "email": "aharvey@php.net"
  6130.                 }
  6131.             ],
  6132.             "description": "Provides functionality to recursively process PHP variables",
  6133.             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  6134.             "time": "2015-11-11 19:50:13"
  6135.         },
  6136.         {
  6137.             "name": "sebastian/version",
  6138.             "version": "1.0.6",
  6139.             "source": {
  6140.                 "type": "git",
  6141.                 "url": "https://github.com/sebastianbergmann/version.git",
  6142.                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  6143.             },
  6144.             "dist": {
  6145.                 "type": "zip",
  6146.                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  6147.                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  6148.                 "shasum": ""
  6149.             },
  6150.             "type": "library",
  6151.             "autoload": {
  6152.                 "classmap": [
  6153.                     "src/"
  6154.                 ]
  6155.             },
  6156.             "notification-url": "https://packagist.org/downloads/",
  6157.             "license": [
  6158.                 "BSD-3-Clause"
  6159.             ],
  6160.             "authors": [
  6161.                 {
  6162.                     "name": "Sebastian Bergmann",
  6163.                     "email": "sebastian@phpunit.de",
  6164.                     "role": "lead"
  6165.                 }
  6166.             ],
  6167.             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  6168.             "homepage": "https://github.com/sebastianbergmann/version",
  6169.             "time": "2015-06-21 13:59:46"
  6170.         },
  6171.         {
  6172.             "name": "webmozart/assert",
  6173.             "version": "1.2.0",
  6174.             "source": {
  6175.                 "type": "git",
  6176.                 "url": "https://github.com/webmozart/assert.git",
  6177.                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  6178.             },
  6179.             "dist": {
  6180.                 "type": "zip",
  6181.                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  6182.                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  6183.                 "shasum": ""
  6184.             },
  6185.             "require": {
  6186.                 "php": "^5.3.3 || ^7.0"
  6187.             },
  6188.             "require-dev": {
  6189.                 "phpunit/phpunit": "^4.6",
  6190.                 "sebastian/version": "^1.0.1"
  6191.             },
  6192.             "type": "library",
  6193.             "extra": {
  6194.                 "branch-alias": {
  6195.                     "dev-master": "1.3-dev"
  6196.                 }
  6197.             },
  6198.             "autoload": {
  6199.                 "psr-4": {
  6200.                     "Webmozart\\Assert\\": "src/"
  6201.                 }
  6202.             },
  6203.             "notification-url": "https://packagist.org/downloads/",
  6204.             "license": [
  6205.                 "MIT"
  6206.             ],
  6207.             "authors": [
  6208.                 {
  6209.                     "name": "Bernhard Schussek",
  6210.                     "email": "bschussek@gmail.com"
  6211.                 }
  6212.             ],
  6213.             "description": "Assertions to validate method input/output with nice error messages.",
  6214.             "keywords": [
  6215.                 "assert",
  6216.                 "check",
  6217.                 "validate"
  6218.             ],
  6219.             "time": "2016-11-23 20:04:58"
  6220.         }
  6221.     ],
  6222.     "aliases": [],
  6223.     "minimum-stability": "stable",
  6224.     "stability-flags": [],
  6225.     "prefer-stable": false,
  6226.     "prefer-lowest": false,
  6227.     "platform": {
  6228.         "php": "~5.5|~7.0",
  6229.         "ext-gd": "*",
  6230.         "ext-mbstring": "*",
  6231.         "ext-intl": "*",
  6232.         "ext-exif": "*"
  6233.     },
  6234.     "platform-dev": []
  6235. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement