Advertisement
Guest User

composer.lock

a guest
Dec 4th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 51.00 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": "b208a8faf0e244c892882338e2bffcb9",
  8.     "content-hash": "e131f0a9e8754be09deed8ae9033b85a",
  9.     "packages": [
  10.         {
  11.             "name": "symfony/config",
  12.             "version": "v2.6.12",
  13.             "target-dir": "Symfony/Component/Config",
  14.             "source": {
  15.                 "type": "git",
  16.                 "url": "https://github.com/symfony/config.git",
  17.                 "reference": "b5063937fab6fdfb7bacc00bc8c0cd7ee0c50070"
  18.             },
  19.             "dist": {
  20.                 "type": "zip",
  21.                 "url": "https://api.github.com/repos/symfony/config/zipball/b5063937fab6fdfb7bacc00bc8c0cd7ee0c50070",
  22.                 "reference": "b5063937fab6fdfb7bacc00bc8c0cd7ee0c50070",
  23.                 "shasum": ""
  24.             },
  25.             "require": {
  26.                 "php": ">=5.3.3",
  27.                 "symfony/filesystem": "~2.3"
  28.             },
  29.             "require-dev": {
  30.                 "symfony/phpunit-bridge": "~2.7"
  31.             },
  32.             "type": "library",
  33.             "extra": {
  34.                 "branch-alias": {
  35.                     "dev-master": "2.6-dev"
  36.                 }
  37.             },
  38.             "autoload": {
  39.                 "psr-0": {
  40.                     "Symfony\\Component\\Config\\": ""
  41.                 }
  42.             },
  43.             "notification-url": "https://packagist.org/downloads/",
  44.             "license": [
  45.                 "MIT"
  46.             ],
  47.             "authors": [
  48.                 {
  49.                     "name": "Fabien Potencier",
  50.                     "email": "fabien@symfony.com"
  51.                 },
  52.                 {
  53.                     "name": "Symfony Community",
  54.                     "homepage": "https://symfony.com/contributors"
  55.                 }
  56.             ],
  57.             "description": "Symfony Config Component",
  58.             "homepage": "https://symfony.com",
  59.             "time": "2015-07-08 05:59:48"
  60.         },
  61.         {
  62.             "name": "symfony/console",
  63.             "version": "v2.6.12",
  64.             "target-dir": "Symfony/Component/Console",
  65.             "source": {
  66.                 "type": "git",
  67.                 "url": "https://github.com/symfony/console.git",
  68.                 "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359"
  69.             },
  70.             "dist": {
  71.                 "type": "zip",
  72.                 "url": "https://api.github.com/repos/symfony/console/zipball/0e5e18ae09d3f5c06367759be940e9ed3f568359",
  73.                 "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359",
  74.                 "shasum": ""
  75.             },
  76.             "require": {
  77.                 "php": ">=5.3.3"
  78.             },
  79.             "require-dev": {
  80.                 "psr/log": "~1.0",
  81.                 "symfony/event-dispatcher": "~2.1",
  82.                 "symfony/phpunit-bridge": "~2.7",
  83.                 "symfony/process": "~2.1"
  84.             },
  85.             "suggest": {
  86.                 "psr/log": "For using the console logger",
  87.                 "symfony/event-dispatcher": "",
  88.                 "symfony/process": ""
  89.             },
  90.             "type": "library",
  91.             "extra": {
  92.                 "branch-alias": {
  93.                     "dev-master": "2.6-dev"
  94.                 }
  95.             },
  96.             "autoload": {
  97.                 "psr-0": {
  98.                     "Symfony\\Component\\Console\\": ""
  99.                 }
  100.             },
  101.             "notification-url": "https://packagist.org/downloads/",
  102.             "license": [
  103.                 "MIT"
  104.             ],
  105.             "authors": [
  106.                 {
  107.                     "name": "Fabien Potencier",
  108.                     "email": "fabien@symfony.com"
  109.                 },
  110.                 {
  111.                     "name": "Symfony Community",
  112.                     "homepage": "https://symfony.com/contributors"
  113.                 }
  114.             ],
  115.             "description": "Symfony Console Component",
  116.             "homepage": "https://symfony.com",
  117.             "time": "2015-07-26 09:08:40"
  118.         },
  119.         {
  120.             "name": "symfony/dependency-injection",
  121.             "version": "v2.6.12",
  122.             "target-dir": "Symfony/Component/DependencyInjection",
  123.             "source": {
  124.                 "type": "git",
  125.                 "url": "https://github.com/symfony/dependency-injection.git",
  126.                 "reference": "d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e"
  127.             },
  128.             "dist": {
  129.                 "type": "zip",
  130.                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e",
  131.                 "reference": "d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e",
  132.                 "shasum": ""
  133.             },
  134.             "require": {
  135.                 "php": ">=5.3.3"
  136.             },
  137.             "conflict": {
  138.                 "symfony/expression-language": "<2.6"
  139.             },
  140.             "require-dev": {
  141.                 "symfony/config": "~2.2",
  142.                 "symfony/expression-language": "~2.6",
  143.                 "symfony/phpunit-bridge": "~2.7",
  144.                 "symfony/yaml": "~2.1"
  145.             },
  146.             "suggest": {
  147.                 "symfony/config": "",
  148.                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  149.                 "symfony/yaml": ""
  150.             },
  151.             "type": "library",
  152.             "extra": {
  153.                 "branch-alias": {
  154.                     "dev-master": "2.6-dev"
  155.                 }
  156.             },
  157.             "autoload": {
  158.                 "psr-0": {
  159.                     "Symfony\\Component\\DependencyInjection\\": ""
  160.                 }
  161.             },
  162.             "notification-url": "https://packagist.org/downloads/",
  163.             "license": [
  164.                 "MIT"
  165.             ],
  166.             "authors": [
  167.                 {
  168.                     "name": "Fabien Potencier",
  169.                     "email": "fabien@symfony.com"
  170.                 },
  171.                 {
  172.                     "name": "Symfony Community",
  173.                     "homepage": "https://symfony.com/contributors"
  174.                 }
  175.             ],
  176.             "description": "Symfony DependencyInjection Component",
  177.             "homepage": "https://symfony.com",
  178.             "time": "2015-07-22 10:08:40"
  179.         },
  180.         {
  181.             "name": "symfony/event-dispatcher",
  182.             "version": "v2.6.12",
  183.             "target-dir": "Symfony/Component/EventDispatcher",
  184.             "source": {
  185.                 "type": "git",
  186.                 "url": "https://github.com/symfony/event-dispatcher.git",
  187.                 "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02"
  188.             },
  189.             "dist": {
  190.                 "type": "zip",
  191.                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02",
  192.                 "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02",
  193.                 "shasum": ""
  194.             },
  195.             "require": {
  196.                 "php": ">=5.3.3"
  197.             },
  198.             "require-dev": {
  199.                 "psr/log": "~1.0",
  200.                 "symfony/config": "~2.0,>=2.0.5",
  201.                 "symfony/dependency-injection": "~2.6",
  202.                 "symfony/expression-language": "~2.6",
  203.                 "symfony/phpunit-bridge": "~2.7",
  204.                 "symfony/stopwatch": "~2.3"
  205.             },
  206.             "suggest": {
  207.                 "symfony/dependency-injection": "",
  208.                 "symfony/http-kernel": ""
  209.             },
  210.             "type": "library",
  211.             "extra": {
  212.                 "branch-alias": {
  213.                     "dev-master": "2.6-dev"
  214.                 }
  215.             },
  216.             "autoload": {
  217.                 "psr-0": {
  218.                     "Symfony\\Component\\EventDispatcher\\": ""
  219.                 }
  220.             },
  221.             "notification-url": "https://packagist.org/downloads/",
  222.             "license": [
  223.                 "MIT"
  224.             ],
  225.             "authors": [
  226.                 {
  227.                     "name": "Fabien Potencier",
  228.                     "email": "fabien@symfony.com"
  229.                 },
  230.                 {
  231.                     "name": "Symfony Community",
  232.                     "homepage": "https://symfony.com/contributors"
  233.                 }
  234.             ],
  235.             "description": "Symfony EventDispatcher Component",
  236.             "homepage": "https://symfony.com",
  237.             "time": "2015-05-02 15:18:45"
  238.         },
  239.         {
  240.             "name": "symfony/filesystem",
  241.             "version": "v2.6.12",
  242.             "target-dir": "Symfony/Component/Filesystem",
  243.             "source": {
  244.                 "type": "git",
  245.                 "url": "https://github.com/symfony/filesystem.git",
  246.                 "reference": "823c035b1a5c13a4924e324d016eb07e70f94735"
  247.             },
  248.             "dist": {
  249.                 "type": "zip",
  250.                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/823c035b1a5c13a4924e324d016eb07e70f94735",
  251.                 "reference": "823c035b1a5c13a4924e324d016eb07e70f94735",
  252.                 "shasum": ""
  253.             },
  254.             "require": {
  255.                 "php": ">=5.3.3"
  256.             },
  257.             "require-dev": {
  258.                 "symfony/phpunit-bridge": "~2.7"
  259.             },
  260.             "type": "library",
  261.             "extra": {
  262.                 "branch-alias": {
  263.                     "dev-master": "2.6-dev"
  264.                 }
  265.             },
  266.             "autoload": {
  267.                 "psr-0": {
  268.                     "Symfony\\Component\\Filesystem\\": ""
  269.                 }
  270.             },
  271.             "notification-url": "https://packagist.org/downloads/",
  272.             "license": [
  273.                 "MIT"
  274.             ],
  275.             "authors": [
  276.                 {
  277.                     "name": "Fabien Potencier",
  278.                     "email": "fabien@symfony.com"
  279.                 },
  280.                 {
  281.                     "name": "Symfony Community",
  282.                     "homepage": "https://symfony.com/contributors"
  283.                 }
  284.             ],
  285.             "description": "Symfony Filesystem Component",
  286.             "homepage": "https://symfony.com",
  287.             "time": "2015-07-08 05:59:48"
  288.         },
  289.         {
  290.             "name": "symfony/yaml",
  291.             "version": "v2.6.12",
  292.             "target-dir": "Symfony/Component/Yaml",
  293.             "source": {
  294.                 "type": "git",
  295.                 "url": "https://github.com/symfony/yaml.git",
  296.                 "reference": "c044d1744b8e91aaaa0d9bac683ab87ec7cbf359"
  297.             },
  298.             "dist": {
  299.                 "type": "zip",
  300.                 "url": "https://api.github.com/repos/symfony/yaml/zipball/c044d1744b8e91aaaa0d9bac683ab87ec7cbf359",
  301.                 "reference": "c044d1744b8e91aaaa0d9bac683ab87ec7cbf359",
  302.                 "shasum": ""
  303.             },
  304.             "require": {
  305.                 "php": ">=5.3.3"
  306.             },
  307.             "require-dev": {
  308.                 "symfony/phpunit-bridge": "~2.7"
  309.             },
  310.             "type": "library",
  311.             "extra": {
  312.                 "branch-alias": {
  313.                     "dev-master": "2.6-dev"
  314.                 }
  315.             },
  316.             "autoload": {
  317.                 "psr-0": {
  318.                     "Symfony\\Component\\Yaml\\": ""
  319.                 }
  320.             },
  321.             "notification-url": "https://packagist.org/downloads/",
  322.             "license": [
  323.                 "MIT"
  324.             ],
  325.             "authors": [
  326.                 {
  327.                     "name": "Fabien Potencier",
  328.                     "email": "fabien@symfony.com"
  329.                 },
  330.                 {
  331.                     "name": "Symfony Community",
  332.                     "homepage": "https://symfony.com/contributors"
  333.                 }
  334.             ],
  335.             "description": "Symfony Yaml Component",
  336.             "homepage": "https://symfony.com",
  337.             "time": "2015-07-26 08:59:42"
  338.         },
  339.         {
  340.             "name": "videlalvaro/php-amqplib",
  341.             "version": "v2.6.0",
  342.             "source": {
  343.                 "type": "git",
  344.                 "url": "https://github.com/videlalvaro/php-amqplib.git",
  345.                 "reference": "8a6e89ad46130eb365b7f57d313f2a795f5e3269"
  346.             },
  347.             "dist": {
  348.                 "type": "zip",
  349.                 "url": "https://api.github.com/repos/videlalvaro/php-amqplib/zipball/8a6e89ad46130eb365b7f57d313f2a795f5e3269",
  350.                 "reference": "8a6e89ad46130eb365b7f57d313f2a795f5e3269",
  351.                 "shasum": ""
  352.             },
  353.             "require": {
  354.                 "ext-bcmath": "*",
  355.                 "ext-mbstring": "*",
  356.                 "php": ">=5.3.0"
  357.             },
  358.             "require-dev": {
  359.                 "phpunit/phpunit": "3.7.*"
  360.             },
  361.             "suggest": {
  362.                 "ext-sockets": "Use AMQPSocketConnection"
  363.             },
  364.             "type": "library",
  365.             "extra": {
  366.                 "branch-alias": {
  367.                     "dev-master": "2.4-dev"
  368.                 }
  369.             },
  370.             "autoload": {
  371.                 "psr-4": {
  372.                     "PhpAmqpLib\\": "PhpAmqpLib/"
  373.                 }
  374.             },
  375.             "notification-url": "https://packagist.org/downloads/",
  376.             "license": [
  377.                 "LGPL-2.1"
  378.             ],
  379.             "authors": [
  380.                 {
  381.                     "name": "Alvaro Videla"
  382.                 }
  383.             ],
  384.             "description": "This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
  385.             "homepage": "https://github.com/videlalvaro/php-amqplib/",
  386.             "keywords": [
  387.                 "message",
  388.                 "queue",
  389.                 "rabbitmq"
  390.             ],
  391.             "time": "2015-09-23 02:25:31"
  392.         }
  393.     ],
  394.     "packages-dev": [
  395.         {
  396.             "name": "doctrine/instantiator",
  397.             "version": "1.0.5",
  398.             "source": {
  399.                 "type": "git",
  400.                 "url": "https://github.com/doctrine/instantiator.git",
  401.                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  402.             },
  403.             "dist": {
  404.                 "type": "zip",
  405.                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  406.                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  407.                 "shasum": ""
  408.             },
  409.             "require": {
  410.                 "php": ">=5.3,<8.0-DEV"
  411.             },
  412.             "require-dev": {
  413.                 "athletic/athletic": "~0.1.8",
  414.                 "ext-pdo": "*",
  415.                 "ext-phar": "*",
  416.                 "phpunit/phpunit": "~4.0",
  417.                 "squizlabs/php_codesniffer": "~2.0"
  418.             },
  419.             "type": "library",
  420.             "extra": {
  421.                 "branch-alias": {
  422.                     "dev-master": "1.0.x-dev"
  423.                 }
  424.             },
  425.             "autoload": {
  426.                 "psr-4": {
  427.                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  428.                 }
  429.             },
  430.             "notification-url": "https://packagist.org/downloads/",
  431.             "license": [
  432.                 "MIT"
  433.             ],
  434.             "authors": [
  435.                 {
  436.                     "name": "Marco Pivetta",
  437.                     "email": "ocramius@gmail.com",
  438.                     "homepage": "http://ocramius.github.com/"
  439.                 }
  440.             ],
  441.             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  442.             "homepage": "https://github.com/doctrine/instantiator",
  443.             "keywords": [
  444.                 "constructor",
  445.                 "instantiate"
  446.             ],
  447.             "time": "2015-06-14 21:17:01"
  448.         },
  449.         {
  450.             "name": "phpdocumentor/reflection-docblock",
  451.             "version": "2.0.4",
  452.             "source": {
  453.                 "type": "git",
  454.                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  455.                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  456.             },
  457.             "dist": {
  458.                 "type": "zip",
  459.                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  460.                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  461.                 "shasum": ""
  462.             },
  463.             "require": {
  464.                 "php": ">=5.3.3"
  465.             },
  466.             "require-dev": {
  467.                 "phpunit/phpunit": "~4.0"
  468.             },
  469.             "suggest": {
  470.                 "dflydev/markdown": "~1.0",
  471.                 "erusev/parsedown": "~1.0"
  472.             },
  473.             "type": "library",
  474.             "extra": {
  475.                 "branch-alias": {
  476.                     "dev-master": "2.0.x-dev"
  477.                 }
  478.             },
  479.             "autoload": {
  480.                 "psr-0": {
  481.                     "phpDocumentor": [
  482.                         "src/"
  483.                     ]
  484.                 }
  485.             },
  486.             "notification-url": "https://packagist.org/downloads/",
  487.             "license": [
  488.                 "MIT"
  489.             ],
  490.             "authors": [
  491.                 {
  492.                     "name": "Mike van Riel",
  493.                     "email": "mike.vanriel@naenius.com"
  494.                 }
  495.             ],
  496.             "time": "2015-02-03 12:10:50"
  497.         },
  498.         {
  499.             "name": "phpspec/prophecy",
  500.             "version": "v1.5.0",
  501.             "source": {
  502.                 "type": "git",
  503.                 "url": "https://github.com/phpspec/prophecy.git",
  504.                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
  505.             },
  506.             "dist": {
  507.                 "type": "zip",
  508.                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  509.                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  510.                 "shasum": ""
  511.             },
  512.             "require": {
  513.                 "doctrine/instantiator": "^1.0.2",
  514.                 "phpdocumentor/reflection-docblock": "~2.0",
  515.                 "sebastian/comparator": "~1.1"
  516.             },
  517.             "require-dev": {
  518.                 "phpspec/phpspec": "~2.0"
  519.             },
  520.             "type": "library",
  521.             "extra": {
  522.                 "branch-alias": {
  523.                     "dev-master": "1.4.x-dev"
  524.                 }
  525.             },
  526.             "autoload": {
  527.                 "psr-0": {
  528.                     "Prophecy\\": "src/"
  529.                 }
  530.             },
  531.             "notification-url": "https://packagist.org/downloads/",
  532.             "license": [
  533.                 "MIT"
  534.             ],
  535.             "authors": [
  536.                 {
  537.                     "name": "Konstantin Kudryashov",
  538.                     "email": "ever.zet@gmail.com",
  539.                     "homepage": "http://everzet.com"
  540.                 },
  541.                 {
  542.                     "name": "Marcello Duarte",
  543.                     "email": "marcello.duarte@gmail.com"
  544.                 }
  545.             ],
  546.             "description": "Highly opinionated mocking framework for PHP 5.3+",
  547.             "homepage": "https://github.com/phpspec/prophecy",
  548.             "keywords": [
  549.                 "Double",
  550.                 "Dummy",
  551.                 "fake",
  552.                 "mock",
  553.                 "spy",
  554.                 "stub"
  555.             ],
  556.             "time": "2015-08-13 10:07:40"
  557.         },
  558.         {
  559.             "name": "phpunit/php-code-coverage",
  560.             "version": "2.2.4",
  561.             "source": {
  562.                 "type": "git",
  563.                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  564.                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  565.             },
  566.             "dist": {
  567.                 "type": "zip",
  568.                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  569.                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  570.                 "shasum": ""
  571.             },
  572.             "require": {
  573.                 "php": ">=5.3.3",
  574.                 "phpunit/php-file-iterator": "~1.3",
  575.                 "phpunit/php-text-template": "~1.2",
  576.                 "phpunit/php-token-stream": "~1.3",
  577.                 "sebastian/environment": "^1.3.2",
  578.                 "sebastian/version": "~1.0"
  579.             },
  580.             "require-dev": {
  581.                 "ext-xdebug": ">=2.1.4",
  582.                 "phpunit/phpunit": "~4"
  583.             },
  584.             "suggest": {
  585.                 "ext-dom": "*",
  586.                 "ext-xdebug": ">=2.2.1",
  587.                 "ext-xmlwriter": "*"
  588.             },
  589.             "type": "library",
  590.             "extra": {
  591.                 "branch-alias": {
  592.                     "dev-master": "2.2.x-dev"
  593.                 }
  594.             },
  595.             "autoload": {
  596.                 "classmap": [
  597.                     "src/"
  598.                 ]
  599.             },
  600.             "notification-url": "https://packagist.org/downloads/",
  601.             "license": [
  602.                 "BSD-3-Clause"
  603.             ],
  604.             "authors": [
  605.                 {
  606.                     "name": "Sebastian Bergmann",
  607.                     "email": "sb@sebastian-bergmann.de",
  608.                     "role": "lead"
  609.                 }
  610.             ],
  611.             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  612.             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  613.             "keywords": [
  614.                 "coverage",
  615.                 "testing",
  616.                 "xunit"
  617.             ],
  618.             "time": "2015-10-06 15:47:00"
  619.         },
  620.         {
  621.             "name": "phpunit/php-file-iterator",
  622.             "version": "1.4.1",
  623.             "source": {
  624.                 "type": "git",
  625.                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  626.                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  627.             },
  628.             "dist": {
  629.                 "type": "zip",
  630.                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  631.                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  632.                 "shasum": ""
  633.             },
  634.             "require": {
  635.                 "php": ">=5.3.3"
  636.             },
  637.             "type": "library",
  638.             "extra": {
  639.                 "branch-alias": {
  640.                     "dev-master": "1.4.x-dev"
  641.                 }
  642.             },
  643.             "autoload": {
  644.                 "classmap": [
  645.                     "src/"
  646.                 ]
  647.             },
  648.             "notification-url": "https://packagist.org/downloads/",
  649.             "license": [
  650.                 "BSD-3-Clause"
  651.             ],
  652.             "authors": [
  653.                 {
  654.                     "name": "Sebastian Bergmann",
  655.                     "email": "sb@sebastian-bergmann.de",
  656.                     "role": "lead"
  657.                 }
  658.             ],
  659.             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  660.             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  661.             "keywords": [
  662.                 "filesystem",
  663.                 "iterator"
  664.             ],
  665.             "time": "2015-06-21 13:08:43"
  666.         },
  667.         {
  668.             "name": "phpunit/php-text-template",
  669.             "version": "1.2.1",
  670.             "source": {
  671.                 "type": "git",
  672.                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
  673.                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  674.             },
  675.             "dist": {
  676.                 "type": "zip",
  677.                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  678.                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  679.                 "shasum": ""
  680.             },
  681.             "require": {
  682.                 "php": ">=5.3.3"
  683.             },
  684.             "type": "library",
  685.             "autoload": {
  686.                 "classmap": [
  687.                     "src/"
  688.                 ]
  689.             },
  690.             "notification-url": "https://packagist.org/downloads/",
  691.             "license": [
  692.                 "BSD-3-Clause"
  693.             ],
  694.             "authors": [
  695.                 {
  696.                     "name": "Sebastian Bergmann",
  697.                     "email": "sebastian@phpunit.de",
  698.                     "role": "lead"
  699.                 }
  700.             ],
  701.             "description": "Simple template engine.",
  702.             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  703.             "keywords": [
  704.                 "template"
  705.             ],
  706.             "time": "2015-06-21 13:50:34"
  707.         },
  708.         {
  709.             "name": "phpunit/php-timer",
  710.             "version": "1.0.7",
  711.             "source": {
  712.                 "type": "git",
  713.                 "url": "https://github.com/sebastianbergmann/php-timer.git",
  714.                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  715.             },
  716.             "dist": {
  717.                 "type": "zip",
  718.                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  719.                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  720.                 "shasum": ""
  721.             },
  722.             "require": {
  723.                 "php": ">=5.3.3"
  724.             },
  725.             "type": "library",
  726.             "autoload": {
  727.                 "classmap": [
  728.                     "src/"
  729.                 ]
  730.             },
  731.             "notification-url": "https://packagist.org/downloads/",
  732.             "license": [
  733.                 "BSD-3-Clause"
  734.             ],
  735.             "authors": [
  736.                 {
  737.                     "name": "Sebastian Bergmann",
  738.                     "email": "sb@sebastian-bergmann.de",
  739.                     "role": "lead"
  740.                 }
  741.             ],
  742.             "description": "Utility class for timing",
  743.             "homepage": "https://github.com/sebastianbergmann/php-timer/",
  744.             "keywords": [
  745.                 "timer"
  746.             ],
  747.             "time": "2015-06-21 08:01:12"
  748.         },
  749.         {
  750.             "name": "phpunit/php-token-stream",
  751.             "version": "1.4.8",
  752.             "source": {
  753.                 "type": "git",
  754.                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  755.                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  756.             },
  757.             "dist": {
  758.                 "type": "zip",
  759.                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  760.                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  761.                 "shasum": ""
  762.             },
  763.             "require": {
  764.                 "ext-tokenizer": "*",
  765.                 "php": ">=5.3.3"
  766.             },
  767.             "require-dev": {
  768.                 "phpunit/phpunit": "~4.2"
  769.             },
  770.             "type": "library",
  771.             "extra": {
  772.                 "branch-alias": {
  773.                     "dev-master": "1.4-dev"
  774.                 }
  775.             },
  776.             "autoload": {
  777.                 "classmap": [
  778.                     "src/"
  779.                 ]
  780.             },
  781.             "notification-url": "https://packagist.org/downloads/",
  782.             "license": [
  783.                 "BSD-3-Clause"
  784.             ],
  785.             "authors": [
  786.                 {
  787.                     "name": "Sebastian Bergmann",
  788.                     "email": "sebastian@phpunit.de"
  789.                 }
  790.             ],
  791.             "description": "Wrapper around PHP's tokenizer extension.",
  792.             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  793.             "keywords": [
  794.                 "tokenizer"
  795.             ],
  796.             "time": "2015-09-15 10:49:45"
  797.         },
  798.         {
  799.             "name": "phpunit/phpunit",
  800.             "version": "4.8.19",
  801.             "source": {
  802.                 "type": "git",
  803.                 "url": "https://github.com/sebastianbergmann/phpunit.git",
  804.                 "reference": "b2caaf8947aba5e002d42126723e9d69795f32b4"
  805.             },
  806.             "dist": {
  807.                 "type": "zip",
  808.                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b2caaf8947aba5e002d42126723e9d69795f32b4",
  809.                 "reference": "b2caaf8947aba5e002d42126723e9d69795f32b4",
  810.                 "shasum": ""
  811.             },
  812.             "require": {
  813.                 "ext-dom": "*",
  814.                 "ext-json": "*",
  815.                 "ext-pcre": "*",
  816.                 "ext-reflection": "*",
  817.                 "ext-spl": "*",
  818.                 "php": ">=5.3.3",
  819.                 "phpspec/prophecy": "^1.3.1",
  820.                 "phpunit/php-code-coverage": "~2.1",
  821.                 "phpunit/php-file-iterator": "~1.4",
  822.                 "phpunit/php-text-template": "~1.2",
  823.                 "phpunit/php-timer": ">=1.0.6",
  824.                 "phpunit/phpunit-mock-objects": "~2.3",
  825.                 "sebastian/comparator": "~1.1",
  826.                 "sebastian/diff": "~1.2",
  827.                 "sebastian/environment": "~1.3",
  828.                 "sebastian/exporter": "~1.2",
  829.                 "sebastian/global-state": "~1.0",
  830.                 "sebastian/version": "~1.0",
  831.                 "symfony/yaml": "~2.1|~3.0"
  832.             },
  833.             "suggest": {
  834.                 "phpunit/php-invoker": "~1.1"
  835.             },
  836.             "bin": [
  837.                 "phpunit"
  838.             ],
  839.             "type": "library",
  840.             "extra": {
  841.                 "branch-alias": {
  842.                     "dev-master": "4.8.x-dev"
  843.                 }
  844.             },
  845.             "autoload": {
  846.                 "classmap": [
  847.                     "src/"
  848.                 ]
  849.             },
  850.             "notification-url": "https://packagist.org/downloads/",
  851.             "license": [
  852.                 "BSD-3-Clause"
  853.             ],
  854.             "authors": [
  855.                 {
  856.                     "name": "Sebastian Bergmann",
  857.                     "email": "sebastian@phpunit.de",
  858.                     "role": "lead"
  859.                 }
  860.             ],
  861.             "description": "The PHP Unit Testing framework.",
  862.             "homepage": "https://phpunit.de/",
  863.             "keywords": [
  864.                 "phpunit",
  865.                 "testing",
  866.                 "xunit"
  867.             ],
  868.             "time": "2015-11-30 08:18:59"
  869.         },
  870.         {
  871.             "name": "phpunit/phpunit-mock-objects",
  872.             "version": "2.3.8",
  873.             "source": {
  874.                 "type": "git",
  875.                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  876.                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  877.             },
  878.             "dist": {
  879.                 "type": "zip",
  880.                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  881.                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  882.                 "shasum": ""
  883.             },
  884.             "require": {
  885.                 "doctrine/instantiator": "^1.0.2",
  886.                 "php": ">=5.3.3",
  887.                 "phpunit/php-text-template": "~1.2",
  888.                 "sebastian/exporter": "~1.2"
  889.             },
  890.             "require-dev": {
  891.                 "phpunit/phpunit": "~4.4"
  892.             },
  893.             "suggest": {
  894.                 "ext-soap": "*"
  895.             },
  896.             "type": "library",
  897.             "extra": {
  898.                 "branch-alias": {
  899.                     "dev-master": "2.3.x-dev"
  900.                 }
  901.             },
  902.             "autoload": {
  903.                 "classmap": [
  904.                     "src/"
  905.                 ]
  906.             },
  907.             "notification-url": "https://packagist.org/downloads/",
  908.             "license": [
  909.                 "BSD-3-Clause"
  910.             ],
  911.             "authors": [
  912.                 {
  913.                     "name": "Sebastian Bergmann",
  914.                     "email": "sb@sebastian-bergmann.de",
  915.                     "role": "lead"
  916.                 }
  917.             ],
  918.             "description": "Mock Object library for PHPUnit",
  919.             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  920.             "keywords": [
  921.                 "mock",
  922.                 "xunit"
  923.             ],
  924.             "time": "2015-10-02 06:51:40"
  925.         },
  926.         {
  927.             "name": "psr/log",
  928.             "version": "1.0.0",
  929.             "source": {
  930.                 "type": "git",
  931.                 "url": "https://github.com/php-fig/log.git",
  932.                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  933.             },
  934.             "dist": {
  935.                 "type": "zip",
  936.                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  937.                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  938.                 "shasum": ""
  939.             },
  940.             "type": "library",
  941.             "autoload": {
  942.                 "psr-0": {
  943.                     "Psr\\Log\\": ""
  944.                 }
  945.             },
  946.             "notification-url": "https://packagist.org/downloads/",
  947.             "license": [
  948.                 "MIT"
  949.             ],
  950.             "authors": [
  951.                 {
  952.                     "name": "PHP-FIG",
  953.                     "homepage": "http://www.php-fig.org/"
  954.                 }
  955.             ],
  956.             "description": "Common interface for logging libraries",
  957.             "keywords": [
  958.                 "log",
  959.                 "psr",
  960.                 "psr-3"
  961.             ],
  962.             "time": "2012-12-21 11:40:51"
  963.         },
  964.         {
  965.             "name": "sebastian/comparator",
  966.             "version": "1.2.0",
  967.             "source": {
  968.                 "type": "git",
  969.                 "url": "https://github.com/sebastianbergmann/comparator.git",
  970.                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  971.             },
  972.             "dist": {
  973.                 "type": "zip",
  974.                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  975.                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  976.                 "shasum": ""
  977.             },
  978.             "require": {
  979.                 "php": ">=5.3.3",
  980.                 "sebastian/diff": "~1.2",
  981.                 "sebastian/exporter": "~1.2"
  982.             },
  983.             "require-dev": {
  984.                 "phpunit/phpunit": "~4.4"
  985.             },
  986.             "type": "library",
  987.             "extra": {
  988.                 "branch-alias": {
  989.                     "dev-master": "1.2.x-dev"
  990.                 }
  991.             },
  992.             "autoload": {
  993.                 "classmap": [
  994.                     "src/"
  995.                 ]
  996.             },
  997.             "notification-url": "https://packagist.org/downloads/",
  998.             "license": [
  999.                 "BSD-3-Clause"
  1000.             ],
  1001.             "authors": [
  1002.                 {
  1003.                     "name": "Jeff Welch",
  1004.                     "email": "whatthejeff@gmail.com"
  1005.                 },
  1006.                 {
  1007.                     "name": "Volker Dusch",
  1008.                     "email": "github@wallbash.com"
  1009.                 },
  1010.                 {
  1011.                     "name": "Bernhard Schussek",
  1012.                     "email": "bschussek@2bepublished.at"
  1013.                 },
  1014.                 {
  1015.                     "name": "Sebastian Bergmann",
  1016.                     "email": "sebastian@phpunit.de"
  1017.                 }
  1018.             ],
  1019.             "description": "Provides the functionality to compare PHP values for equality",
  1020.             "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1021.             "keywords": [
  1022.                 "comparator",
  1023.                 "compare",
  1024.                 "equality"
  1025.             ],
  1026.             "time": "2015-07-26 15:48:44"
  1027.         },
  1028.         {
  1029.             "name": "sebastian/diff",
  1030.             "version": "1.3.0",
  1031.             "source": {
  1032.                 "type": "git",
  1033.                 "url": "https://github.com/sebastianbergmann/diff.git",
  1034.                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
  1035.             },
  1036.             "dist": {
  1037.                 "type": "zip",
  1038.                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
  1039.                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
  1040.                 "shasum": ""
  1041.             },
  1042.             "require": {
  1043.                 "php": ">=5.3.3"
  1044.             },
  1045.             "require-dev": {
  1046.                 "phpunit/phpunit": "~4.2"
  1047.             },
  1048.             "type": "library",
  1049.             "extra": {
  1050.                 "branch-alias": {
  1051.                     "dev-master": "1.3-dev"
  1052.                 }
  1053.             },
  1054.             "autoload": {
  1055.                 "classmap": [
  1056.                     "src/"
  1057.                 ]
  1058.             },
  1059.             "notification-url": "https://packagist.org/downloads/",
  1060.             "license": [
  1061.                 "BSD-3-Clause"
  1062.             ],
  1063.             "authors": [
  1064.                 {
  1065.                     "name": "Kore Nordmann",
  1066.                     "email": "mail@kore-nordmann.de"
  1067.                 },
  1068.                 {
  1069.                     "name": "Sebastian Bergmann",
  1070.                     "email": "sebastian@phpunit.de"
  1071.                 }
  1072.             ],
  1073.             "description": "Diff implementation",
  1074.             "homepage": "http://www.github.com/sebastianbergmann/diff",
  1075.             "keywords": [
  1076.                 "diff"
  1077.             ],
  1078.             "time": "2015-02-22 15:13:53"
  1079.         },
  1080.         {
  1081.             "name": "sebastian/environment",
  1082.             "version": "1.3.3",
  1083.             "source": {
  1084.                 "type": "git",
  1085.                 "url": "https://github.com/sebastianbergmann/environment.git",
  1086.                 "reference": "6e7133793a8e5a5714a551a8324337374be209df"
  1087.             },
  1088.             "dist": {
  1089.                 "type": "zip",
  1090.                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
  1091.                 "reference": "6e7133793a8e5a5714a551a8324337374be209df",
  1092.                 "shasum": ""
  1093.             },
  1094.             "require": {
  1095.                 "php": ">=5.3.3"
  1096.             },
  1097.             "require-dev": {
  1098.                 "phpunit/phpunit": "~4.4"
  1099.             },
  1100.             "type": "library",
  1101.             "extra": {
  1102.                 "branch-alias": {
  1103.                     "dev-master": "1.3.x-dev"
  1104.                 }
  1105.             },
  1106.             "autoload": {
  1107.                 "classmap": [
  1108.                     "src/"
  1109.                 ]
  1110.             },
  1111.             "notification-url": "https://packagist.org/downloads/",
  1112.             "license": [
  1113.                 "BSD-3-Clause"
  1114.             ],
  1115.             "authors": [
  1116.                 {
  1117.                     "name": "Sebastian Bergmann",
  1118.                     "email": "sebastian@phpunit.de"
  1119.                 }
  1120.             ],
  1121.             "description": "Provides functionality to handle HHVM/PHP environments",
  1122.             "homepage": "http://www.github.com/sebastianbergmann/environment",
  1123.             "keywords": [
  1124.                 "Xdebug",
  1125.                 "environment",
  1126.                 "hhvm"
  1127.             ],
  1128.             "time": "2015-12-02 08:37:27"
  1129.         },
  1130.         {
  1131.             "name": "sebastian/exporter",
  1132.             "version": "1.2.1",
  1133.             "source": {
  1134.                 "type": "git",
  1135.                 "url": "https://github.com/sebastianbergmann/exporter.git",
  1136.                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  1137.             },
  1138.             "dist": {
  1139.                 "type": "zip",
  1140.                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  1141.                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  1142.                 "shasum": ""
  1143.             },
  1144.             "require": {
  1145.                 "php": ">=5.3.3",
  1146.                 "sebastian/recursion-context": "~1.0"
  1147.             },
  1148.             "require-dev": {
  1149.                 "phpunit/phpunit": "~4.4"
  1150.             },
  1151.             "type": "library",
  1152.             "extra": {
  1153.                 "branch-alias": {
  1154.                     "dev-master": "1.2.x-dev"
  1155.                 }
  1156.             },
  1157.             "autoload": {
  1158.                 "classmap": [
  1159.                     "src/"
  1160.                 ]
  1161.             },
  1162.             "notification-url": "https://packagist.org/downloads/",
  1163.             "license": [
  1164.                 "BSD-3-Clause"
  1165.             ],
  1166.             "authors": [
  1167.                 {
  1168.                     "name": "Jeff Welch",
  1169.                     "email": "whatthejeff@gmail.com"
  1170.                 },
  1171.                 {
  1172.                     "name": "Volker Dusch",
  1173.                     "email": "github@wallbash.com"
  1174.                 },
  1175.                 {
  1176.                     "name": "Bernhard Schussek",
  1177.                     "email": "bschussek@2bepublished.at"
  1178.                 },
  1179.                 {
  1180.                     "name": "Sebastian Bergmann",
  1181.                     "email": "sebastian@phpunit.de"
  1182.                 },
  1183.                 {
  1184.                     "name": "Adam Harvey",
  1185.                     "email": "aharvey@php.net"
  1186.                 }
  1187.             ],
  1188.             "description": "Provides the functionality to export PHP variables for visualization",
  1189.             "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1190.             "keywords": [
  1191.                 "export",
  1192.                 "exporter"
  1193.             ],
  1194.             "time": "2015-06-21 07:55:53"
  1195.         },
  1196.         {
  1197.             "name": "sebastian/global-state",
  1198.             "version": "1.1.1",
  1199.             "source": {
  1200.                 "type": "git",
  1201.                 "url": "https://github.com/sebastianbergmann/global-state.git",
  1202.                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1203.             },
  1204.             "dist": {
  1205.                 "type": "zip",
  1206.                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1207.                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1208.                 "shasum": ""
  1209.             },
  1210.             "require": {
  1211.                 "php": ">=5.3.3"
  1212.             },
  1213.             "require-dev": {
  1214.                 "phpunit/phpunit": "~4.2"
  1215.             },
  1216.             "suggest": {
  1217.                 "ext-uopz": "*"
  1218.             },
  1219.             "type": "library",
  1220.             "extra": {
  1221.                 "branch-alias": {
  1222.                     "dev-master": "1.0-dev"
  1223.                 }
  1224.             },
  1225.             "autoload": {
  1226.                 "classmap": [
  1227.                     "src/"
  1228.                 ]
  1229.             },
  1230.             "notification-url": "https://packagist.org/downloads/",
  1231.             "license": [
  1232.                 "BSD-3-Clause"
  1233.             ],
  1234.             "authors": [
  1235.                 {
  1236.                     "name": "Sebastian Bergmann",
  1237.                     "email": "sebastian@phpunit.de"
  1238.                 }
  1239.             ],
  1240.             "description": "Snapshotting of global state",
  1241.             "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1242.             "keywords": [
  1243.                 "global state"
  1244.             ],
  1245.             "time": "2015-10-12 03:26:01"
  1246.         },
  1247.         {
  1248.             "name": "sebastian/recursion-context",
  1249.             "version": "1.0.1",
  1250.             "source": {
  1251.                 "type": "git",
  1252.                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1253.                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
  1254.             },
  1255.             "dist": {
  1256.                 "type": "zip",
  1257.                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
  1258.                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
  1259.                 "shasum": ""
  1260.             },
  1261.             "require": {
  1262.                 "php": ">=5.3.3"
  1263.             },
  1264.             "require-dev": {
  1265.                 "phpunit/phpunit": "~4.4"
  1266.             },
  1267.             "type": "library",
  1268.             "extra": {
  1269.                 "branch-alias": {
  1270.                     "dev-master": "1.0.x-dev"
  1271.                 }
  1272.             },
  1273.             "autoload": {
  1274.                 "classmap": [
  1275.                     "src/"
  1276.                 ]
  1277.             },
  1278.             "notification-url": "https://packagist.org/downloads/",
  1279.             "license": [
  1280.                 "BSD-3-Clause"
  1281.             ],
  1282.             "authors": [
  1283.                 {
  1284.                     "name": "Jeff Welch",
  1285.                     "email": "whatthejeff@gmail.com"
  1286.                 },
  1287.                 {
  1288.                     "name": "Sebastian Bergmann",
  1289.                     "email": "sebastian@phpunit.de"
  1290.                 },
  1291.                 {
  1292.                     "name": "Adam Harvey",
  1293.                     "email": "aharvey@php.net"
  1294.                 }
  1295.             ],
  1296.             "description": "Provides functionality to recursively process PHP variables",
  1297.             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1298.             "time": "2015-06-21 08:04:50"
  1299.         },
  1300.         {
  1301.             "name": "sebastian/version",
  1302.             "version": "1.0.6",
  1303.             "source": {
  1304.                 "type": "git",
  1305.                 "url": "https://github.com/sebastianbergmann/version.git",
  1306.                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1307.             },
  1308.             "dist": {
  1309.                 "type": "zip",
  1310.                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1311.                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1312.                 "shasum": ""
  1313.             },
  1314.             "type": "library",
  1315.             "autoload": {
  1316.                 "classmap": [
  1317.                     "src/"
  1318.                 ]
  1319.             },
  1320.             "notification-url": "https://packagist.org/downloads/",
  1321.             "license": [
  1322.                 "BSD-3-Clause"
  1323.             ],
  1324.             "authors": [
  1325.                 {
  1326.                     "name": "Sebastian Bergmann",
  1327.                     "email": "sebastian@phpunit.de",
  1328.                     "role": "lead"
  1329.                 }
  1330.             ],
  1331.             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1332.             "homepage": "https://github.com/sebastianbergmann/version",
  1333.             "time": "2015-06-21 13:59:46"
  1334.         },
  1335.         {
  1336.             "name": "symfony/debug",
  1337.             "version": "v2.6.12",
  1338.             "target-dir": "Symfony/Component/Debug",
  1339.             "source": {
  1340.                 "type": "git",
  1341.                 "url": "https://github.com/symfony/debug.git",
  1342.                 "reference": "fca5696e0c9787722baa8f2ad6940dfd7a6a6941"
  1343.             },
  1344.             "dist": {
  1345.                 "type": "zip",
  1346.                 "url": "https://api.github.com/repos/symfony/debug/zipball/fca5696e0c9787722baa8f2ad6940dfd7a6a6941",
  1347.                 "reference": "fca5696e0c9787722baa8f2ad6940dfd7a6a6941",
  1348.                 "shasum": ""
  1349.             },
  1350.             "require": {
  1351.                 "php": ">=5.3.3",
  1352.                 "psr/log": "~1.0"
  1353.             },
  1354.             "conflict": {
  1355.                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  1356.             },
  1357.             "require-dev": {
  1358.                 "symfony/class-loader": "~2.2",
  1359.                 "symfony/http-foundation": "~2.1",
  1360.                 "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
  1361.                 "symfony/phpunit-bridge": "~2.7"
  1362.             },
  1363.             "suggest": {
  1364.                 "symfony/http-foundation": "",
  1365.                 "symfony/http-kernel": ""
  1366.             },
  1367.             "type": "library",
  1368.             "extra": {
  1369.                 "branch-alias": {
  1370.                     "dev-master": "2.6-dev"
  1371.                 }
  1372.             },
  1373.             "autoload": {
  1374.                 "psr-0": {
  1375.                     "Symfony\\Component\\Debug\\": ""
  1376.                 }
  1377.             },
  1378.             "notification-url": "https://packagist.org/downloads/",
  1379.             "license": [
  1380.                 "MIT"
  1381.             ],
  1382.             "authors": [
  1383.                 {
  1384.                     "name": "Fabien Potencier",
  1385.                     "email": "fabien@symfony.com"
  1386.                 },
  1387.                 {
  1388.                     "name": "Symfony Community",
  1389.                     "homepage": "https://symfony.com/contributors"
  1390.                 }
  1391.             ],
  1392.             "description": "Symfony Debug Component",
  1393.             "homepage": "https://symfony.com",
  1394.             "time": "2015-07-08 05:59:48"
  1395.         },
  1396.         {
  1397.             "name": "symfony/serializer",
  1398.             "version": "v2.6.12",
  1399.             "target-dir": "Symfony/Component/Serializer",
  1400.             "source": {
  1401.                 "type": "git",
  1402.                 "url": "https://github.com/symfony/serializer.git",
  1403.                 "reference": "fd74fe82807c3c8a0d6fcd7c6ba1831b6b716fd5"
  1404.             },
  1405.             "dist": {
  1406.                 "type": "zip",
  1407.                 "url": "https://api.github.com/repos/symfony/serializer/zipball/fd74fe82807c3c8a0d6fcd7c6ba1831b6b716fd5",
  1408.                 "reference": "fd74fe82807c3c8a0d6fcd7c6ba1831b6b716fd5",
  1409.                 "shasum": ""
  1410.             },
  1411.             "require": {
  1412.                 "php": ">=5.3.3"
  1413.             },
  1414.             "require-dev": {
  1415.                 "symfony/phpunit-bridge": "~2.7"
  1416.             },
  1417.             "type": "library",
  1418.             "extra": {
  1419.                 "branch-alias": {
  1420.                     "dev-master": "2.6-dev"
  1421.                 }
  1422.             },
  1423.             "autoload": {
  1424.                 "psr-0": {
  1425.                     "Symfony\\Component\\Serializer\\": ""
  1426.                 }
  1427.             },
  1428.             "notification-url": "https://packagist.org/downloads/",
  1429.             "license": [
  1430.                 "MIT"
  1431.             ],
  1432.             "authors": [
  1433.                 {
  1434.                     "name": "Fabien Potencier",
  1435.                     "email": "fabien@symfony.com"
  1436.                 },
  1437.                 {
  1438.                     "name": "Symfony Community",
  1439.                     "homepage": "https://symfony.com/contributors"
  1440.                 }
  1441.             ],
  1442.             "description": "Symfony Serializer Component",
  1443.             "homepage": "https://symfony.com",
  1444.             "time": "2015-05-26 21:19:30"
  1445.         }
  1446.     ],
  1447.     "aliases": [],
  1448.     "minimum-stability": "stable",
  1449.     "stability-flags": [],
  1450.     "prefer-stable": false,
  1451.     "prefer-lowest": false,
  1452.     "platform": {
  1453.         "php": ">=5.3.0 || >=5.5.9"
  1454.     },
  1455.     "platform-dev": []
  1456. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement