Advertisement
Guest User

Untitled

a guest
May 11th, 2014
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.         ],
  6.         "hash": "623ca70c997d9ae67846bdafbf52397d",
  7.         "packages": [
  8.             {
  9.                 "name": "classpreloader/classpreloader",
  10.                 "version": "1.0.2",
  11.                 "source": {
  12.                     "type": "git",
  13.                     "url": "https://github.com/mtdowling/ClassPreloader.git",
  14.                     "reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877"
  15.                 },
  16.                 "dist": {
  17.                     "type": "zip",
  18.                     "url": "https://api.github.com/repos/mtdowling/ClassPreloader/zipball/2c9f3bcbab329570c57339895bd11b5dd3b00877",
  19.                     "reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877",
  20.                     "shasum": ""
  21.                 },
  22.                 "require": {
  23.                     "nikic/php-parser": "~0.9",
  24.                     "php": ">=5.3.3",
  25.                     "symfony/console": "~2.1",
  26.                     "symfony/filesystem": "~2.1",
  27.                     "symfony/finder": "~2.1"
  28.                 },
  29.                 "bin": [
  30.                     "classpreloader.php"
  31.                 ],
  32.                 "type": "library",
  33.                 "extra": {
  34.                     "branch-alias": {
  35.                         "dev-master": "1.0-dev"
  36.                     }
  37.                 },
  38.                 "autoload": {
  39.                     "psr-0": {
  40.                         "ClassPreloader": "src/"
  41.                     }
  42.                 },
  43.                 "notification-url": "https://packagist.org/downloads/",
  44.                 "license": [
  45.                     "MIT"
  46.                 ],
  47.                 "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
  48.                 "keywords": [
  49.                     "autoload",
  50.                     "class",
  51.                     "preload"
  52.                 ],
  53.                 "time": "2014-03-12 00:05:31"
  54.             },
  55.             {
  56.                 "name": "d11wtq/boris",
  57.                 "version": "v1.0.8",
  58.                 "source": {
  59.                     "type": "git",
  60.                     "url": "https://github.com/d11wtq/boris.git",
  61.                     "reference": "125dd4e5752639af7678a22ea597115646d89c6e"
  62.                 },
  63.                 "dist": {
  64.                     "type": "zip",
  65.                     "url": "https://api.github.com/repos/d11wtq/boris/zipball/125dd4e5752639af7678a22ea597115646d89c6e",
  66.                     "reference": "125dd4e5752639af7678a22ea597115646d89c6e",
  67.                     "shasum": ""
  68.                 },
  69.                 "require": {
  70.                     "php": ">=5.3.0"
  71.                 },
  72.                 "suggest": {
  73.                     "ext-pcntl": "*",
  74.                     "ext-posix": "*",
  75.                     "ext-readline": "*"
  76.                 },
  77.                 "bin": [
  78.                     "bin/boris"
  79.                 ],
  80.                 "type": "library",
  81.                 "autoload": {
  82.                     "psr-0": {
  83.                         "Boris": "lib"
  84.                     }
  85.                 },
  86.                 "notification-url": "https://packagist.org/downloads/",
  87.                 "time": "2014-01-17 12:21:18"
  88.             },
  89.             {
  90.                 "name": "filp/whoops",
  91.                 "version": "1.0.10",
  92.                 "source": {
  93.                     "type": "git",
  94.                     "url": "https://github.com/filp/whoops.git",
  95.                     "reference": "91e3fd4b0812017ffbeb24add55330664e1ea32a"
  96.                 },
  97.                 "dist": {
  98.                     "type": "zip",
  99.                     "url": "https://api.github.com/repos/filp/whoops/zipball/91e3fd4b0812017ffbeb24add55330664e1ea32a",
  100.                     "reference": "91e3fd4b0812017ffbeb24add55330664e1ea32a",
  101.                     "shasum": ""
  102.                 },
  103.                 "require": {
  104.                     "php": ">=5.3.0"
  105.                 },
  106.                 "require-dev": {
  107.                     "mockery/mockery": "dev-master",
  108.                     "silex/silex": "1.0.*@dev"
  109.                 },
  110.                 "type": "library",
  111.                 "autoload": {
  112.                     "psr-0": {
  113.                         "Whoops": "src/"
  114.                     }
  115.                 },
  116.                 "notification-url": "https://packagist.org/downloads/",
  117.                 "license": [
  118.                     "MIT"
  119.                 ],
  120.                 "authors": [
  121.                     {
  122.                         "name": "Filipe Dobreira",
  123.                         "homepage": "https://github.com/filp",
  124.                         "role": "Developer"
  125.                     }
  126.                 ],
  127.                 "description": "php error handling for cool kids",
  128.                 "homepage": "https://github.com/filp/whoops",
  129.                 "keywords": [
  130.                     "error",
  131.                     "exception",
  132.                     "handling",
  133.                     "library",
  134.                     "silex-provider",
  135.                     "whoops",
  136.                     "zf2"
  137.                 ],
  138.                 "time": "2013-12-04 14:19:30"
  139.             },
  140.             {
  141.                 "name": "ircmaxell/password-compat",
  142.                 "version": "1.0.3",
  143.                 "source": {
  144.                     "type": "git",
  145.                     "url": "https://github.com/ircmaxell/password_compat.git",
  146.                     "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4"
  147.                 },
  148.                 "dist": {
  149.                     "type": "zip",
  150.                     "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
  151.                     "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
  152.                     "shasum": ""
  153.                 },
  154.                 "type": "library",
  155.                 "autoload": {
  156.                     "files": [
  157.                         "lib/password.php"
  158.                     ]
  159.                 },
  160.                 "notification-url": "https://packagist.org/downloads/",
  161.                 "license": [
  162.                     "MIT"
  163.                 ],
  164.                 "authors": [
  165.                     {
  166.                         "name": "Anthony Ferrara",
  167.                         "email": "ircmaxell@php.net",
  168.                         "homepage": "http://blog.ircmaxell.com"
  169.                     }
  170.                 ],
  171.                 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  172.                 "homepage": "https://github.com/ircmaxell/password_compat",
  173.                 "keywords": [
  174.                     "hashing",
  175.                     "password"
  176.                 ],
  177.                 "time": "2013-04-30 19:58:08"
  178.             },
  179.             {
  180.                 "name": "jeremeamia/SuperClosure",
  181.                 "version": "1.0.1",
  182.                 "source": {
  183.                     "type": "git",
  184.                     "url": "https://github.com/jeremeamia/super_closure.git",
  185.                     "reference": "d05400085f7d4ae6f20ba30d36550836c0d061e8"
  186.                 },
  187.                 "dist": {
  188.                     "type": "zip",
  189.                     "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/d05400085f7d4ae6f20ba30d36550836c0d061e8",
  190.                     "reference": "d05400085f7d4ae6f20ba30d36550836c0d061e8",
  191.                     "shasum": ""
  192.                 },
  193.                 "require": {
  194.                     "nikic/php-parser": "~0.9",
  195.                     "php": ">=5.3.3"
  196.                 },
  197.                 "require-dev": {
  198.                     "phpunit/phpunit": "~3.7"
  199.                 },
  200.                 "type": "library",
  201.                 "autoload": {
  202.                     "psr-0": {
  203.                         "Jeremeamia\\SuperClosure": "src/"
  204.                     }
  205.                 },
  206.                 "notification-url": "https://packagist.org/downloads/",
  207.                 "license": [
  208.                     "MIT"
  209.                 ],
  210.                 "authors": [
  211.                     {
  212.                         "name": "Jeremy Lindblom"
  213.                     }
  214.                 ],
  215.                 "description": "Doing interesting things with closures like serialization.",
  216.                 "homepage": "https://github.com/jeremeamia/super_closure",
  217.                 "keywords": [
  218.                     "closure",
  219.                     "function",
  220.                     "parser",
  221.                     "serializable",
  222.                     "serialize",
  223.                     "tokenizer"
  224.                 ],
  225.                 "time": "2013-10-09 04:20:00"
  226.             },
  227.             {
  228.                 "name": "laravel/framework",
  229.                 "version": "v4.1.28",
  230.                 "source": {
  231.                     "type": "git",
  232.                     "url": "https://github.com/laravel/framework.git",
  233.                     "reference": "301a6a5293f15c8c17f5278ed6197f3cbaccadd4"
  234.                 },
  235.                 "dist": {
  236.                     "type": "zip",
  237.                     "url": "https://api.github.com/repos/laravel/framework/zipball/301a6a5293f15c8c17f5278ed6197f3cbaccadd4",
  238.                     "reference": "301a6a5293f15c8c17f5278ed6197f3cbaccadd4",
  239.                     "shasum": ""
  240.                 },
  241.                 "require": {
  242.                     "classpreloader/classpreloader": "1.0.*",
  243.                     "d11wtq/boris": "1.0.*",
  244.                     "filp/whoops": "1.0.10",
  245.                     "ircmaxell/password-compat": "1.0.*",
  246.                     "jeremeamia/superclosure": "1.0.*",
  247.                     "monolog/monolog": "1.*",
  248.                     "nesbot/carbon": "1.*",
  249.                     "patchwork/utf8": "1.1.*",
  250.                     "php": ">=5.3.0",
  251.                     "phpseclib/phpseclib": "0.3.*",
  252.                     "predis/predis": "0.8.*",
  253.                     "stack/builder": "1.0.*",
  254.                     "swiftmailer/swiftmailer": "~5.0",
  255.                     "symfony/browser-kit": "2.4.*",
  256.                     "symfony/console": "2.4.*",
  257.                     "symfony/css-selector": "2.4.*",
  258.                     "symfony/debug": "2.4.*",
  259.                     "symfony/dom-crawler": "2.4.*",
  260.                     "symfony/finder": "2.4.*",
  261.                     "symfony/http-foundation": "2.4.*",
  262.                     "symfony/http-kernel": "2.4.*",
  263.                     "symfony/process": "2.4.*",
  264.                     "symfony/routing": "2.4.*",
  265.                     "symfony/security": "2.4.*",
  266.                     "symfony/translation": "2.4.*"
  267.                 },
  268.                 "replace": {
  269.                     "illuminate/auth": "self.version",
  270.                     "illuminate/cache": "self.version",
  271.                     "illuminate/config": "self.version",
  272.                     "illuminate/console": "self.version",
  273.                     "illuminate/container": "self.version",
  274.                     "illuminate/cookie": "self.version",
  275.                     "illuminate/database": "self.version",
  276.                     "illuminate/encryption": "self.version",
  277.                     "illuminate/events": "self.version",
  278.                     "illuminate/exception": "self.version",
  279.                     "illuminate/filesystem": "self.version",
  280.                     "illuminate/foundation": "self.version",
  281.                     "illuminate/hashing": "self.version",
  282.                     "illuminate/html": "self.version",
  283.                     "illuminate/http": "self.version",
  284.                     "illuminate/log": "self.version",
  285.                     "illuminate/mail": "self.version",
  286.                     "illuminate/pagination": "self.version",
  287.                     "illuminate/queue": "self.version",
  288.                     "illuminate/redis": "self.version",
  289.                     "illuminate/routing": "self.version",
  290.                     "illuminate/session": "self.version",
  291.                     "illuminate/support": "self.version",
  292.                     "illuminate/translation": "self.version",
  293.                     "illuminate/validation": "self.version",
  294.                     "illuminate/view": "self.version",
  295.                     "illuminate/workbench": "self.version"
  296.                 },
  297.                 "require-dev": {
  298.                     "aws/aws-sdk-php": "2.6.*",
  299.                     "iron-io/iron_mq": "1.5.*",
  300.                     "mockery/mockery": "0.9.*",
  301.                     "pda/pheanstalk": "2.1.*",
  302.                     "phpunit/phpunit": "4.0.*"
  303.                 },
  304.                 "suggest": {
  305.                     "doctrine/dbal": "Allow renaming columns and dropping SQLite columns."
  306.                 },
  307.                 "type": "library",
  308.                 "extra": {
  309.                     "branch-alias": {
  310.                         "dev-master": "4.1-dev"
  311.                     }
  312.                 },
  313.                 "autoload": {
  314.                     "classmap": [
  315.                         "src/Illuminate/Queue/IlluminateQueueClosure.php"
  316.                     ],
  317.                     "files": [
  318.                         "src/Illuminate/Support/helpers.php"
  319.                     ],
  320.                     "psr-0": {
  321.                         "Illuminate": "src/"
  322.                     }
  323.                 },
  324.                 "notification-url": "https://packagist.org/downloads/",
  325.                 "license": [
  326.                     "MIT"
  327.                 ],
  328.                 "authors": [
  329.                     {
  330.                         "name": "Taylor Otwell",
  331.                         "email": "taylorotwell@gmail.com",
  332.                         "homepage": "https://github.com/taylorotwell",
  333.                         "role": "Developer"
  334.                     }
  335.                 ],
  336.                 "description": "The Laravel Framework.",
  337.                 "keywords": [
  338.                     "framework",
  339.                     "laravel"
  340.                 ],
  341.                 "time": "2014-04-17 17:16:42"
  342.             },
  343.             {
  344.                 "name": "laravelbook/ardent",
  345.                 "version": "dev-master",
  346.                 "source": {
  347.                     "type": "git",
  348.                     "url": "https://github.com/laravelbook/ardent.git",
  349.                     "reference": "0a0238b8040abc1c71401ce27a8edf2619fa5bed"
  350.                 },
  351.                 "dist": {
  352.                     "type": "zip",
  353.                     "url": "https://api.github.com/repos/laravelbook/ardent/zipball/0a0238b8040abc1c71401ce27a8edf2619fa5bed",
  354.                     "reference": "0a0238b8040abc1c71401ce27a8edf2619fa5bed",
  355.                     "shasum": ""
  356.                 },
  357.                 "require": {
  358.                     "illuminate/database": "~4.1",
  359.                     "illuminate/support": "~4.1",
  360.                     "illuminate/validation": "~4.1",
  361.                     "php": ">=5.3.0"
  362.                 },
  363.                 "type": "library",
  364.                 "autoload": {
  365.                     "psr-0": {
  366.                         "LaravelBook\\Ardent": "src/"
  367.                     }
  368.                 },
  369.                 "notification-url": "https://packagist.org/downloads/",
  370.                 "license": [
  371.                     "BSD-3-Clause"
  372.                 ],
  373.                 "authors": [
  374.                     {
  375.                         "name": "Max Ehsan",
  376.                         "email": "contact@laravelbook.com",
  377.                         "homepage": "http://laravelbook.com/",
  378.                         "role": "Developer"
  379.                     },
  380.                     {
  381.                         "name": "Igor Santos",
  382.                         "email": "igorsantos07@gmail.com",
  383.                         "homepage": "http://www.igorsantos.com.br",
  384.                         "role": "Developer"
  385.                     }
  386.                 ],
  387.                 "description": "Self-validating smart models for Laravel 4's Eloquent O/RM",
  388.                 "homepage": "http://laravelbook.com/",
  389.                 "keywords": [
  390.                     "Active Record",
  391.                     "activerecord",
  392.                     "database",
  393.                     "eloquent",
  394.                     "framework",
  395.                     "laravel",
  396.                     "orm",
  397.                     "sql",
  398.                     "validation"
  399.                 ],
  400.                 "time": "2014-02-25 20:39:04"
  401.             },
  402.             {
  403.                 "name": "monolog/monolog",
  404.                 "version": "1.9.1",
  405.                 "source": {
  406.                     "type": "git",
  407.                     "url": "https://github.com/Seldaek/monolog.git",
  408.                     "reference": "65026b610f8c19e61d7242f600530677b0466aac"
  409.                 },
  410.                 "dist": {
  411.                     "type": "zip",
  412.                     "url": "https://api.github.com/repos/Seldaek/monolog/zipball/65026b610f8c19e61d7242f600530677b0466aac",
  413.                     "reference": "65026b610f8c19e61d7242f600530677b0466aac",
  414.                     "shasum": ""
  415.                 },
  416.                 "require": {
  417.                     "php": ">=5.3.0",
  418.                     "psr/log": "~1.0"
  419.                 },
  420.                 "require-dev": {
  421.                     "aws/aws-sdk-php": "~2.4, >2.4.8",
  422.                     "doctrine/couchdb": "~1.0@dev",
  423.                     "graylog2/gelf-php": "~1.0",
  424.                     "phpunit/phpunit": "~3.7.0",
  425.                     "raven/raven": "~0.5",
  426.                     "ruflin/elastica": "0.90.*"
  427.                 },
  428.                 "suggest": {
  429.                     "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  430.                     "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  431.                     "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  432.                     "ext-mongo": "Allow sending log messages to a MongoDB server",
  433.                     "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  434.                     "raven/raven": "Allow sending log messages to a Sentry server",
  435.                     "rollbar/rollbar": "Allow sending log messages to Rollbar",
  436.                     "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  437.                 },
  438.                 "type": "library",
  439.                 "extra": {
  440.                     "branch-alias": {
  441.                         "dev-master": "1.9.x-dev"
  442.                     }
  443.                 },
  444.                 "autoload": {
  445.                     "psr-4": {
  446.                         "Monolog\\": "src/Monolog"
  447.                     }
  448.                 },
  449.                 "notification-url": "https://packagist.org/downloads/",
  450.                 "license": [
  451.                     "MIT"
  452.                 ],
  453.                 "authors": [
  454.                     {
  455.                         "name": "Jordi Boggiano",
  456.                         "email": "j.boggiano@seld.be",
  457.                         "homepage": "http://seld.be",
  458.                         "role": "Developer"
  459.                     }
  460.                 ],
  461.                 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  462.                 "homepage": "http://github.com/Seldaek/monolog",
  463.                 "keywords": [
  464.                     "log",
  465.                     "logging",
  466.                     "psr-3"
  467.                 ],
  468.                 "time": "2014-04-24 13:29:03"
  469.             },
  470.             {
  471.                 "name": "nesbot/carbon",
  472.                 "version": "1.8.0",
  473.                 "source": {
  474.                     "type": "git",
  475.                     "url": "https://github.com/briannesbitt/Carbon.git",
  476.                     "reference": "21c4cb4301969c7d85aee8a62eefdfa881413af0"
  477.                 },
  478.                 "dist": {
  479.                     "type": "zip",
  480.                     "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/21c4cb4301969c7d85aee8a62eefdfa881413af0",
  481.                     "reference": "21c4cb4301969c7d85aee8a62eefdfa881413af0",
  482.                     "shasum": ""
  483.                 },
  484.                 "require": {
  485.                     "php": ">=5.3.0"
  486.                 },
  487.                 "require-dev": {
  488.                     "phpunit/phpunit": "3.7.*"
  489.                 },
  490.                 "type": "library",
  491.                 "autoload": {
  492.                     "psr-0": {
  493.                         "Carbon": "src"
  494.                     }
  495.                 },
  496.                 "notification-url": "https://packagist.org/downloads/",
  497.                 "license": [
  498.                     "MIT"
  499.                 ],
  500.                 "authors": [
  501.                     {
  502.                         "name": "Brian Nesbitt",
  503.                         "email": "brian@nesbot.com",
  504.                         "homepage": "http://nesbot.com"
  505.                     }
  506.                 ],
  507.                 "description": "A simple API extension for DateTime.",
  508.                 "homepage": "https://github.com/briannesbitt/Carbon",
  509.                 "keywords": [
  510.                     "date",
  511.                     "datetime",
  512.                     "time"
  513.                 ],
  514.                 "time": "2014-01-07 05:10:44"
  515.             },
  516.             {
  517.                 "name": "nikic/php-parser",
  518.                 "version": "v0.9.4",
  519.                 "source": {
  520.                     "type": "git",
  521.                     "url": "https://github.com/nikic/PHP-Parser.git",
  522.                     "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f"
  523.                 },
  524.                 "dist": {
  525.                     "type": "zip",
  526.                     "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1e5e280ae88a27effa2ae4aa2bd088494ed8594f",
  527.                     "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f",
  528.                     "shasum": ""
  529.                 },
  530.                 "require": {
  531.                     "php": ">=5.2"
  532.                 },
  533.                 "type": "library",
  534.                 "extra": {
  535.                     "branch-alias": {
  536.                         "dev-master": "0.9-dev"
  537.                     }
  538.                 },
  539.                 "autoload": {
  540.                     "psr-0": {
  541.                         "PHPParser": "lib/"
  542.                     }
  543.                 },
  544.                 "notification-url": "https://packagist.org/downloads/",
  545.                 "license": [
  546.                     "BSD-3-Clause"
  547.                 ],
  548.                 "authors": [
  549.                     {
  550.                         "name": "Nikita Popov"
  551.                     }
  552.                 ],
  553.                 "description": "A PHP parser written in PHP",
  554.                 "keywords": [
  555.                     "parser",
  556.                     "php"
  557.                 ],
  558.                 "time": "2013-08-25 17:11:40"
  559.             },
  560.             {
  561.                 "name": "patchwork/utf8",
  562.                 "version": "v1.1.22",
  563.                 "source": {
  564.                     "type": "git",
  565.                     "url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git",
  566.                     "reference": "156e66249f48e439a31df2347290bb9ab1d3d242"
  567.                 },
  568.                 "dist": {
  569.                     "type": "zip",
  570.                     "url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/156e66249f48e439a31df2347290bb9ab1d3d242",
  571.                     "reference": "156e66249f48e439a31df2347290bb9ab1d3d242",
  572.                     "shasum": ""
  573.                 },
  574.                 "require": {
  575.                     "lib-pcre": ">=7.3",
  576.                     "php": ">=5.3.0"
  577.                 },
  578.                 "suggest": {
  579.                     "ext-iconv": "Use iconv for best performance",
  580.                     "ext-intl": "Use Intl for best performance",
  581.                     "ext-mbstring": "Use Mbstring for best performance"
  582.                 },
  583.                 "type": "library",
  584.                 "autoload": {
  585.                     "psr-0": {
  586.                         "Patchwork": "class/",
  587.                         "Normalizer": "class/"
  588.                     }
  589.                 },
  590.                 "notification-url": "https://packagist.org/downloads/",
  591.                 "license": [
  592.                     "(Apache-2.0 or GPL-2.0)"
  593.                 ],
  594.                 "authors": [
  595.                     {
  596.                         "name": "Nicolas Grekas",
  597.                         "email": "p@tchwork.com",
  598.                         "role": "Developer"
  599.                     }
  600.                 ],
  601.                 "description": "Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP",
  602.                 "homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8",
  603.                 "keywords": [
  604.                     "i18n",
  605.                     "unicode",
  606.                     "utf-8",
  607.                     "utf8"
  608.                 ],
  609.                 "time": "2014-05-06 15:47:10"
  610.             },
  611.             {
  612.                 "name": "phpseclib/phpseclib",
  613.                 "version": "0.3.6",
  614.                 "source": {
  615.                     "type": "git",
  616.                     "url": "https://github.com/phpseclib/phpseclib.git",
  617.                     "reference": "0ea31d9b65d49a8661e93bec19f44e989bd34c69"
  618.                 },
  619.                 "dist": {
  620.                     "type": "zip",
  621.                     "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0ea31d9b65d49a8661e93bec19f44e989bd34c69",
  622.                     "reference": "0ea31d9b65d49a8661e93bec19f44e989bd34c69",
  623.                     "shasum": ""
  624.                 },
  625.                 "require": {
  626.                     "php": ">=5.0.0"
  627.                 },
  628.                 "require-dev": {
  629.                     "squizlabs/php_codesniffer": "1.*"
  630.                 },
  631.                 "suggest": {
  632.                     "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  633.                     "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
  634.                     "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
  635.                 },
  636.                 "type": "library",
  637.                 "extra": {
  638.                     "branch-alias": {
  639.                         "dev-master": "0.3-dev"
  640.                     }
  641.                 },
  642.                 "autoload": {
  643.                     "psr-0": {
  644.                         "Crypt": "phpseclib/",
  645.                         "File": "phpseclib/",
  646.                         "Math": "phpseclib/",
  647.                         "Net": "phpseclib/",
  648.                         "System": "phpseclib/"
  649.                     },
  650.                     "files": [
  651.                         "phpseclib/Crypt/Random.php"
  652.                     ]
  653.                 },
  654.                 "notification-url": "https://packagist.org/downloads/",
  655.                 "include-path": [
  656.                     "phpseclib/"
  657.                 ],
  658.                 "license": [
  659.                     "MIT"
  660.                 ],
  661.                 "authors": [
  662.                     {
  663.                         "name": "Jim Wigginton",
  664.                         "email": "terrafrost@php.net",
  665.                         "role": "Lead Developer"
  666.                     },
  667.                     {
  668.                         "name": "Patrick Monnerat",
  669.                         "email": "pm@datasphere.ch",
  670.                         "role": "Developer"
  671.                     },
  672.                     {
  673.                         "name": "Andreas Fischer",
  674.                         "email": "bantu@phpbb.com",
  675.                         "role": "Developer"
  676.                     },
  677.                     {
  678.                         "name": "Hans-Jürgen Petrich",
  679.                         "email": "petrich@tronic-media.com",
  680.                         "role": "Developer"
  681.                     }
  682.                 ],
  683.                 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  684.                 "homepage": "http://phpseclib.sourceforge.net",
  685.                 "keywords": [
  686.                     "BigInteger",
  687.                     "aes",
  688.                     "asn.1",
  689.                     "asn1",
  690.                     "blowfish",
  691.                     "crypto",
  692.                     "cryptography",
  693.                     "encryption",
  694.                     "rsa",
  695.                     "security",
  696.                     "sftp",
  697.                     "signature",
  698.                     "signing",
  699.                     "ssh",
  700.                     "twofish",
  701.                     "x.509",
  702.                     "x509"
  703.                 ],
  704.                 "time": "2014-02-28 16:05:05"
  705.             },
  706.             {
  707.                 "name": "predis/predis",
  708.                 "version": "v0.8.5",
  709.                 "source": {
  710.                     "type": "git",
  711.                     "url": "https://github.com/nrk/predis.git",
  712.                     "reference": "5f2eea628eb465d866ad2771927d83769c8f956c"
  713.                 },
  714.                 "dist": {
  715.                     "type": "zip",
  716.                     "url": "https://api.github.com/repos/nrk/predis/zipball/5f2eea628eb465d866ad2771927d83769c8f956c",
  717.                     "reference": "5f2eea628eb465d866ad2771927d83769c8f956c",
  718.                     "shasum": ""
  719.                 },
  720.                 "require": {
  721.                     "php": ">=5.3.2"
  722.                 },
  723.                 "suggest": {
  724.                     "ext-curl": "Allows access to Webdis when paired with phpiredis",
  725.                     "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  726.                 },
  727.                 "type": "library",
  728.                 "autoload": {
  729.                     "psr-0": {
  730.                         "Predis": "lib/"
  731.                     }
  732.                 },
  733.                 "notification-url": "https://packagist.org/downloads/",
  734.                 "license": [
  735.                     "MIT"
  736.                 ],
  737.                 "authors": [
  738.                     {
  739.                         "name": "Daniele Alessandri",
  740.                         "email": "suppakilla@gmail.com",
  741.                         "homepage": "http://clorophilla.net"
  742.                     }
  743.                 ],
  744.                 "description": "Flexible and feature-complete PHP client library for Redis",
  745.                 "homepage": "http://github.com/nrk/predis",
  746.                 "keywords": [
  747.                     "nosql",
  748.                     "predis",
  749.                     "redis"
  750.                 ],
  751.                 "time": "2014-01-16 14:10:29"
  752.             },
  753.             {
  754.                 "name": "psr/log",
  755.                 "version": "1.0.0",
  756.                 "source": {
  757.                     "type": "git",
  758.                     "url": "https://github.com/php-fig/log.git",
  759.                     "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  760.                 },
  761.                 "dist": {
  762.                     "type": "zip",
  763.                     "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  764.                     "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  765.                     "shasum": ""
  766.                 },
  767.                 "type": "library",
  768.                 "autoload": {
  769.                     "psr-0": {
  770.                         "Psr\\Log\\": ""
  771.                     }
  772.                 },
  773.                 "notification-url": "https://packagist.org/downloads/",
  774.                 "license": [
  775.                     "MIT"
  776.                 ],
  777.                 "authors": [
  778.                     {
  779.                         "name": "PHP-FIG",
  780.                         "homepage": "http://www.php-fig.org/"
  781.                     }
  782.                 ],
  783.                 "description": "Common interface for logging libraries",
  784.                 "keywords": [
  785.                     "log",
  786.                     "psr",
  787.                     "psr-3"
  788.                 ],
  789.                 "time": "2012-12-21 11:40:51"
  790.             },
  791.             {
  792.                 "name": "stack/builder",
  793.                 "version": "v1.0.1",
  794.                 "source": {
  795.                     "type": "git",
  796.                     "url": "https://github.com/stackphp/builder.git",
  797.                     "reference": "49ab90450d7f959943f3659a4bcb5965530117c2"
  798.                 },
  799.                 "dist": {
  800.                     "type": "zip",
  801.                     "url": "https://api.github.com/repos/stackphp/builder/zipball/49ab90450d7f959943f3659a4bcb5965530117c2",
  802.                     "reference": "49ab90450d7f959943f3659a4bcb5965530117c2",
  803.                     "shasum": ""
  804.                 },
  805.                 "require": {
  806.                     "php": ">=5.3.0",
  807.                     "symfony/http-foundation": "~2.1",
  808.                     "symfony/http-kernel": "~2.1"
  809.                 },
  810.                 "require-dev": {
  811.                     "silex/silex": "~1.0"
  812.                 },
  813.                 "type": "library",
  814.                 "extra": {
  815.                     "branch-alias": {
  816.                         "dev-master": "1.0-dev"
  817.                     }
  818.                 },
  819.                 "autoload": {
  820.                     "psr-0": {
  821.                         "Stack": "src"
  822.                     }
  823.                 },
  824.                 "notification-url": "https://packagist.org/downloads/",
  825.                 "license": [
  826.                     "MIT"
  827.                 ],
  828.                 "authors": [
  829.                     {
  830.                         "name": "Igor Wiedler",
  831.                         "email": "igor@wiedler.ch",
  832.                         "homepage": "http://wiedler.ch/igor/"
  833.                     }
  834.                 ],
  835.                 "description": "Builder for stack middlewares based on HttpKernelInterface.",
  836.                 "keywords": [
  837.                     "stack"
  838.                 ],
  839.                 "time": "2013-10-25 14:04:45"
  840.             },
  841.             {
  842.                 "name": "swiftmailer/swiftmailer",
  843.                 "version": "v5.2.0",
  844.                 "source": {
  845.                     "type": "git",
  846.                     "url": "https://github.com/swiftmailer/swiftmailer.git",
  847.                     "reference": "043e336b871f17a117f76ef8e190eddfc04c8d48"
  848.                 },
  849.                 "dist": {
  850.                     "type": "zip",
  851.                     "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/043e336b871f17a117f76ef8e190eddfc04c8d48",
  852.                     "reference": "043e336b871f17a117f76ef8e190eddfc04c8d48",
  853.                     "shasum": ""
  854.                 },
  855.                 "require": {
  856.                     "php": ">=5.2.4"
  857.                 },
  858.                 "require-dev": {
  859.                     "mockery/mockery": "~0.9.1"
  860.                 },
  861.                 "type": "library",
  862.                 "extra": {
  863.                     "branch-alias": {
  864.                         "dev-master": "5.2-dev"
  865.                     }
  866.                 },
  867.                 "autoload": {
  868.                     "files": [
  869.                         "lib/swift_required.php"
  870.                     ]
  871.                 },
  872.                 "notification-url": "https://packagist.org/downloads/",
  873.                 "license": [
  874.                     "MIT"
  875.                 ],
  876.                 "authors": [
  877.                     {
  878.                         "name": "Fabien Potencier",
  879.                         "email": "fabien@symfony.com",
  880.                         "homepage": "http://fabien.potencier.org",
  881.                         "role": "Lead Developer"
  882.                     },
  883.                     {
  884.                         "name": "Chris Corbyn"
  885.                     }
  886.                 ],
  887.                 "description": "Swiftmailer, free feature-rich PHP mailer",
  888.                 "homepage": "http://swiftmailer.org",
  889.                 "keywords": [
  890.                     "mail",
  891.                     "mailer"
  892.                 ],
  893.                 "time": "2014-05-08 08:11:19"
  894.             },
  895.             {
  896.                 "name": "symfony/browser-kit",
  897.                 "version": "v2.4.4",
  898.                 "target-dir": "Symfony/Component/BrowserKit",
  899.                 "source": {
  900.                     "type": "git",
  901.                     "url": "https://github.com/symfony/BrowserKit.git",
  902.                     "reference": "90a4d3536598f8a372df8d0730daf0874fec6e5b"
  903.                 },
  904.                 "dist": {
  905.                     "type": "zip",
  906.                     "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/90a4d3536598f8a372df8d0730daf0874fec6e5b",
  907.                     "reference": "90a4d3536598f8a372df8d0730daf0874fec6e5b",
  908.                     "shasum": ""
  909.                 },
  910.                 "require": {
  911.                     "php": ">=5.3.3",
  912.                     "symfony/dom-crawler": "~2.0"
  913.                 },
  914.                 "require-dev": {
  915.                     "symfony/css-selector": "~2.0",
  916.                     "symfony/process": "~2.0"
  917.                 },
  918.                 "suggest": {
  919.                     "symfony/process": ""
  920.                 },
  921.                 "type": "library",
  922.                 "extra": {
  923.                     "branch-alias": {
  924.                         "dev-master": "2.4-dev"
  925.                     }
  926.                 },
  927.                 "autoload": {
  928.                     "psr-0": {
  929.                         "Symfony\\Component\\BrowserKit\\": ""
  930.                     }
  931.                 },
  932.                 "notification-url": "https://packagist.org/downloads/",
  933.                 "license": [
  934.                     "MIT"
  935.                 ],
  936.                 "authors": [
  937.                     {
  938.                         "name": "Fabien Potencier",
  939.                         "email": "fabien@symfony.com",
  940.                         "homepage": "http://fabien.potencier.org",
  941.                         "role": "Lead Developer"
  942.                     },
  943.                     {
  944.                         "name": "Symfony Community",
  945.                         "homepage": "http://symfony.com/contributors"
  946.                     }
  947.                 ],
  948.                 "description": "Symfony BrowserKit Component",
  949.                 "homepage": "http://symfony.com",
  950.                 "time": "2014-04-18 20:37:09"
  951.             },
  952.             {
  953.                 "name": "symfony/console",
  954.                 "version": "v2.4.4",
  955.                 "target-dir": "Symfony/Component/Console",
  956.                 "source": {
  957.                     "type": "git",
  958.                     "url": "https://github.com/symfony/Console.git",
  959.                     "reference": "2e452005b1e1d003d23702d227e23614679eb5ca"
  960.                 },
  961.                 "dist": {
  962.                     "type": "zip",
  963.                     "url": "https://api.github.com/repos/symfony/Console/zipball/2e452005b1e1d003d23702d227e23614679eb5ca",
  964.                     "reference": "2e452005b1e1d003d23702d227e23614679eb5ca",
  965.                     "shasum": ""
  966.                 },
  967.                 "require": {
  968.                     "php": ">=5.3.3"
  969.                 },
  970.                 "require-dev": {
  971.                     "symfony/event-dispatcher": "~2.1"
  972.                 },
  973.                 "suggest": {
  974.                     "symfony/event-dispatcher": ""
  975.                 },
  976.                 "type": "library",
  977.                 "extra": {
  978.                     "branch-alias": {
  979.                         "dev-master": "2.4-dev"
  980.                     }
  981.                 },
  982.                 "autoload": {
  983.                     "psr-0": {
  984.                         "Symfony\\Component\\Console\\": ""
  985.                     }
  986.                 },
  987.                 "notification-url": "https://packagist.org/downloads/",
  988.                 "license": [
  989.                     "MIT"
  990.                 ],
  991.                 "authors": [
  992.                     {
  993.                         "name": "Fabien Potencier",
  994.                         "email": "fabien@symfony.com",
  995.                         "homepage": "http://fabien.potencier.org",
  996.                         "role": "Lead Developer"
  997.                     },
  998.                     {
  999.                         "name": "Symfony Community",
  1000.                         "homepage": "http://symfony.com/contributors"
  1001.                     }
  1002.                 ],
  1003.                 "description": "Symfony Console Component",
  1004.                 "homepage": "http://symfony.com",
  1005.                 "time": "2014-04-27 13:34:57"
  1006.             },
  1007.             {
  1008.                 "name": "symfony/css-selector",
  1009.                 "version": "v2.4.4",
  1010.                 "target-dir": "Symfony/Component/CssSelector",
  1011.                 "source": {
  1012.                     "type": "git",
  1013.                     "url": "https://github.com/symfony/CssSelector.git",
  1014.                     "reference": "479a5b409723f596ffc3b5178034e4d76ce615b3"
  1015.                 },
  1016.                 "dist": {
  1017.                     "type": "zip",
  1018.                     "url": "https://api.github.com/repos/symfony/CssSelector/zipball/479a5b409723f596ffc3b5178034e4d76ce615b3",
  1019.                     "reference": "479a5b409723f596ffc3b5178034e4d76ce615b3",
  1020.                     "shasum": ""
  1021.                 },
  1022.                 "require": {
  1023.                     "php": ">=5.3.3"
  1024.                 },
  1025.                 "type": "library",
  1026.                 "extra": {
  1027.                     "branch-alias": {
  1028.                         "dev-master": "2.4-dev"
  1029.                     }
  1030.                 },
  1031.                 "autoload": {
  1032.                     "psr-0": {
  1033.                         "Symfony\\Component\\CssSelector\\": ""
  1034.                     }
  1035.                 },
  1036.                 "notification-url": "https://packagist.org/downloads/",
  1037.                 "license": [
  1038.                     "MIT"
  1039.                 ],
  1040.                 "authors": [
  1041.                     {
  1042.                         "name": "Fabien Potencier",
  1043.                         "email": "fabien@symfony.com",
  1044.                         "homepage": "http://fabien.potencier.org",
  1045.                         "role": "Lead Developer"
  1046.                     },
  1047.                     {
  1048.                         "name": "Symfony Community",
  1049.                         "homepage": "http://symfony.com/contributors"
  1050.                     },
  1051.                     {
  1052.                         "name": "Jean-François Simon",
  1053.                         "email": "jeanfrancois.simon@sensiolabs.com"
  1054.                     }
  1055.                 ],
  1056.                 "description": "Symfony CssSelector Component",
  1057.                 "homepage": "http://symfony.com",
  1058.                 "time": "2014-04-18 20:37:09"
  1059.             },
  1060.             {
  1061.                 "name": "symfony/debug",
  1062.                 "version": "v2.4.4",
  1063.                 "target-dir": "Symfony/Component/Debug",
  1064.                 "source": {
  1065.                     "type": "git",
  1066.                     "url": "https://github.com/symfony/Debug.git",
  1067.                     "reference": "6a8eb9aba50595014fef52d6b4d99b31dfaa6f02"
  1068.                 },
  1069.                 "dist": {
  1070.                     "type": "zip",
  1071.                     "url": "https://api.github.com/repos/symfony/Debug/zipball/6a8eb9aba50595014fef52d6b4d99b31dfaa6f02",
  1072.                     "reference": "6a8eb9aba50595014fef52d6b4d99b31dfaa6f02",
  1073.                     "shasum": ""
  1074.                 },
  1075.                 "require": {
  1076.                     "php": ">=5.3.3"
  1077.                 },
  1078.                 "require-dev": {
  1079.                     "symfony/http-foundation": "~2.1",
  1080.                     "symfony/http-kernel": "~2.1"
  1081.                 },
  1082.                 "suggest": {
  1083.                     "symfony/http-foundation": "",
  1084.                     "symfony/http-kernel": ""
  1085.                 },
  1086.                 "type": "library",
  1087.                 "extra": {
  1088.                     "branch-alias": {
  1089.                         "dev-master": "2.4-dev"
  1090.                     }
  1091.                 },
  1092.                 "autoload": {
  1093.                     "psr-0": {
  1094.                         "Symfony\\Component\\Debug\\": ""
  1095.                     }
  1096.                 },
  1097.                 "notification-url": "https://packagist.org/downloads/",
  1098.                 "license": [
  1099.                     "MIT"
  1100.                 ],
  1101.                 "authors": [
  1102.                     {
  1103.                         "name": "Fabien Potencier",
  1104.                         "email": "fabien@symfony.com",
  1105.                         "homepage": "http://fabien.potencier.org",
  1106.                         "role": "Lead Developer"
  1107.                     },
  1108.                     {
  1109.                         "name": "Symfony Community",
  1110.                         "homepage": "http://symfony.com/contributors"
  1111.                     }
  1112.                 ],
  1113.                 "description": "Symfony Debug Component",
  1114.                 "homepage": "http://symfony.com",
  1115.                 "time": "2014-04-16 10:34:42"
  1116.             },
  1117.             {
  1118.                 "name": "symfony/dom-crawler",
  1119.                 "version": "v2.4.4",
  1120.                 "target-dir": "Symfony/Component/DomCrawler",
  1121.                 "source": {
  1122.                     "type": "git",
  1123.                     "url": "https://github.com/symfony/DomCrawler.git",
  1124.                     "reference": "e94b29c7cac964e58c406408d238ceeaa3604e78"
  1125.                 },
  1126.                 "dist": {
  1127.                     "type": "zip",
  1128.                     "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/e94b29c7cac964e58c406408d238ceeaa3604e78",
  1129.                     "reference": "e94b29c7cac964e58c406408d238ceeaa3604e78",
  1130.                     "shasum": ""
  1131.                 },
  1132.                 "require": {
  1133.                     "php": ">=5.3.3"
  1134.                 },
  1135.                 "require-dev": {
  1136.                     "symfony/css-selector": "~2.0"
  1137.                 },
  1138.                 "suggest": {
  1139.                     "symfony/css-selector": ""
  1140.                 },
  1141.                 "type": "library",
  1142.                 "extra": {
  1143.                     "branch-alias": {
  1144.                         "dev-master": "2.4-dev"
  1145.                     }
  1146.                 },
  1147.                 "autoload": {
  1148.                     "psr-0": {
  1149.                         "Symfony\\Component\\DomCrawler\\": ""
  1150.                     }
  1151.                 },
  1152.                 "notification-url": "https://packagist.org/downloads/",
  1153.                 "license": [
  1154.                     "MIT"
  1155.                 ],
  1156.                 "authors": [
  1157.                     {
  1158.                         "name": "Fabien Potencier",
  1159.                         "email": "fabien@symfony.com",
  1160.                         "homepage": "http://fabien.potencier.org",
  1161.                         "role": "Lead Developer"
  1162.                     },
  1163.                     {
  1164.                         "name": "Symfony Community",
  1165.                         "homepage": "http://symfony.com/contributors"
  1166.                     }
  1167.                 ],
  1168.                 "description": "Symfony DomCrawler Component",
  1169.                 "homepage": "http://symfony.com",
  1170.                 "time": "2014-04-18 20:37:09"
  1171.             },
  1172.             {
  1173.                 "name": "symfony/event-dispatcher",
  1174.                 "version": "v2.4.4",
  1175.                 "target-dir": "Symfony/Component/EventDispatcher",
  1176.                 "source": {
  1177.                     "type": "git",
  1178.                     "url": "https://github.com/symfony/EventDispatcher.git",
  1179.                     "reference": "e539602e5455aa086c0e81e604745af7789e4d8a"
  1180.                 },
  1181.                 "dist": {
  1182.                     "type": "zip",
  1183.                     "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/e539602e5455aa086c0e81e604745af7789e4d8a",
  1184.                     "reference": "e539602e5455aa086c0e81e604745af7789e4d8a",
  1185.                     "shasum": ""
  1186.                 },
  1187.                 "require": {
  1188.                     "php": ">=5.3.3"
  1189.                 },
  1190.                 "require-dev": {
  1191.                     "symfony/dependency-injection": "~2.0"
  1192.                 },
  1193.                 "suggest": {
  1194.                     "symfony/dependency-injection": "",
  1195.                     "symfony/http-kernel": ""
  1196.                 },
  1197.                 "type": "library",
  1198.                 "extra": {
  1199.                     "branch-alias": {
  1200.                         "dev-master": "2.4-dev"
  1201.                     }
  1202.                 },
  1203.                 "autoload": {
  1204.                     "psr-0": {
  1205.                         "Symfony\\Component\\EventDispatcher\\": ""
  1206.                     }
  1207.                 },
  1208.                 "notification-url": "https://packagist.org/downloads/",
  1209.                 "license": [
  1210.                     "MIT"
  1211.                 ],
  1212.                 "authors": [
  1213.                     {
  1214.                         "name": "Fabien Potencier",
  1215.                         "email": "fabien@symfony.com",
  1216.                         "homepage": "http://fabien.potencier.org",
  1217.                         "role": "Lead Developer"
  1218.                     },
  1219.                     {
  1220.                         "name": "Symfony Community",
  1221.                         "homepage": "http://symfony.com/contributors"
  1222.                     }
  1223.                 ],
  1224.                 "description": "Symfony EventDispatcher Component",
  1225.                 "homepage": "http://symfony.com",
  1226.                 "time": "2014-04-16 10:34:31"
  1227.             },
  1228.             {
  1229.                 "name": "symfony/filesystem",
  1230.                 "version": "v2.4.4",
  1231.                 "target-dir": "Symfony/Component/Filesystem",
  1232.                 "source": {
  1233.                     "type": "git",
  1234.                     "url": "https://github.com/symfony/Filesystem.git",
  1235.                     "reference": "a3af8294bcce4a7c1b2892363b0c9d8109affad4"
  1236.                 },
  1237.                 "dist": {
  1238.                     "type": "zip",
  1239.                     "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a3af8294bcce4a7c1b2892363b0c9d8109affad4",
  1240.                     "reference": "a3af8294bcce4a7c1b2892363b0c9d8109affad4",
  1241.                     "shasum": ""
  1242.                 },
  1243.                 "require": {
  1244.                     "php": ">=5.3.3"
  1245.                 },
  1246.                 "type": "library",
  1247.                 "extra": {
  1248.                     "branch-alias": {
  1249.                         "dev-master": "2.4-dev"
  1250.                     }
  1251.                 },
  1252.                 "autoload": {
  1253.                     "psr-0": {
  1254.                         "Symfony\\Component\\Filesystem\\": ""
  1255.                     }
  1256.                 },
  1257.                 "notification-url": "https://packagist.org/downloads/",
  1258.                 "license": [
  1259.                     "MIT"
  1260.                 ],
  1261.                 "authors": [
  1262.                     {
  1263.                         "name": "Fabien Potencier",
  1264.                         "email": "fabien@symfony.com",
  1265.                         "homepage": "http://fabien.potencier.org",
  1266.                         "role": "Lead Developer"
  1267.                     },
  1268.                     {
  1269.                         "name": "Symfony Community",
  1270.                         "homepage": "http://symfony.com/contributors"
  1271.                     }
  1272.                 ],
  1273.                 "description": "Symfony Filesystem Component",
  1274.                 "homepage": "http://symfony.com",
  1275.                 "time": "2014-04-16 10:34:31"
  1276.             },
  1277.             {
  1278.                 "name": "symfony/finder",
  1279.                 "version": "v2.4.4",
  1280.                 "target-dir": "Symfony/Component/Finder",
  1281.                 "source": {
  1282.                     "type": "git",
  1283.                     "url": "https://github.com/symfony/Finder.git",
  1284.                     "reference": "25e1e7d5e7376f8a92ae3b1d714d956edf33a730"
  1285.                 },
  1286.                 "dist": {
  1287.                     "type": "zip",
  1288.                     "url": "https://api.github.com/repos/symfony/Finder/zipball/25e1e7d5e7376f8a92ae3b1d714d956edf33a730",
  1289.                     "reference": "25e1e7d5e7376f8a92ae3b1d714d956edf33a730",
  1290.                     "shasum": ""
  1291.                 },
  1292.                 "require": {
  1293.                     "php": ">=5.3.3"
  1294.                 },
  1295.                 "type": "library",
  1296.                 "extra": {
  1297.                     "branch-alias": {
  1298.                         "dev-master": "2.4-dev"
  1299.                     }
  1300.                 },
  1301.                 "autoload": {
  1302.                     "psr-0": {
  1303.                         "Symfony\\Component\\Finder\\": ""
  1304.                     }
  1305.                 },
  1306.                 "notification-url": "https://packagist.org/downloads/",
  1307.                 "license": [
  1308.                     "MIT"
  1309.                 ],
  1310.                 "authors": [
  1311.                     {
  1312.                         "name": "Fabien Potencier",
  1313.                         "email": "fabien@symfony.com",
  1314.                         "homepage": "http://fabien.potencier.org",
  1315.                         "role": "Lead Developer"
  1316.                     },
  1317.                     {
  1318.                         "name": "Symfony Community",
  1319.                         "homepage": "http://symfony.com/contributors"
  1320.                     }
  1321.                 ],
  1322.                 "description": "Symfony Finder Component",
  1323.                 "homepage": "http://symfony.com",
  1324.                 "time": "2014-04-27 13:34:57"
  1325.             },
  1326.             {
  1327.                 "name": "symfony/http-foundation",
  1328.                 "version": "v2.4.4",
  1329.                 "target-dir": "Symfony/Component/HttpFoundation",
  1330.                 "source": {
  1331.                     "type": "git",
  1332.                     "url": "https://github.com/symfony/HttpFoundation.git",
  1333.                     "reference": "22c4dee84271ad0cd08d19f26d89f2878e11159b"
  1334.                 },
  1335.                 "dist": {
  1336.                     "type": "zip",
  1337.                     "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/22c4dee84271ad0cd08d19f26d89f2878e11159b",
  1338.                     "reference": "22c4dee84271ad0cd08d19f26d89f2878e11159b",
  1339.                     "shasum": ""
  1340.                 },
  1341.                 "require": {
  1342.                     "php": ">=5.3.3"
  1343.                 },
  1344.                 "require-dev": {
  1345.                     "symfony/expression-language": "~2.4"
  1346.                 },
  1347.                 "type": "library",
  1348.                 "extra": {
  1349.                     "branch-alias": {
  1350.                         "dev-master": "2.4-dev"
  1351.                     }
  1352.                 },
  1353.                 "autoload": {
  1354.                     "psr-0": {
  1355.                         "Symfony\\Component\\HttpFoundation\\": ""
  1356.                     },
  1357.                     "classmap": [
  1358.                         "Symfony/Component/HttpFoundation/Resources/stubs"
  1359.                     ]
  1360.                 },
  1361.                 "notification-url": "https://packagist.org/downloads/",
  1362.                 "license": [
  1363.                     "MIT"
  1364.                 ],
  1365.                 "authors": [
  1366.                     {
  1367.                         "name": "Fabien Potencier",
  1368.                         "email": "fabien@symfony.com",
  1369.                         "homepage": "http://fabien.potencier.org",
  1370.                         "role": "Lead Developer"
  1371.                     },
  1372.                     {
  1373.                         "name": "Symfony Community",
  1374.                         "homepage": "http://symfony.com/contributors"
  1375.                     }
  1376.                 ],
  1377.                 "description": "Symfony HttpFoundation Component",
  1378.                 "homepage": "http://symfony.com",
  1379.                 "time": "2014-04-18 21:02:05"
  1380.             },
  1381.             {
  1382.                 "name": "symfony/http-kernel",
  1383.                 "version": "v2.4.4",
  1384.                 "target-dir": "Symfony/Component/HttpKernel",
  1385.                 "source": {
  1386.                     "type": "git",
  1387.                     "url": "https://github.com/symfony/HttpKernel.git",
  1388.                     "reference": "0e4410de0f39603d4c44b75fe399470e7de89dc4"
  1389.                 },
  1390.                 "dist": {
  1391.                     "type": "zip",
  1392.                     "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/0e4410de0f39603d4c44b75fe399470e7de89dc4",
  1393.                     "reference": "0e4410de0f39603d4c44b75fe399470e7de89dc4",
  1394.                     "shasum": ""
  1395.                 },
  1396.                 "require": {
  1397.                     "php": ">=5.3.3",
  1398.                     "psr/log": "~1.0",
  1399.                     "symfony/debug": "~2.3",
  1400.                     "symfony/event-dispatcher": "~2.1",
  1401.                     "symfony/http-foundation": "~2.4"
  1402.                 },
  1403.                 "require-dev": {
  1404.                     "symfony/browser-kit": "~2.2",
  1405.                     "symfony/class-loader": "~2.1",
  1406.                     "symfony/config": "~2.0",
  1407.                     "symfony/console": "~2.2",
  1408.                     "symfony/dependency-injection": "~2.0",
  1409.                     "symfony/finder": "~2.0",
  1410.                     "symfony/process": "~2.0",
  1411.                     "symfony/routing": "~2.2",
  1412.                     "symfony/stopwatch": "~2.2",
  1413.                     "symfony/templating": "~2.2"
  1414.                 },
  1415.                 "suggest": {
  1416.                     "symfony/browser-kit": "",
  1417.                     "symfony/class-loader": "",
  1418.                     "symfony/config": "",
  1419.                     "symfony/console": "",
  1420.                     "symfony/dependency-injection": "",
  1421.                     "symfony/finder": ""
  1422.                 },
  1423.                 "type": "library",
  1424.                 "extra": {
  1425.                     "branch-alias": {
  1426.                         "dev-master": "2.4-dev"
  1427.                     }
  1428.                 },
  1429.                 "autoload": {
  1430.                     "psr-0": {
  1431.                         "Symfony\\Component\\HttpKernel\\": ""
  1432.                     }
  1433.                 },
  1434.                 "notification-url": "https://packagist.org/downloads/",
  1435.                 "license": [
  1436.                     "MIT"
  1437.                 ],
  1438.                 "authors": [
  1439.                     {
  1440.                         "name": "Fabien Potencier",
  1441.                         "email": "fabien@symfony.com",
  1442.                         "homepage": "http://fabien.potencier.org",
  1443.                         "role": "Lead Developer"
  1444.                     },
  1445.                     {
  1446.                         "name": "Symfony Community",
  1447.                         "homepage": "http://symfony.com/contributors"
  1448.                     }
  1449.                 ],
  1450.                 "description": "Symfony HttpKernel Component",
  1451.                 "homepage": "http://symfony.com",
  1452.                 "time": "2014-04-27 13:39:18"
  1453.             },
  1454.             {
  1455.                 "name": "symfony/process",
  1456.                 "version": "v2.4.4",
  1457.                 "target-dir": "Symfony/Component/Process",
  1458.                 "source": {
  1459.                     "type": "git",
  1460.                     "url": "https://github.com/symfony/Process.git",
  1461.                     "reference": "8721f1476d5d38a43c7d6ccb6435b351cf8f3bb7"
  1462.                 },
  1463.                 "dist": {
  1464.                     "type": "zip",
  1465.                     "url": "https://api.github.com/repos/symfony/Process/zipball/8721f1476d5d38a43c7d6ccb6435b351cf8f3bb7",
  1466.                     "reference": "8721f1476d5d38a43c7d6ccb6435b351cf8f3bb7",
  1467.                     "shasum": ""
  1468.                 },
  1469.                 "require": {
  1470.                     "php": ">=5.3.3"
  1471.                 },
  1472.                 "type": "library",
  1473.                 "extra": {
  1474.                     "branch-alias": {
  1475.                         "dev-master": "2.4-dev"
  1476.                     }
  1477.                 },
  1478.                 "autoload": {
  1479.                     "psr-0": {
  1480.                         "Symfony\\Component\\Process\\": ""
  1481.                     }
  1482.                 },
  1483.                 "notification-url": "https://packagist.org/downloads/",
  1484.                 "license": [
  1485.                     "MIT"
  1486.                 ],
  1487.                 "authors": [
  1488.                     {
  1489.                         "name": "Fabien Potencier",
  1490.                         "email": "fabien@symfony.com",
  1491.                         "homepage": "http://fabien.potencier.org",
  1492.                         "role": "Lead Developer"
  1493.                     },
  1494.                     {
  1495.                         "name": "Symfony Community",
  1496.                         "homepage": "http://symfony.com/contributors"
  1497.                     }
  1498.                 ],
  1499.                 "description": "Symfony Process Component",
  1500.                 "homepage": "http://symfony.com",
  1501.                 "time": "2014-04-27 13:34:57"
  1502.             },
  1503.             {
  1504.                 "name": "symfony/routing",
  1505.                 "version": "v2.4.4",
  1506.                 "target-dir": "Symfony/Component/Routing",
  1507.                 "source": {
  1508.                     "type": "git",
  1509.                     "url": "https://github.com/symfony/Routing.git",
  1510.                     "reference": "74229f66e16bce6d2415ca44d4756f8e7ea880f8"
  1511.                 },
  1512.                 "dist": {
  1513.                     "type": "zip",
  1514.                     "url": "https://api.github.com/repos/symfony/Routing/zipball/74229f66e16bce6d2415ca44d4756f8e7ea880f8",
  1515.                     "reference": "74229f66e16bce6d2415ca44d4756f8e7ea880f8",
  1516.                     "shasum": ""
  1517.                 },
  1518.                 "require": {
  1519.                     "php": ">=5.3.3"
  1520.                 },
  1521.                 "require-dev": {
  1522.                     "doctrine/annotations": "~1.0",
  1523.                     "psr/log": "~1.0",
  1524.                     "symfony/config": "~2.2",
  1525.                     "symfony/expression-language": "~2.4",
  1526.                     "symfony/yaml": "~2.0"
  1527.                 },
  1528.                 "suggest": {
  1529.                     "doctrine/annotations": "For using the annotation loader",
  1530.                     "symfony/config": "For using the all-in-one router or any loader",
  1531.                     "symfony/expression-language": "For using expression matching",
  1532.                     "symfony/yaml": "For using the YAML loader"
  1533.                 },
  1534.                 "type": "library",
  1535.                 "extra": {
  1536.                     "branch-alias": {
  1537.                         "dev-master": "2.4-dev"
  1538.                     }
  1539.                 },
  1540.                 "autoload": {
  1541.                     "psr-0": {
  1542.                         "Symfony\\Component\\Routing\\": ""
  1543.                     }
  1544.                 },
  1545.                 "notification-url": "https://packagist.org/downloads/",
  1546.                 "license": [
  1547.                     "MIT"
  1548.                 ],
  1549.                 "authors": [
  1550.                     {
  1551.                         "name": "Fabien Potencier",
  1552.                         "email": "fabien@symfony.com",
  1553.                         "homepage": "http://fabien.potencier.org",
  1554.                         "role": "Lead Developer"
  1555.                     },
  1556.                     {
  1557.                         "name": "Symfony Community",
  1558.                         "homepage": "http://symfony.com/contributors"
  1559.                     }
  1560.                 ],
  1561.                 "description": "Symfony Routing Component",
  1562.                 "homepage": "http://symfony.com",
  1563.                 "keywords": [
  1564.                     "router",
  1565.                     "routing",
  1566.                     "uri",
  1567.                     "url"
  1568.                 ],
  1569.                 "time": "2014-04-23 14:04:21"
  1570.             },
  1571.             {
  1572.                 "name": "symfony/security",
  1573.                 "version": "v2.4.4",
  1574.                 "target-dir": "Symfony/Component/Security",
  1575.                 "source": {
  1576.                     "type": "git",
  1577.                     "url": "https://github.com/symfony/Security.git",
  1578.                     "reference": "1f2b6d8dfea39071748becf040c8d8a23288e725"
  1579.                 },
  1580.                 "dist": {
  1581.                     "type": "zip",
  1582.                     "url": "https://api.github.com/repos/symfony/Security/zipball/1f2b6d8dfea39071748becf040c8d8a23288e725",
  1583.                     "reference": "1f2b6d8dfea39071748becf040c8d8a23288e725",
  1584.                     "shasum": ""
  1585.                 },
  1586.                 "require": {
  1587.                     "php": ">=5.3.3",
  1588.                     "symfony/event-dispatcher": "~2.1",
  1589.                     "symfony/http-foundation": "~2.1",
  1590.                     "symfony/http-kernel": "~2.4"
  1591.                 },
  1592.                 "replace": {
  1593.                     "symfony/security-acl": "self.version",
  1594.                     "symfony/security-core": "self.version",
  1595.                     "symfony/security-csrf": "self.version",
  1596.                     "symfony/security-http": "self.version"
  1597.                 },
  1598.                 "require-dev": {
  1599.                     "doctrine/common": "~2.2",
  1600.                     "doctrine/dbal": "~2.2",
  1601.                     "ircmaxell/password-compat": "1.0.*",
  1602.                     "psr/log": "~1.0",
  1603.                     "symfony/expression-language": "~2.4",
  1604.                     "symfony/routing": "~2.2",
  1605.                     "symfony/validator": "~2.2"
  1606.                 },
  1607.                 "suggest": {
  1608.                     "doctrine/dbal": "For using the built-in ACL implementation",
  1609.                     "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
  1610.                     "symfony/class-loader": "For using the ACL generateSql script",
  1611.                     "symfony/expression-language": "For using the expression voter",
  1612.                     "symfony/finder": "For using the ACL generateSql script",
  1613.                     "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
  1614.                     "symfony/validator": "For using the user password constraint"
  1615.                 },
  1616.                 "type": "library",
  1617.                 "extra": {
  1618.                     "branch-alias": {
  1619.                         "dev-master": "2.4-dev"
  1620.                     }
  1621.                 },
  1622.                 "autoload": {
  1623.                     "psr-0": {
  1624.                         "Symfony\\Component\\Security\\": ""
  1625.                     }
  1626.                 },
  1627.                 "notification-url": "https://packagist.org/downloads/",
  1628.                 "license": [
  1629.                     "MIT"
  1630.                 ],
  1631.                 "authors": [
  1632.                     {
  1633.                         "name": "Fabien Potencier",
  1634.                         "email": "fabien@symfony.com",
  1635.                         "homepage": "http://fabien.potencier.org",
  1636.                         "role": "Lead Developer"
  1637.                     },
  1638.                     {
  1639.                         "name": "Symfony Community",
  1640.                         "homepage": "http://symfony.com/contributors"
  1641.                     }
  1642.                 ],
  1643.                 "description": "Symfony Security Component",
  1644.                 "homepage": "http://symfony.com",
  1645.                 "time": "2014-04-25 07:06:20"
  1646.             },
  1647.             {
  1648.                 "name": "symfony/translation",
  1649.                 "version": "v2.4.4",
  1650.                 "target-dir": "Symfony/Component/Translation",
  1651.                 "source": {
  1652.                     "type": "git",
  1653.                     "url": "https://github.com/symfony/Translation.git",
  1654.                     "reference": "d2c73ffa4a5ba1fa0c5d93f43b68331dffe898c5"
  1655.                 },
  1656.                 "dist": {
  1657.                     "type": "zip",
  1658.                     "url": "https://api.github.com/repos/symfony/Translation/zipball/d2c73ffa4a5ba1fa0c5d93f43b68331dffe898c5",
  1659.                     "reference": "d2c73ffa4a5ba1fa0c5d93f43b68331dffe898c5",
  1660.                     "shasum": ""
  1661.                 },
  1662.                 "require": {
  1663.                     "php": ">=5.3.3"
  1664.                 },
  1665.                 "require-dev": {
  1666.                     "symfony/config": "~2.0",
  1667.                     "symfony/yaml": "~2.2"
  1668.                 },
  1669.                 "suggest": {
  1670.                     "symfony/config": "",
  1671.                     "symfony/yaml": ""
  1672.                 },
  1673.                 "type": "library",
  1674.                 "extra": {
  1675.                     "branch-alias": {
  1676.                         "dev-master": "2.4-dev"
  1677.                     }
  1678.                 },
  1679.                 "autoload": {
  1680.                     "psr-0": {
  1681.                         "Symfony\\Component\\Translation\\": ""
  1682.                     }
  1683.                 },
  1684.                 "notification-url": "https://packagist.org/downloads/",
  1685.                 "license": [
  1686.                     "MIT"
  1687.                 ],
  1688.                 "authors": [
  1689.                     {
  1690.                         "name": "Fabien Potencier",
  1691.                         "email": "fabien@symfony.com",
  1692.                         "homepage": "http://fabien.potencier.org",
  1693.                         "role": "Lead Developer"
  1694.                     },
  1695.                     {
  1696.                         "name": "Symfony Community",
  1697.                         "homepage": "http://symfony.com/contributors"
  1698.                     }
  1699.                 ],
  1700.                 "description": "Symfony Translation Component",
  1701.                 "homepage": "http://symfony.com",
  1702.                 "time": "2014-04-18 21:02:05"
  1703.             }
  1704.         ],
  1705.         "packages-dev": [
  1706.    
  1707.         ],
  1708.         "aliases": [
  1709.    
  1710.         ],
  1711.         "minimum-stability": "stable",
  1712.         "stability-flags": {
  1713.             "laravelbook/ardent": 20
  1714.         },
  1715.         "platform": [
  1716.    
  1717.         ],
  1718.         "platform-dev": [
  1719.    
  1720.         ]
  1721.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement