{ "hash": "5473f12acced6bf3f3da3dd99decfe65", "packages": [ { "name": "doctrine/annotations", "version": "v1.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "v1.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/annotations/archive/v1.0.zip", "reference": "v1.0", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "require-dev": { "doctrine/cache": "1.*" }, "type": "library", "autoload": { "psr-0": { "Doctrine\\Common\\Annotations\\": "lib/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2013-01-12 19:23:32" }, { "name": "doctrine/cache", "version": "v1.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "v1.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/cache/archive/v1.0.zip", "reference": "v1.0", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "Doctrine\\Common\\Cache\\": "lib/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "https://github.com/schmittjoh", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Caching library offering an object-oriented API for many cache backends", "homepage": "http://www.doctrine-project.org", "keywords": [ "cache", "caching" ], "time": "2013-01-10 22:43:46" }, { "name": "doctrine/collections", "version": "v1.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "v1.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/collections/archive/v1.0.zip", "reference": "v1.0", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "Doctrine\\Common\\Collections\\": "lib/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Collections Abstraction library", "homepage": "http://www.doctrine-project.org", "keywords": [ "array", "collections", "iterator" ], "time": "2013-01-12 16:36:50" }, { "name": "doctrine/common", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "e211821c719d33ad2cd1186fafb4dadb5f74d6ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/e211821c719d33ad2cd1186fafb4dadb5f74d6ed", "reference": "e211821c719d33ad2cd1186fafb4dadb5f74d6ed", "shasum": "" }, "require": { "doctrine/annotations": "1.*", "doctrine/cache": "1.*", "doctrine/collections": "1.*", "doctrine/inflector": "1.*", "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\": "lib/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Christoph Dorn", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "https://github.com/schmittjoh", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "collections", "eventmanager", "persistence", "spl" ], "time": "2013-02-19 09:37:33" }, { "name": "doctrine/inflector", "version": "v1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "v1.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/inflector/archive/v1.0.zip", "reference": "v1.0", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "Doctrine\\Common\\Inflector\\": "lib/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "https://github.com/schmittjoh", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluarlize", "singuarlize", "string" ], "time": "2013-01-10 21:49:15" }, { "name": "doctrine/lexer", "version": "v1.0", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "v1.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/lexer/archive/v1.0.zip", "reference": "v1.0", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "http://www.doctrine-project.org", "keywords": [ "lexer", "parser" ], "time": "2013-01-12 18:59:04" }, { "name": "jms/metadata", "version": "1.2.0-RC", "source": { "type": "git", "url": "https://github.com/schmittjoh/metadata", "reference": "1.2.0-RC" }, "dist": { "type": "zip", "url": "https://github.com/schmittjoh/metadata/zipball/1.2.0-RC", "reference": "1.2.0-RC", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "doctrine/common": ">=2.0,<2.4-dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-0": { "Metadata\\": "src/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "Apache" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "https://github.com/schmittjoh", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Class/method/property metadata management in PHP", "keywords": [ "annotations", "metadata", "xml", "yaml" ], "time": "2012-08-21 05:40:10" }, { "name": "jms/parser-lib", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/schmittjoh/parser-lib.git", "reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/4d469a70c6dd03f921cbdeadafbcb261bb23e8b0", "reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0", "shasum": "" }, "require": { "phpoption/phpoption": ">=0.9,<2.0-dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-0": { "JMS\\": "src/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "Apache2" ], "description": "A library for easily creating recursive-descent parsers.", "time": "2012-11-30 08:11:04" }, { "name": "phpcollection/phpcollection", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-collection.git", "reference": "7a4daeec1cc3ac3900cfd8a77ded4bea9ed5ed66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/7a4daeec1cc3ac3900cfd8a77ded4bea9ed5ed66", "reference": "7a4daeec1cc3ac3900cfd8a77ded4bea9ed5ed66", "shasum": "" }, "require": { "phpoption/phpoption": "1.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.2-dev" } }, "autoload": { "psr-0": { "PhpCollection": "src/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "Apache2" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "https://github.com/schmittjoh", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "General-Purpose Collection Library for PHP", "keywords": [ "collection", "list", "map", "sequence", "set" ], "time": "2013-02-25 09:55:06" }, { "name": "phpoption/phpoption", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", "reference": "c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27", "reference": "c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-0": { "PhpOption\\": "src/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "Apache2" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Option Type for PHP", "keywords": [ "language", "option", "php", "type" ], "time": "2013-01-21 09:59:49" } ], "packages-dev": [ { "name": "doctrine/dbal", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "65806f5998f3ac23b8b2f5c58acb1cd9881e8fd4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/65806f5998f3ac23b8b2f5c58acb1cd9881e8fd4", "reference": "65806f5998f3ac23b8b2f5c58acb1cd9881e8fd4", "shasum": "" }, "require": { "doctrine/common": "2.4.x-dev", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "3.7.*", "symfony/console": "2.*" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\DBAL\\": "lib/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Christoph Dorn", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "description": "Database Abstraction Layer", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "dbal", "persistence", "queryobject" ], "time": "2013-02-21 07:37:15" }, { "name": "doctrine/orm", "version": "2.2.0-BETA2", "source": { "type": "git", "url": "git://github.com/doctrine/doctrine2.git", "reference": "2.2.0-BETA2" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/doctrine2/zipball/2.2.0-BETA2", "reference": "2.2.0-BETA2", "shasum": "" }, "require": { "doctrine/common": "master-dev", "doctrine/dbal": "master-dev", "ext-pdo": "*", "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "Doctrine\\ORM": "lib/" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "description": "Object-Relational-Mapper for PHP", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "orm" ], "time": "2012-01-03 13:27:03" }, { "name": "symfony/event-dispatcher", "version": "2.1.x-dev", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", "reference": "v2.1.8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.1.8", "reference": "v2.1.8", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/dependency-injection": "2.1.*" }, "suggest": { "symfony/dependency-injection": "2.1.*", "symfony/http-kernel": "2.1.*" }, "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\EventDispatcher": "" } }, "notification-url": "http://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-02-11 11:26:14" }, { "name": "symfony/filesystem", "version": "dev-master", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", "reference": "414e4f741f2b0750a92925ada7a1864f94715388" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/414e4f741f2b0750a92925ada7a1864f94715388", "reference": "414e4f741f2b0750a92925ada7a1864f94715388", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Filesystem\\": "" } }, "notification-url": "http://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-01-31 21:39:01" }, { "name": "symfony/form", "version": "2.1.x-dev", "target-dir": "Symfony/Component/Form", "source": { "type": "git", "url": "https://github.com/symfony/Form.git", "reference": "v2.1.8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Form/zipball/v2.1.8", "reference": "v2.1.8", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/event-dispatcher": "2.1.*", "symfony/locale": "2.1.*", "symfony/options-resolver": "2.1.*" }, "require-dev": { "symfony/http-foundation": "2.1.*", "symfony/validator": "2.1.*" }, "suggest": { "symfony/http-foundation": "2.1.*", "symfony/validator": "2.1.*" }, "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Form": "" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Form Component", "homepage": "http://symfony.com", "time": "2013-02-22 17:53:32" }, { "name": "symfony/locale", "version": "2.1.x-dev", "target-dir": "Symfony/Component/Locale", "source": { "type": "git", "url": "https://github.com/symfony/Locale.git", "reference": "v2.1.8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Locale/zipball/v2.1.8", "reference": "v2.1.8", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-intl": ">=5.3.3" }, "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Locale": "" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Locale Component", "homepage": "http://symfony.com", "time": "2013-01-10 04:41:59" }, { "name": "symfony/options-resolver", "version": "2.1.x-dev", "target-dir": "Symfony/Component/OptionsResolver", "source": { "type": "git", "url": "https://github.com/symfony/OptionsResolver.git", "reference": "v2.1.8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/v2.1.8", "reference": "v2.1.8", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\OptionsResolver": "" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony OptionsResolver Component", "homepage": "http://symfony.com", "keywords": [ "config", "configuration", "options" ], "time": "2013-01-09 08:51:07" }, { "name": "symfony/translation", "version": "2.1.x-dev", "target-dir": "Symfony/Component/Translation", "source": { "type": "git", "url": "https://github.com/symfony/Translation.git", "reference": "v2.1.8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Translation/zipball/v2.1.8", "reference": "v2.1.8", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/config": "2.1.*", "symfony/yaml": "2.1.*" }, "suggest": { "symfony/config": "2.1.*", "symfony/yaml": "2.1.*" }, "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Translation": "" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", "time": "2013-01-09 08:51:07" }, { "name": "symfony/validator", "version": "2.1.x-dev", "target-dir": "Symfony/Component/Validator", "source": { "type": "git", "url": "https://github.com/symfony/Validator.git", "reference": "v2.1.8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Validator/zipball/v2.1.8", "reference": "v2.1.8", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/http-foundation": "2.1.*", "symfony/locale": "2.1.*", "symfony/yaml": "2.1.*" }, "suggest": { "doctrine/common": "~2.1", "symfony/http-foundation": "2.1.*", "symfony/yaml": "2.1.*" }, "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Validator": "" } }, "notification-url": "http://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Validator Component", "homepage": "http://symfony.com", "time": "2013-02-22 18:53:49" }, { "name": "symfony/yaml", "version": "dev-master", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", "reference": "f198ac28048eeceae852419c076123aaee59cd1c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Yaml/zipball/f198ac28048eeceae852419c076123aaee59cd1c", "reference": "f198ac28048eeceae852419c076123aaee59cd1c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Yaml\\": "" } }, "notification-url": "http://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-01-31 21:39:01" }, { "name": "twig/twig", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", "reference": "4458a2cb66a016440543ef34a07f540e14bee92e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig/zipball/4458a2cb66a016440543ef34a07f540e14bee92e", "reference": "4458a2cb66a016440543ef34a07f540e14bee92e", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.12-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "http://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-02-25 06:01:12" } ], "aliases": [ ], "minimum-stability": "dev", "stability-flags": [ ] }