{ "_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": "243bd66c729e1b2eb4424af07c7039e9", "packages": [ { "name": "icecave/repr", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/IcecaveStudios/repr.git", "reference": "9a78b2b12dbb6fbf46d995f7255ee1f1118bfd8b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/IcecaveStudios/repr/zipball/9a78b2b12dbb6fbf46d995f7255ee1f1118bfd8b", "reference": "9a78b2b12dbb6fbf46d995f7255ee1f1118bfd8b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phake/phake": "1.*" }, "type": "library", "autoload": { "psr-0": { "Icecave\\Repr": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "James Harris", "email": "james.harris@icecave.com.au", "homepage": "https://github.com/jmalloc" } ], "description": "Human readable string representations of everything.", "homepage": "https://github.com/IcecaveStudios/repr", "keywords": [ "repr", "representation", "string" ], "time": "2013-01-11 00:04:43" } ], "packages-dev": [ { "name": "dflydev/markdown", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-markdown.git", "reference": "6baed9b50f29c980795b6656d43722aadb126f7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-markdown/zipball/6baed9b50f29c980795b6656d43722aadb126f7e", "reference": "6baed9b50f29c980795b6656d43722aadb126f7e", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "dflydev\\markdown": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" }, { "name": "Michel Fortin", "homepage": "http://michelf.com" }, { "name": "John Gruber", "homepage": "http://daringfireball.net" } ], "description": "PHP Markdown & Extra", "homepage": "http://github.com/dflydev/dflydev-markdown", "keywords": [ "markdown" ], "time": "2013-09-23 12:00:18" }, { "name": "eloquent/liberator", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/eloquent/liberator.git", "reference": "a85435066850ab47acc61296c5d20732ff4c9655" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/eloquent/liberator/zipball/a85435066850ab47acc61296c5d20732ff4c9655", "reference": "a85435066850ab47acc61296c5d20732ff4c9655", "shasum": "" }, "require": { "eloquent/pops": "~3", "php": ">=5.3.0" }, "require-dev": { "icecave/archer": "~0.2" }, "type": "library", "autoload": { "psr-0": { "Eloquent\\Liberator": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Erin Millard", "email": "ezzatron@gmail.com", "homepage": "http://ezzatron.com/" } ], "description": "A proxy for circumventing PHP access modifier restrictions.", "homepage": "https://github.com/eloquent/liberator", "keywords": [ "access", "modifier", "object", "private", "protected", "proxy", "reflection" ], "time": "2013-03-03 23:02:47" }, { "name": "eloquent/pops", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/eloquent/pops.git", "reference": "b14090a3478f544d1b3a3b9389cb03415cf4f37f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/eloquent/pops/zipball/b14090a3478f544d1b3a3b9389cb03415cf4f37f", "reference": "b14090a3478f544d1b3a3b9389cb03415cf4f37f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "icecave/archer": "~0.2" }, "type": "library", "autoload": { "psr-0": { "Eloquent\\Pops": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Erin Millard", "email": "ezzatron@gmail.com", "homepage": "http://ezzatron.com/" } ], "description": "PHP object proxy system.", "homepage": "https://github.com/eloquent/pops", "keywords": [ "escaping", "object", "proxy" ], "time": "2013-03-04 10:10:43" }, { "name": "guzzle/guzzle", "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "b4a3ce8c05e777fa18b802956d5d0e38ad338a69" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b4a3ce8c05e777fa18b802956d5d0e38ad338a69", "reference": "b4a3ce8c05e777fa18b802956d5d0e38ad338a69", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.3", "symfony/event-dispatcher": ">=2.1" }, "replace": { "guzzle/batch": "self.version", "guzzle/cache": "self.version", "guzzle/common": "self.version", "guzzle/http": "self.version", "guzzle/inflection": "self.version", "guzzle/iterator": "self.version", "guzzle/log": "self.version", "guzzle/parser": "self.version", "guzzle/plugin": "self.version", "guzzle/plugin-async": "self.version", "guzzle/plugin-backoff": "self.version", "guzzle/plugin-cache": "self.version", "guzzle/plugin-cookie": "self.version", "guzzle/plugin-curlauth": "self.version", "guzzle/plugin-error-response": "self.version", "guzzle/plugin-history": "self.version", "guzzle/plugin-log": "self.version", "guzzle/plugin-md5": "self.version", "guzzle/plugin-mock": "self.version", "guzzle/plugin-oauth": "self.version", "guzzle/service": "self.version", "guzzle/stream": "self.version" }, "require-dev": { "doctrine/cache": "*", "monolog/monolog": "1.*", "phpunit/phpunit": "3.7.*", "psr/log": "1.0.*", "symfony/class-loader": "*", "zendframework/zend-cache": "2.0.*", "zendframework/zend-log": "2.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.8-dev" } }, "autoload": { "psr-0": { "Guzzle\\Tests": "tests/", "Guzzle": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Guzzle Community", "homepage": "https://github.com/guzzle/guzzle/contributors" } ], "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2013-12-05 23:39:20" }, { "name": "icecave/archer", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/IcecaveStudios/archer.git", "reference": "d1a4d745bf1616be1e8e81ce844521eeaed76428" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/IcecaveStudios/archer/zipball/d1a4d745bf1616be1e8e81ce844521eeaed76428", "reference": "d1a4d745bf1616be1e8e81ce844521eeaed76428", "shasum": "" }, "require": { "phake/phake": "~1", "php": ">=5.3", "sami/sami": "~1.1.0", "satooshi/php-coveralls": "~0.6", "symfony/console": "~2", "symfony/process": "~2" }, "require-dev": { "eloquent/liberator": "~1", "symfony/event-dispatcher": "~2.1" }, "suggest": { "ext-openssl": "OpenSSL is required to encrypt GitHub OAuth tokens for artifact publication." }, "bin": [ "bin/archer", "bin/woodhouse" ], "type": "library", "autoload": { "psr-0": { "Icecave\\Archer": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Erin Millard", "email": "ezzatron@gmail.com", "homepage": "http://ezzatron.com/" }, { "name": "James Harris", "email": "james.harris@icecave.com.au", "homepage": "https://github.com/jmalloc" } ], "description": "Testing, CI and documentation of PHP projects by convention.", "homepage": "https://github.com/IcecaveStudios/archer", "keywords": [ "api", "artifacts", "convention", "coverage", "documentation", "phake", "phpunit", "project", "test", "testing", "unit" ], "time": "2014-01-08 03:00:20" }, { "name": "nikic/php-parser", "version": "v0.9.4", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1e5e280ae88a27effa2ae4aa2bd088494ed8594f", "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f", "shasum": "" }, "require": { "php": ">=5.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.9-dev" } }, "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": "2013-08-25 17:11:40" }, { "name": "phake/phake", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/mlively/Phake.git", "reference": "4d822246b401f4dc609500d47e42dac8df645f4f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mlively/Phake/zipball/4d822246b401f4dc609500d47e42dac8df645f4f", "reference": "4d822246b401f4dc609500d47e42dac8df645f4f", "shasum": "" }, "require": { "php": ">=5.2.0" }, "type": "library", "autoload": { "classmap": [ "src" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "src" ], "license": [ "BSD" ], "authors": [ { "name": "Mike Lively", "email": "m@digitalsandwich.com" } ], "description": "The Phake mock testing library", "homepage": "https://github.com/mlively/Phake", "keywords": [ "mock", "testing" ], "time": "2012-05-14 15:06:51" }, { "name": "pimple/pimple", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/fabpot/Pimple.git", "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Pimple/zipball/ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94", "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94", "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": "psr/log", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", "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": "sami/sami", "version": "v1.1", "source": { "type": "git", "url": "https://github.com/fabpot/Sami.git", "reference": "46c58957ce4823c613e8535626b81e2fd80a9865" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Sami/zipball/46c58957ce4823c613e8535626b81e2fd80a9865", "reference": "46c58957ce4823c613e8535626b81e2fd80a9865", "shasum": "" }, "require": { "dflydev/markdown": "1.0.*", "nikic/php-parser": "0.9.*", "php": ">=5.3.0", "pimple/pimple": "1.0.*", "symfony/console": "~2.1", "symfony/filesystem": "~2.1", "symfony/finder": "~2.1", "symfony/process": "~2.1", "symfony/yaml": "~2.1", "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-08-04 13:56:41" }, { "name": "satooshi/php-coveralls", "version": "v0.6.1", "source": { "type": "git", "url": "https://github.com/satooshi/php-coveralls.git", "reference": "dd0df95bd37a7cf5c5c50304dfe260ffe4b50760" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/dd0df95bd37a7cf5c5c50304dfe260ffe4b50760", "reference": "dd0df95bd37a7cf5c5c50304dfe260ffe4b50760", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-simplexml": "*", "guzzle/guzzle": ">=3.0", "php": ">=5.3", "psr/log": "1.0.0", "symfony/config": ">=2.0", "symfony/console": ">=2.0", "symfony/stopwatch": ">=2.2", "symfony/yaml": ">=2.0" }, "require-dev": { "apigen/apigen": "2.8.*@stable", "pdepend/pdepend": "dev-master", "phpmd/phpmd": "dev-master", "phpunit/php-invoker": ">=1.1.0,<1.2.0", "phpunit/phpunit": "3.7.*@stable", "sebastian/finder-facade": "dev-master", "sebastian/phpcpd": "1.4.*@stable", "squizlabs/php_codesniffer": "1.4.*@stable", "theseer/fdomdocument": "dev-master" }, "bin": [ "composer/bin/coveralls" ], "type": "library", "autoload": { "psr-0": { "Contrib\\Component": "src/", "Contrib\\Bundle": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kitamura Satoshi", "email": "with.no.parachute@gmail.com", "homepage": "https://www.facebook.com/satooshi.jp" } ], "description": "PHP client library for Coveralls API", "homepage": "https://github.com/satooshi/php-coveralls", "keywords": [ "ci", "coverage", "github", "test" ], "time": "2013-05-04 08:07:33" }, { "name": "symfony/config", "version": "v2.4.1", "target-dir": "Symfony/Component/Config", "source": { "type": "git", "url": "https://github.com/symfony/Config.git", "reference": "27d0b35879ebefcfee6d218512c32ab2d6cd6a6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Config/zipball/27d0b35879ebefcfee6d218512c32ab2d6cd6a6a", "reference": "27d0b35879ebefcfee6d218512c32ab2d6cd6a6a", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/filesystem": "~2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Config\\": "" } }, "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 Config Component", "homepage": "http://symfony.com", "time": "2014-01-01 08:14:50" }, { "name": "symfony/console", "version": "v2.4.1", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", "reference": "4c1ed2ff514bd85ee186eebb010ccbdeeab05af7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Console/zipball/4c1ed2ff514bd85ee186eebb010ccbdeeab05af7", "reference": "4c1ed2ff514bd85ee186eebb010ccbdeeab05af7", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/event-dispatcher": "~2.1" }, "suggest": { "symfony/event-dispatcher": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-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": "2014-01-01 08:14:50" }, { "name": "symfony/event-dispatcher", "version": "v2.4.1", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", "reference": "e3ba42f6a70554ed05749e61b829550f6ac33601" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/e3ba42f6a70554ed05749e61b829550f6ac33601", "reference": "e3ba42f6a70554ed05749e61b829550f6ac33601", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/dependency-injection": "~2.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-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-12-28 08:12:03" }, { "name": "symfony/filesystem", "version": "v2.4.1", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", "reference": "b3c3b5a8108b3e5d604dc23241b4ea84a067fc78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/b3c3b5a8108b3e5d604dc23241b4ea84a067fc78", "reference": "b3c3b5a8108b3e5d604dc23241b4ea84a067fc78", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-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-12-31 13:43:26" }, { "name": "symfony/finder", "version": "v2.4.1", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", "reference": "6904345cf2b3bbab1f6d6e4ce1724cb99df9f00a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Finder/zipball/6904345cf2b3bbab1f6d6e4ce1724cb99df9f00a", "reference": "6904345cf2b3bbab1f6d6e4ce1724cb99df9f00a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-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": "2014-01-01 08:14:50" }, { "name": "symfony/process", "version": "v2.4.1", "target-dir": "Symfony/Component/Process", "source": { "type": "git", "url": "https://github.com/symfony/Process.git", "reference": "58fdccb311e44f28866f976c2d7b3227e9f713db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Process/zipball/58fdccb311e44f28866f976c2d7b3227e9f713db", "reference": "58fdccb311e44f28866f976c2d7b3227e9f713db", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-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": "2014-01-05 02:10:50" }, { "name": "symfony/stopwatch", "version": "v2.4.1", "target-dir": "Symfony/Component/Stopwatch", "source": { "type": "git", "url": "https://github.com/symfony/Stopwatch.git", "reference": "c8e21e1380c7eef6197a8165620da8457b7c69a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/c8e21e1380c7eef6197a8165620da8457b7c69a5", "reference": "c8e21e1380c7eef6197a8165620da8457b7c69a5", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Stopwatch\\": "" } }, "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 Stopwatch Component", "homepage": "http://symfony.com", "time": "2013-12-12 16:06:47" }, { "name": "symfony/yaml", "version": "v2.4.1", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", "reference": "4e1a237fc48145fae114b96458d799746ad89aa0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Yaml/zipball/4e1a237fc48145fae114b96458d799746ad89aa0", "reference": "4e1a237fc48145fae114b96458d799746ad89aa0", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-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-12-28 08:12:03" }, { "name": "twig/twig", "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", "reference": "85e4ff98000157ff753d934b9f13659a953f5666" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig/zipball/85e4ff98000157ff753d934b9f13659a953f5666", "reference": "85e4ff98000157ff753d934b9f13659a953f5666", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.15-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "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-12-06 07:47:10" } ], "aliases": [ ], "minimum-stability": "stable", "stability-flags": [ ], "platform": { "php": ">=5.3" }, "platform-dev": [ ] }