{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], "hash": "3c5767176568164b45154ce2288cb0ab", "packages": [ { "name": "alchemy/binary-driver", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/BinaryDriver.git", "reference": "1.5.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/1.5.0", "reference": "1.5.0", "shasum": "" }, "require": { "evenement/evenement": ">=1.0,<2.0", "monolog/monolog": ">=1.3,<2.0", "php": ">=5.3.3", "psr/log": ">=1.0,<2.0", "symfony/process": ">=2.0,<3.0" }, "require-dev": { "phpunit/phpunit": ">=3.7,<4.0" }, "type": "library", "autoload": { "psr-0": { "Alchemy": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com", "homepage": "http://www.lickmychip.com/" }, { "name": "Nicolas Le Goff", "email": "legoff.n@gmail.com" }, { "name": "Phraseanet Team", "email": "info@alchemy.fr", "homepage": "http://www.phraseanet.com/" } ], "description": "A set of tools to build binary drivers", "keywords": [ "binary", "driver" ], "time": "2013-06-21 15:51:20" }, { "name": "evenement/evenement", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/igorw/evenement", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/igorw/evenement/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "Evenement": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Igor Wiedler", "email": "igor@wiedler.ch", "homepage": "http://wiedler.ch/igor/" } ], "description": "Événement is a very simple event dispatching library for PHP 5.3", "keywords": [ "event-dispatcher" ], "time": "2012-05-30 08:01:08" }, { "name": "monolog/monolog", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "1.5.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.5.0", "reference": "1.5.0", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": ">=1.0,<2.0" }, "require-dev": { "doctrine/couchdb": "dev-master", "mlehner/gelf-php": "1.0.*", "raven/raven": "0.3.*" }, "suggest": { "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", "raven/raven": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-0": { "Monolog": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be", "role": "Developer" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2013-04-23 10:09:48" }, { "name": "psr/log", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log", "reference": "1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/php-fig/log/archive/1.0.0.zip", "reference": "1.0.0", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Psr\\Log\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "keywords": [ "log", "psr", "psr-3" ], "time": "2012-12-21 11:40:51" }, { "name": "symfony/process", "version": "v2.3.1", "target-dir": "Symfony/Component/Process", "source": { "type": "git", "url": "https://github.com/symfony/Process.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Process/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Process\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "http://symfony.com", "time": "2013-05-06 20:03:44" } ], "packages-dev": [ { "name": "nikic/php-parser", "version": "v0.9.3", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser", "reference": "v0.9.3" }, "dist": { "type": "zip", "url": "https://github.com/nikic/PHP-Parser/archive/v0.9.3.zip", "reference": "v0.9.3", "shasum": "" }, "require": { "php": ">=5.2" }, "type": "library", "autoload": { "psr-0": { "PHPParser": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "time": "2012-11-22 18:54:05" }, { "name": "phpunit/php-code-coverage", "version": "1.2.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "1.2.11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.11", "reference": "1.2.11", "shasum": "" }, "require": { "php": ">=5.3.3", "phpunit/php-file-iterator": ">=1.3.0@stable", "phpunit/php-text-template": ">=1.1.1@stable", "phpunit/php-token-stream": ">=1.1.3@stable" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "suggest": { "ext-dom": "*", "ext-xdebug": ">=2.0.5" }, "type": "library", "autoload": { "classmap": [ "PHP/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "time": "2013-05-23 18:23:24" }, { "name": "phpunit/php-file-iterator", "version": "1.3.3", "source": { "type": "git", "url": "git://github.com/sebastianbergmann/php-file-iterator.git", "reference": "1.3.3" }, "dist": { "type": "zip", "url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3", "reference": "1.3.3", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "File/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "http://www.phpunit.de/", "keywords": [ "filesystem", "iterator" ], "time": "2012-10-11 04:44:38" }, { "name": "phpunit/php-text-template", "version": "1.1.4", "source": { "type": "git", "url": "git://github.com/sebastianbergmann/php-text-template.git", "reference": "1.1.4" }, "dist": { "type": "zip", "url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4", "reference": "1.1.4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "Text/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "time": "2012-10-31 11:15:28" }, { "name": "phpunit/php-timer", "version": "1.0.4", "source": { "type": "git", "url": "git://github.com/sebastianbergmann/php-timer.git", "reference": "1.0.4" }, "dist": { "type": "zip", "url": "https://github.com/sebastianbergmann/php-timer/zipball/1.0.4", "reference": "1.0.4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "PHP/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "http://www.phpunit.de/", "keywords": [ "timer" ], "time": "2012-10-11 04:45:58" }, { "name": "phpunit/php-token-stream", "version": "1.1.5", "source": { "type": "git", "url": "git://github.com/sebastianbergmann/php-token-stream.git", "reference": "1.1.5" }, "dist": { "type": "zip", "url": "https://github.com/sebastianbergmann/php-token-stream/zipball/1.1.5", "reference": "1.1.5", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "PHP/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "http://www.phpunit.de/", "keywords": [ "tokenizer" ], "time": "2012-10-11 04:47:14" }, { "name": "phpunit/phpunit", "version": "3.7.21", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "3.7.21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.21", "reference": "3.7.21", "shasum": "" }, "require": { "ext-dom": "*", "ext-pcre": "*", "ext-reflection": "*", "ext-spl": "*", "php": ">=5.3.3", "phpunit/php-code-coverage": ">=1.2.1,<1.3.0", "phpunit/php-file-iterator": ">=1.3.1", "phpunit/php-text-template": ">=1.1.1", "phpunit/php-timer": ">=1.0.2,<1.1.0", "phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0", "symfony/yaml": ">=2.0,<3.0" }, "require-dev": { "pear-pear/pear": "1.9.4" }, "suggest": { "ext-json": "*", "ext-simplexml": "*", "ext-tokenizer": "*", "phpunit/php-invoker": ">=1.1.0,<1.2.0" }, "bin": [ "composer/bin/phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.7.x-dev" } }, "autoload": { "classmap": [ "PHPUnit/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "", "../../symfony/yaml/" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "http://www.phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "time": "2013-05-23 18:54:29" }, { "name": "phpunit/phpunit-mock-objects", "version": "1.2.3", "source": { "type": "git", "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git", "reference": "1.2.3" }, "dist": { "type": "zip", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip", "reference": "1.2.3", "shasum": "" }, "require": { "php": ">=5.3.3", "phpunit/php-text-template": ">=1.1.1@stable" }, "suggest": { "ext-soap": "*" }, "type": "library", "autoload": { "classmap": [ "PHPUnit/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Mock Object library for PHPUnit", "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "keywords": [ "mock", "xunit" ], "time": "2013-01-13 10:24:48" }, { "name": "pimple/pimple", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/fabpot/Pimple.git", "reference": "v1.0.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Pimple/zipball/v1.0.2", "reference": "v1.0.2", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Pimple": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", "homepage": "http://pimple.sensiolabs.org", "keywords": [ "container", "dependency injection" ], "time": "2013-03-08 08:21:40" }, { "name": "sami/sami", "version": "v1.0", "source": { "type": "git", "url": "https://github.com/fabpot/Sami.git", "reference": "v1.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Sami/zipball/v1.0", "reference": "v1.0", "shasum": "" }, "require": { "nikic/php-parser": "0.9.*", "php": ">=5.3.0", "pimple/pimple": "1.0.*", "symfony/console": ">=2.1,<3.0", "symfony/filesystem": ">=2.1,<3.0", "symfony/finder": ">=2.1,<3.0", "symfony/process": ">=2.1,<3.0", "symfony/yaml": ">=2.1,<3.0", "twig/twig": "1.*" }, "bin": [ "sami.php" ], "type": "application", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Sami": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Sami, an API documentation generator", "homepage": "http://sami.sensiolabs.org", "keywords": [ "phpdoc" ], "time": "2013-04-05 13:01:32" }, { "name": "silex/silex", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/fabpot/Silex.git", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Silex/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "php": ">=5.3.3", "pimple/pimple": "1.*", "symfony/event-dispatcher": ">=2.1,<2.4-dev", "symfony/http-foundation": ">=2.1,<2.4-dev", "symfony/http-kernel": ">=2.1,<2.4-dev", "symfony/routing": ">=2.1,<2.4-dev" }, "require-dev": { "doctrine/dbal": ">=2.2.0,<2.4.0-dev", "monolog/monolog": ">=1.4,<2.0,>=1.4.1", "swiftmailer/swiftmailer": "5.*", "symfony/browser-kit": ">=2.1,<2.4-dev", "symfony/config": ">=2.1,<2.4-dev", "symfony/css-selector": ">=2.1,<2.4-dev", "symfony/dom-crawler": ">=2.1,<2.4-dev", "symfony/finder": ">=2.1,<2.4-dev", "symfony/form": ">=2.1.4,<2.4-dev", "symfony/locale": ">=2.1,<2.4-dev", "symfony/monolog-bridge": ">=2.1,<2.4-dev", "symfony/options-resolver": ">=2.1,<2.4-dev", "symfony/process": ">=2.1,<2.4-dev", "symfony/security": ">=2.1,<2.4-dev", "symfony/serializer": ">=2.1,<2.4-dev", "symfony/translation": ">=2.1,<2.4-dev", "symfony/twig-bridge": ">=2.1,<2.4-dev", "symfony/validator": ">=2.1,<2.4-dev", "twig/twig": ">=1.8.0,<2.0-dev" }, "suggest": { "symfony/browser-kit": ">=2.1,<2.4-dev", "symfony/css-selector": ">=2.1,<2.4-dev", "symfony/dom-crawler": ">=2.1,<2.4-dev", "symfony/form": ">= 2.1.4,<2.4-dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Silex": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch", "homepage": "http://wiedler.ch/igor/" } ], "description": "The PHP micro-framework based on the Symfony2 Components", "homepage": "http://silex.sensiolabs.org", "keywords": [ "microframework" ], "time": "2013-05-03 16:49:57" }, { "name": "symfony/console", "version": "v2.3.1", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Console/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/event-dispatcher": ">=2.1,<3.0" }, "suggest": { "symfony/event-dispatcher": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "http://symfony.com", "time": "2013-06-11 07:15:14" }, { "name": "symfony/debug", "version": "v2.3.1", "target-dir": "Symfony/Component/Debug", "source": { "type": "git", "url": "https://github.com/symfony/Debug.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Debug/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/http-foundation": ">=2.1,<3.0", "symfony/http-kernel": ">=2.1,<3.0" }, "suggest": { "symfony/class-loader": "", "symfony/http-foundation": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Debug\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Debug Component", "homepage": "http://symfony.com", "time": "2013-06-02 11:58:44" }, { "name": "symfony/event-dispatcher", "version": "v2.3.1", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/dependency-injection": ">=2.0,<3.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\EventDispatcher\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", "time": "2013-05-13 14:36:40" }, { "name": "symfony/filesystem", "version": "v2.3.1", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Filesystem\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", "time": "2013-06-04 15:02:05" }, { "name": "symfony/finder", "version": "v2.3.1", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Finder/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Finder\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", "time": "2013-06-02 12:05:51" }, { "name": "symfony/http-foundation", "version": "v2.3.1", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\HttpFoundation\\": "" }, "classmap": [ "Symfony/Component/HttpFoundation/Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", "time": "2013-05-10 06:00:03" }, { "name": "symfony/http-kernel", "version": "v2.3.1", "target-dir": "Symfony/Component/HttpKernel", "source": { "type": "git", "url": "https://github.com/symfony/HttpKernel.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.3", "psr/log": ">=1.0,<2.0", "symfony/debug": ">=2.3,<3.0", "symfony/event-dispatcher": ">=2.1,<3.0", "symfony/http-foundation": ">=2.2,<3.0" }, "require-dev": { "symfony/browser-kit": "2.2.*", "symfony/class-loader": ">=2.1,<3.0", "symfony/config": ">=2.0,<3.0", "symfony/console": "2.2.*", "symfony/dependency-injection": ">=2.0,<3.0", "symfony/finder": ">=2.0,<3.0", "symfony/process": ">=2.0,<3.0", "symfony/routing": ">=2.2,<3.0", "symfony/stopwatch": ">=2.2,<3.0" }, "suggest": { "symfony/browser-kit": "", "symfony/class-loader": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\HttpKernel\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", "time": "2013-06-11 11:46:38" }, { "name": "symfony/routing", "version": "v2.3.1", "target-dir": "Symfony/Component/Routing", "source": { "type": "git", "url": "https://github.com/symfony/Routing.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Routing/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "doctrine/common": ">=2.2,<3.0", "psr/log": ">=1.0,<2.0", "symfony/config": ">=2.2,<3.0", "symfony/yaml": ">=2.0,<3.0" }, "suggest": { "doctrine/common": "", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Routing\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Routing Component", "homepage": "http://symfony.com", "time": "2013-05-20 08:57:26" }, { "name": "symfony/yaml", "version": "v2.3.1", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Yaml\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", "time": "2013-05-10 18:12:13" }, { "name": "twig/twig", "version": "v1.13.1", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", "reference": "v1.13.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.1", "reference": "v1.13.1", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.13-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ], "time": "2013-06-06 06:06:01" } ], "aliases": [ ], "minimum-stability": "stable", "stability-flags": [ ], "platform": { "php": ">=5.3.3" }, "platform-dev": [ ] }