[ { "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/" } }, "notification-url": "https://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" ] }, { "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/" } }, "notification-url": "https://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": "Toolset for generating PHP code", "keywords": [ "code generation" ] }, { "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" ] }, "notification-url": "https://packagist.org/downloads/", "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://api.github.com/repos/Seldaek/monolog/zipball/1.2.1", "reference": "1.2.1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mlehner/gelf-php": "1.0.*" }, "suggest": { "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" }, "time": "2012-08-29 11:53:20", "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "dist", "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": "Logging for PHP 5.3", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging" ] }, { "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": { "jms/cg": "1.0.0", "symfony/framework-bundle": "2.*" }, "time": "2012-01-02 12:50:26", "type": "symfony-bundle", "installation-source": "dist", "autoload": { "psr-0": { "JMS\\AopBundle": "" } }, "notification-url": "https://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": "Adds AOP capabilities to Symfony2", "keywords": [ "annotations", "aop" ] }, { "name": "doctrine/data-fixtures", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/doctrine/data-fixtures.git", "reference": "689bc2ae2a41dff1107d9d50e2daa4c349222869" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/689bc2ae2a41dff1107d9d50e2daa4c349222869", "reference": "689bc2ae2a41dff1107d9d50e2daa4c349222869", "shasum": "" }, "require": { "doctrine/common": ">=2.2,<2.5-dev", "php": ">=5.3.2" }, "require-dev": { "doctrine/orm": ">=2.2,<2.5-dev" }, "suggest": { "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", "doctrine/orm": "For loading ORM fixtures", "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" }, "time": "2013-02-12 02:52:36", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Doctrine\\Common\\DataFixtures": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" } ], "description": "Data Fixtures for all Doctrine Object Managers", "homepage": "http://www.doctrine-project.org", "keywords": [ "database" ] }, { "name": "doctrine/doctrine-fixtures-bundle", "version": "dev-master", "version_normalized": "9999999-dev", "target-dir": "Doctrine/Bundle/FixturesBundle", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", "reference": "275540d96599baec19fa3292c4d06c5cd4eefd06" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/275540d96599baec19fa3292c4d06c5cd4eefd06", "reference": "275540d96599baec19fa3292c4d06c5cd4eefd06", "shasum": "" }, "require": { "doctrine/data-fixtures": "*", "doctrine/doctrine-bundle": ">=1.0,<2.0", "php": ">=5.3.2", "symfony/doctrine-bridge": ">=2.1.0,<2.3-dev" }, "time": "2013-02-12 11:13:27", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Doctrine\\Bundle\\FixturesBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Doctrine Project", "homepage": "http://www.doctrine-project.org" } ], "description": "Symfony DoctrineFixturesBundle", "homepage": "http://www.doctrine-project.org", "keywords": [ "Fixture", "persistence" ] }, { "name": "stof/doctrine-extensions-bundle", "version": "dev-master", "version_normalized": "9999999-dev", "target-dir": "Stof/DoctrineExtensionsBundle", "source": { "type": "git", "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", "reference": "4a17550d8b101c5aafc56c9950149aa189b8402d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4a17550d8b101c5aafc56c9950149aa189b8402d", "reference": "4a17550d8b101c5aafc56c9950149aa189b8402d", "shasum": "" }, "require": { "gedmo/doctrine-extensions": "2.3.*", "php": ">=5.3.2", "symfony/framework-bundle": ">=2.1,<2.3-dev" }, "suggest": { "doctrine/doctrine-bundle": "*", "doctrine/mongodb-odm-bundle": "2.1.*" }, "time": "2012-12-13 17:58:07", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Stof\\DoctrineExtensionsBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" } ], "description": "Integration of the gedmo/doctrine-extensions with Symfony2", "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle", "keywords": [ "behaviors", "doctrine2", "extensions", "gedmo", "loggable", "nestedset", "sluggable", "sortable", "timestampable", "translatable", "tree" ] }, { "name": "gregwar/image-bundle", "version": "dev-master", "version_normalized": "9999999-dev", "target-dir": "Gregwar/ImageBundle", "source": { "type": "git", "url": "https://github.com/Gregwar/ImageBundle.git", "reference": "89a973adb0b404c289bf6b621d8f6a403b318607" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Gregwar/ImageBundle/zipball/89a973adb0b404c289bf6b621d8f6a403b318607", "reference": "89a973adb0b404c289bf6b621d8f6a403b318607", "shasum": "" }, "require": { "ext-gd": "*", "php": ">=5.3.0" }, "time": "2013-02-08 16:09:45", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "Gregwar\\ImageBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Grégoire Passault", "email": "g.passault@gmail.com", "homepage": "http://www.gregwar.com/" } ], "description": "Image handling bundle", "homepage": "https://github.com/Gregwar/ImageBundle", "keywords": [ "Symfony2", "image" ] }, { "name": "twig/extensions", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/fabpot/Twig-extensions.git", "reference": "5c2d515d4624bdd588226d688173cf0399a4d8cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/5c2d515d4624bdd588226d688173cf0399a4d8cf", "reference": "5c2d515d4624bdd588226d688173cf0399a4d8cf", "shasum": "" }, "require": { "twig/twig": "1.*" }, "time": "2013-01-04 16:55:05", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Twig_Extensions_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "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": "kriswallsmith/assetic", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "http://github.com/kriswallsmith/assetic.git", "reference": "504c9e8a6357583c20c9d9967ec2febea3157324" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/504c9e8a6357583c20c9d9967ec2febea3157324", "reference": "504c9e8a6357583c20c9d9967ec2febea3157324", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/process": ">=2.1.0,<2.3-dev" }, "require-dev": { "cssmin/cssmin": "*", "joliclic/javascript-packer": "*", "kamicane/packager": "*", "leafo/lessphp": "*", "leafo/scssphp": "*", "leafo/scssphp-compass": "*", "mrclay/minify": "*", "phpunit/phpunit": "3.7.*", "ptachoire/cssembed": "*", "twig/twig": ">=1.6.0,<2.0" }, "suggest": { "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", "twig/twig": "Assetic provides the integration with the Twig templating engine" }, "time": "2013-02-11 18:18:06", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Assetic": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "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": "doctrine/common", "version": "2.3.x-dev", "version_normalized": "2.3.9999999.9999999-dev", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "bb0aebbf234db52df476a2b473d434745b34221c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/bb0aebbf234db52df476a2b473d434745b34221c", "reference": "bb0aebbf234db52df476a2b473d434745b34221c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "time": "2012-09-20 05:55:18", "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Doctrine\\Common": "lib/" } }, "notification-url": "https://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 Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "collections", "eventmanager", "persistence", "spl" ] }, { "name": "doctrine/dbal", "version": "2.3.x-dev", "version_normalized": "2.3.9999999.9999999-dev", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "fd45c6f6baa618d871f3201fabe76df5043abb1e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/fd45c6f6baa618d871f3201fabe76df5043abb1e", "reference": "fd45c6f6baa618d871f3201fabe76df5043abb1e", "shasum": "" }, "require": { "doctrine/common": "2.3.*", "php": ">=5.3.2" }, "time": "2013-01-20 11:50:36", "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Doctrine\\DBAL": "lib/" } }, "notification-url": "https://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" } ], "description": "Database Abstraction Layer", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "dbal", "persistence", "queryobject" ] }, { "name": "twig/twig", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", "reference": "ac86c6368c8b1ed27adb436af54d0398b64cab1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig/zipball/ac86c6368c8b1ed27adb436af54d0398b64cab1f", "reference": "ac86c6368c8b1ed27adb436af54d0398b64cab1f", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "2013-02-17 19:51:08", "type": "library", "extra": { "branch-alias": { "dev-master": "1.12-dev" } }, "installation-source": "source", "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" ] }, { "name": "symfony/symfony", "version": "2.1.x-dev", "version_normalized": "2.1.9999999.9999999-dev", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", "reference": "75c61944a3e43b9efb5a195fd79416ff43ca09e7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/symfony/zipball/75c61944a3e43b9efb5a195fd79416ff43ca09e7", "reference": "75c61944a3e43b9efb5a195fd79416ff43ca09e7", "shasum": "" }, "require": { "doctrine/common": ">2.2,<2.4-dev", "php": ">=5.3.3", "twig/twig": ">=1.9.1,<2.0-dev" }, "replace": { "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/doctrine-bridge": "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/framework-bundle": "self.version", "symfony/http-foundation": "self.version", "symfony/http-kernel": "self.version", "symfony/locale": "self.version", "symfony/monolog-bridge": "self.version", "symfony/options-resolver": "self.version", "symfony/process": "self.version", "symfony/propel1-bridge": "self.version", "symfony/routing": "self.version", "symfony/security": "self.version", "symfony/security-bundle": "self.version", "symfony/serializer": "self.version", "symfony/swiftmailer-bridge": "self.version", "symfony/templating": "self.version", "symfony/translation": "self.version", "symfony/twig-bridge": "self.version", "symfony/twig-bundle": "self.version", "symfony/validator": "self.version", "symfony/web-profiler-bundle": "self.version", "symfony/yaml": "self.version" }, "require-dev": { "doctrine/data-fixtures": "1.0.*", "doctrine/dbal": ">=2.2,<2.4-dev", "doctrine/orm": ">=2.2.3,<2.4-dev", "monolog/monolog": ">=1.0,<1.3-dev", "propel/propel1": "dev-master" }, "time": "2013-02-17 12:59:26", "type": "library", "installation-source": "source", "autoload": { "psr-0": { "Symfony": "src/", "SessionHandlerInterface": "src/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": "The Symfony PHP framework", "homepage": "http://symfony.com", "keywords": [ "framework" ] }, { "name": "doctrine/orm", "version": "2.3.x-dev", "version_normalized": "2.3.9999999.9999999-dev", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", "reference": "fdd0af34e6fced967b8751bc3e4792c11ef86d57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/fdd0af34e6fced967b8751bc3e4792c11ef86d57", "reference": "fdd0af34e6fced967b8751bc3e4792c11ef86d57", "shasum": "" }, "require": { "doctrine/dbal": "2.3.*", "ext-pdo": "*", "php": ">=5.3.2", "symfony/console": "2.*" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "time": "2013-01-20 19:35:21", "bin": [ "bin/doctrine", "bin/doctrine.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Doctrine\\ORM": "lib/" } }, "notification-url": "https://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" } ], "description": "Object-Relational-Mapper for PHP", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "orm" ] }, { "name": "jdorn/sql-formatter", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "git://github.com/jdorn/sql-formatter.git", "reference": "7a92826fe2734518e9cd6ebcf1ba052e58351c34" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/7a92826fe2734518e9cd6ebcf1ba052e58351c34", "reference": "7a92826fe2734518e9cd6ebcf1ba052e58351c34", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "2013-02-11 00:21:20", "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "source", "autoload": { "classmap": [ "lib" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Jeremy Dorn", "email": "jeremy@jeremydorn.com", "homepage": "http://jeremydorn.com/" } ], "description": "a PHP SQL highlighting library", "homepage": "https://github.com/jdorn/sql-formatter/", "keywords": [ "highlight", "sql" ] }, { "name": "doctrine/doctrine-bundle", "version": "1.1.x-dev", "version_normalized": "1.1.9999999.9999999-dev", "target-dir": "Doctrine/Bundle/DoctrineBundle", "source": { "type": "git", "url": "git://github.com/doctrine/DoctrineBundle.git", "reference": "78b3680da8ae38f87df83a100e2e3a6820dd6177" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/78b3680da8ae38f87df83a100e2e3a6820dd6177", "reference": "78b3680da8ae38f87df83a100e2e3a6820dd6177", "shasum": "" }, "require": { "doctrine/dbal": ">=2.2,<2.5-dev", "jdorn/sql-formatter": ">=1.1,<2.0", "php": ">=5.3.2", "symfony/doctrine-bridge": "2.1.*", "symfony/framework-bundle": "2.1.*" }, "require-dev": { "doctrine/orm": ">=2.2,<2.5-dev", "symfony/validator": "2.1.*", "symfony/yaml": "2.1.*" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle." }, "time": "2013-01-12 14:40:52", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Doctrine\\Bundle\\DoctrineBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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", "dbal", "orm", "persistence" ] }, { "name": "symfony/assetic-bundle", "version": "dev-master", "version_normalized": "9999999-dev", "target-dir": "Symfony/Bundle/AsseticBundle", "source": { "type": "git", "url": "https://github.com/symfony/AsseticBundle.git", "reference": "16cb279ea283ce3fb30b8284a391a82512263d8b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/16cb279ea283ce3fb30b8284a391a82512263d8b", "reference": "16cb279ea283ce3fb30b8284a391a82512263d8b", "shasum": "" }, "require": { "kriswallsmith/assetic": "1.1.*", "php": ">=5.3.0", "symfony/framework-bundle": ">=2.1.0,<2.3-dev" }, "require-dev": { "symfony/class-loader": ">=2.1.0,<2.3-dev", "symfony/console": ">=2.1.0,<2.3-dev", "symfony/css-selector": ">=2.1.0,<2.3-dev", "symfony/dom-crawler": ">=2.1.0,<2.3-dev", "symfony/form": ">=2.1.0,<2.3-dev", "symfony/twig-bundle": ">=2.1.0,<2.3-dev", "symfony/yaml": ">=2.1.0,<2.3-dev" }, "suggest": { "symfony/twig-bundle": ">=2.1.0,<2.3-dev" }, "time": "2013-02-17 21:36:13", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Symfony\\Bundle\\AsseticBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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": "2.1.x-dev", "version_normalized": "2.1.9999999.9999999-dev", "target-dir": "Symfony/Bundle/SwiftmailerBundle", "source": { "type": "git", "url": "https://github.com/symfony/SwiftmailerBundle.git", "reference": "v2.1.7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/v2.1.7", "reference": "v2.1.7", "shasum": "" }, "require": { "php": ">=5.3.2", "swiftmailer/swiftmailer": ">=4.2.0,<4.3-dev", "symfony/swiftmailer-bridge": ">=2.1.0,<2.3-dev" }, "require-dev": { "symfony/config": ">=2.1.0,<2.3-dev", "symfony/dependency-injection": ">=2.1.0,<2.3-dev", "symfony/http-kernel": ">=2.1.0,<2.3-dev", "symfony/yaml": ">=2.1.0,<2.3-dev" }, "time": "2013-01-04 17:04:29", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Symfony\\Bundle\\SwiftmailerBundle": "" } }, "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 SwiftmailerBundle", "homepage": "http://symfony.com" }, { "name": "symfony/monolog-bundle", "version": "2.1.x-dev", "version_normalized": "2.1.9999999.9999999-dev", "target-dir": "Symfony/Bundle/MonologBundle", "source": { "type": "git", "url": "https://github.com/symfony/MonologBundle", "reference": "253fcda1128a0301aa68d040302cade65095f2c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/253fcda1128a0301aa68d040302cade65095f2c6", "reference": "253fcda1128a0301aa68d040302cade65095f2c6", "shasum": "" }, "require": { "monolog/monolog": ">=1.0,<1.3-dev", "php": ">=5.3.2", "symfony/config": ">=2.1.0,<2.3-dev", "symfony/dependency-injection": ">=2.1.0,<2.3-dev", "symfony/monolog-bridge": "2.1.*" }, "require-dev": { "symfony/config": ">=2.1.0,<2.3-dev", "symfony/yaml": ">=2.1.0,<2.3-dev" }, "time": "2013-01-28 10:06:42", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Symfony\\Bundle\\MonologBundle": "" } }, "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 MonologBundle", "homepage": "http://symfony.com", "keywords": [ "log", "logging" ] }, { "name": "sensio/distribution-bundle", "version": "2.1.x-dev", "version_normalized": "2.1.9999999.9999999-dev", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensio/SensioDistributionBundle", "reference": "615f76309dae8c45c72b69578b034713c09767d1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensio/SensioDistributionBundle/zipball/615f76309dae8c45c72b69578b034713c09767d1", "reference": "615f76309dae8c45c72b69578b034713c09767d1", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*" }, "time": "2013-02-04 19:54:42", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Sensio\\Bundle\\DistributionBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "The base bundle for the Symfony Distributions", "keywords": [ "configuration", "distribution" ] }, { "name": "sensio/framework-extra-bundle", "version": "2.1.x-dev", "version_normalized": "2.1.9999999.9999999-dev", "target-dir": "Sensio/Bundle/FrameworkExtraBundle", "source": { "type": "git", "url": "https://github.com/sensio/SensioFrameworkExtraBundle", "reference": "v2.1.7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensio/SensioFrameworkExtraBundle/zipball/v2.1.7", "reference": "v2.1.7", "shasum": "" }, "require": { "doctrine/common": ">=2.1,<2.4-dev", "symfony/framework-bundle": "2.1.*" }, "time": "2013-01-04 17:06:26", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Sensio\\Bundle\\FrameworkExtraBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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": "2.1.x-dev", "version_normalized": "2.1.9999999.9999999-dev", "target-dir": "Sensio/Bundle/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/sensio/SensioGeneratorBundle", "reference": "v2.1.7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensio/SensioGeneratorBundle/zipball/v2.1.7", "reference": "v2.1.7", "shasum": "" }, "require": { "symfony/console": "2.1.*", "symfony/framework-bundle": "2.1.*" }, "require-dev": { "doctrine/orm": ">=2.1,<2.4-dev", "symfony/doctrine-bridge": "2.1.*", "twig/twig": ">=1.8,<2.0-dev" }, "time": "2013-01-04 17:09:08", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Sensio\\Bundle\\GeneratorBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "This bundle generates code for you" }, { "name": "jms/di-extra-bundle", "version": "1.1.x-dev", "version_normalized": "1.1.9999999.9999999-dev", "target-dir": "JMS/DiExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSDiExtraBundle", "reference": "1.1.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/1.1.1", "reference": "1.1.1", "shasum": "" }, "require": { "jms/aop-bundle": "1.0.*", "jms/metadata": "1.1.*", "symfony/finder": "2.1.*", "symfony/framework-bundle": "2.1.*", "symfony/process": "2.1.*" }, "require-dev": { "doctrine/doctrine-bundle": "*", "doctrine/orm": "*", "jms/security-extra-bundle": "1.*", "sensio/framework-extra-bundle": "*", "symfony/browser-kit": "*", "symfony/class-loader": "*", "symfony/form": "*", "symfony/security-bundle": "*", "symfony/twig-bundle": "*", "symfony/validator": "*", "symfony/yaml": "*" }, "time": "2012-09-21 08:56:32", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "JMS\\DiExtraBundle": "" } }, "notification-url": "https://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": "Allows to configure dependency injection using annotations", "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle", "keywords": [ "annotations", "dependency injection" ] }, { "name": "jms/security-extra-bundle", "version": "1.2.x-dev", "version_normalized": "1.2.9999999.9999999-dev", "target-dir": "JMS/SecurityExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git", "reference": "9ab6aceda50fc7a2b07d741ba4b3f0695508afcb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/9ab6aceda50fc7a2b07d741ba4b3f0695508afcb", "reference": "9ab6aceda50fc7a2b07d741ba4b3f0695508afcb", "shasum": "" }, "require": { "jms/aop-bundle": "1.0.*", "jms/di-extra-bundle": "1.1.*", "jms/metadata": "1.1.*", "symfony/framework-bundle": "2.1.*", "symfony/security-bundle": "*" }, "require-dev": { "doctrine/doctrine-bundle": "*", "doctrine/orm": "*", "sensio/framework-extra-bundle": "*", "symfony/browser-kit": "*", "symfony/class-loader": "*", "symfony/css-selector": "*", "symfony/finder": "*", "symfony/form": "*", "symfony/process": "*", "symfony/twig-bundle": "*", "symfony/validator": "*", "symfony/yaml": "*" }, "time": "2012-09-06 16:12:23", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "JMS\\SecurityExtraBundle": "" } }, "notification-url": "https://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": "Enhances the Symfony2 Security Component by adding several new features", "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle", "keywords": [ "annotations", "authorization", "expression", "secure", "security" ] }, { "name": "gedmo/doctrine-extensions", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "git://github.com/l3pp4rd/DoctrineExtensions.git", "reference": "b2806e409f21132e814203e36810b7112453a858" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/b2806e409f21132e814203e36810b7112453a858", "reference": "b2806e409f21132e814203e36810b7112453a858", "shasum": "" }, "require": { "doctrine/common": ">=2.2,<2.5-dev", "php": ">=5.3.2" }, "require-dev": { "doctrine/dbal": ">=2.2", "doctrine/mongodb": "1.0.1", "doctrine/mongodb-odm": "1.0.0-BETA7", "doctrine/orm": ">=2.2", "symfony/yaml": "2.*" }, "suggest": { "doctrine/dbal": ">=2.3.2", "doctrine/mongodb": ">=1.0.1", "doctrine/mongodb-odm": ">=1.0.0-BETA7", "doctrine/orm": ">=2.3.2" }, "time": "2013-02-13 19:35:33", "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Gedmo": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "David Buchmann", "email": "david@liip.ch" }, { "name": "Gediminas Morkevicius", "email": "gediminas.morkevicius@gmail.com" }, { "name": "Gustavo Falco", "email": "comfortablynumb84@gmail.com" } ], "description": "Doctrine2 behavioral extensions", "homepage": "http://gediminasm.org/", "keywords": [ "Blameable", "behaviors", "doctrine2", "extensions", "gedmo", "loggable", "nestedset", "sluggable", "sortable", "timestampable", "translatable", "tree", "uploadable" ] }, { "name": "knplabs/knp-menu", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenu.git", "reference": "730bc37232f5f813822acf80edfbd89381ea5971" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/730bc37232f5f813822acf80edfbd89381ea5971", "reference": "730bc37232f5f813822acf80edfbd89381ea5971", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "pimple/pimple": "1.0.*", "silex/silex": "1.0.*", "twig/twig": ">=1.2,<2.0-dev" }, "suggest": { "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider", "silex/silex": "for the integration with your silex application", "twig/twig": "for the TwigRenderer and the integration with your templates" }, "time": "2012-12-27 13:04:16", "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Knp\\Menu\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "KnpLabs", "homepage": "http://knplabs.com" }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" } ], "description": "An object oriented menu library", "homepage": "http://knplabs.com", "keywords": [ "menu", "tree" ] }, { "name": "knplabs/knp-menu-bundle", "version": "dev-master", "version_normalized": "9999999-dev", "target-dir": "Knp/Bundle/MenuBundle", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenuBundle.git", "reference": "bfaa9f1a74ee590c5e6460a3139b268fce1f1885" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/bfaa9f1a74ee590c5e6460a3139b268fce1f1885", "reference": "bfaa9f1a74ee590c5e6460a3139b268fce1f1885", "shasum": "" }, "require": { "knplabs/knp-menu": "2.0.*", "symfony/framework-bundle": ">=2.0,<2.3-dev" }, "time": "2012-12-29 08:47:58", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Knp\\Bundle\\MenuBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Knplabs", "homepage": "http://knplabs.com" }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors" } ], "description": "This bundle provides an integration of the KnpMenu library", "keywords": [ "menu" ] }, { "name": "pagerfanta/pagerfanta", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/whiteoctober/Pagerfanta.git", "reference": "2608116b1d0908c07f6590bc10addab37fd4a49f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/2608116b1d0908c07f6590bc10addab37fd4a49f", "reference": "2608116b1d0908c07f6590bc10addab37fd4a49f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "suggest": { "doctrine/mongodb-odm": "2.*", "doctrine/orm": "2.*", "solarium/solarium": "2.*" }, "time": "2013-02-17 21:13:14", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Pagerfanta\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pablo Díez", "email": "pablodip@gmail.com", "homepage": "http://github.com/pablodip" } ], "description": "Pagination for PHP 5.3", "keywords": [ "page", "paging" ] }, { "name": "white-october/pagerfanta-bundle", "version": "dev-master", "version_normalized": "9999999-dev", "target-dir": "WhiteOctober/PagerfantaBundle", "source": { "type": "git", "url": "git://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", "reference": "38e317a3ecd5a68e2322024ea8fe57632d4ddd68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/38e317a3ecd5a68e2322024ea8fe57632d4ddd68", "reference": "38e317a3ecd5a68e2322024ea8fe57632d4ddd68", "shasum": "" }, "require": { "pagerfanta/pagerfanta": "dev-master", "symfony/framework-bundle": "2.*" }, "time": "2012-07-24 12:48:41", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "WhiteOctober\\PagerfantaBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pablo Díez", "email": "pablodip@gmail.com", "homepage": "http://github.com/pablodip" } ], "description": "Bundle to use Pagerfanta with Symfony2", "keywords": [ "page", "paging" ] }, { "name": "cedriclombardot/twig-generator", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "git://github.com/cedriclombardot/TwigGenerator.git", "reference": "b4a846956d330ed464070f6276801d16c92ae5c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cedriclombardot/TwigGenerator/zipball/b4a846956d330ed464070f6276801d16c92ae5c5", "reference": "b4a846956d330ed464070f6276801d16c92ae5c5", "shasum": "" }, "require": { "php": ">=5.3.0", "twig/twig": ">=1.1, <2.0-dev" }, "time": "2012-11-09 23:18:09", "type": "library", "installation-source": "source", "autoload": { "psr-0": { "TwigGenerator": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Cédric Lombardot", "email": "cedric.lombardot@gmail.com" }, { "name": "François Zaninotto" } ], "description": "A generator for PHP code based on Twig template engine", "keywords": [ "code generation", "generator", "twig" ] }, { "name": "cedriclombardot/admingenerator-generator-bundle", "version": "dev-master", "version_normalized": "9999999-dev", "target-dir": "Admingenerator/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle.git", "reference": "d50c391562cae6560e8d8003d3bd3a855d467490" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony2admingenerator/AdmingeneratorGeneratorBundle/zipball/d50c391562cae6560e8d8003d3bd3a855d467490", "reference": "d50c391562cae6560e8d8003d3bd3a855d467490", "shasum": "" }, "require": { "cedriclombardot/twig-generator": "dev-master", "knplabs/knp-menu-bundle": ">1.0,<2.1", "symfony/symfony": "2.1.*", "twig/extensions": "dev-master", "twig/twig": ">= 1.9.0", "white-october/pagerfanta-bundle": "dev-master" }, "require-dev": { "doctrine/common": "2.3.*", "doctrine/dbal": "2.3.*", "doctrine/orm": "2.3.*" }, "suggest": { "cedriclombardot/admingenerator-user-bundle": "Help you to overwrite the base layout of FOSUserBundle or others giving a parameter key of the container" }, "time": "2013-02-17 18:17:44", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Admingenerator\\GeneratorBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Cedric LOMBARDOT", "email": "cedric.lombardot@gmail.com" }, { "name": "Symfony Community", "homepage": "http://github.com/cedriclombardot/AdmingeneratorGeneratorBundle/contributors" } ], "description": "Admingenerator for Symfony2 based on YAML configuration and Twig templating", "homepage": "http://symfony2admingenerator.org/", "keywords": [ "admin", "generator", "yaml" ] }, { "name": "friendsofsymfony/user-bundle", "version": "v1.3.1", "version_normalized": "1.3.1.0", "target-dir": "FOS/UserBundle", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle", "reference": "v1.3.1" }, "dist": { "type": "zip", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle/archive/v1.3.1.zip", "reference": "v1.3.1", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/framework-bundle": ">=2.1,<2.3-dev", "symfony/security-bundle": ">=2.1,<2.3-dev" }, "require-dev": { "doctrine/doctrine-bundle": "*", "swiftmailer/swiftmailer": "*", "symfony/validator": "2.1.*", "symfony/yaml": "2.1.*", "twig/twig": "*", "willdurand/propel-typehintable-behavior": "dev-master" }, "time": "2012-12-22 15:09:34", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "FOS\\UserBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Thibault Duplessis", "email": "thibault.duplessis@gmail.com", "homepage": "http://ornicar.github.com" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" } ], "description": "Symfony FOSUserBundle", "homepage": "http://friendsofsymfony.github.com", "keywords": [ "User management" ] } ]