[ { "name": "twig/twig", "version": "v1.10.3", "version_normalized": "1.10.3.0", "source": { "type": "git", "url": "git://github.com/fabpot/Twig.git", "reference": "v1.10.3" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Twig/zipball/v1.10.3", "reference": "v1.10.3", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "2012-10-19 03:45:49", "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Twig_": "lib/" } }, "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" ] }, { "name": "twig/extensions", "version": "v1.0.0-alpha", "version_normalized": "1.0.0.0-alpha", "source": { "type": "git", "url": "https://github.com/fabpot/Twig-extensions", "reference": "v1.0.0-alpha" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Twig-extensions/zipball/v1.0.0-alpha", "reference": "v1.0.0-alpha", "shasum": "" }, "require": { "twig/twig": "1.*" }, "time": "2012-08-28 08:04:23", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Twig_Extensions_": "lib/" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Common additional features for Twig that do not directly belong in core", "homepage": "https://github.com/fabpot/Twig-extensions", "keywords": [ "debug", "i18n", "text" ] }, { "name": "doctrine/common", "version": "2.3.0", "version_normalized": "2.3.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/common", "reference": "2.3.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/common/zipball/2.3.0", "reference": "2.3.0", "shasum": "" }, "require": { "php": ">=5.3.2" }, "time": "2012-09-19 22:55:18", "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Doctrine\\Common": "lib/" } }, "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": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "collections", "spl", "eventmanager", "annotations", "persistence" ] }, { "name": "symfony/symfony", "version": "v2.1.3", "version_normalized": "2.1.3.0", "source": { "type": "git", "url": "git://github.com/symfony/symfony.git", "reference": "v2.1.3" }, "dist": { "type": "zip", "url": "https://github.com/symfony/symfony/zipball/v2.1.3", "reference": "v2.1.3", "shasum": "" }, "require": { "php": ">=5.3.3", "doctrine/common": ">2.2,<2.4-dev", "twig/twig": ">=1.9.1,<2.0-dev" }, "replace": { "symfony/doctrine-bridge": "self.version", "symfony/monolog-bridge": "self.version", "symfony/propel1-bridge": "self.version", "symfony/swiftmailer-bridge": "self.version", "symfony/twig-bridge": "self.version", "symfony/framework-bundle": "self.version", "symfony/security-bundle": "self.version", "symfony/twig-bundle": "self.version", "symfony/web-profiler-bundle": "self.version", "symfony/browser-kit": "self.version", "symfony/class-loader": "self.version", "symfony/config": "self.version", "symfony/console": "self.version", "symfony/css-selector": "self.version", "symfony/dependency-injection": "self.version", "symfony/dom-crawler": "self.version", "symfony/event-dispatcher": "self.version", "symfony/filesystem": "self.version", "symfony/finder": "self.version", "symfony/form": "self.version", "symfony/http-foundation": "self.version", "symfony/http-kernel": "self.version", "symfony/locale": "self.version", "symfony/options-resolver": "self.version", "symfony/process": "self.version", "symfony/routing": "self.version", "symfony/security": "self.version", "symfony/serializer": "self.version", "symfony/templating": "self.version", "symfony/translation": "self.version", "symfony/validator": "self.version", "symfony/yaml": "self.version" }, "require-dev": { "doctrine/dbal": ">=2.2,<2.4-dev", "doctrine/orm": ">=2.2.3,<2.4-dev", "doctrine/data-fixtures": "1.0.*", "propel/propel1": "dev-master", "monolog/monolog": "1.*" }, "time": "2012-10-30 01:14:14", "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Symfony": "src/", "SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stubs" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "The Symfony PHP framework", "homepage": "http://symfony.com", "keywords": [ "framework" ] }, { "name": "swiftmailer/swiftmailer", "version": "v4.2.2", "version_normalized": "4.2.2.0", "source": { "type": "git", "url": "git://github.com/swiftmailer/swiftmailer.git", "reference": "v4.2.2" }, "dist": { "type": "zip", "url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.2.2", "reference": "v4.2.2", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "2012-10-25 01:30:40", "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "installation-source": "dist", "autoload": { "files": [ "lib/swift_required.php" ] }, "license": [ "LGPL" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Chris Corbyn" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "http://swiftmailer.org", "keywords": [ "mail", "mailer" ] }, { "name": "monolog/monolog", "version": "1.2.1", "version_normalized": "1.2.1.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog", "reference": "1.2.1" }, "dist": { "type": "zip", "url": "https://github.com/Seldaek/monolog/zipball/1.2.1", "reference": "1.2.1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mlehner/gelf-php": "1.0.*" }, "suggest": { "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server" }, "time": "2012-08-29 04:53:20", "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Monolog": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be", "role": "Developer" } ], "description": "Logging for PHP 5.3", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging" ] }, { "name": "doctrine/dbal", "version": "2.3.0", "version_normalized": "2.3.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/dbal", "reference": "2.3.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/dbal/zipball/2.3.0", "reference": "2.3.0", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/common": "2.3.*" }, "time": "2012-09-19 22:56:37", "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Doctrine\\DBAL": "lib/" } }, "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" } ], "description": "Database Abstraction Layer", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "persistence", "dbal", "queryobject" ] }, { "name": "doctrine/orm", "version": "2.3.0", "version_normalized": "2.3.0.0", "source": { "type": "git", "url": "git://github.com/doctrine/doctrine2.git", "reference": "2.3.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/doctrine2/zipball/2.3.0", "reference": "2.3.0", "shasum": "" }, "require": { "php": ">=5.3.2", "ext-pdo": "*", "doctrine/dbal": "2.3.*", "symfony/console": "2.*" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "time": "2012-09-19 23:03:34", "bin": [ "bin/doctrine", "bin/doctrine.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Doctrine\\ORM": "lib/" } }, "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" } ], "description": "Object-Relational-Mapper for PHP", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "orm" ] }, { "name": "doctrine/doctrine-bundle", "version": "v1.0.0", "version_normalized": "1.0.0.0", "target-dir": "Doctrine/Bundle/DoctrineBundle", "source": { "type": "git", "url": "git://github.com/doctrine/DoctrineBundle.git", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/DoctrineBundle/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/framework-bundle": "2.1.*", "symfony/doctrine-bridge": "2.1.*", "doctrine/dbal": ">=2.2,<2.4-dev" }, "require-dev": { "doctrine/orm": ">=2.2,<2.4-dev", "symfony/yaml": "2.1.*", "symfony/validator": "2.1.*" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle." }, "time": "2012-09-07 14:18:21", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Doctrine\\Bundle\\DoctrineBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "description": "Symfony DoctrineBundle", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "orm", "persistence", "dbal" ] }, { "name": "kriswallsmith/assetic", "version": "v1.1.0-alpha1", "version_normalized": "1.1.0.0-alpha1", "source": { "type": "git", "url": "http://github.com/kriswallsmith/assetic.git", "reference": "v1.1.0-alpha1" }, "dist": { "type": "zip", "url": "https://github.com/kriswallsmith/assetic/zipball/v1.1.0-alpha1", "reference": "v1.1.0-alpha1", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/process": "2.1.*" }, "require-dev": { "twig/twig": ">=1.6.0,<2.0", "leafo/lessphp": "*", "leafo/scssphp": "*", "ptachoire/cssembed": "*" }, "suggest": { "twig/twig": "Assetic provides the integration with the Twig templating engine", "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris" }, "time": "2012-08-28 05:33:44", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Assetic": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Kris Wallsmith", "email": "kris.wallsmith@gmail.com", "homepage": "http://kriswallsmith.net/" } ], "description": "Asset Management for PHP", "homepage": "https://github.com/kriswallsmith/assetic", "keywords": [ "assets", "compression", "minification" ] }, { "name": "symfony/assetic-bundle", "version": "v2.1.0", "version_normalized": "2.1.0.0", "target-dir": "Symfony/Bundle/AsseticBundle", "source": { "type": "git", "url": "https://github.com/symfony/AsseticBundle", "reference": "v2.1.0-RC2" }, "dist": { "type": "zip", "url": "https://github.com/symfony/AsseticBundle/zipball/v2.1.0-RC2", "reference": "v2.1.0-RC2", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/framework-bundle": "2.1.*", "kriswallsmith/assetic": "1.1.*" }, "require-dev": { "symfony/twig-bundle": "2.1.*", "symfony/console": "2.1.*", "symfony/class-loader": "2.1.*", "symfony/yaml": "2.1.*", "symfony/form": "2.1.*", "symfony/dom-crawler": "2.1.*", "symfony/css-selector": "2.1.*" }, "suggest": { "symfony/twig-bundle": "2.1.*" }, "time": "2012-08-28 03:22:44", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Symfony\\Bundle\\AsseticBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Kris Wallsmith", "email": "kris.wallsmith@gmail.com", "homepage": "http://kriswallsmith.net/" } ], "description": "Integrates Assetic into Symfony2", "homepage": "https://github.com/symfony/AsseticBundle", "keywords": [ "assets", "compression", "minification" ] }, { "name": "symfony/swiftmailer-bundle", "version": "v2.1.0", "version_normalized": "2.1.0.0", "target-dir": "Symfony/Bundle/SwiftmailerBundle", "source": { "type": "git", "url": "https://github.com/symfony/SwiftmailerBundle", "reference": "v2.1.0-RC2" }, "dist": { "type": "zip", "url": "https://github.com/symfony/SwiftmailerBundle/zipball/v2.1.0-RC2", "reference": "v2.1.0-RC2", "shasum": "" }, "require": { "php": ">=5.3.2", "swiftmailer/swiftmailer": ">=4.2.0,<4.3-dev", "symfony/swiftmailer-bridge": "2.1.*" }, "require-dev": { "symfony/dependency-injection": "2.1.*", "symfony/http-kernel": "2.1.*", "symfony/config": "2.1.*" }, "time": "2012-08-28 03:21:09", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Symfony\\Bundle\\SwiftmailerBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com" }, { "name": "symfony/monolog-bundle", "version": "v2.1.0", "version_normalized": "2.1.0.0", "target-dir": "Symfony/Bundle/MonologBundle", "source": { "type": "git", "url": "https://github.com/symfony/MonologBundle", "reference": "v2.1.0-RC2" }, "dist": { "type": "zip", "url": "https://github.com/symfony/MonologBundle/zipball/v2.1.0-RC2", "reference": "v2.1.0-RC2", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/monolog-bridge": "2.1.*", "symfony/dependency-injection": "2.1.*", "symfony/config": "2.1.*", "monolog/monolog": "1.*" }, "require-dev": { "symfony/yaml": "2.1.*", "symfony/config": "2.1.*" }, "time": "2012-08-21 07:05:54", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Symfony\\Bundle\\MonologBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony MonologBundle", "homepage": "http://symfony.com" }, { "name": "sensio/distribution-bundle", "version": "v2.1.3", "version_normalized": "2.1.3.0", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensio/SensioDistributionBundle", "reference": "v2.1.3" }, "dist": { "type": "zip", "url": "https://github.com/sensio/SensioDistributionBundle/zipball/v2.1.3", "reference": "v2.1.3", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*" }, "time": "2012-09-10 22:10:08", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Sensio\\Bundle\\DistributionBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "The base bundle for the Symfony Distributions", "keywords": [ "distribution", "configuration" ] }, { "name": "sensio/framework-extra-bundle", "version": "v2.1.3", "version_normalized": "2.1.3.0", "target-dir": "Sensio/Bundle/FrameworkExtraBundle", "source": { "type": "git", "url": "https://github.com/sensio/SensioFrameworkExtraBundle", "reference": "v2.1.3" }, "dist": { "type": "zip", "url": "https://github.com/sensio/SensioFrameworkExtraBundle/zipball/v2.1.3", "reference": "v2.1.3", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*", "doctrine/common": ">=2.1,<2.4-dev" }, "time": "2012-10-16 21:38:27", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Sensio\\Bundle\\FrameworkExtraBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "This bundle provides a way to configure your controllers with annotations", "keywords": [ "annotations", "controllers" ] }, { "name": "sensio/generator-bundle", "version": "v2.1.3", "version_normalized": "2.1.3.0", "target-dir": "Sensio/Bundle/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/sensio/SensioGeneratorBundle", "reference": "v2.1.3" }, "dist": { "type": "zip", "url": "https://github.com/sensio/SensioGeneratorBundle/zipball/v2.1.3", "reference": "v2.1.3", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*", "symfony/console": "2.1.*" }, "require-dev": { "symfony/doctrine-bridge": "2.1.*", "doctrine/orm": ">=2.1,<2.4-dev", "twig/twig": ">=1.8,<2.0-dev" }, "time": "2012-09-18 22:03:01", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Sensio\\Bundle\\GeneratorBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "This bundle generates code for you" }, { "name": "jms/metadata", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/metadata", "reference": "1.1.1" }, "dist": { "type": "zip", "url": "https://github.com/schmittjoh/metadata/zipball/1.1.1", "reference": "1.1.1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2012-01-02 13:32:49", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Metadata\\": "src/" } }, "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", "yaml", "xml", "metadata" ] }, { "name": "jms/cg", "version": "1.0.0", "version_normalized": "1.0.0.0", "source": { "type": "git", "url": "git://github.com/schmittjoh/cg-library.git", "reference": "1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/schmittjoh/cg-library/zipball/1.0.0", "reference": "1.0.0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2012-01-02 12:40:52", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "CG\\": "src/" } }, "license": [ "Apache" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Toolset for generating PHP code", "keywords": [ "code generation" ] }, { "name": "jms/aop-bundle", "version": "1.0.0", "version_normalized": "1.0.0.0", "target-dir": "JMS/AopBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSAopBundle", "reference": "1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/schmittjoh/JMSAopBundle/zipball/1.0.0", "reference": "1.0.0", "shasum": "" }, "require": { "symfony/framework-bundle": "2.*", "jms/cg": "1.0.0" }, "time": "2012-01-02 12:50:26", "type": "symfony-bundle", "installation-source": "dist", "autoload": { "psr-0": { "JMS\\AopBundle": "" } }, "license": [ "Apache" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Adds AOP capabilities to Symfony2", "keywords": [ "annotations", "aop" ] }, { "name": "jms/di-extra-bundle", "version": "1.1.1", "version_normalized": "1.1.1.0", "target-dir": "JMS/DiExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSDiExtraBundle", "reference": "1.1.1" }, "dist": { "type": "zip", "url": "https://github.com/schmittjoh/JMSDiExtraBundle/zipball/1.1.1", "reference": "1.1.1", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*", "symfony/process": "2.1.*", "symfony/finder": "2.1.*", "jms/aop-bundle": "1.0.*", "jms/metadata": "1.1.*" }, "require-dev": { "symfony/validator": "*", "symfony/form": "*", "symfony/class-loader": "*", "symfony/yaml": "*", "symfony/browser-kit": "*", "symfony/security-bundle": "*", "symfony/twig-bundle": "*", "sensio/framework-extra-bundle": "*", "jms/security-extra-bundle": "1.*", "doctrine/doctrine-bundle": "*", "doctrine/orm": "*" }, "time": "2012-09-21 01:56:32", "type": "symfony-bundle", "installation-source": "dist", "autoload": { "psr-0": { "JMS\\DiExtraBundle": "" } }, "license": [ "Apache" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Allows to configure dependency injection using annotations", "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle", "keywords": [ "dependency injection", "annotations" ] }, { "name": "jms/security-extra-bundle", "version": "1.2.0", "version_normalized": "1.2.0.0", "target-dir": "JMS/SecurityExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle", "reference": "1.2.0" }, "dist": { "type": "zip", "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle/zipball/1.2.0", "reference": "1.2.0", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*", "symfony/security-bundle": "*", "jms/metadata": "1.1.*", "jms/aop-bundle": "1.0.*", "jms/di-extra-bundle": "1.1.*" }, "require-dev": { "sensio/framework-extra-bundle": "*", "symfony/class-loader": "*", "symfony/yaml": "*", "symfony/browser-kit": "*", "symfony/finder": "*", "symfony/css-selector": "*", "symfony/process": "*", "doctrine/doctrine-bundle": "*", "symfony/twig-bundle": "*", "doctrine/orm": "*", "symfony/form": "*", "symfony/validator": "*" }, "time": "2012-09-06 09:12:03", "type": "symfony-bundle", "installation-source": "dist", "autoload": { "psr-0": { "JMS\\SecurityExtraBundle": "" } }, "license": [ "Apache2" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Enhances the Symfony2 Security Component by adding several new features", "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle", "keywords": [ "annotations", "authorization", "security", "secure", "expression" ] } ]