Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
1,044
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 105.24 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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5.         "This file is @generated automatically"
  6.     ],
  7.     "hash": "b8414f6a81c0a59f90e37e41688f45b5",
  8.     "packages": [
  9.         {
  10.             "name": "classpreloader/classpreloader",
  11.             "version": "dev-master",
  12.             "source": {
  13.                 "type": "git",
  14.                 "url": "https://github.com/ClassPreloader/ClassPreloader.git",
  15.                 "reference": "4dd524a2a066dca9df1ec54661c0bfad577f42de"
  16.             },
  17.             "dist": {
  18.                 "type": "zip",
  19.                 "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/4dd524a2a066dca9df1ec54661c0bfad577f42de",
  20.                 "reference": "4dd524a2a066dca9df1ec54661c0bfad577f42de",
  21.                 "shasum": ""
  22.             },
  23.             "require": {
  24.                 "nikic/php-parser": "^1.2.2",
  25.                 "php": ">=5.3.3",
  26.                 "symfony/console": "~2.1",
  27.                 "symfony/filesystem": "~2.1",
  28.                 "symfony/finder": "~2.1"
  29.             },
  30.             "require-dev": {
  31.                 "phpunit/phpunit": "~4.0"
  32.             },
  33.             "bin": [
  34.                 "classpreloader.php"
  35.             ],
  36.             "type": "library",
  37.             "extra": {
  38.                 "branch-alias": {
  39.                     "dev-master": "1.3-dev"
  40.                 }
  41.             },
  42.             "autoload": {
  43.                 "psr-4": {
  44.                     "ClassPreloader\\": "src/"
  45.                 }
  46.             },
  47.             "notification-url": "https://packagist.org/downloads/",
  48.             "license": [
  49.                 "MIT"
  50.             ],
  51.             "authors": [
  52.                 {
  53.                     "name": "Graham Campbell",
  54.                     "email": "[email protected]"
  55.                 },
  56.                 {
  57.                     "name": "Michael Dowling",
  58.                     "email": "[email protected]"
  59.                 }
  60.             ],
  61.             "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
  62.             "keywords": [
  63.                 "autoload",
  64.                 "class",
  65.                 "preload"
  66.             ],
  67.             "time": "2015-04-18 20:26:42"
  68.         },
  69.         {
  70.             "name": "danielstjules/stringy",
  71.             "version": "1.9.0",
  72.             "source": {
  73.                 "type": "git",
  74.                 "url": "https://github.com/danielstjules/Stringy.git",
  75.                 "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b"
  76.             },
  77.             "dist": {
  78.                 "type": "zip",
  79.                 "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
  80.                 "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
  81.                 "shasum": ""
  82.             },
  83.             "require": {
  84.                 "ext-mbstring": "*",
  85.                 "php": ">=5.3.0"
  86.             },
  87.             "require-dev": {
  88.                 "phpunit/phpunit": "~4.0"
  89.             },
  90.             "type": "library",
  91.             "autoload": {
  92.                 "psr-4": {
  93.                     "Stringy\\": "src/"
  94.                 },
  95.                 "files": [
  96.                     "src/Create.php"
  97.                 ]
  98.             },
  99.             "notification-url": "https://packagist.org/downloads/",
  100.             "license": [
  101.                 "MIT"
  102.             ],
  103.             "authors": [
  104.                 {
  105.                     "name": "Daniel St. Jules",
  106.                     "email": "[email protected]",
  107.                     "homepage": "http://www.danielstjules.com"
  108.                 }
  109.             ],
  110.             "description": "A string manipulation library with multibyte support",
  111.             "homepage": "https://github.com/danielstjules/Stringy",
  112.             "keywords": [
  113.                 "UTF",
  114.                 "helpers",
  115.                 "manipulation",
  116.                 "methods",
  117.                 "multibyte",
  118.                 "string",
  119.                 "utf-8",
  120.                 "utility",
  121.                 "utils"
  122.             ],
  123.             "time": "2015-02-10 06:19:18"
  124.         },
  125.         {
  126.             "name": "dnoegel/php-xdg-base-dir",
  127.             "version": "0.1",
  128.             "source": {
  129.                 "type": "git",
  130.                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  131.                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  132.             },
  133.             "dist": {
  134.                 "type": "zip",
  135.                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  136.                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  137.                 "shasum": ""
  138.             },
  139.             "require": {
  140.                 "php": ">=5.3.2"
  141.             },
  142.             "require-dev": {
  143.                 "phpunit/phpunit": "@stable"
  144.             },
  145.             "type": "project",
  146.             "autoload": {
  147.                 "psr-4": {
  148.                     "XdgBaseDir\\": "src/"
  149.                 }
  150.             },
  151.             "notification-url": "https://packagist.org/downloads/",
  152.             "license": [
  153.                 "MIT"
  154.             ],
  155.             "description": "implementation of xdg base directory specification for php",
  156.             "time": "2014-10-24 07:27:01"
  157.         },
  158.         {
  159.             "name": "doctrine/inflector",
  160.             "version": "dev-master",
  161.             "source": {
  162.                 "type": "git",
  163.                 "url": "https://github.com/doctrine/inflector.git",
  164.                 "reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d"
  165.             },
  166.             "dist": {
  167.                 "type": "zip",
  168.                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d",
  169.                 "reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d",
  170.                 "shasum": ""
  171.             },
  172.             "require": {
  173.                 "php": ">=5.3.2"
  174.             },
  175.             "require-dev": {
  176.                 "phpunit/phpunit": "4.*"
  177.             },
  178.             "type": "library",
  179.             "extra": {
  180.                 "branch-alias": {
  181.                     "dev-master": "1.0.x-dev"
  182.                 }
  183.             },
  184.             "autoload": {
  185.                 "psr-0": {
  186.                     "Doctrine\\Common\\Inflector\\": "lib/"
  187.                 }
  188.             },
  189.             "notification-url": "https://packagist.org/downloads/",
  190.             "license": [
  191.                 "MIT"
  192.             ],
  193.             "authors": [
  194.                 {
  195.                     "name": "Roman Borschel",
  196.                     "email": "[email protected]"
  197.                 },
  198.                 {
  199.                     "name": "Benjamin Eberlei",
  200.                     "email": "[email protected]"
  201.                 },
  202.                 {
  203.                     "name": "Guilherme Blanco",
  204.                     "email": "[email protected]"
  205.                 },
  206.                 {
  207.                     "name": "Jonathan Wage",
  208.                     "email": "[email protected]"
  209.                 },
  210.                 {
  211.                     "name": "Johannes Schmitt",
  212.                     "email": "[email protected]"
  213.                 }
  214.             ],
  215.             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  216.             "homepage": "http://www.doctrine-project.org",
  217.             "keywords": [
  218.                 "inflection",
  219.                 "pluralize",
  220.                 "singularize",
  221.                 "string"
  222.             ],
  223.             "time": "2015-01-01 18:34:57"
  224.         },
  225.         {
  226.             "name": "ircmaxell/password-compat",
  227.             "version": "1.0.x-dev",
  228.             "source": {
  229.                 "type": "git",
  230.                 "url": "https://github.com/ircmaxell/password_compat.git",
  231.                 "reference": "9b99377557a33a4129c9194e60a97a685fab21e0"
  232.             },
  233.             "dist": {
  234.                 "type": "zip",
  235.                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/9b99377557a33a4129c9194e60a97a685fab21e0",
  236.                 "reference": "9b99377557a33a4129c9194e60a97a685fab21e0",
  237.                 "shasum": ""
  238.             },
  239.             "require-dev": {
  240.                 "phpunit/phpunit": "4.*"
  241.             },
  242.             "type": "library",
  243.             "autoload": {
  244.                 "files": [
  245.                     "lib/password.php"
  246.                 ]
  247.             },
  248.             "notification-url": "https://packagist.org/downloads/",
  249.             "license": [
  250.                 "MIT"
  251.             ],
  252.             "authors": [
  253.                 {
  254.                     "name": "Anthony Ferrara",
  255.                     "email": "[email protected]",
  256.                     "homepage": "http://blog.ircmaxell.com"
  257.                 }
  258.             ],
  259.             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  260.             "homepage": "https://github.com/ircmaxell/password_compat",
  261.             "keywords": [
  262.                 "hashing",
  263.                 "password"
  264.             ],
  265.             "time": "2014-11-20 19:18:42"
  266.         },
  267.         {
  268.             "name": "jakub-onderka/php-console-color",
  269.             "version": "0.1",
  270.             "source": {
  271.                 "type": "git",
  272.                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  273.                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  274.             },
  275.             "dist": {
  276.                 "type": "zip",
  277.                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  278.                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  279.                 "shasum": ""
  280.             },
  281.             "require": {
  282.                 "php": ">=5.3.2"
  283.             },
  284.             "require-dev": {
  285.                 "jakub-onderka/php-code-style": "1.0",
  286.                 "jakub-onderka/php-parallel-lint": "0.*",
  287.                 "jakub-onderka/php-var-dump-check": "0.*",
  288.                 "phpunit/phpunit": "3.7.*",
  289.                 "squizlabs/php_codesniffer": "1.*"
  290.             },
  291.             "type": "library",
  292.             "autoload": {
  293.                 "psr-0": {
  294.                     "JakubOnderka\\PhpConsoleColor": "src/"
  295.                 }
  296.             },
  297.             "notification-url": "https://packagist.org/downloads/",
  298.             "license": [
  299.                 "BSD-2-Clause"
  300.             ],
  301.             "authors": [
  302.                 {
  303.                     "name": "Jakub Onderka",
  304.                     "email": "[email protected]",
  305.                     "homepage": "http://www.acci.cz"
  306.                 }
  307.             ],
  308.             "time": "2014-04-08 15:00:19"
  309.         },
  310.         {
  311.             "name": "jakub-onderka/php-console-highlighter",
  312.             "version": "v0.3.1",
  313.             "source": {
  314.                 "type": "git",
  315.                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  316.                 "reference": "05bce997da20acf873e6bf396276798f3cd2c76a"
  317.             },
  318.             "dist": {
  319.                 "type": "zip",
  320.                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/05bce997da20acf873e6bf396276798f3cd2c76a",
  321.                 "reference": "05bce997da20acf873e6bf396276798f3cd2c76a",
  322.                 "shasum": ""
  323.             },
  324.             "require": {
  325.                 "jakub-onderka/php-console-color": "~0.1",
  326.                 "php": ">=5.3.0"
  327.             },
  328.             "require-dev": {
  329.                 "jakub-onderka/php-code-style": "~1.0",
  330.                 "jakub-onderka/php-parallel-lint": "~0.5",
  331.                 "phpunit/phpunit": "~4.0",
  332.                 "squizlabs/php_codesniffer": "~1.5"
  333.             },
  334.             "type": "library",
  335.             "autoload": {
  336.                 "psr-0": {
  337.                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
  338.                 }
  339.             },
  340.             "notification-url": "https://packagist.org/downloads/",
  341.             "license": [
  342.                 "MIT"
  343.             ],
  344.             "authors": [
  345.                 {
  346.                     "name": "Jakub Onderka",
  347.                     "email": "[email protected]",
  348.                     "homepage": "http://www.acci.cz/"
  349.                 }
  350.             ],
  351.             "time": "2014-07-14 20:59:35"
  352.         },
  353.         {
  354.             "name": "jeremeamia/SuperClosure",
  355.             "version": "dev-master",
  356.             "source": {
  357.                 "type": "git",
  358.                 "url": "https://github.com/jeremeamia/super_closure.git",
  359.                 "reference": "34e892a5cdd2b9c0527cf2070116c528086719ba"
  360.             },
  361.             "dist": {
  362.                 "type": "zip",
  363.                 "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/34e892a5cdd2b9c0527cf2070116c528086719ba",
  364.                 "reference": "34e892a5cdd2b9c0527cf2070116c528086719ba",
  365.                 "shasum": ""
  366.             },
  367.             "require": {
  368.                 "nikic/php-parser": "~1.2",
  369.                 "php": ">=5.4"
  370.             },
  371.             "require-dev": {
  372.                 "codeclimate/php-test-reporter": "~0.1.2",
  373.                 "phpunit/phpunit": "~4.0"
  374.             },
  375.             "type": "library",
  376.             "extra": {
  377.                 "branch-alias": {
  378.                     "dev-master": "2.2-dev"
  379.                 }
  380.             },
  381.             "autoload": {
  382.                 "psr-4": {
  383.                     "SuperClosure\\": "src/"
  384.                 }
  385.             },
  386.             "notification-url": "https://packagist.org/downloads/",
  387.             "license": [
  388.                 "MIT"
  389.             ],
  390.             "authors": [
  391.                 {
  392.                     "name": "Jeremy Lindblom",
  393.                     "email": "[email protected]",
  394.                     "homepage": "https://github.com/jeremeamia",
  395.                     "role": "Developer"
  396.                 }
  397.             ],
  398.             "description": "Serialize Closure objects, including their context and binding",
  399.             "homepage": "https://github.com/jeremeamia/super_closure",
  400.             "keywords": [
  401.                 "closure",
  402.                 "function",
  403.                 "lambda",
  404.                 "parser",
  405.                 "serializable",
  406.                 "serialize",
  407.                 "tokenizer"
  408.             ],
  409.             "time": "2015-03-23 15:45:39"
  410.         },
  411.         {
  412.             "name": "laravel/framework",
  413.             "version": "5.0.x-dev",
  414.             "source": {
  415.                 "type": "git",
  416.                 "url": "https://github.com/laravel/framework.git",
  417.                 "reference": "256d6b18ae797b3d2d11d8055e4f8542393e1efe"
  418.             },
  419.             "dist": {
  420.                 "type": "zip",
  421.                 "url": "https://api.github.com/repos/laravel/framework/zipball/256d6b18ae797b3d2d11d8055e4f8542393e1efe",
  422.                 "reference": "256d6b18ae797b3d2d11d8055e4f8542393e1efe",
  423.                 "shasum": ""
  424.             },
  425.             "require": {
  426.                 "classpreloader/classpreloader": "~1.2",
  427.                 "danielstjules/stringy": "~1.8",
  428.                 "doctrine/inflector": "~1.0",
  429.                 "ext-mbstring": "*",
  430.                 "ext-mcrypt": "*",
  431.                 "ext-openssl": "*",
  432.                 "ircmaxell/password-compat": "~1.0",
  433.                 "jeremeamia/superclosure": "~2.0",
  434.                 "league/flysystem": "~1.0",
  435.                 "monolog/monolog": "~1.11",
  436.                 "mtdowling/cron-expression": "~1.0",
  437.                 "nesbot/carbon": "~1.0",
  438.                 "php": ">=5.4.0",
  439.                 "psy/psysh": "0.4.*",
  440.                 "swiftmailer/swiftmailer": "~5.1",
  441.                 "symfony/console": "2.6.*",
  442.                 "symfony/debug": "2.6.*",
  443.                 "symfony/finder": "2.6.*",
  444.                 "symfony/http-foundation": "2.6.*",
  445.                 "symfony/http-kernel": "2.6.*",
  446.                 "symfony/process": "2.6.*",
  447.                 "symfony/routing": "2.6.*",
  448.                 "symfony/security-core": "2.6.*",
  449.                 "symfony/translation": "2.6.*",
  450.                 "symfony/var-dumper": "2.6.*",
  451.                 "vlucas/phpdotenv": "~1.0"
  452.             },
  453.             "replace": {
  454.                 "illuminate/auth": "self.version",
  455.                 "illuminate/bus": "self.version",
  456.                 "illuminate/cache": "self.version",
  457.                 "illuminate/config": "self.version",
  458.                 "illuminate/console": "self.version",
  459.                 "illuminate/container": "self.version",
  460.                 "illuminate/contracts": "self.version",
  461.                 "illuminate/cookie": "self.version",
  462.                 "illuminate/database": "self.version",
  463.                 "illuminate/encryption": "self.version",
  464.                 "illuminate/events": "self.version",
  465.                 "illuminate/exception": "self.version",
  466.                 "illuminate/filesystem": "self.version",
  467.                 "illuminate/foundation": "self.version",
  468.                 "illuminate/hashing": "self.version",
  469.                 "illuminate/http": "self.version",
  470.                 "illuminate/log": "self.version",
  471.                 "illuminate/mail": "self.version",
  472.                 "illuminate/pagination": "self.version",
  473.                 "illuminate/pipeline": "self.version",
  474.                 "illuminate/queue": "self.version",
  475.                 "illuminate/redis": "self.version",
  476.                 "illuminate/routing": "self.version",
  477.                 "illuminate/session": "self.version",
  478.                 "illuminate/support": "self.version",
  479.                 "illuminate/translation": "self.version",
  480.                 "illuminate/validation": "self.version",
  481.                 "illuminate/view": "self.version"
  482.             },
  483.             "require-dev": {
  484.                 "aws/aws-sdk-php": "~2.4",
  485.                 "iron-io/iron_mq": "~1.5",
  486.                 "mockery/mockery": "~0.9",
  487.                 "pda/pheanstalk": "~3.0",
  488.                 "phpunit/phpunit": "~4.0",
  489.                 "predis/predis": "~1.0"
  490.             },
  491.             "suggest": {
  492.                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~2.4).",
  493.                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
  494.                 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.0).",
  495.                 "iron-io/iron_mq": "Required to use the iron queue driver (~1.5).",
  496.                 "league/flysystem-aws-s3-v2": "Required to use the Flysystem S3 driver (~1.0).",
  497.                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
  498.                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
  499.                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0)."
  500.             },
  501.             "type": "library",
  502.             "extra": {
  503.                 "branch-alias": {
  504.                     "dev-master": "5.0-dev"
  505.                 }
  506.             },
  507.             "autoload": {
  508.                 "classmap": [
  509.                     "src/Illuminate/Queue/IlluminateQueueClosure.php"
  510.                 ],
  511.                 "files": [
  512.                     "src/Illuminate/Foundation/helpers.php",
  513.                     "src/Illuminate/Support/helpers.php"
  514.                 ],
  515.                 "psr-4": {
  516.                     "Illuminate\\": "src/Illuminate/"
  517.                 }
  518.             },
  519.             "notification-url": "https://packagist.org/downloads/",
  520.             "license": [
  521.                 "MIT"
  522.             ],
  523.             "authors": [
  524.                 {
  525.                     "name": "Taylor Otwell",
  526.                     "email": "[email protected]"
  527.                 }
  528.             ],
  529.             "description": "The Laravel Framework.",
  530.             "homepage": "http://laravel.com",
  531.             "keywords": [
  532.                 "framework",
  533.                 "laravel"
  534.             ],
  535.             "time": "2015-04-20 13:16:08"
  536.         },
  537.         {
  538.             "name": "league/flysystem",
  539.             "version": "dev-master",
  540.             "source": {
  541.                 "type": "git",
  542.                 "url": "https://github.com/thephpleague/flysystem.git",
  543.                 "reference": "d747c3a3e45ed541beb09ddcac9af35e4559cb1b"
  544.             },
  545.             "dist": {
  546.                 "type": "zip",
  547.                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/d747c3a3e45ed541beb09ddcac9af35e4559cb1b",
  548.                 "reference": "d747c3a3e45ed541beb09ddcac9af35e4559cb1b",
  549.                 "shasum": ""
  550.             },
  551.             "require": {
  552.                 "ext-mbstring": "*",
  553.                 "php": ">=5.4.0"
  554.             },
  555.             "require-dev": {
  556.                 "ext-fileinfo": "*",
  557.                 "league/phpunit-coverage-listener": "~1.1",
  558.                 "mockery/mockery": "~0.9",
  559.                 "phpspec/phpspec": "~2.0",
  560.                 "phpspec/prophecy-phpunit": "~1.0",
  561.                 "phpunit/phpunit": "~4.1",
  562.                 "predis/predis": "~1.0",
  563.                 "tedivm/stash": "~0.12.0"
  564.             },
  565.             "suggest": {
  566.                 "ext-fileinfo": "Required for MimeType",
  567.                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  568.                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  569.                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  570.                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  571.                 "league/flysystem-copy": "Allows you to use Copy.com storage",
  572.                 "league/flysystem-dropbox": "Allows you to use Dropbox storage",
  573.                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  574.                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  575.                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  576.                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
  577.                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  578.                 "predis/predis": "Allows you to use Predis for caching"
  579.             },
  580.             "type": "library",
  581.             "extra": {
  582.                 "branch-alias": {
  583.                     "dev-master": "1.1-dev"
  584.                 }
  585.             },
  586.             "autoload": {
  587.                 "psr-4": {
  588.                     "League\\Flysystem\\": "src/"
  589.                 }
  590.             },
  591.             "notification-url": "https://packagist.org/downloads/",
  592.             "license": [
  593.                 "MIT"
  594.             ],
  595.             "authors": [
  596.                 {
  597.                     "name": "Frank de Jonge",
  598.                     "email": "[email protected]"
  599.                 }
  600.             ],
  601.             "description": "Many filesystems, one API.",
  602.             "keywords": [
  603.                 "Cloud Files",
  604.                 "WebDAV",
  605.                 "aws",
  606.                 "cloud",
  607.                 "copy.com",
  608.                 "dropbox",
  609.                 "file systems",
  610.                 "files",
  611.                 "filesystem",
  612.                 "ftp",
  613.                 "rackspace",
  614.                 "remote",
  615.                 "s3",
  616.                 "sftp",
  617.                 "storage"
  618.             ],
  619.             "time": "2015-04-20 17:41:47"
  620.         },
  621.         {
  622.             "name": "monolog/monolog",
  623.             "version": "dev-master",
  624.             "source": {
  625.                 "type": "git",
  626.                 "url": "https://github.com/Seldaek/monolog.git",
  627.                 "reference": "03fc68ca1419c7e16050e96c15c7f7e1f2fc26ff"
  628.             },
  629.             "dist": {
  630.                 "type": "zip",
  631.                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/03fc68ca1419c7e16050e96c15c7f7e1f2fc26ff",
  632.                 "reference": "03fc68ca1419c7e16050e96c15c7f7e1f2fc26ff",
  633.                 "shasum": ""
  634.             },
  635.             "require": {
  636.                 "php": ">=5.3.0",
  637.                 "psr/log": "~1.0"
  638.             },
  639.             "provide": {
  640.                 "psr/log-implementation": "1.0.0"
  641.             },
  642.             "require-dev": {
  643.                 "aws/aws-sdk-php": "~2.4, >2.4.8",
  644.                 "doctrine/couchdb": "~1.0@dev",
  645.                 "graylog2/gelf-php": "~1.0",
  646.                 "phpunit/phpunit": "~4.0",
  647.                 "raven/raven": "~0.5",
  648.                 "ruflin/elastica": "0.90.*",
  649.                 "swiftmailer/swiftmailer": "~5.3",
  650.                 "videlalvaro/php-amqplib": "~2.4"
  651.             },
  652.             "suggest": {
  653.                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  654.                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  655.                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  656.                 "ext-mongo": "Allow sending log messages to a MongoDB server",
  657.                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  658.                 "raven/raven": "Allow sending log messages to a Sentry server",
  659.                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
  660.                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  661.                 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  662.             },
  663.             "type": "library",
  664.             "extra": {
  665.                 "branch-alias": {
  666.                     "dev-master": "1.13.x-dev"
  667.                 }
  668.             },
  669.             "autoload": {
  670.                 "psr-4": {
  671.                     "Monolog\\": "src/Monolog"
  672.                 }
  673.             },
  674.             "notification-url": "https://packagist.org/downloads/",
  675.             "license": [
  676.                 "MIT"
  677.             ],
  678.             "authors": [
  679.                 {
  680.                     "name": "Jordi Boggiano",
  681.                     "email": "[email protected]",
  682.                     "homepage": "http://seld.be"
  683.                 }
  684.             ],
  685.             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  686.             "homepage": "http://github.com/Seldaek/monolog",
  687.             "keywords": [
  688.                 "log",
  689.                 "logging",
  690.                 "psr-3"
  691.             ],
  692.             "time": "2015-04-15 18:23:25"
  693.         },
  694.         {
  695.             "name": "mtdowling/cron-expression",
  696.             "version": "v1.0.4",
  697.             "source": {
  698.                 "type": "git",
  699.                 "url": "https://github.com/mtdowling/cron-expression.git",
  700.                 "reference": "fd92e883195e5dfa77720b1868cf084b08be4412"
  701.             },
  702.             "dist": {
  703.                 "type": "zip",
  704.                 "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412",
  705.                 "reference": "fd92e883195e5dfa77720b1868cf084b08be4412",
  706.                 "shasum": ""
  707.             },
  708.             "require": {
  709.                 "php": ">=5.3.2"
  710.             },
  711.             "require-dev": {
  712.                 "phpunit/phpunit": "4.*"
  713.             },
  714.             "type": "library",
  715.             "autoload": {
  716.                 "psr-0": {
  717.                     "Cron": "src/"
  718.                 }
  719.             },
  720.             "notification-url": "https://packagist.org/downloads/",
  721.             "license": [
  722.                 "MIT"
  723.             ],
  724.             "authors": [
  725.                 {
  726.                     "name": "Michael Dowling",
  727.                     "email": "[email protected]",
  728.                     "homepage": "https://github.com/mtdowling"
  729.                 }
  730.             ],
  731.             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  732.             "keywords": [
  733.                 "cron",
  734.                 "schedule"
  735.             ],
  736.             "time": "2015-01-11 23:07:46"
  737.         },
  738.         {
  739.             "name": "nesbot/carbon",
  740.             "version": "1.18.0",
  741.             "source": {
  742.                 "type": "git",
  743.                 "url": "https://github.com/briannesbitt/Carbon.git",
  744.                 "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36"
  745.             },
  746.             "dist": {
  747.                 "type": "zip",
  748.                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36",
  749.                 "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36",
  750.                 "shasum": ""
  751.             },
  752.             "require": {
  753.                 "php": ">=5.3.0",
  754.                 "symfony/translation": "2.6.*"
  755.             },
  756.             "require-dev": {
  757.                 "phpunit/phpunit": "~4.0"
  758.             },
  759.             "type": "library",
  760.             "autoload": {
  761.                 "psr-0": {
  762.                     "Carbon": "src"
  763.                 }
  764.             },
  765.             "notification-url": "https://packagist.org/downloads/",
  766.             "license": [
  767.                 "MIT"
  768.             ],
  769.             "authors": [
  770.                 {
  771.                     "name": "Brian Nesbitt",
  772.                     "email": "[email protected]",
  773.                     "homepage": "http://nesbot.com"
  774.                 }
  775.             ],
  776.             "description": "A simple API extension for DateTime.",
  777.             "homepage": "http://carbon.nesbot.com",
  778.             "keywords": [
  779.                 "date",
  780.                 "datetime",
  781.                 "time"
  782.             ],
  783.             "time": "2015-03-26 03:05:57"
  784.         },
  785.         {
  786.             "name": "nikic/php-parser",
  787.             "version": "dev-master",
  788.             "source": {
  789.                 "type": "git",
  790.                 "url": "https://github.com/nikic/PHP-Parser.git",
  791.                 "reference": "e30c3ac01baee7d4163c4a261bbc3a30f740ad2c"
  792.             },
  793.             "dist": {
  794.                 "type": "zip",
  795.                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e30c3ac01baee7d4163c4a261bbc3a30f740ad2c",
  796.                 "reference": "e30c3ac01baee7d4163c4a261bbc3a30f740ad2c",
  797.                 "shasum": ""
  798.             },
  799.             "require": {
  800.                 "ext-tokenizer": "*",
  801.                 "php": ">=5.3"
  802.             },
  803.             "type": "library",
  804.             "extra": {
  805.                 "branch-alias": {
  806.                     "dev-master": "1.3-dev"
  807.                 }
  808.             },
  809.             "autoload": {
  810.                 "files": [
  811.                     "lib/bootstrap.php"
  812.                 ]
  813.             },
  814.             "notification-url": "https://packagist.org/downloads/",
  815.             "license": [
  816.                 "BSD-3-Clause"
  817.             ],
  818.             "authors": [
  819.                 {
  820.                     "name": "Nikita Popov"
  821.                 }
  822.             ],
  823.             "description": "A PHP parser written in PHP",
  824.             "keywords": [
  825.                 "parser",
  826.                 "php"
  827.             ],
  828.             "time": "2015-04-19 18:52:51"
  829.         },
  830.         {
  831.             "name": "psr/log",
  832.             "version": "dev-master",
  833.             "source": {
  834.                 "type": "git",
  835.                 "url": "https://github.com/php-fig/log.git",
  836.                 "reference": "bf2c13de4300e227d7b2fd08027673a79c519987"
  837.             },
  838.             "dist": {
  839.                 "type": "zip",
  840.                 "url": "https://api.github.com/repos/php-fig/log/zipball/bf2c13de4300e227d7b2fd08027673a79c519987",
  841.                 "reference": "bf2c13de4300e227d7b2fd08027673a79c519987",
  842.                 "shasum": ""
  843.             },
  844.             "type": "library",
  845.             "extra": {
  846.                 "branch-alias": {
  847.                     "dev-master": "1.0.x-dev"
  848.                 }
  849.             },
  850.             "autoload": {
  851.                 "psr-4": {
  852.                     "Psr\\Log\\": "Psr/Log/"
  853.                 }
  854.             },
  855.             "notification-url": "https://packagist.org/downloads/",
  856.             "license": [
  857.                 "MIT"
  858.             ],
  859.             "authors": [
  860.                 {
  861.                     "name": "PHP-FIG",
  862.                     "homepage": "http://www.php-fig.org/"
  863.                 }
  864.             ],
  865.             "description": "Common interface for logging libraries",
  866.             "keywords": [
  867.                 "log",
  868.                 "psr",
  869.                 "psr-3"
  870.             ],
  871.             "time": "2015-03-26 14:39:45"
  872.         },
  873.         {
  874.             "name": "psy/psysh",
  875.             "version": "v0.4.4",
  876.             "source": {
  877.                 "type": "git",
  878.                 "url": "https://github.com/bobthecow/psysh.git",
  879.                 "reference": "489816db71649bd95b416e3ed9062d40528ab0ac"
  880.             },
  881.             "dist": {
  882.                 "type": "zip",
  883.                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/489816db71649bd95b416e3ed9062d40528ab0ac",
  884.                 "reference": "489816db71649bd95b416e3ed9062d40528ab0ac",
  885.                 "shasum": ""
  886.             },
  887.             "require": {
  888.                 "dnoegel/php-xdg-base-dir": "0.1",
  889.                 "jakub-onderka/php-console-highlighter": "0.3.*",
  890.                 "nikic/php-parser": "~1.0",
  891.                 "php": ">=5.3.0",
  892.                 "symfony/console": "~2.3.10|~2.4.2|~2.5"
  893.             },
  894.             "require-dev": {
  895.                 "fabpot/php-cs-fixer": "~1.5",
  896.                 "phpunit/phpunit": "~3.7|~4.0",
  897.                 "squizlabs/php_codesniffer": "~2.0",
  898.                 "symfony/finder": "~2.1|~3.0"
  899.             },
  900.             "suggest": {
  901.                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  902.                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  903.                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  904.                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
  905.             },
  906.             "bin": [
  907.                 "bin/psysh"
  908.             ],
  909.             "type": "library",
  910.             "extra": {
  911.                 "branch-alias": {
  912.                     "dev-develop": "0.4.x-dev"
  913.                 }
  914.             },
  915.             "autoload": {
  916.                 "files": [
  917.                     "src/Psy/functions.php"
  918.                 ],
  919.                 "psr-0": {
  920.                     "Psy\\": "src/"
  921.                 }
  922.             },
  923.             "notification-url": "https://packagist.org/downloads/",
  924.             "license": [
  925.                 "MIT"
  926.             ],
  927.             "authors": [
  928.                 {
  929.                     "name": "Justin Hileman",
  930.                     "email": "[email protected]",
  931.                     "homepage": "http://justinhileman.com"
  932.                 }
  933.             ],
  934.             "description": "An interactive shell for modern PHP.",
  935.             "homepage": "http://psysh.org",
  936.             "keywords": [
  937.                 "REPL",
  938.                 "console",
  939.                 "interactive",
  940.                 "shell"
  941.             ],
  942.             "time": "2015-03-26 18:43:54"
  943.         },
  944.         {
  945.             "name": "reactjs/react-php-v8js",
  946.             "version": "dev-master",
  947.             "source": {
  948.                 "type": "git",
  949.                 "url": "https://github.com/reactjs/react-php-v8js.git",
  950.                 "reference": "f54c44670e0c3db8a7e139ecfa49e62114a2a945"
  951.             },
  952.             "dist": {
  953.                 "type": "zip",
  954.                 "url": "https://api.github.com/repos/reactjs/react-php-v8js/zipball/f54c44670e0c3db8a7e139ecfa49e62114a2a945",
  955.                 "reference": "f54c44670e0c3db8a7e139ecfa49e62114a2a945",
  956.                 "shasum": ""
  957.             },
  958.             "require": {
  959.                 "ext-v8js": ">=0.1.3"
  960.             },
  961.             "type": "library",
  962.             "autoload": {
  963.                 "classmap": [
  964.                     "ReactJS.php"
  965.                 ]
  966.             },
  967.             "notification-url": "https://packagist.org/downloads/",
  968.             "license": [
  969.                 "BSD-3-Clause"
  970.             ],
  971.             "description": "PHP library that renders React components on the server",
  972.             "time": "2015-04-10 19:15:38"
  973.         },
  974.         {
  975.             "name": "swiftmailer/swiftmailer",
  976.             "version": "5.x-dev",
  977.             "source": {
  978.                 "type": "git",
  979.                 "url": "https://github.com/swiftmailer/swiftmailer.git",
  980.                 "reference": "728eba28e355e081b0729b4c18cb9c13abe12560"
  981.             },
  982.             "dist": {
  983.                 "type": "zip",
  984.                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/728eba28e355e081b0729b4c18cb9c13abe12560",
  985.                 "reference": "728eba28e355e081b0729b4c18cb9c13abe12560",
  986.                 "shasum": ""
  987.             },
  988.             "require": {
  989.                 "php": ">=5.3.3"
  990.             },
  991.             "require-dev": {
  992.                 "mockery/mockery": "~0.9.1"
  993.             },
  994.             "type": "library",
  995.             "extra": {
  996.                 "branch-alias": {
  997.                     "dev-master": "5.4-dev"
  998.                 }
  999.             },
  1000.             "autoload": {
  1001.                 "files": [
  1002.                     "lib/swift_required.php"
  1003.                 ]
  1004.             },
  1005.             "notification-url": "https://packagist.org/downloads/",
  1006.             "license": [
  1007.                 "MIT"
  1008.             ],
  1009.             "authors": [
  1010.                 {
  1011.                     "name": "Chris Corbyn"
  1012.                 },
  1013.                 {
  1014.                     "name": "Fabien Potencier",
  1015.                     "email": "[email protected]"
  1016.                 }
  1017.             ],
  1018.             "description": "Swiftmailer, free feature-rich PHP mailer",
  1019.             "homepage": "http://swiftmailer.org",
  1020.             "keywords": [
  1021.                 "mail",
  1022.                 "mailer"
  1023.             ],
  1024.             "time": "2015-03-30 15:09:02"
  1025.         },
  1026.         {
  1027.             "name": "symfony/console",
  1028.             "version": "2.6.x-dev",
  1029.             "target-dir": "Symfony/Component/Console",
  1030.             "source": {
  1031.                 "type": "git",
  1032.                 "url": "https://github.com/symfony/Console.git",
  1033.                 "reference": "d46ae15633480fe35c6be26f1ee97ec02ab9eba4"
  1034.             },
  1035.             "dist": {
  1036.                 "type": "zip",
  1037.                 "url": "https://api.github.com/repos/symfony/Console/zipball/d46ae15633480fe35c6be26f1ee97ec02ab9eba4",
  1038.                 "reference": "d46ae15633480fe35c6be26f1ee97ec02ab9eba4",
  1039.                 "shasum": ""
  1040.             },
  1041.             "require": {
  1042.                 "php": ">=5.3.3"
  1043.             },
  1044.             "require-dev": {
  1045.                 "psr/log": "~1.0",
  1046.                 "symfony/event-dispatcher": "~2.1",
  1047.                 "symfony/phpunit-bridge": "~2.7",
  1048.                 "symfony/process": "~2.1"
  1049.             },
  1050.             "suggest": {
  1051.                 "psr/log": "For using the console logger",
  1052.                 "symfony/event-dispatcher": "",
  1053.                 "symfony/process": ""
  1054.             },
  1055.             "type": "library",
  1056.             "extra": {
  1057.                 "branch-alias": {
  1058.                     "dev-master": "2.6-dev"
  1059.                 }
  1060.             },
  1061.             "autoload": {
  1062.                 "psr-0": {
  1063.                     "Symfony\\Component\\Console\\": ""
  1064.                 }
  1065.             },
  1066.             "notification-url": "https://packagist.org/downloads/",
  1067.             "license": [
  1068.                 "MIT"
  1069.             ],
  1070.             "authors": [
  1071.                 {
  1072.                     "name": "Symfony Community",
  1073.                     "homepage": "http://symfony.com/contributors"
  1074.                 },
  1075.                 {
  1076.                     "name": "Fabien Potencier",
  1077.                     "email": "[email protected]"
  1078.                 }
  1079.             ],
  1080.             "description": "Symfony Console Component",
  1081.             "homepage": "http://symfony.com",
  1082.             "time": "2015-04-18 15:02:51"
  1083.         },
  1084.         {
  1085.             "name": "symfony/debug",
  1086.             "version": "2.6.x-dev",
  1087.             "target-dir": "Symfony/Component/Debug",
  1088.             "source": {
  1089.                 "type": "git",
  1090.                 "url": "https://github.com/symfony/Debug.git",
  1091.                 "reference": "eb7564c66ddb4702d37c3d63ae47e4f8be94cc42"
  1092.             },
  1093.             "dist": {
  1094.                 "type": "zip",
  1095.                 "url": "https://api.github.com/repos/symfony/Debug/zipball/eb7564c66ddb4702d37c3d63ae47e4f8be94cc42",
  1096.                 "reference": "eb7564c66ddb4702d37c3d63ae47e4f8be94cc42",
  1097.                 "shasum": ""
  1098.             },
  1099.             "require": {
  1100.                 "php": ">=5.3.3",
  1101.                 "psr/log": "~1.0"
  1102.             },
  1103.             "conflict": {
  1104.                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  1105.             },
  1106.             "require-dev": {
  1107.                 "symfony/class-loader": "~2.2",
  1108.                 "symfony/http-foundation": "~2.1",
  1109.                 "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
  1110.                 "symfony/phpunit-bridge": "~2.7"
  1111.             },
  1112.             "suggest": {
  1113.                 "symfony/http-foundation": "",
  1114.                 "symfony/http-kernel": ""
  1115.             },
  1116.             "type": "library",
  1117.             "extra": {
  1118.                 "branch-alias": {
  1119.                     "dev-master": "2.6-dev"
  1120.                 }
  1121.             },
  1122.             "autoload": {
  1123.                 "psr-0": {
  1124.                     "Symfony\\Component\\Debug\\": ""
  1125.                 }
  1126.             },
  1127.             "notification-url": "https://packagist.org/downloads/",
  1128.             "license": [
  1129.                 "MIT"
  1130.             ],
  1131.             "authors": [
  1132.                 {
  1133.                     "name": "Symfony Community",
  1134.                     "homepage": "http://symfony.com/contributors"
  1135.                 },
  1136.                 {
  1137.                     "name": "Fabien Potencier",
  1138.                     "email": "[email protected]"
  1139.                 }
  1140.             ],
  1141.             "description": "Symfony Debug Component",
  1142.             "homepage": "http://symfony.com",
  1143.             "time": "2015-04-18 15:02:51"
  1144.         },
  1145.         {
  1146.             "name": "symfony/event-dispatcher",
  1147.             "version": "2.8.x-dev",
  1148.             "target-dir": "Symfony/Component/EventDispatcher",
  1149.             "source": {
  1150.                 "type": "git",
  1151.                 "url": "https://github.com/symfony/EventDispatcher.git",
  1152.                 "reference": "15bbd5beed94cca89ffcce18fb76eeac38937240"
  1153.             },
  1154.             "dist": {
  1155.                 "type": "zip",
  1156.                 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/15bbd5beed94cca89ffcce18fb76eeac38937240",
  1157.                 "reference": "15bbd5beed94cca89ffcce18fb76eeac38937240",
  1158.                 "shasum": ""
  1159.             },
  1160.             "require": {
  1161.                 "php": ">=5.3.9"
  1162.             },
  1163.             "require-dev": {
  1164.                 "psr/log": "~1.0",
  1165.                 "symfony/config": "~2.0,>=2.0.5|~3.0.0",
  1166.                 "symfony/dependency-injection": "~2.6|~3.0.0",
  1167.                 "symfony/expression-language": "~2.6|~3.0.0",
  1168.                 "symfony/phpunit-bridge": "~2.7|~3.0.0",
  1169.                 "symfony/stopwatch": "~2.3|~3.0.0"
  1170.             },
  1171.             "suggest": {
  1172.                 "symfony/dependency-injection": "",
  1173.                 "symfony/http-kernel": ""
  1174.             },
  1175.             "type": "library",
  1176.             "extra": {
  1177.                 "branch-alias": {
  1178.                     "dev-master": "2.8-dev"
  1179.                 }
  1180.             },
  1181.             "autoload": {
  1182.                 "psr-0": {
  1183.                     "Symfony\\Component\\EventDispatcher\\": ""
  1184.                 }
  1185.             },
  1186.             "notification-url": "https://packagist.org/downloads/",
  1187.             "license": [
  1188.                 "MIT"
  1189.             ],
  1190.             "authors": [
  1191.                 {
  1192.                     "name": "Symfony Community",
  1193.                     "homepage": "http://symfony.com/contributors"
  1194.                 },
  1195.                 {
  1196.                     "name": "Fabien Potencier",
  1197.                     "email": "[email protected]"
  1198.                 }
  1199.             ],
  1200.             "description": "Symfony EventDispatcher Component",
  1201.             "homepage": "http://symfony.com",
  1202.             "time": "2015-04-10 08:56:33"
  1203.         },
  1204.         {
  1205.             "name": "symfony/filesystem",
  1206.             "version": "2.8.x-dev",
  1207.             "target-dir": "Symfony/Component/Filesystem",
  1208.             "source": {
  1209.                 "type": "git",
  1210.                 "url": "https://github.com/symfony/Filesystem.git",
  1211.                 "reference": "59a58a369bafa7c2ded4e0b08d726482be7a7e6b"
  1212.             },
  1213.             "dist": {
  1214.                 "type": "zip",
  1215.                 "url": "https://api.github.com/repos/symfony/Filesystem/zipball/59a58a369bafa7c2ded4e0b08d726482be7a7e6b",
  1216.                 "reference": "59a58a369bafa7c2ded4e0b08d726482be7a7e6b",
  1217.                 "shasum": ""
  1218.             },
  1219.             "require": {
  1220.                 "php": ">=5.3.9"
  1221.             },
  1222.             "require-dev": {
  1223.                 "symfony/phpunit-bridge": "~2.7|~3.0.0"
  1224.             },
  1225.             "type": "library",
  1226.             "extra": {
  1227.                 "branch-alias": {
  1228.                     "dev-master": "2.8-dev"
  1229.                 }
  1230.             },
  1231.             "autoload": {
  1232.                 "psr-0": {
  1233.                     "Symfony\\Component\\Filesystem\\": ""
  1234.                 }
  1235.             },
  1236.             "notification-url": "https://packagist.org/downloads/",
  1237.             "license": [
  1238.                 "MIT"
  1239.             ],
  1240.             "authors": [
  1241.                 {
  1242.                     "name": "Symfony Community",
  1243.                     "homepage": "http://symfony.com/contributors"
  1244.                 },
  1245.                 {
  1246.                     "name": "Fabien Potencier",
  1247.                     "email": "[email protected]"
  1248.                 }
  1249.             ],
  1250.             "description": "Symfony Filesystem Component",
  1251.             "homepage": "http://symfony.com",
  1252.             "time": "2015-04-10 08:56:33"
  1253.         },
  1254.         {
  1255.             "name": "symfony/finder",
  1256.             "version": "2.6.x-dev",
  1257.             "target-dir": "Symfony/Component/Finder",
  1258.             "source": {
  1259.                 "type": "git",
  1260.                 "url": "https://github.com/symfony/Finder.git",
  1261.                 "reference": "f52b8a36799ba7fa2a43ea78164d5e3bac14b860"
  1262.             },
  1263.             "dist": {
  1264.                 "type": "zip",
  1265.                 "url": "https://api.github.com/repos/symfony/Finder/zipball/f52b8a36799ba7fa2a43ea78164d5e3bac14b860",
  1266.                 "reference": "f52b8a36799ba7fa2a43ea78164d5e3bac14b860",
  1267.                 "shasum": ""
  1268.             },
  1269.             "require": {
  1270.                 "php": ">=5.3.3"
  1271.             },
  1272.             "require-dev": {
  1273.                 "symfony/phpunit-bridge": "~2.7"
  1274.             },
  1275.             "type": "library",
  1276.             "extra": {
  1277.                 "branch-alias": {
  1278.                     "dev-master": "2.6-dev"
  1279.                 }
  1280.             },
  1281.             "autoload": {
  1282.                 "psr-0": {
  1283.                     "Symfony\\Component\\Finder\\": ""
  1284.                 }
  1285.             },
  1286.             "notification-url": "https://packagist.org/downloads/",
  1287.             "license": [
  1288.                 "MIT"
  1289.             ],
  1290.             "authors": [
  1291.                 {
  1292.                     "name": "Symfony Community",
  1293.                     "homepage": "http://symfony.com/contributors"
  1294.                 },
  1295.                 {
  1296.                     "name": "Fabien Potencier",
  1297.                     "email": "[email protected]"
  1298.                 }
  1299.             ],
  1300.             "description": "Symfony Finder Component",
  1301.             "homepage": "http://symfony.com",
  1302.             "time": "2015-04-18 15:02:51"
  1303.         },
  1304.         {
  1305.             "name": "symfony/http-foundation",
  1306.             "version": "2.6.x-dev",
  1307.             "target-dir": "Symfony/Component/HttpFoundation",
  1308.             "source": {
  1309.                 "type": "git",
  1310.                 "url": "https://github.com/symfony/HttpFoundation.git",
  1311.                 "reference": "7854a6d863c8e92edef2a212039aaaa104fb066c"
  1312.             },
  1313.             "dist": {
  1314.                 "type": "zip",
  1315.                 "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/7854a6d863c8e92edef2a212039aaaa104fb066c",
  1316.                 "reference": "7854a6d863c8e92edef2a212039aaaa104fb066c",
  1317.                 "shasum": ""
  1318.             },
  1319.             "require": {
  1320.                 "php": ">=5.3.3"
  1321.             },
  1322.             "require-dev": {
  1323.                 "symfony/expression-language": "~2.4",
  1324.                 "symfony/phpunit-bridge": "~2.7"
  1325.             },
  1326.             "type": "library",
  1327.             "extra": {
  1328.                 "branch-alias": {
  1329.                     "dev-master": "2.6-dev"
  1330.                 }
  1331.             },
  1332.             "autoload": {
  1333.                 "psr-0": {
  1334.                     "Symfony\\Component\\HttpFoundation\\": ""
  1335.                 },
  1336.                 "classmap": [
  1337.                     "Symfony/Component/HttpFoundation/Resources/stubs"
  1338.                 ]
  1339.             },
  1340.             "notification-url": "https://packagist.org/downloads/",
  1341.             "license": [
  1342.                 "MIT"
  1343.             ],
  1344.             "authors": [
  1345.                 {
  1346.                     "name": "Symfony Community",
  1347.                     "homepage": "http://symfony.com/contributors"
  1348.                 },
  1349.                 {
  1350.                     "name": "Fabien Potencier",
  1351.                     "email": "[email protected]"
  1352.                 }
  1353.             ],
  1354.             "description": "Symfony HttpFoundation Component",
  1355.             "homepage": "http://symfony.com",
  1356.             "time": "2015-04-18 15:02:51"
  1357.         },
  1358.         {
  1359.             "name": "symfony/http-kernel",
  1360.             "version": "2.6.x-dev",
  1361.             "target-dir": "Symfony/Component/HttpKernel",
  1362.             "source": {
  1363.                 "type": "git",
  1364.                 "url": "https://github.com/symfony/HttpKernel.git",
  1365.                 "reference": "c56eb532a1f333f311a0c2c1222130b37c20642d"
  1366.             },
  1367.             "dist": {
  1368.                 "type": "zip",
  1369.                 "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/c56eb532a1f333f311a0c2c1222130b37c20642d",
  1370.                 "reference": "c56eb532a1f333f311a0c2c1222130b37c20642d",
  1371.                 "shasum": ""
  1372.             },
  1373.             "require": {
  1374.                 "php": ">=5.3.3",
  1375.                 "psr/log": "~1.0",
  1376.                 "symfony/debug": "~2.6,>=2.6.2",
  1377.                 "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2",
  1378.                 "symfony/http-foundation": "~2.5,>=2.5.4"
  1379.             },
  1380.             "require-dev": {
  1381.                 "symfony/browser-kit": "~2.3",
  1382.                 "symfony/class-loader": "~2.1",
  1383.                 "symfony/config": "~2.0,>=2.0.5",
  1384.                 "symfony/console": "~2.3",
  1385.                 "symfony/css-selector": "~2.0,>=2.0.5",
  1386.                 "symfony/dependency-injection": "~2.2",
  1387.                 "symfony/dom-crawler": "~2.0,>=2.0.5",
  1388.                 "symfony/expression-language": "~2.4",
  1389.                 "symfony/finder": "~2.0,>=2.0.5",
  1390.                 "symfony/phpunit-bridge": "~2.7",
  1391.                 "symfony/process": "~2.0,>=2.0.5",
  1392.                 "symfony/routing": "~2.2",
  1393.                 "symfony/stopwatch": "~2.3",
  1394.                 "symfony/templating": "~2.2",
  1395.                 "symfony/translation": "~2.0,>=2.0.5",
  1396.                 "symfony/var-dumper": "~2.6"
  1397.             },
  1398.             "suggest": {
  1399.                 "symfony/browser-kit": "",
  1400.                 "symfony/class-loader": "",
  1401.                 "symfony/config": "",
  1402.                 "symfony/console": "",
  1403.                 "symfony/dependency-injection": "",
  1404.                 "symfony/finder": "",
  1405.                 "symfony/var-dumper": ""
  1406.             },
  1407.             "type": "library",
  1408.             "extra": {
  1409.                 "branch-alias": {
  1410.                     "dev-master": "2.6-dev"
  1411.                 }
  1412.             },
  1413.             "autoload": {
  1414.                 "psr-0": {
  1415.                     "Symfony\\Component\\HttpKernel\\": ""
  1416.                 }
  1417.             },
  1418.             "notification-url": "https://packagist.org/downloads/",
  1419.             "license": [
  1420.                 "MIT"
  1421.             ],
  1422.             "authors": [
  1423.                 {
  1424.                     "name": "Symfony Community",
  1425.                     "homepage": "http://symfony.com/contributors"
  1426.                 },
  1427.                 {
  1428.                     "name": "Fabien Potencier",
  1429.                     "email": "[email protected]"
  1430.                 }
  1431.             ],
  1432.             "description": "Symfony HttpKernel Component",
  1433.             "homepage": "http://symfony.com",
  1434.             "time": "2015-04-18 15:02:51"
  1435.         },
  1436.         {
  1437.             "name": "symfony/process",
  1438.             "version": "2.6.x-dev",
  1439.             "target-dir": "Symfony/Component/Process",
  1440.             "source": {
  1441.                 "type": "git",
  1442.                 "url": "https://github.com/symfony/Process.git",
  1443.                 "reference": "79b0d1e46346d665718b3b9b0f70f42e5544ded6"
  1444.             },
  1445.             "dist": {
  1446.                 "type": "zip",
  1447.                 "url": "https://api.github.com/repos/symfony/Process/zipball/79b0d1e46346d665718b3b9b0f70f42e5544ded6",
  1448.                 "reference": "79b0d1e46346d665718b3b9b0f70f42e5544ded6",
  1449.                 "shasum": ""
  1450.             },
  1451.             "require": {
  1452.                 "php": ">=5.3.3"
  1453.             },
  1454.             "require-dev": {
  1455.                 "symfony/phpunit-bridge": "~2.7"
  1456.             },
  1457.             "type": "library",
  1458.             "extra": {
  1459.                 "branch-alias": {
  1460.                     "dev-master": "2.6-dev"
  1461.                 }
  1462.             },
  1463.             "autoload": {
  1464.                 "psr-0": {
  1465.                     "Symfony\\Component\\Process\\": ""
  1466.                 }
  1467.             },
  1468.             "notification-url": "https://packagist.org/downloads/",
  1469.             "license": [
  1470.                 "MIT"
  1471.             ],
  1472.             "authors": [
  1473.                 {
  1474.                     "name": "Symfony Community",
  1475.                     "homepage": "http://symfony.com/contributors"
  1476.                 },
  1477.                 {
  1478.                     "name": "Fabien Potencier",
  1479.                     "email": "[email protected]"
  1480.                 }
  1481.             ],
  1482.             "description": "Symfony Process Component",
  1483.             "homepage": "http://symfony.com",
  1484.             "time": "2015-04-08 05:35:52"
  1485.         },
  1486.         {
  1487.             "name": "symfony/routing",
  1488.             "version": "2.6.x-dev",
  1489.             "target-dir": "Symfony/Component/Routing",
  1490.             "source": {
  1491.                 "type": "git",
  1492.                 "url": "https://github.com/symfony/Routing.git",
  1493.                 "reference": "dbaf191c58b124c5e73e054e532739a29b07d4ed"
  1494.             },
  1495.             "dist": {
  1496.                 "type": "zip",
  1497.                 "url": "https://api.github.com/repos/symfony/Routing/zipball/dbaf191c58b124c5e73e054e532739a29b07d4ed",
  1498.                 "reference": "dbaf191c58b124c5e73e054e532739a29b07d4ed",
  1499.                 "shasum": ""
  1500.             },
  1501.             "require": {
  1502.                 "php": ">=5.3.3"
  1503.             },
  1504.             "require-dev": {
  1505.                 "doctrine/annotations": "~1.0",
  1506.                 "doctrine/common": "~2.2",
  1507.                 "psr/log": "~1.0",
  1508.                 "symfony/config": "~2.2",
  1509.                 "symfony/expression-language": "~2.4",
  1510.                 "symfony/http-foundation": "~2.3",
  1511.                 "symfony/phpunit-bridge": "~2.7",
  1512.                 "symfony/yaml": "~2.0,>=2.0.5"
  1513.             },
  1514.             "suggest": {
  1515.                 "doctrine/annotations": "For using the annotation loader",
  1516.                 "symfony/config": "For using the all-in-one router or any loader",
  1517.                 "symfony/expression-language": "For using expression matching",
  1518.                 "symfony/yaml": "For using the YAML loader"
  1519.             },
  1520.             "type": "library",
  1521.             "extra": {
  1522.                 "branch-alias": {
  1523.                     "dev-master": "2.6-dev"
  1524.                 }
  1525.             },
  1526.             "autoload": {
  1527.                 "psr-0": {
  1528.                     "Symfony\\Component\\Routing\\": ""
  1529.                 }
  1530.             },
  1531.             "notification-url": "https://packagist.org/downloads/",
  1532.             "license": [
  1533.                 "MIT"
  1534.             ],
  1535.             "authors": [
  1536.                 {
  1537.                     "name": "Symfony Community",
  1538.                     "homepage": "http://symfony.com/contributors"
  1539.                 },
  1540.                 {
  1541.                     "name": "Fabien Potencier",
  1542.                     "email": "[email protected]"
  1543.                 }
  1544.             ],
  1545.             "description": "Symfony Routing Component",
  1546.             "homepage": "http://symfony.com",
  1547.             "keywords": [
  1548.                 "router",
  1549.                 "routing",
  1550.                 "uri",
  1551.                 "url"
  1552.             ],
  1553.             "time": "2015-04-18 15:02:51"
  1554.         },
  1555.         {
  1556.             "name": "symfony/security-core",
  1557.             "version": "2.6.x-dev",
  1558.             "target-dir": "Symfony/Component/Security/Core",
  1559.             "source": {
  1560.                 "type": "git",
  1561.                 "url": "https://github.com/symfony/security-core.git",
  1562.                 "reference": "d25c17db741f58c0f615e52006a47f6fb23cd9b3"
  1563.             },
  1564.             "dist": {
  1565.                 "type": "zip",
  1566.                 "url": "https://api.github.com/repos/symfony/security-core/zipball/d25c17db741f58c0f615e52006a47f6fb23cd9b3",
  1567.                 "reference": "d25c17db741f58c0f615e52006a47f6fb23cd9b3",
  1568.                 "shasum": ""
  1569.             },
  1570.             "require": {
  1571.                 "php": ">=5.3.3"
  1572.             },
  1573.             "require-dev": {
  1574.                 "ircmaxell/password-compat": "1.0.*",
  1575.                 "psr/log": "~1.0",
  1576.                 "symfony/event-dispatcher": "~2.1",
  1577.                 "symfony/expression-language": "~2.6",
  1578.                 "symfony/http-foundation": "~2.4",
  1579.                 "symfony/phpunit-bridge": "~2.7",
  1580.                 "symfony/translation": "~2.0,>=2.0.5",
  1581.                 "symfony/validator": "~2.5,>=2.5.5"
  1582.             },
  1583.             "suggest": {
  1584.                 "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
  1585.                 "symfony/event-dispatcher": "",
  1586.                 "symfony/expression-language": "For using the expression voter",
  1587.                 "symfony/http-foundation": "",
  1588.                 "symfony/validator": "For using the user password constraint"
  1589.             },
  1590.             "type": "library",
  1591.             "extra": {
  1592.                 "branch-alias": {
  1593.                     "dev-master": "2.6-dev"
  1594.                 }
  1595.             },
  1596.             "autoload": {
  1597.                 "psr-0": {
  1598.                     "Symfony\\Component\\Security\\Core\\": ""
  1599.                 }
  1600.             },
  1601.             "notification-url": "https://packagist.org/downloads/",
  1602.             "license": [
  1603.                 "MIT"
  1604.             ],
  1605.             "authors": [
  1606.                 {
  1607.                     "name": "Symfony Community",
  1608.                     "homepage": "http://symfony.com/contributors"
  1609.                 },
  1610.                 {
  1611.                     "name": "Fabien Potencier",
  1612.                     "email": "[email protected]"
  1613.                 }
  1614.             ],
  1615.             "description": "Symfony Security Component - Core Library",
  1616.             "homepage": "http://symfony.com",
  1617.             "time": "2015-03-30 15:54:10"
  1618.         },
  1619.         {
  1620.             "name": "symfony/translation",
  1621.             "version": "2.6.x-dev",
  1622.             "target-dir": "Symfony/Component/Translation",
  1623.             "source": {
  1624.                 "type": "git",
  1625.                 "url": "https://github.com/symfony/Translation.git",
  1626.                 "reference": "eb05625d5242718ce695e9b61aca76048203c9b3"
  1627.             },
  1628.             "dist": {
  1629.                 "type": "zip",
  1630.                 "url": "https://api.github.com/repos/symfony/Translation/zipball/eb05625d5242718ce695e9b61aca76048203c9b3",
  1631.                 "reference": "eb05625d5242718ce695e9b61aca76048203c9b3",
  1632.                 "shasum": ""
  1633.             },
  1634.             "require": {
  1635.                 "php": ">=5.3.3"
  1636.             },
  1637.             "require-dev": {
  1638.                 "psr/log": "~1.0",
  1639.                 "symfony/config": "~2.3,>=2.3.12",
  1640.                 "symfony/intl": "~2.3",
  1641.                 "symfony/phpunit-bridge": "~2.7",
  1642.                 "symfony/yaml": "~2.2"
  1643.             },
  1644.             "suggest": {
  1645.                 "psr/log": "To use logging capability in translator",
  1646.                 "symfony/config": "",
  1647.                 "symfony/yaml": ""
  1648.             },
  1649.             "type": "library",
  1650.             "extra": {
  1651.                 "branch-alias": {
  1652.                     "dev-master": "2.6-dev"
  1653.                 }
  1654.             },
  1655.             "autoload": {
  1656.                 "psr-0": {
  1657.                     "Symfony\\Component\\Translation\\": ""
  1658.                 }
  1659.             },
  1660.             "notification-url": "https://packagist.org/downloads/",
  1661.             "license": [
  1662.                 "MIT"
  1663.             ],
  1664.             "authors": [
  1665.                 {
  1666.                     "name": "Symfony Community",
  1667.                     "homepage": "http://symfony.com/contributors"
  1668.                 },
  1669.                 {
  1670.                     "name": "Fabien Potencier",
  1671.                     "email": "[email protected]"
  1672.                 }
  1673.             ],
  1674.             "description": "Symfony Translation Component",
  1675.             "homepage": "http://symfony.com",
  1676.             "time": "2015-04-19 13:17:37"
  1677.         },
  1678.         {
  1679.             "name": "symfony/var-dumper",
  1680.             "version": "2.6.x-dev",
  1681.             "target-dir": "Symfony/Component/VarDumper",
  1682.             "source": {
  1683.                 "type": "git",
  1684.                 "url": "https://github.com/symfony/var-dumper.git",
  1685.                 "reference": "da5d3a6adae3c42e1fb19ffdf6fb6397791a8a12"
  1686.             },
  1687.             "dist": {
  1688.                 "type": "zip",
  1689.                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/da5d3a6adae3c42e1fb19ffdf6fb6397791a8a12",
  1690.                 "reference": "da5d3a6adae3c42e1fb19ffdf6fb6397791a8a12",
  1691.                 "shasum": ""
  1692.             },
  1693.             "require": {
  1694.                 "php": ">=5.3.3"
  1695.             },
  1696.             "require-dev": {
  1697.                 "symfony/phpunit-bridge": "~2.7"
  1698.             },
  1699.             "suggest": {
  1700.                 "ext-symfony_debug": ""
  1701.             },
  1702.             "type": "library",
  1703.             "extra": {
  1704.                 "branch-alias": {
  1705.                     "dev-master": "2.6-dev"
  1706.                 }
  1707.             },
  1708.             "autoload": {
  1709.                 "files": [
  1710.                     "Resources/functions/dump.php"
  1711.                 ],
  1712.                 "psr-0": {
  1713.                     "Symfony\\Component\\VarDumper\\": ""
  1714.                 }
  1715.             },
  1716.             "notification-url": "https://packagist.org/downloads/",
  1717.             "license": [
  1718.                 "MIT"
  1719.             ],
  1720.             "authors": [
  1721.                 {
  1722.                     "name": "Symfony Community",
  1723.                     "homepage": "http://symfony.com/contributors"
  1724.                 },
  1725.                 {
  1726.                     "name": "Nicolas Grekas",
  1727.                     "email": "[email protected]"
  1728.                 }
  1729.             ],
  1730.             "description": "Symfony mechanism for exploring and dumping PHP variables",
  1731.             "homepage": "http://symfony.com",
  1732.             "keywords": [
  1733.                 "debug",
  1734.                 "dump"
  1735.             ],
  1736.             "time": "2015-04-04 15:06:57"
  1737.         },
  1738.         {
  1739.             "name": "talyssonoc/react-laravel",
  1740.             "version": "v0.4",
  1741.             "source": {
  1742.                 "type": "git",
  1743.                 "url": "https://github.com/talyssonoc/react-laravel.git",
  1744.                 "reference": "996d9958ef650d3662df628a78889326d2a8fd34"
  1745.             },
  1746.             "dist": {
  1747.                 "type": "zip",
  1748.                 "url": "https://api.github.com/repos/talyssonoc/react-laravel/zipball/996d9958ef650d3662df628a78889326d2a8fd34",
  1749.                 "reference": "996d9958ef650d3662df628a78889326d2a8fd34",
  1750.                 "shasum": ""
  1751.             },
  1752.             "require": {
  1753.                 "illuminate/support": "~5.0",
  1754.                 "reactjs/react-php-v8js": "dev-master"
  1755.             },
  1756.             "require-dev": {
  1757.                 "phpunit/phpunit": "~4.0.0@stable"
  1758.             },
  1759.             "type": "library",
  1760.             "autoload": {
  1761.                 "classmap": [
  1762.                     "facades/"
  1763.                 ],
  1764.                 "psr-4": {
  1765.                     "React\\": "lib/"
  1766.                 }
  1767.             },
  1768.             "notification-url": "https://packagist.org/downloads/",
  1769.             "license": [
  1770.                 "MIT"
  1771.             ],
  1772.             "authors": [
  1773.                 {
  1774.                     "name": "Talysson Oliveira",
  1775.                     "email": "[email protected]"
  1776.                 }
  1777.             ],
  1778.             "description": "Package to use ReactJS with Laravel",
  1779.             "keywords": [
  1780.                 "laravel",
  1781.                 "react",
  1782.                 "reactjs"
  1783.             ],
  1784.             "time": "2015-04-20 03:07:15"
  1785.         },
  1786.         {
  1787.             "name": "vlucas/phpdotenv",
  1788.             "version": "dev-master",
  1789.             "source": {
  1790.                 "type": "git",
  1791.                 "url": "https://github.com/vlucas/phpdotenv.git",
  1792.                 "reference": "ae388efe53a2c352ddd270f4d316bad58952b8e3"
  1793.             },
  1794.             "dist": {
  1795.                 "type": "zip",
  1796.                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/ae388efe53a2c352ddd270f4d316bad58952b8e3",
  1797.                 "reference": "ae388efe53a2c352ddd270f4d316bad58952b8e3",
  1798.                 "shasum": ""
  1799.             },
  1800.             "require": {
  1801.                 "php": ">=5.3.2"
  1802.             },
  1803.             "require-dev": {
  1804.                 "phpunit/phpunit": "~4.0"
  1805.             },
  1806.             "type": "library",
  1807.             "extra": {
  1808.                 "branch-alias": {
  1809.                     "dev-master": "1.1-dev"
  1810.                 }
  1811.             },
  1812.             "autoload": {
  1813.                 "psr-0": {
  1814.                     "Dotenv": "src/"
  1815.                 }
  1816.             },
  1817.             "notification-url": "https://packagist.org/downloads/",
  1818.             "license": [
  1819.                 "BSD"
  1820.             ],
  1821.             "authors": [
  1822.                 {
  1823.                     "name": "Vance Lucas",
  1824.                     "email": "[email protected]",
  1825.                     "homepage": "http://www.vancelucas.com"
  1826.                 }
  1827.             ],
  1828.             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  1829.             "homepage": "http://github.com/vlucas/phpdotenv",
  1830.             "keywords": [
  1831.                 "dotenv",
  1832.                 "env",
  1833.                 "environment"
  1834.             ],
  1835.             "time": "2015-02-19 20:37:05"
  1836.         }
  1837.     ],
  1838.     "packages-dev": [
  1839.         {
  1840.             "name": "doctrine/instantiator",
  1841.             "version": "dev-master",
  1842.             "source": {
  1843.                 "type": "git",
  1844.                 "url": "https://github.com/doctrine/instantiator.git",
  1845.                 "reference": "fc999e2f0508e434645ec2bfadeb89d39fa6453c"
  1846.             },
  1847.             "dist": {
  1848.                 "type": "zip",
  1849.                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/fc999e2f0508e434645ec2bfadeb89d39fa6453c",
  1850.                 "reference": "fc999e2f0508e434645ec2bfadeb89d39fa6453c",
  1851.                 "shasum": ""
  1852.             },
  1853.             "require": {
  1854.                 "php": ">=5.3,<8.0-DEV"
  1855.             },
  1856.             "require-dev": {
  1857.                 "athletic/athletic": "~0.1.8",
  1858.                 "ext-pdo": "*",
  1859.                 "ext-phar": "*",
  1860.                 "phpunit/phpunit": "~4.0",
  1861.                 "squizlabs/php_codesniffer": "~2.0"
  1862.             },
  1863.             "type": "library",
  1864.             "extra": {
  1865.                 "branch-alias": {
  1866.                     "dev-master": "1.0.x-dev"
  1867.                 }
  1868.             },
  1869.             "autoload": {
  1870.                 "psr-4": {
  1871.                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1872.                 }
  1873.             },
  1874.             "notification-url": "https://packagist.org/downloads/",
  1875.             "license": [
  1876.                 "MIT"
  1877.             ],
  1878.             "authors": [
  1879.                 {
  1880.                     "name": "Marco Pivetta",
  1881.                     "email": "[email protected]",
  1882.                     "homepage": "http://ocramius.github.com/"
  1883.                 }
  1884.             ],
  1885.             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1886.             "homepage": "https://github.com/doctrine/instantiator",
  1887.             "keywords": [
  1888.                 "constructor",
  1889.                 "instantiate"
  1890.             ],
  1891.             "time": "2015-04-12 20:59:10"
  1892.         },
  1893.         {
  1894.             "name": "phpdocumentor/reflection-docblock",
  1895.             "version": "dev-master",
  1896.             "source": {
  1897.                 "type": "git",
  1898.                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1899.                 "reference": "d1da796ba5565789a623052eb9f2cf59d57fec60"
  1900.             },
  1901.             "dist": {
  1902.                 "type": "zip",
  1903.                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d1da796ba5565789a623052eb9f2cf59d57fec60",
  1904.                 "reference": "d1da796ba5565789a623052eb9f2cf59d57fec60",
  1905.                 "shasum": ""
  1906.             },
  1907.             "require": {
  1908.                 "php": ">=5.3.3"
  1909.             },
  1910.             "require-dev": {
  1911.                 "phpunit/phpunit": "~4.0"
  1912.             },
  1913.             "suggest": {
  1914.                 "dflydev/markdown": "~1.0",
  1915.                 "erusev/parsedown": "~1.0",
  1916.                 "league/commonmark": "*"
  1917.             },
  1918.             "type": "library",
  1919.             "extra": {
  1920.                 "branch-alias": {
  1921.                     "dev-master": "2.0.x-dev"
  1922.                 }
  1923.             },
  1924.             "autoload": {
  1925.                 "psr-0": {
  1926.                     "phpDocumentor": [
  1927.                         "src/"
  1928.                     ]
  1929.                 }
  1930.             },
  1931.             "notification-url": "https://packagist.org/downloads/",
  1932.             "license": [
  1933.                 "MIT"
  1934.             ],
  1935.             "authors": [
  1936.                 {
  1937.                     "name": "Mike van Riel",
  1938.                     "email": "[email protected]"
  1939.                 }
  1940.             ],
  1941.             "time": "2015-02-27 09:28:18"
  1942.         },
  1943.         {
  1944.             "name": "phpspec/php-diff",
  1945.             "version": "v1.0.2",
  1946.             "source": {
  1947.                 "type": "git",
  1948.                 "url": "https://github.com/phpspec/php-diff.git",
  1949.                 "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
  1950.             },
  1951.             "dist": {
  1952.                 "type": "zip",
  1953.                 "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
  1954.                 "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
  1955.                 "shasum": ""
  1956.             },
  1957.             "type": "library",
  1958.             "autoload": {
  1959.                 "psr-0": {
  1960.                     "Diff": "lib/"
  1961.                 }
  1962.             },
  1963.             "notification-url": "https://packagist.org/downloads/",
  1964.             "license": [
  1965.                 "BSD-3-Clause"
  1966.             ],
  1967.             "authors": [
  1968.                 {
  1969.                     "name": "Chris Boulton",
  1970.                     "homepage": "http://github.com/chrisboulton",
  1971.                     "role": "Original developer"
  1972.                 }
  1973.             ],
  1974.             "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  1975.             "time": "2013-11-01 13:02:21"
  1976.         },
  1977.         {
  1978.             "name": "phpspec/phpspec",
  1979.             "version": "dev-master",
  1980.             "source": {
  1981.                 "type": "git",
  1982.                 "url": "https://github.com/phpspec/phpspec.git",
  1983.                 "reference": "9727d75919a00455433e867565bc022f0b985a39"
  1984.             },
  1985.             "dist": {
  1986.                 "type": "zip",
  1987.                 "url": "https://api.github.com/repos/phpspec/phpspec/zipball/9727d75919a00455433e867565bc022f0b985a39",
  1988.                 "reference": "9727d75919a00455433e867565bc022f0b985a39",
  1989.                 "shasum": ""
  1990.             },
  1991.             "require": {
  1992.                 "doctrine/instantiator": "^1.0.1",
  1993.                 "php": ">=5.3.3",
  1994.                 "phpspec/php-diff": "~1.0.0",
  1995.                 "phpspec/prophecy": "~1.4",
  1996.                 "sebastian/exporter": "~1.0",
  1997.                 "symfony/console": "~2.3",
  1998.                 "symfony/event-dispatcher": "~2.1",
  1999.                 "symfony/finder": "~2.1",
  2000.                 "symfony/process": "~2.1",
  2001.                 "symfony/yaml": "~2.1"
  2002.             },
  2003.             "require-dev": {
  2004.                 "behat/behat": "^3.0.11",
  2005.                 "bossa/phpspec2-expect": "~1.0",
  2006.                 "phpunit/phpunit": "~4.4",
  2007.                 "symfony/filesystem": "~2.1",
  2008.                 "symfony/process": "~2.1"
  2009.             },
  2010.             "suggest": {
  2011.                 "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
  2012.             },
  2013.             "bin": [
  2014.                 "bin/phpspec"
  2015.             ],
  2016.             "type": "library",
  2017.             "extra": {
  2018.                 "branch-alias": {
  2019.                     "dev-master": "2.2.x-dev"
  2020.                 }
  2021.             },
  2022.             "autoload": {
  2023.                 "psr-0": {
  2024.                     "PhpSpec": "src/"
  2025.                 }
  2026.             },
  2027.             "notification-url": "https://packagist.org/downloads/",
  2028.             "license": [
  2029.                 "MIT"
  2030.             ],
  2031.             "authors": [
  2032.                 {
  2033.                     "name": "Konstantin Kudryashov",
  2034.                     "email": "[email protected]",
  2035.                     "homepage": "http://everzet.com"
  2036.                 },
  2037.                 {
  2038.                     "name": "Marcello Duarte",
  2039.                     "homepage": "http://marcelloduarte.net/"
  2040.                 }
  2041.             ],
  2042.             "description": "Specification-oriented BDD framework for PHP 5.3+",
  2043.             "homepage": "http://phpspec.net/",
  2044.             "keywords": [
  2045.                 "BDD",
  2046.                 "SpecBDD",
  2047.                 "TDD",
  2048.                 "spec",
  2049.                 "specification",
  2050.                 "testing",
  2051.                 "tests"
  2052.             ],
  2053.             "time": "2015-04-18 16:22:51"
  2054.         },
  2055.         {
  2056.             "name": "phpspec/prophecy",
  2057.             "version": "dev-master",
  2058.             "source": {
  2059.                 "type": "git",
  2060.                 "url": "https://github.com/phpspec/prophecy.git",
  2061.                 "reference": "c58c6dc07d1f76fd66e661418f66eecef931c2b1"
  2062.             },
  2063.             "dist": {
  2064.                 "type": "zip",
  2065.                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c58c6dc07d1f76fd66e661418f66eecef931c2b1",
  2066.                 "reference": "c58c6dc07d1f76fd66e661418f66eecef931c2b1",
  2067.                 "shasum": ""
  2068.             },
  2069.             "require": {
  2070.                 "doctrine/instantiator": "^1.0.2",
  2071.                 "phpdocumentor/reflection-docblock": "~2.0",
  2072.                 "sebastian/comparator": "~1.1"
  2073.             },
  2074.             "require-dev": {
  2075.                 "phpspec/phpspec": "~2.0"
  2076.             },
  2077.             "type": "library",
  2078.             "extra": {
  2079.                 "branch-alias": {
  2080.                     "dev-master": "1.4.x-dev"
  2081.                 }
  2082.             },
  2083.             "autoload": {
  2084.                 "psr-0": {
  2085.                     "Prophecy\\": "src/"
  2086.                 }
  2087.             },
  2088.             "notification-url": "https://packagist.org/downloads/",
  2089.             "license": [
  2090.                 "MIT"
  2091.             ],
  2092.             "authors": [
  2093.                 {
  2094.                     "name": "Konstantin Kudryashov",
  2095.                     "email": "[email protected]",
  2096.                     "homepage": "http://everzet.com"
  2097.                 },
  2098.                 {
  2099.                     "name": "Marcello Duarte",
  2100.                     "email": "[email protected]"
  2101.                 }
  2102.             ],
  2103.             "description": "Highly opinionated mocking framework for PHP 5.3+",
  2104.             "homepage": "https://github.com/phpspec/prophecy",
  2105.             "keywords": [
  2106.                 "Double",
  2107.                 "Dummy",
  2108.                 "fake",
  2109.                 "mock",
  2110.                 "spy",
  2111.                 "stub"
  2112.             ],
  2113.             "time": "2015-04-17 14:44:34"
  2114.         },
  2115.         {
  2116.             "name": "phpunit/php-code-coverage",
  2117.             "version": "dev-master",
  2118.             "source": {
  2119.                 "type": "git",
  2120.                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2121.                 "reference": "1678cee3b7f93f994da6acf7e998b23a98e955f1"
  2122.             },
  2123.             "dist": {
  2124.                 "type": "zip",
  2125.                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1678cee3b7f93f994da6acf7e998b23a98e955f1",
  2126.                 "reference": "1678cee3b7f93f994da6acf7e998b23a98e955f1",
  2127.                 "shasum": ""
  2128.             },
  2129.             "require": {
  2130.                 "php": ">=5.3.3",
  2131.                 "phpunit/php-file-iterator": "~1.3",
  2132.                 "phpunit/php-text-template": "~1.2",
  2133.                 "phpunit/php-token-stream": "~1.3",
  2134.                 "sebastian/environment": "~1.0",
  2135.                 "sebastian/version": "~1.0"
  2136.             },
  2137.             "require-dev": {
  2138.                 "ext-xdebug": ">=2.1.4",
  2139.                 "phpunit/phpunit": "~4"
  2140.             },
  2141.             "suggest": {
  2142.                 "ext-dom": "*",
  2143.                 "ext-xdebug": ">=2.2.1",
  2144.                 "ext-xmlwriter": "*"
  2145.             },
  2146.             "type": "library",
  2147.             "extra": {
  2148.                 "branch-alias": {
  2149.                     "dev-master": "2.1.x-dev"
  2150.                 }
  2151.             },
  2152.             "autoload": {
  2153.                 "classmap": [
  2154.                     "src/"
  2155.                 ]
  2156.             },
  2157.             "notification-url": "https://packagist.org/downloads/",
  2158.             "license": [
  2159.                 "BSD-3-Clause"
  2160.             ],
  2161.             "authors": [
  2162.                 {
  2163.                     "name": "Sebastian Bergmann",
  2164.                     "email": "[email protected]",
  2165.                     "role": "lead"
  2166.                 }
  2167.             ],
  2168.             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2169.             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2170.             "keywords": [
  2171.                 "coverage",
  2172.                 "testing",
  2173.                 "xunit"
  2174.             ],
  2175.             "time": "2015-04-16 05:00:01"
  2176.         },
  2177.         {
  2178.             "name": "phpunit/php-file-iterator",
  2179.             "version": "dev-master",
  2180.             "source": {
  2181.                 "type": "git",
  2182.                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2183.                 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
  2184.             },
  2185.             "dist": {
  2186.                 "type": "zip",
  2187.                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
  2188.                 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
  2189.                 "shasum": ""
  2190.             },
  2191.             "require": {
  2192.                 "php": ">=5.3.3"
  2193.             },
  2194.             "type": "library",
  2195.             "extra": {
  2196.                 "branch-alias": {
  2197.                     "dev-master": "1.4.x-dev"
  2198.                 }
  2199.             },
  2200.             "autoload": {
  2201.                 "classmap": [
  2202.                     "src/"
  2203.                 ]
  2204.             },
  2205.             "notification-url": "https://packagist.org/downloads/",
  2206.             "license": [
  2207.                 "BSD-3-Clause"
  2208.             ],
  2209.             "authors": [
  2210.                 {
  2211.                     "name": "Sebastian Bergmann",
  2212.                     "email": "[email protected]",
  2213.                     "role": "lead"
  2214.                 }
  2215.             ],
  2216.             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2217.             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2218.             "keywords": [
  2219.                 "filesystem",
  2220.                 "iterator"
  2221.             ],
  2222.             "time": "2015-04-02 05:19:05"
  2223.         },
  2224.         {
  2225.             "name": "phpunit/php-text-template",
  2226.             "version": "1.2.0",
  2227.             "source": {
  2228.                 "type": "git",
  2229.                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
  2230.                 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  2231.             },
  2232.             "dist": {
  2233.                 "type": "zip",
  2234.                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  2235.                 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  2236.                 "shasum": ""
  2237.             },
  2238.             "require": {
  2239.                 "php": ">=5.3.3"
  2240.             },
  2241.             "type": "library",
  2242.             "autoload": {
  2243.                 "classmap": [
  2244.                     "Text/"
  2245.                 ]
  2246.             },
  2247.             "notification-url": "https://packagist.org/downloads/",
  2248.             "include-path": [
  2249.                 ""
  2250.             ],
  2251.             "license": [
  2252.                 "BSD-3-Clause"
  2253.             ],
  2254.             "authors": [
  2255.                 {
  2256.                     "name": "Sebastian Bergmann",
  2257.                     "email": "[email protected]",
  2258.                     "role": "lead"
  2259.                 }
  2260.             ],
  2261.             "description": "Simple template engine.",
  2262.             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2263.             "keywords": [
  2264.                 "template"
  2265.             ],
  2266.             "time": "2014-01-30 17:20:04"
  2267.         },
  2268.         {
  2269.             "name": "phpunit/php-timer",
  2270.             "version": "1.0.5",
  2271.             "source": {
  2272.                 "type": "git",
  2273.                 "url": "https://github.com/sebastianbergmann/php-timer.git",
  2274.                 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
  2275.             },
  2276.             "dist": {
  2277.                 "type": "zip",
  2278.                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  2279.                 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  2280.                 "shasum": ""
  2281.             },
  2282.             "require": {
  2283.                 "php": ">=5.3.3"
  2284.             },
  2285.             "type": "library",
  2286.             "autoload": {
  2287.                 "classmap": [
  2288.                     "PHP/"
  2289.                 ]
  2290.             },
  2291.             "notification-url": "https://packagist.org/downloads/",
  2292.             "include-path": [
  2293.                 ""
  2294.             ],
  2295.             "license": [
  2296.                 "BSD-3-Clause"
  2297.             ],
  2298.             "authors": [
  2299.                 {
  2300.                     "name": "Sebastian Bergmann",
  2301.                     "email": "[email protected]",
  2302.                     "role": "lead"
  2303.                 }
  2304.             ],
  2305.             "description": "Utility class for timing",
  2306.             "homepage": "https://github.com/sebastianbergmann/php-timer/",
  2307.             "keywords": [
  2308.                 "timer"
  2309.             ],
  2310.             "time": "2013-08-02 07:42:54"
  2311.         },
  2312.         {
  2313.             "name": "phpunit/php-token-stream",
  2314.             "version": "dev-master",
  2315.             "source": {
  2316.                 "type": "git",
  2317.                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2318.                 "reference": "eab81d02569310739373308137284e0158424330"
  2319.             },
  2320.             "dist": {
  2321.                 "type": "zip",
  2322.                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
  2323.                 "reference": "eab81d02569310739373308137284e0158424330",
  2324.                 "shasum": ""
  2325.             },
  2326.             "require": {
  2327.                 "ext-tokenizer": "*",
  2328.                 "php": ">=5.3.3"
  2329.             },
  2330.             "require-dev": {
  2331.                 "phpunit/phpunit": "~4.2"
  2332.             },
  2333.             "type": "library",
  2334.             "extra": {
  2335.                 "branch-alias": {
  2336.                     "dev-master": "1.4-dev"
  2337.                 }
  2338.             },
  2339.             "autoload": {
  2340.                 "classmap": [
  2341.                     "src/"
  2342.                 ]
  2343.             },
  2344.             "notification-url": "https://packagist.org/downloads/",
  2345.             "license": [
  2346.                 "BSD-3-Clause"
  2347.             ],
  2348.             "authors": [
  2349.                 {
  2350.                     "name": "Sebastian Bergmann",
  2351.                     "email": "[email protected]"
  2352.                 }
  2353.             ],
  2354.             "description": "Wrapper around PHP's tokenizer extension.",
  2355.             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2356.             "keywords": [
  2357.                 "tokenizer"
  2358.             ],
  2359.             "time": "2015-04-08 04:46:07"
  2360.         },
  2361.         {
  2362.             "name": "phpunit/phpunit",
  2363.             "version": "dev-master",
  2364.             "source": {
  2365.                 "type": "git",
  2366.                 "url": "https://github.com/sebastianbergmann/phpunit.git",
  2367.                 "reference": "43e4df74b8b1b05efac8f9c447f2fb15462a6a41"
  2368.             },
  2369.             "dist": {
  2370.                 "type": "zip",
  2371.                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/43e4df74b8b1b05efac8f9c447f2fb15462a6a41",
  2372.                 "reference": "43e4df74b8b1b05efac8f9c447f2fb15462a6a41",
  2373.                 "shasum": ""
  2374.             },
  2375.             "require": {
  2376.                 "ext-dom": "*",
  2377.                 "ext-json": "*",
  2378.                 "ext-pcre": "*",
  2379.                 "ext-reflection": "*",
  2380.                 "ext-spl": "*",
  2381.                 "php": ">=5.3.3",
  2382.                 "phpspec/prophecy": "~1.3,>=1.3.1",
  2383.                 "phpunit/php-code-coverage": "~2.0,>=2.0.11",
  2384.                 "phpunit/php-file-iterator": "~1.4",
  2385.                 "phpunit/php-text-template": "~1.2",
  2386.                 "phpunit/php-timer": "~1.0",
  2387.                 "phpunit/phpunit-mock-objects": "~2.3",
  2388.                 "sebastian/comparator": "~1.1",
  2389.                 "sebastian/diff": "~1.2",
  2390.                 "sebastian/environment": "~1.2",
  2391.                 "sebastian/exporter": "~1.2",
  2392.                 "sebastian/global-state": "~1.0",
  2393.                 "sebastian/version": "~1.0",
  2394.                 "symfony/yaml": "~2.1|~3.0"
  2395.             },
  2396.             "suggest": {
  2397.                 "phpunit/php-invoker": "~1.1"
  2398.             },
  2399.             "bin": [
  2400.                 "phpunit"
  2401.             ],
  2402.             "type": "library",
  2403.             "extra": {
  2404.                 "branch-alias": {
  2405.                     "dev-master": "4.8.x-dev"
  2406.                 }
  2407.             },
  2408.             "autoload": {
  2409.                 "classmap": [
  2410.                     "src/"
  2411.                 ]
  2412.             },
  2413.             "notification-url": "https://packagist.org/downloads/",
  2414.             "license": [
  2415.                 "BSD-3-Clause"
  2416.             ],
  2417.             "authors": [
  2418.                 {
  2419.                     "name": "Sebastian Bergmann",
  2420.                     "email": "[email protected]",
  2421.                     "role": "lead"
  2422.                 }
  2423.             ],
  2424.             "description": "The PHP Unit Testing framework.",
  2425.             "homepage": "https://phpunit.de/",
  2426.             "keywords": [
  2427.                 "phpunit",
  2428.                 "testing",
  2429.                 "xunit"
  2430.             ],
  2431.             "time": "2015-04-18 08:00:12"
  2432.         },
  2433.         {
  2434.             "name": "phpunit/phpunit-mock-objects",
  2435.             "version": "dev-master",
  2436.             "source": {
  2437.                 "type": "git",
  2438.                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  2439.                 "reference": "74ffb87f527f24616f72460e54b595f508dccb5c"
  2440.             },
  2441.             "dist": {
  2442.                 "type": "zip",
  2443.                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/74ffb87f527f24616f72460e54b595f508dccb5c",
  2444.                 "reference": "74ffb87f527f24616f72460e54b595f508dccb5c",
  2445.                 "shasum": ""
  2446.             },
  2447.             "require": {
  2448.                 "doctrine/instantiator": "~1.0,>=1.0.2",
  2449.                 "php": ">=5.3.3",
  2450.                 "phpunit/php-text-template": "~1.2"
  2451.             },
  2452.             "require-dev": {
  2453.                 "phpunit/phpunit": "~4.4"
  2454.             },
  2455.             "suggest": {
  2456.                 "ext-soap": "*"
  2457.             },
  2458.             "type": "library",
  2459.             "extra": {
  2460.                 "branch-alias": {
  2461.                     "dev-master": "2.3.x-dev"
  2462.                 }
  2463.             },
  2464.             "autoload": {
  2465.                 "classmap": [
  2466.                     "src/"
  2467.                 ]
  2468.             },
  2469.             "notification-url": "https://packagist.org/downloads/",
  2470.             "license": [
  2471.                 "BSD-3-Clause"
  2472.             ],
  2473.             "authors": [
  2474.                 {
  2475.                     "name": "Sebastian Bergmann",
  2476.                     "email": "[email protected]",
  2477.                     "role": "lead"
  2478.                 }
  2479.             ],
  2480.             "description": "Mock Object library for PHPUnit",
  2481.             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  2482.             "keywords": [
  2483.                 "mock",
  2484.                 "xunit"
  2485.             ],
  2486.             "time": "2015-04-02 05:36:41"
  2487.         },
  2488.         {
  2489.             "name": "sebastian/comparator",
  2490.             "version": "dev-master",
  2491.             "source": {
  2492.                 "type": "git",
  2493.                 "url": "https://github.com/sebastianbergmann/comparator.git",
  2494.                 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
  2495.             },
  2496.             "dist": {
  2497.                 "type": "zip",
  2498.                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
  2499.                 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
  2500.                 "shasum": ""
  2501.             },
  2502.             "require": {
  2503.                 "php": ">=5.3.3",
  2504.                 "sebastian/diff": "~1.2",
  2505.                 "sebastian/exporter": "~1.2"
  2506.             },
  2507.             "require-dev": {
  2508.                 "phpunit/phpunit": "~4.4"
  2509.             },
  2510.             "type": "library",
  2511.             "extra": {
  2512.                 "branch-alias": {
  2513.                     "dev-master": "1.1.x-dev"
  2514.                 }
  2515.             },
  2516.             "autoload": {
  2517.                 "classmap": [
  2518.                     "src/"
  2519.                 ]
  2520.             },
  2521.             "notification-url": "https://packagist.org/downloads/",
  2522.             "license": [
  2523.                 "BSD-3-Clause"
  2524.             ],
  2525.             "authors": [
  2526.                 {
  2527.                     "name": "Jeff Welch",
  2528.                     "email": "[email protected]"
  2529.                 },
  2530.                 {
  2531.                     "name": "Volker Dusch",
  2532.                     "email": "[email protected]"
  2533.                 },
  2534.                 {
  2535.                     "name": "Bernhard Schussek",
  2536.                     "email": "[email protected]"
  2537.                 },
  2538.                 {
  2539.                     "name": "Sebastian Bergmann",
  2540.                     "email": "[email protected]"
  2541.                 }
  2542.             ],
  2543.             "description": "Provides the functionality to compare PHP values for equality",
  2544.             "homepage": "http://www.github.com/sebastianbergmann/comparator",
  2545.             "keywords": [
  2546.                 "comparator",
  2547.                 "compare",
  2548.                 "equality"
  2549.             ],
  2550.             "time": "2015-01-29 16:28:08"
  2551.         },
  2552.         {
  2553.             "name": "sebastian/diff",
  2554.             "version": "dev-master",
  2555.             "source": {
  2556.                 "type": "git",
  2557.                 "url": "https://github.com/sebastianbergmann/diff.git",
  2558.                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
  2559.             },
  2560.             "dist": {
  2561.                 "type": "zip",
  2562.                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
  2563.                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
  2564.                 "shasum": ""
  2565.             },
  2566.             "require": {
  2567.                 "php": ">=5.3.3"
  2568.             },
  2569.             "require-dev": {
  2570.                 "phpunit/phpunit": "~4.2"
  2571.             },
  2572.             "type": "library",
  2573.             "extra": {
  2574.                 "branch-alias": {
  2575.                     "dev-master": "1.3-dev"
  2576.                 }
  2577.             },
  2578.             "autoload": {
  2579.                 "classmap": [
  2580.                     "src/"
  2581.                 ]
  2582.             },
  2583.             "notification-url": "https://packagist.org/downloads/",
  2584.             "license": [
  2585.                 "BSD-3-Clause"
  2586.             ],
  2587.             "authors": [
  2588.                 {
  2589.                     "name": "Kore Nordmann",
  2590.                     "email": "[email protected]"
  2591.                 },
  2592.                 {
  2593.                     "name": "Sebastian Bergmann",
  2594.                     "email": "[email protected]"
  2595.                 }
  2596.             ],
  2597.             "description": "Diff implementation",
  2598.             "homepage": "http://www.github.com/sebastianbergmann/diff",
  2599.             "keywords": [
  2600.                 "diff"
  2601.             ],
  2602.             "time": "2015-02-22 15:13:53"
  2603.         },
  2604.         {
  2605.             "name": "sebastian/environment",
  2606.             "version": "dev-master",
  2607.             "source": {
  2608.                 "type": "git",
  2609.                 "url": "https://github.com/sebastianbergmann/environment.git",
  2610.                 "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
  2611.             },
  2612.             "dist": {
  2613.                 "type": "zip",
  2614.                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
  2615.                 "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
  2616.                 "shasum": ""
  2617.             },
  2618.             "require": {
  2619.                 "php": ">=5.3.3"
  2620.             },
  2621.             "require-dev": {
  2622.                 "phpunit/phpunit": "~4.4"
  2623.             },
  2624.             "type": "library",
  2625.             "extra": {
  2626.                 "branch-alias": {
  2627.                     "dev-master": "1.3.x-dev"
  2628.                 }
  2629.             },
  2630.             "autoload": {
  2631.                 "classmap": [
  2632.                     "src/"
  2633.                 ]
  2634.             },
  2635.             "notification-url": "https://packagist.org/downloads/",
  2636.             "license": [
  2637.                 "BSD-3-Clause"
  2638.             ],
  2639.             "authors": [
  2640.                 {
  2641.                     "name": "Sebastian Bergmann",
  2642.                     "email": "[email protected]"
  2643.                 }
  2644.             ],
  2645.             "description": "Provides functionality to handle HHVM/PHP environments",
  2646.             "homepage": "http://www.github.com/sebastianbergmann/environment",
  2647.             "keywords": [
  2648.                 "Xdebug",
  2649.                 "environment",
  2650.                 "hhvm"
  2651.             ],
  2652.             "time": "2015-01-01 10:01:08"
  2653.         },
  2654.         {
  2655.             "name": "sebastian/exporter",
  2656.             "version": "dev-master",
  2657.             "source": {
  2658.                 "type": "git",
  2659.                 "url": "https://github.com/sebastianbergmann/exporter.git",
  2660.                 "reference": "84839970d05254c73cde183a721c7af13aede943"
  2661.             },
  2662.             "dist": {
  2663.                 "type": "zip",
  2664.                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
  2665.                 "reference": "84839970d05254c73cde183a721c7af13aede943",
  2666.                 "shasum": ""
  2667.             },
  2668.             "require": {
  2669.                 "php": ">=5.3.3",
  2670.                 "sebastian/recursion-context": "~1.0"
  2671.             },
  2672.             "require-dev": {
  2673.                 "phpunit/phpunit": "~4.4"
  2674.             },
  2675.             "type": "library",
  2676.             "extra": {
  2677.                 "branch-alias": {
  2678.                     "dev-master": "1.2.x-dev"
  2679.                 }
  2680.             },
  2681.             "autoload": {
  2682.                 "classmap": [
  2683.                     "src/"
  2684.                 ]
  2685.             },
  2686.             "notification-url": "https://packagist.org/downloads/",
  2687.             "license": [
  2688.                 "BSD-3-Clause"
  2689.             ],
  2690.             "authors": [
  2691.                 {
  2692.                     "name": "Jeff Welch",
  2693.                     "email": "[email protected]"
  2694.                 },
  2695.                 {
  2696.                     "name": "Volker Dusch",
  2697.                     "email": "[email protected]"
  2698.                 },
  2699.                 {
  2700.                     "name": "Bernhard Schussek",
  2701.                     "email": "[email protected]"
  2702.                 },
  2703.                 {
  2704.                     "name": "Sebastian Bergmann",
  2705.                     "email": "[email protected]"
  2706.                 },
  2707.                 {
  2708.                     "name": "Adam Harvey",
  2709.                     "email": "[email protected]"
  2710.                 }
  2711.             ],
  2712.             "description": "Provides the functionality to export PHP variables for visualization",
  2713.             "homepage": "http://www.github.com/sebastianbergmann/exporter",
  2714.             "keywords": [
  2715.                 "export",
  2716.                 "exporter"
  2717.             ],
  2718.             "time": "2015-01-27 07:23:06"
  2719.         },
  2720.         {
  2721.             "name": "sebastian/global-state",
  2722.             "version": "dev-master",
  2723.             "source": {
  2724.                 "type": "git",
  2725.                 "url": "https://github.com/sebastianbergmann/global-state.git",
  2726.                 "reference": "007c441df427cf0e175372fcbb9d196bce7eb743"
  2727.             },
  2728.             "dist": {
  2729.                 "type": "zip",
  2730.                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/007c441df427cf0e175372fcbb9d196bce7eb743",
  2731.                 "reference": "007c441df427cf0e175372fcbb9d196bce7eb743",
  2732.                 "shasum": ""
  2733.             },
  2734.             "require": {
  2735.                 "php": ">=5.3.3"
  2736.             },
  2737.             "require-dev": {
  2738.                 "phpunit/phpunit": "~4.2"
  2739.             },
  2740.             "suggest": {
  2741.                 "ext-uopz": "*"
  2742.             },
  2743.             "type": "library",
  2744.             "extra": {
  2745.                 "branch-alias": {
  2746.                     "dev-master": "1.0-dev"
  2747.                 }
  2748.             },
  2749.             "autoload": {
  2750.                 "classmap": [
  2751.                     "src/"
  2752.                 ]
  2753.             },
  2754.             "notification-url": "https://packagist.org/downloads/",
  2755.             "license": [
  2756.                 "BSD-3-Clause"
  2757.             ],
  2758.             "authors": [
  2759.                 {
  2760.                     "name": "Sebastian Bergmann",
  2761.                     "email": "[email protected]"
  2762.                 }
  2763.             ],
  2764.             "description": "Snapshotting of global state",
  2765.             "homepage": "http://www.github.com/sebastianbergmann/global-state",
  2766.             "keywords": [
  2767.                 "global state"
  2768.             ],
  2769.             "time": "2015-01-20 04:09:31"
  2770.         },
  2771.         {
  2772.             "name": "sebastian/recursion-context",
  2773.             "version": "dev-master",
  2774.             "source": {
  2775.                 "type": "git",
  2776.                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
  2777.                 "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
  2778.             },
  2779.             "dist": {
  2780.                 "type": "zip",
  2781.                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
  2782.                 "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
  2783.                 "shasum": ""
  2784.             },
  2785.             "require": {
  2786.                 "php": ">=5.3.3"
  2787.             },
  2788.             "require-dev": {
  2789.                 "phpunit/phpunit": "~4.4"
  2790.             },
  2791.             "type": "library",
  2792.             "extra": {
  2793.                 "branch-alias": {
  2794.                     "dev-master": "1.0.x-dev"
  2795.                 }
  2796.             },
  2797.             "autoload": {
  2798.                 "classmap": [
  2799.                     "src/"
  2800.                 ]
  2801.             },
  2802.             "notification-url": "https://packagist.org/downloads/",
  2803.             "license": [
  2804.                 "BSD-3-Clause"
  2805.             ],
  2806.             "authors": [
  2807.                 {
  2808.                     "name": "Jeff Welch",
  2809.                     "email": "[email protected]"
  2810.                 },
  2811.                 {
  2812.                     "name": "Sebastian Bergmann",
  2813.                     "email": "[email protected]"
  2814.                 },
  2815.                 {
  2816.                     "name": "Adam Harvey",
  2817.                     "email": "[email protected]"
  2818.                 }
  2819.             ],
  2820.             "description": "Provides functionality to recursively process PHP variables",
  2821.             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  2822.             "time": "2015-01-24 09:48:32"
  2823.         },
  2824.         {
  2825.             "name": "sebastian/version",
  2826.             "version": "1.0.5",
  2827.             "source": {
  2828.                 "type": "git",
  2829.                 "url": "https://github.com/sebastianbergmann/version.git",
  2830.                 "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
  2831.             },
  2832.             "dist": {
  2833.                 "type": "zip",
  2834.                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
  2835.                 "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
  2836.                 "shasum": ""
  2837.             },
  2838.             "type": "library",
  2839.             "autoload": {
  2840.                 "classmap": [
  2841.                     "src/"
  2842.                 ]
  2843.             },
  2844.             "notification-url": "https://packagist.org/downloads/",
  2845.             "license": [
  2846.                 "BSD-3-Clause"
  2847.             ],
  2848.             "authors": [
  2849.                 {
  2850.                     "name": "Sebastian Bergmann",
  2851.                     "email": "[email protected]",
  2852.                     "role": "lead"
  2853.                 }
  2854.             ],
  2855.             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  2856.             "homepage": "https://github.com/sebastianbergmann/version",
  2857.             "time": "2015-02-24 06:35:25"
  2858.         },
  2859.         {
  2860.             "name": "symfony/yaml",
  2861.             "version": "2.8.x-dev",
  2862.             "target-dir": "Symfony/Component/Yaml",
  2863.             "source": {
  2864.                 "type": "git",
  2865.                 "url": "https://github.com/symfony/Yaml.git",
  2866.                 "reference": "fdded56dde4ca9efce6322887bf5eaa7bb0aae3e"
  2867.             },
  2868.             "dist": {
  2869.                 "type": "zip",
  2870.                 "url": "https://api.github.com/repos/symfony/Yaml/zipball/fdded56dde4ca9efce6322887bf5eaa7bb0aae3e",
  2871.                 "reference": "fdded56dde4ca9efce6322887bf5eaa7bb0aae3e",
  2872.                 "shasum": ""
  2873.             },
  2874.             "require": {
  2875.                 "php": ">=5.3.9"
  2876.             },
  2877.             "require-dev": {
  2878.                 "symfony/phpunit-bridge": "~2.7|~3.0.0"
  2879.             },
  2880.             "type": "library",
  2881.             "extra": {
  2882.                 "branch-alias": {
  2883.                     "dev-master": "2.8-dev"
  2884.                 }
  2885.             },
  2886.             "autoload": {
  2887.                 "psr-0": {
  2888.                     "Symfony\\Component\\Yaml\\": ""
  2889.                 }
  2890.             },
  2891.             "notification-url": "https://packagist.org/downloads/",
  2892.             "license": [
  2893.                 "MIT"
  2894.             ],
  2895.             "authors": [
  2896.                 {
  2897.                     "name": "Symfony Community",
  2898.                     "homepage": "http://symfony.com/contributors"
  2899.                 },
  2900.                 {
  2901.                     "name": "Fabien Potencier",
  2902.                     "email": "[email protected]"
  2903.                 }
  2904.             ],
  2905.             "description": "Symfony Yaml Component",
  2906.             "homepage": "http://symfony.com",
  2907.             "time": "2015-04-10 08:56:33"
  2908.         }
  2909.     ],
  2910.     "aliases": [],
  2911.     "minimum-stability": "dev",
  2912.     "stability-flags": [],
  2913.     "prefer-stable": false,
  2914.     "prefer-lowest": false,
  2915.     "platform": [],
  2916.     "platform-dev": []
  2917. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement