{ "_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": "0a6ed902bb57e0f8c4f106273cf613f0", "packages": [ { "name": "cedriclombardot/admingenerator-generator-bundle", "version": "2.1.x-dev", "target-dir": "Admingenerator/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle.git", "reference": "a1fbf6d2c066c8adddf361ed5455a67b0ece41a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony2admingenerator/AdmingeneratorGeneratorBundle/zipball/a1fbf6d2c066c8adddf361ed5455a67b0ece41a3", "reference": "a1fbf6d2c066c8adddf361ed5455a67b0ece41a3", "shasum": "" }, "require": { "cedriclombardot/twig-generator": "dev-master", "knplabs/knp-menu-bundle": ">1.0,<2.1", "symfony/symfony": ">= 2.1.0", "twig/extensions": "dev-master", "twig/twig": ">= 1.9.0", "white-october/pagerfanta-bundle": "2.1.*@dev" }, "require-dev": { "doctrine/common": ">=2.2.3,<2.5-dev", "doctrine/dbal": ">=2.2.3,<2.5-dev", "doctrine/orm": ">=2.2.3,<2.5-dev" }, "suggest": { "avalanche123/imagine-bundle": "Image manipulation using Imagine and Twig Filters", "cedriclombardot/admingenerator-user-bundle": "Help you to overwrite the base layout of FOSUserBundle or others giving a parameter key of the container" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "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" ], "time": "2013-06-08 10:52:38" }, { "name": "cedriclombardot/twig-generator", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/cedriclombardot/TwigGenerator.git", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cedriclombardot/TwigGenerator/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "php": ">=5.3.0", "twig/twig": ">=1.1, <2.0-dev" }, "type": "library", "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" ], "time": "2012-11-09 23:18:09" }, { "name": "doctrine/common", "version": "2.3.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "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": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "collections", "eventmanager", "persistence", "spl" ], "time": "2012-09-19 22:55:18" }, { "name": "doctrine/data-fixtures", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/data-fixtures.git", "reference": "6924952026b77ff492da559b04ad166d25c611cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/6924952026b77ff492da559b04ad166d25c611cb", "reference": "6924952026b77ff492da559b04ad166d25c611cb", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" ], "time": "2013-04-11 23:14:04" }, { "name": "doctrine/dbal", "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "2.3.4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/2.3.4", "reference": "2.3.4", "shasum": "" }, "require": { "doctrine/common": ">=2.3.0,<2.5-dev", "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "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" ], "time": "2013-05-11 07:45:37" }, { "name": "doctrine/doctrine-bundle", "version": "v1.2.0", "target-dir": "Doctrine/Bundle/DoctrineBundle", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", "reference": "v1.2.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/v1.2.0", "reference": "v1.2.0", "shasum": "" }, "require": { "doctrine/dbal": ">=2.2,<2.5-dev", "jdorn/sql-formatter": ">=1.1,<2.0", "php": ">=5.3.2", "symfony/doctrine-bridge": ">=2.2,<3.0", "symfony/framework-bundle": ">=2.2,<3.0" }, "require-dev": { "doctrine/orm": ">=2.2,<2.5-dev", "symfony/validator": ">=2.2,<3.0", "symfony/yaml": ">=2.2,<3.0" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", "symfony/web-profiler-bundle": "to use the data collector" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "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" ], "time": "2013-03-25 20:13:59" }, { "name": "doctrine/doctrine-fixtures-bundle", "version": "dev-master", "target-dir": "Doctrine/Bundle/FixturesBundle", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", "reference": "512fc0fa1d0ce7bdcc6a0a91812eb531f20e0828" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/512fc0fa1d0ce7bdcc6a0a91812eb531f20e0828", "reference": "512fc0fa1d0ce7bdcc6a0a91812eb531f20e0828", "shasum": "" }, "require": { "doctrine/data-fixtures": "*", "doctrine/doctrine-bundle": "~1.0", "php": ">=5.3.2", "symfony/doctrine-bridge": ">=2.1.0,<2.4-dev" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "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" ], "time": "2013-06-21 10:31:45" }, { "name": "doctrine/orm", "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", "reference": "2.3.4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2.3.4", "reference": "2.3.4", "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" }, "bin": [ "bin/doctrine", "bin/doctrine.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "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" ], "time": "2013-05-11 07:51:12" }, { "name": "facebook/php-sdk", "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/facebook/facebook-php-sdk.git", "reference": "v3.2.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/facebook/facebook-php-sdk/zipball/v3.2.2", "reference": "v3.2.2", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "php": ">=5.2.0" }, "type": "library", "autoload": { "classmap": [ "src" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache2" ], "authors": [ { "name": "Facebook", "homepage": "https://github.com/facebook/facebook-php-sdk/contributors" } ], "description": "Facebook PHP SDK", "homepage": "https://github.com/facebook/facebook-php-sdk", "keywords": [ "facebook", "sdk" ], "time": "2013-01-15 21:37:15" }, { "name": "friendsofsymfony/facebook-bundle", "version": "dev-master", "target-dir": "FOS/FacebookBundle", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSFacebookBundle.git", "reference": "1.2.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSFacebookBundle/zipball/1.2.1", "reference": "1.2.1", "shasum": "" }, "require": { "facebook/php-sdk": "3.2.*", "php": ">=5.3.2", "symfony/http-foundation": ">=2.2,<2.4", "symfony/security": ">=2.2,<2.4" }, "require-dev": { "phpunit/phpunit": "3.7.*", "symfony/framework-bundle": ">=2.2,<2.4", "symfony/security-bundle": ">=2.2,<2.4", "symfony/twig-bundle": ">=2.2,<2.4" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-0": { "FOS\\FacebookBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kris Wallsmith", "email": "kris.wallsmith@gmail.com", "homepage": "http://kriswallsmith.net/" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/friendsofsymfony/FOSFacebookBundle/contributors" } ], "description": "Integrate the Facebook Platform into your Symfony2 application.", "homepage": "http://friendsofsymfony.github.com", "keywords": [ "facebook" ], "time": "2013-06-09 23:45:10" }, { "name": "friendsofsymfony/user-bundle", "version": "v1.3.1", "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" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "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" ], "time": "2012-12-22 15:09:34" }, { "name": "gedmo/doctrine-extensions", "version": "v2.3.6", "source": { "type": "git", "url": "https://github.com/l3pp4rd/DoctrineExtensions.git", "reference": "v2.3.6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/v2.3.6", "reference": "v2.3.6", "shasum": "" }, "require": { "doctrine/common": ">=2.2,<2.5-dev", "php": ">=5.3.2" }, "require-dev": { "doctrine/common": ">=2.4.0-BETA2", "doctrine/dbal": ">=2.4.0-BETA2", "doctrine/mongodb": ">=1.0.2", "doctrine/mongodb-odm": ">=1.0.0-BETA8", "doctrine/orm": ">=2.4.0-BETA2", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "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" ], "time": "2013-05-21 12:09:55" }, { "name": "gregwar/image-bundle", "version": "dev-master", "target-dir": "Gregwar/ImageBundle", "source": { "type": "git", "url": "https://github.com/Gregwar/ImageBundle.git", "reference": "ae746b296768cc63c7f3478446dc5bf5d36812d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Gregwar/ImageBundle/zipball/ae746b296768cc63c7f3478446dc5bf5d36812d4", "reference": "ae746b296768cc63c7f3478446dc5bf5d36812d4", "shasum": "" }, "require": { "ext-gd": "*", "php": ">=5.3.0" }, "type": "symfony-bundle", "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" ], "time": "2013-06-02 20:38:56" }, { "name": "jdorn/sql-formatter", "version": "v1.2.9", "source": { "type": "git", "url": "https://github.com/jdorn/sql-formatter.git", "reference": "v1.2.9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/v1.2.9", "reference": "v1.2.9", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "classmap": [ "lib" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "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" ], "time": "2013-04-26 18:42:52" }, { "name": "jms/aop-bundle", "version": "1.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.*" }, "type": "symfony-bundle", "autoload": { "psr-0": { "JMS\\AopBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "time": "2012-01-02 12:50:26" }, { "name": "jms/cg", "version": "1.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" }, "type": "library", "autoload": { "psr-0": { "CG\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "time": "2012-01-02 12:40:52" }, { "name": "jms/di-extra-bundle", "version": "1.4.0", "target-dir": "JMS/DiExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", "reference": "1.4.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/1.4.0", "reference": "1.4.0", "shasum": "" }, "require": { "jms/aop-bundle": ">=1.0.0,<1.2-dev", "jms/metadata": "1.*", "symfony/finder": ">=2.1,<3.0", "symfony/framework-bundle": ">=2.1,<3.0", "symfony/process": ">=2.1,<3.0" }, "require-dev": { "doctrine/doctrine-bundle": "*", "doctrine/orm": "*", "jms/security-extra-bundle": "1.*", "phpcollection/phpcollection": ">=0.1,<0.3-dev", "sensio/framework-extra-bundle": "*", "symfony/browser-kit": "*", "symfony/class-loader": "*", "symfony/form": "*", "symfony/security-bundle": "*", "symfony/twig-bundle": "*", "symfony/validator": "*", "symfony/yaml": "*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "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" ], "time": "2013-06-08 13:13:40" }, { "name": "jms/metadata", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/metadata.git", "reference": "1.3.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/1.3.0", "reference": "1.3.0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "doctrine/common": ">=2.0,<2.4-dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "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" ], "time": "2013-01-22 12:51:18" }, { "name": "jms/parser-lib", "version": "1.0.0", "source": { "type": "git", "url": "git://github.com/schmittjoh/parser-lib", "reference": "1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/schmittjoh/parser-lib/archive/1.0.0.zip", "reference": "1.0.0", "shasum": "" }, "require": { "phpoption/phpoption": ">=0.9,<2.0-dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "JMS\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache2" ], "description": "A library for easily creating recursive-descent parsers.", "time": "2012-11-18 18:08:43" }, { "name": "jms/security-extra-bundle", "version": "1.5.1", "target-dir": "JMS/SecurityExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git", "reference": "1.5.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/1.5.1", "reference": "1.5.1", "shasum": "" }, "require": { "jms/aop-bundle": ">=1.0,<2.0", "jms/di-extra-bundle": ">=1.3,<2.0", "jms/metadata": ">=1.0,<2.0", "jms/parser-lib": ">=1.0,<2.0", "symfony/framework-bundle": ">=2.1,<3.0", "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": "*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "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" ], "time": "2013-06-09 10:29:54" }, { "name": "knplabs/knp-menu", "version": "v1.1.2", "source": { "type": "git", "url": "http://github.com/KnpLabs/KnpMenu.git", "reference": "v1.1.2" }, "dist": { "type": "zip", "url": "https://github.com/KnpLabs/KnpMenu/zipball/v1.1.2", "reference": "v1.1.2", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "pimple/pimple": "*", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "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" ], "time": "2012-06-10 09:20:40" }, { "name": "knplabs/knp-menu-bundle", "version": "v1.1.2", "target-dir": "Knp/Bundle/MenuBundle", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenuBundle.git", "reference": "v1.1.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/v1.1.2", "reference": "v1.1.2", "shasum": "" }, "require": { "knplabs/knp-menu": ">=1.1,<2.0", "symfony/framework-bundle": ">=2.0,<3.0" }, "type": "symfony-bundle", "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" ], "time": "2013-05-25 10:20:03" }, { "name": "kriswallsmith/assetic", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/kriswallsmith/assetic.git", "reference": "v1.1.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/v1.1.1", "reference": "v1.1.1", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/process": ">=2.1,<3.0" }, "require-dev": { "cssmin/cssmin": "*", "joliclic/javascript-packer": "*", "kamicane/packager": "*", "leafo/lessphp": "*", "leafo/scssphp": "*", "leafo/scssphp-compass": "*", "mrclay/minify": "*", "phpunit/phpunit": ">=3.7,<4.0", "ptachoire/cssembed": "*", "twig/twig": ">=1.6,<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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "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" ], "time": "2013-06-01 22:13:43" }, { "name": "monolog/monolog", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "1.5.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.5.0", "reference": "1.5.0", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": ">=1.0,<2.0" }, "require-dev": { "doctrine/couchdb": "dev-master", "mlehner/gelf-php": "1.0.*", "raven/raven": "0.3.*" }, "suggest": { "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", "raven/raven": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-0": { "Monolog": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be", "role": "Developer" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2013-04-23 10:09:48" }, { "name": "pagerfanta/pagerfanta", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/whiteoctober/Pagerfanta.git", "reference": "1a3cb8addb92df6396e59a2c44c3b7f216b4218a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/1a3cb8addb92df6396e59a2c44c3b7f216b4218a", "reference": "1a3cb8addb92df6396e59a2c44c3b7f216b4218a", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "doctrine/mongodb-odm": "*", "doctrine/orm": "2.*", "mandango/mandango": "*", "propel/propel1": ">=1.6,<2.0", "solarium/solarium": "dev-develop" }, "suggest": { "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", "doctrine/orm": "To use the DoctrineORMAdapter.", "mandango/mandango": "To use the MandangoAdapter.", "propel/propel1": "To use the PropelAdapter", "solarium/solarium": "To use the SolariumAdapter." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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", "pagination", "paginator", "paging" ], "time": "2013-06-13 22:25:28" }, { "name": "phpoption/phpoption", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", "reference": "1.2.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/1.2.0", "reference": "1.2.0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-0": { "PhpOption\\": "src/" } }, "notification-url": "https://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-03-25 02:51:40" }, { "name": "psr/log", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log", "reference": "1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/php-fig/log/archive/1.0.0.zip", "reference": "1.0.0", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Psr\\Log\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "keywords": [ "log", "psr", "psr-3" ], "time": "2012-12-21 11:40:51" }, { "name": "sensio/distribution-bundle", "version": "v2.2.3", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", "reference": "v2.3.0-BETA1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/v2.3.0-BETA1", "reference": "v2.3.0-BETA1", "shasum": "" }, "require": { "symfony/framework-bundle": ">=2.2,<3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "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" ], "time": "2013-04-16 15:18:14" }, { "name": "sensio/framework-extra-bundle", "version": "v2.2.3", "target-dir": "Sensio/Bundle/FrameworkExtraBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "reference": "v2.2.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/v2.2.3", "reference": "v2.2.3", "shasum": "" }, "require": { "doctrine/common": ">=2.2,<3.0", "symfony/framework-bundle": ">=2.2,<3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "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" ], "time": "2013-06-02 13:06:28" }, { "name": "sensio/generator-bundle", "version": "v2.2.3", "target-dir": "Sensio/Bundle/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", "reference": "v2.2.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/v2.2.3", "reference": "v2.2.3", "shasum": "" }, "require": { "symfony/console": ">=2.0,<3.0", "symfony/framework-bundle": ">=2.2,<3.0" }, "require-dev": { "doctrine/orm": ">=2.2,<3.0,>=2.2.3", "symfony/doctrine-bridge": ">=2.2,<3.0", "twig/twig": ">=1.11.0,<2.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "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", "time": "2013-06-02 13:07:01" }, { "name": "shtumi/useful-bundle", "version": "dev-master", "target-dir": "Shtumi/UsefulBundle", "source": { "type": "git", "url": "https://github.com/shtumi/ShtumiUsefulBundle.git", "reference": "fc6cef6a071d903749dfcff38884f9c240f9e6cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/shtumi/ShtumiUsefulBundle/zipball/fc6cef6a071d903749dfcff38884f9c240f9e6cf", "reference": "fc6cef6a071d903749dfcff38884f9c240f9e6cf", "shasum": "" }, "require": { "php": ">=5.3.2" }, "suggest": { "sonata-project/admin-bundle": "master-dev", "sonata-project/doctrine-orm-admin-bundle": "master-dev" }, "type": "symfony-bundle", "autoload": { "psr-0": { "Shtumi\\UsefulBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mikhail Shtukin", "email": "shtumi@tut.by" } ], "description": "Symfony ShtumiUsefulBundle", "keywords": [ "Ajax Autocomplete form type", "Dependent filtered form type", "daterange", "shtumi" ], "time": "2013-04-08 08:10:20" }, { "name": "sonata-project/admin-bundle", "version": "2.2.2", "target-dir": "Sonata/AdminBundle", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataAdminBundle.git", "reference": "2.2.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/2.2.2", "reference": "2.2.2", "shasum": "" }, "require": { "doctrine/common": ">=2.2,<3.0", "knplabs/knp-menu-bundle": ">=1.1,<2.0", "sonata-project/block-bundle": ">=2.2.1,<3.0", "sonata-project/exporter": "1.*", "sonata-project/jquery-bundle": "1.8.*", "symfony/config": ">=2.2,<2.3-dev", "symfony/console": ">=2.2,<2.3-dev", "symfony/form": ">=2.2,<2.3-dev", "symfony/http-foundation": ">=2.2,<2.3-dev", "symfony/routing": ">=2.2,<2.3-dev", "symfony/security-bundle": ">=2.2,<2.3-dev", "symfony/twig-bridge": ">=2.2,<2.3-dev", "symfony/validator": ">=2.2,<2.3-dev", "twig/twig": ">=1.12,<2.0-dev" }, "require-dev": { "jms/translation-bundle": "*", "sonata-project/intl-bundle": "2.1.*" }, "suggest": { "sonata-project/doctrine-orm-admin-bundle": "2.2.*@dev", "sonata-project/intl-bundle": "2.1.*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "psr-0": { "Sonata\\AdminBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", "homepage": "http://sonata-project.org" }, { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors" } ], "description": "Symfony SonataAdminBundle", "homepage": "http://sonata-project.org/bundles/admin", "keywords": [ "Admin Generator", "admin", "bootstrap", "sonata" ], "time": "2013-05-07 12:19:20" }, { "name": "sonata-project/block-bundle", "version": "2.2.3", "target-dir": "Sonata/BlockBundle", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataBlockBundle.git", "reference": "2.2.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/2.2.3", "reference": "2.2.3", "shasum": "" }, "require": { "doctrine/common": ">=2.3,<2.5-dev", "symfony/form": ">=2.2,<2.4-dev", "symfony/http-foundation": ">=2.2,<2.4-dev" }, "require-dev": { "sonata-project/admin-bundle": "2.2.*@dev", "sonata-project/cache-bundle": "2.1.*" }, "suggest": { "sonata-project/admin-bundle": "2.2.*@dev", "sonata-project/cache-bundle": "2.1.*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-2.0": "2.0.x-dev", "dev-2.1": "2.1.x-dev", "dev-master": "2.2.x-dev" } }, "autoload": { "psr-0": { "Sonata\\BlockBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", "homepage": "http://sonata-project.org" }, { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors" } ], "description": "Symfony SonataBlockBundle", "homepage": "http://sonata-project.org/bundles/block", "keywords": [ "block", "sonata" ], "time": "2013-05-23 11:50:36" }, { "name": "sonata-project/doctrine-orm-admin-bundle", "version": "2.2.1", "target-dir": "Sonata/DoctrineORMAdminBundle", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git", "reference": "2.2.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/2.2.1", "reference": "2.2.1", "shasum": "" }, "require": { "doctrine/orm": ">=2.3,<3.0", "knplabs/knp-menu-bundle": ">=1.1,<2.0", "sonata-project/admin-bundle": ">=2.2.2", "symfony/symfony": ">=2.2,<2.3" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "psr-0": { "Sonata\\DoctrineORMAdminBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", "homepage": "http://sonata-project.org" }, { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors" } ], "description": "Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle", "homepage": "http://sonata-project.org/bundles/admin", "keywords": [ "Admin Generator", "admin", "bootstrap", "generator", "sonata" ], "time": "2013-05-07 13:33:02" }, { "name": "sonata-project/exporter", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/sonata-project/exporter.git", "reference": "1.3.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/exporter/zipball/1.3.0", "reference": "1.3.0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "php": ">=5.3.0", "symfony/property-access": ">=2.2, <3.0.0-dev", "symfony/routing": "*" }, "suggest": { "ext-curl": "*", "symfony/routing": "*" }, "type": "library", "autoload": { "psr-0": { "Exporter": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Rabaix", "email": "thomas.rabaix@gmail.com", "homepage": "http://sonata-project.org/" } ], "description": "Lightweight Exporter library", "homepage": "https://github.com/sonata-project/Exporter", "keywords": [ "client", "csv", "data", "export", "xls" ], "time": "2013-06-06 20:59:26" }, { "name": "sonata-project/jquery-bundle", "version": "1.8.x-dev", "target-dir": "Sonata/jQueryBundle", "source": { "type": "git", "url": "https://github.com/sonata-project/SonatajQueryBundle.git", "reference": "1.8.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/SonatajQueryBundle/zipball/1.8.3", "reference": "1.8.3", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/framework-bundle": "2.*" }, "type": "symfony-bundle", "autoload": { "psr-0": { "Sonata\\jQueryBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", "homepage": "http://sonata-project.org" }, { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/SonatajQueryBundle/contributors" } ], "description": "Symfony SonatajQueryBundle", "homepage": "http://sonata-project.org/bundles/jquery", "keywords": [ "jquery", "sonata" ], "time": "2013-03-01 17:24:02" }, { "name": "stof/doctrine-extensions-bundle", "version": "dev-master", "target-dir": "Stof/DoctrineExtensionsBundle", "source": { "type": "git", "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", "reference": "6577f2388abeac4896aa0aef37fc1b6f2c6923e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/6577f2388abeac4896aa0aef37fc1b6f2c6923e9", "reference": "6577f2388abeac4896aa0aef37fc1b6f2c6923e9", "shasum": "" }, "require": { "gedmo/doctrine-extensions": "2.3.*", "php": ">=5.3.2", "symfony/framework-bundle": "~2.1" }, "suggest": { "doctrine/doctrine-bundle": "to use the ORM extensions", "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "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" ], "time": "2013-06-25 08:05:01" }, { "name": "swiftmailer/swiftmailer", "version": "v5.0.1", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "v5.0.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/v5.0.1", "reference": "v5.0.1", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "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" ], "time": "2013-06-17 13:32:32" }, { "name": "symfony/assetic-bundle", "version": "v2.3.0", "target-dir": "Symfony/Bundle/AsseticBundle", "source": { "type": "git", "url": "https://github.com/symfony/AsseticBundle.git", "reference": "v2.3.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/v2.3.0", "reference": "v2.3.0", "shasum": "" }, "require": { "kriswallsmith/assetic": ">=1.1,<2.0", "php": ">=5.3.0", "symfony/framework-bundle": ">=2.1,<3.0" }, "require-dev": { "symfony/class-loader": ">=2.1,<3.0", "symfony/console": ">=2.1,<3.0", "symfony/css-selector": ">=2.1,<3.0", "symfony/dom-crawler": ">=2.1,<3.0", "symfony/form": ">=2.1,<3.0", "symfony/twig-bundle": ">=2.1,<3.0", "symfony/yaml": ">=2.1,<3.0" }, "suggest": { "symfony/twig-bundle": "~2.1" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "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" ], "time": "2013-05-16 05:32:23" }, { "name": "symfony/monolog-bundle", "version": "v2.2.0", "target-dir": "Symfony/Bundle/MonologBundle", "source": { "type": "git", "url": "https://github.com/symfony/MonologBundle.git", "reference": "v2.2.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/v2.2.0", "reference": "v2.2.0", "shasum": "" }, "require": { "monolog/monolog": ">=1.3,<2.0", "php": ">=5.3.2", "symfony/config": ">=2.2-beta2,<3.0", "symfony/dependency-injection": ">=2.2-beta2,<3.0", "symfony/monolog-bridge": ">=2.2-beta2,<3.0" }, "require-dev": { "symfony/yaml": ">=2.2-beta2,<3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "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" ], "time": "2013-02-23 17:18:24" }, { "name": "symfony/swiftmailer-bundle", "version": "v2.2.3", "target-dir": "Symfony/Bundle/SwiftmailerBundle", "source": { "type": "git", "url": "https://github.com/symfony/SwiftmailerBundle.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.2", "swiftmailer/swiftmailer": ">=4.2.0,<5.1-dev", "symfony/swiftmailer-bridge": ">=2.1,<3.0" }, "require-dev": { "symfony/config": ">=2.1,<3.0", "symfony/dependency-injection": ">=2.1,<3.0", "symfony/http-kernel": ">=2.1,<3.0", "symfony/yaml": ">=2.1,<3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "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", "time": "2013-05-15 08:38:58" }, { "name": "symfony/symfony", "version": "v2.2.3", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", "reference": "v2.2.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/symfony/zipball/v2.2.3", "reference": "v2.2.3", "shasum": "" }, "require": { "doctrine/common": ">=2.2,<3.0", "php": ">=5.3.3", "psr/log": ">=1.0,<2.0", "twig/twig": ">=1.11.0,<2.0" }, "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/property-access": "self.version", "symfony/routing": "self.version", "symfony/security": "self.version", "symfony/security-bundle": "self.version", "symfony/serializer": "self.version", "symfony/stopwatch": "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,<3.0", "doctrine/orm": ">=2.2,<3.0,>=2.2.3", "monolog/monolog": ">=1.3,<2.0", "propel/propel1": "1.6.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-0": { "Symfony\\": "src/" }, "classmap": [ "src/Symfony/Component/HttpFoundation/Resources/stubs", "src/Symfony/Component/Locale/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" ], "time": "2013-06-19 12:09:49" }, { "name": "twig/extensions", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fabpot/Twig-extensions.git", "reference": "f5b0c84f3699e494c84ee627d7d583e115d2c4a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/f5b0c84f3699e494c84ee627d7d583e115d2c4a2", "reference": "f5b0c84f3699e494c84ee627d7d583e115d2c4a2", "shasum": "" }, "require": { "twig/twig": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" ], "time": "2013-07-02 11:21:55" }, { "name": "twig/twig", "version": "v1.13.1", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", "reference": "v1.13.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.1", "reference": "v1.13.1", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.13-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ], "time": "2013-06-06 06:06:01" }, { "name": "white-october/pagerfanta-bundle", "version": "2.1.x-dev", "target-dir": "WhiteOctober/PagerfantaBundle", "source": { "type": "git", "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", "reference": "5d1b9eb262055019a280a0ec48bc0b11fba5bb23" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/5d1b9eb262055019a280a0ec48bc0b11fba5bb23", "reference": "5d1b9eb262055019a280a0ec48bc0b11fba5bb23", "shasum": "" }, "require": { "pagerfanta/pagerfanta": "1.0.*", "symfony/framework-bundle": ">=2.1,<3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" ], "time": "2013-03-30 22:08:55" } ], "packages-dev": [ ], "aliases": [ ], "minimum-stability": "stable", "stability-flags": { "twig/extensions": 20, "doctrine/data-fixtures": 20, "doctrine/doctrine-fixtures-bundle": 20, "stof/doctrine-extensions-bundle": 20, "gregwar/image-bundle": 20, "cedriclombardot/admingenerator-generator-bundle": 20, "cedriclombardot/twig-generator": 20, "white-october/pagerfanta-bundle": 20, "pagerfanta/pagerfanta": 20, "shtumi/useful-bundle": 20, "sonata-project/jquery-bundle": 20, "friendsofsymfony/facebook-bundle": 20 }, "platform": { "php": ">=5.3.3" }, "platform-dev": [ ] }