{ "hash": "00969618f2f0b10a233fb67916e231af", "packages": [ { "name": "dflydev/doctrine-orm-service-provider", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider", "reference": "b925a32d4657f34b33fb7c7406f6e830aee28192" }, "dist": { "type": "zip", "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider/archive/b925a32d4657f34b33fb7c7406f6e830aee28192.zip", "reference": "b925a32d4657f34b33fb7c7406f6e830aee28192", "shasum": "" }, "require": { "php": ">=5.3.3", "doctrine/orm": ">=2.3,<3.0", "pimple/pimple": "1.*@dev" }, "require-dev": { "cilex/cilex": "1.*@dev", "silex/silex": "1.*@dev" }, "suggest": { "dflydev/psr0-resource-locator-service-provider": "1.0.*@dev" }, "time": "2012-12-30 23:41:22", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\Cilex\\Provider\\DoctrineOrm": "src", "Dflydev\\Pimple\\Provider\\DoctrineOrm": "src", "Dflydev\\Silex\\Provider\\DoctrineOrm": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Doctrine ORM Service Provider", "keywords": [ "silex", "orm", "doctrine", "pimple", "cilex" ] }, { "name": "doctrine/cache", "version": "v1.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "v1.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/cache/archive/v1.0.zip", "reference": "v1.0", "shasum": "" }, "require": { "php": ">=5.3.2" }, "time": "2013-01-10 22:43:46", "type": "library", "autoload": { "psr-0": { "Doctrine\\Common\\Cache\\": "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": "Caching library offering an object-oriented API for many cache backends", "homepage": "http://www.doctrine-project.org", "keywords": [ "cache", "caching" ] }, { "name": "doctrine/common", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/common", "reference": "edeaab2851102e5a945770b479d21b600d6ea13a" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/common/archive/edeaab2851102e5a945770b479d21b600d6ea13a.zip", "reference": "edeaab2851102e5a945770b479d21b600d6ea13a", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/inflector": "1.*", "doctrine/cache": "1.*" }, "time": "2013-01-10 23:14:02", "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.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": "https://github.com/schmittjoh", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "collections", "spl", "eventmanager", "annotations", "persistence" ] }, { "name": "doctrine/dbal", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/dbal", "reference": "2f3377c0f28b276655a11ed54d0b2ac7ba5ad2d3" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/dbal/archive/2f3377c0f28b276655a11ed54d0b2ac7ba5ad2d3.zip", "reference": "2f3377c0f28b276655a11ed54d0b2ac7ba5ad2d3", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/common": ">=2.3-dev,<2.5-dev" }, "time": "2013-01-08 15:37:28", "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.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", "persistence", "dbal", "queryobject" ] }, { "name": "doctrine/inflector", "version": "v1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "v1.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/inflector/archive/v1.0.zip", "reference": "v1.0", "shasum": "" }, "require": { "php": ">=5.3.2" }, "time": "2013-01-10 21:49:15", "type": "library", "autoload": { "psr-0": { "Doctrine\\Common\\Inflector\\": "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 String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "string", "inflection", "singuarlize", "pluarlize" ] }, { "name": "doctrine/migrations", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/migrations", "reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/migrations/archive/e1f6efcd94993b493de5c6a413cbc327ea9c0caa.zip", "reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/dbal": ">=2.0,<2.5.x-dev" }, "require-dev": { "symfony/console": "2.*", "symfony/yaml": "2.*" }, "suggest": { "symfony/console": "to run the migration from the console" }, "time": "2012-12-27 16:39:29", "type": "library", "autoload": { "psr-0": { "Doctrine\\DBAL\\Migrations": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "description": "Database Schema migrations using Doctrine DBAL", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "migrations" ] }, { "name": "doctrine/orm", "version": "dev-master", "source": { "type": "git", "url": "git://github.com/doctrine/doctrine2.git", "reference": "71efe2109aafc3c5ef81d5d5285f3b81e4de3bef" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/doctrine2/archive/71efe2109aafc3c5ef81d5d5285f3b81e4de3bef.zip", "reference": "71efe2109aafc3c5ef81d5d5285f3b81e4de3bef", "shasum": "" }, "require": { "php": ">=5.3.2", "ext-pdo": "*", "symfony/console": "2.*", "doctrine/dbal": ">=2.4-dev,<2.5-dev" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "time": "2013-01-10 19:13:18", "bin": [ "bin/doctrine", "bin/doctrine.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.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" ] }, { "name": "gedmo/doctrine-extensions", "version": "dev-master", "source": { "type": "git", "url": "git://github.com/l3pp4rd/DoctrineExtensions.git", "reference": "0d4393d25a0ff6074b5163311e058d7f3cbccf35" }, "dist": { "type": "zip", "url": "https://github.com/l3pp4rd/DoctrineExtensions/archive/0d4393d25a0ff6074b5163311e058d7f3cbccf35.zip", "reference": "0d4393d25a0ff6074b5163311e058d7f3cbccf35", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/common": ">=2.2,<2.5-dev" }, "require-dev": { "doctrine/mongodb": ">=1.0.0-BETA1", "doctrine/mongodb-odm": ">=1.0.0-BETA6", "doctrine/orm": ">=2.2", "doctrine/dbal": ">=2.2", "symfony/yaml": "2.*" }, "suggest": { "doctrine/orm": ">=2.2", "doctrine/dbal": ">=2.2", "doctrine/mongodb": ">=1.0.0", "doctrine/mongodb-odm": ">=1.0.0-BETA7" }, "time": "2013-01-11 05:15:19", "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": "Gediminas Morkevicius", "email": "gediminas.morkevicius@gmail.com" } ], "description": "Doctrine2 behavioral extensions", "homepage": "http://gediminasm.org/", "keywords": [ "tree", "behaviors", "doctrine2", "extensions", "gedmo", "sluggable", "loggable", "translatable", "nestedset", "sortable", "timestampable" ] }, { "name": "knplabs/knp-menu", "version": "dev-master", "source": { "type": "git", "url": "http://github.com/KnpLabs/KnpMenu.git", "reference": "730bc37232f5f813822acf80edfbd89381ea5971" }, "dist": { "type": "zip", "url": "https://github.com/KnpLabs/KnpMenu/archive/730bc37232f5f813822acf80edfbd89381ea5971.zip", "reference": "730bc37232f5f813822acf80edfbd89381ea5971", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "silex/silex": "1.0.*", "twig/twig": ">=1.2,<2.0-dev", "pimple/pimple": "1.0.*" }, "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" } }, "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": "monolog/monolog", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog", "reference": "98d3650785b1215eb9da24822b1216d531650c1f" }, "dist": { "type": "zip", "url": "https://github.com/Seldaek/monolog/archive/98d3650785b1215eb9da24822b1216d531650c1f.zip", "reference": "98d3650785b1215eb9da24822b1216d531650c1f", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": ">=1.0,<2.0" }, "require-dev": { "mlehner/gelf-php": "1.0.*", "doctrine/couchdb": "dev-master", "raven/raven": "0.3.*" }, "suggest": { "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "raven/raven": "Allow sending log messages to a Sentry server" }, "time": "2013-01-10 16:59:48", "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.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" ] }, { "name": "pagerfanta/pagerfanta", "version": "dev-master", "source": { "type": "git", "url": "git://github.com/whiteoctober/Pagerfanta.git", "reference": "12f71d99457b018fb80746f84514dd5b495c5789" }, "dist": { "type": "zip", "url": "https://github.com/whiteoctober/Pagerfanta/archive/12f71d99457b018fb80746f84514dd5b495c5789.zip", "reference": "12f71d99457b018fb80746f84514dd5b495c5789", "shasum": "" }, "require": { "php": ">=5.3.0" }, "suggest": { "doctrine/orm": "2.*", "doctrine/mongodb-odm": "2.*", "solarium/solarium": "2.*" }, "time": "2012-08-22 21:56:31", "type": "library", "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": "pimple/pimple", "version": "dev-master", "source": { "type": "git", "url": "git://github.com/fabpot/Pimple.git", "reference": "d58cec632dfdd3305d6b4f2563a5cf2a75b4d978" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Pimple/archive/d58cec632dfdd3305d6b4f2563a5cf2a75b4d978.zip", "reference": "d58cec632dfdd3305d6b4f2563a5cf2a75b4d978", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2013-01-07 10:39:26", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Pimple": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", "homepage": "http://pimple.sensiolabs.org", "keywords": [ "dependency injection", "container" ] }, { "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": "" }, "time": "2012-12-21 11:40:51", "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" ] }, { "name": "silex/silex", "version": "dev-master", "source": { "type": "git", "url": "git://github.com/fabpot/Silex.git", "reference": "605f8262b6757e7721dcd8a0073a917e900f6862" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Silex/archive/605f8262b6757e7721dcd8a0073a917e900f6862.zip", "reference": "605f8262b6757e7721dcd8a0073a917e900f6862", "shasum": "" }, "require": { "php": ">=5.3.3", "pimple/pimple": "1.*", "symfony/event-dispatcher": ">=2.1,<2.3-dev", "symfony/http-foundation": ">=2.1,<2.3-dev", "symfony/http-kernel": ">=2.1,<2.3-dev", "symfony/routing": ">=2.1,<2.3-dev" }, "require-dev": { "monolog/monolog": ">=1.0.0,<1.2-dev", "twig/twig": ">=1.8.0,<2.0-dev", "swiftmailer/swiftmailer": "4.2.*", "doctrine/dbal": ">=2.2.0,<2.4.0-dev", "symfony/security": ">=2.1,<2.3-dev", "symfony/config": ">=2.1,<2.3-dev", "symfony/locale": ">=2.1,<2.3-dev", "symfony/form": ">=2.1,<2.3-dev", "symfony/browser-kit": ">=2.1,<2.3-dev", "symfony/css-selector": ">=2.1,<2.3-dev", "symfony/finder": ">=2.1,<2.3-dev", "symfony/monolog-bridge": ">=2.1,<2.3-dev", "symfony/process": ">=2.1,<2.3-dev", "symfony/translation": ">=2.1,<2.3-dev", "symfony/twig-bridge": ">=2.1,<2.3-dev", "symfony/validator": ">=2.1,<2.3-dev", "symfony/serializer": ">=2.1,<2.3-dev" }, "suggest": { "symfony/browser-kit": ">=2.1,<2.3-dev", "symfony/css-selector": ">=2.1,<2.3-dev", "symfony/dom-crawler": ">=2.1,<2.3-dev" }, "time": "2013-01-11 06:54:36", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Silex": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch", "homepage": "http://wiedler.ch/igor/" } ], "description": "The PHP micro-framework based on the Symfony2 Components", "homepage": "http://silex.sensiolabs.org", "keywords": [ "microframework" ] }, { "name": "swiftmailer/swiftmailer", "version": "v4.1.8", "source": { "type": "git", "url": "git://github.com/swiftmailer/swiftmailer.git", "reference": "v4.1.8" }, "dist": { "type": "zip", "url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.1.8", "reference": "v4.1.8", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "2012-06-17 13:55:34", "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "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": "symfony/config", "version": "dev-master", "target-dir": "Symfony/Component/Config", "source": { "type": "git", "url": "https://github.com/symfony/Config", "reference": "v2.2.0-BETA1" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Config/archive/v2.2.0-BETA1.zip", "reference": "v2.2.0-BETA1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2013-01-05 17:52:40", "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Config\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Config Component", "homepage": "http://symfony.com" }, { "name": "symfony/console", "version": "dev-master", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console", "reference": "v2.2.0-BETA1" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Console/archive/v2.2.0-BETA1.zip", "reference": "v2.2.0-BETA1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2013-01-08 18:17:41", "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "http://symfony.com" }, { "name": "symfony/dependency-injection", "version": "dev-master", "target-dir": "Symfony/Component/DependencyInjection", "source": { "type": "git", "url": "https://github.com/symfony/DependencyInjection", "reference": "v2.2.0-BETA1" }, "dist": { "type": "zip", "url": "https://github.com/symfony/DependencyInjection/archive/v2.2.0-BETA1.zip", "reference": "v2.2.0-BETA1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/yaml": "2.2.*", "symfony/config": "2.2.*" }, "suggest": { "symfony/yaml": "2.2.*", "symfony/config": "2.2.*" }, "time": "2013-01-08 18:17:41", "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\DependencyInjection\\": "" } }, "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 DependencyInjection Component", "homepage": "http://symfony.com" }, { "name": "symfony/event-dispatcher", "version": "2.1.x-dev", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher", "reference": "593ca3bb9ed5eccc1156c402102d9b5bb07cd783" }, "dist": { "type": "zip", "url": "https://github.com/symfony/EventDispatcher/archive/593ca3bb9ed5eccc1156c402102d9b5bb07cd783.zip", "reference": "593ca3bb9ed5eccc1156c402102d9b5bb07cd783", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/dependency-injection": "2.1.*" }, "suggest": { "symfony/dependency-injection": "2.1.*", "symfony/http-kernel": "2.1.*" }, "time": "2013-01-09 08:51:07", "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\EventDispatcher": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com" }, { "name": "symfony/form", "version": "2.1.x-dev", "target-dir": "Symfony/Component/Form", "source": { "type": "git", "url": "https://github.com/symfony/Form", "reference": "ef499c49a08833089ebfb175e28f48ac5d3e8a53" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Form/archive/ef499c49a08833089ebfb175e28f48ac5d3e8a53.zip", "reference": "ef499c49a08833089ebfb175e28f48ac5d3e8a53", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/event-dispatcher": "2.1.*", "symfony/locale": "2.1.*", "symfony/options-resolver": "2.1.*" }, "require-dev": { "symfony/validator": "2.1.*", "symfony/http-foundation": "2.1.*" }, "suggest": { "symfony/validator": "2.1.*", "symfony/http-foundation": "2.1.*" }, "time": "2013-01-09 08:51:07", "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Form": "" } }, "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 Form Component", "homepage": "http://symfony.com" }, { "name": "symfony/http-foundation", "version": "2.1.x-dev", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation", "reference": "229cc2272d62f4141c17254d15511532e6e46ce0" }, "dist": { "type": "zip", "url": "https://github.com/symfony/HttpFoundation/archive/229cc2272d62f4141c17254d15511532e6e46ce0.zip", "reference": "229cc2272d62f4141c17254d15511532e6e46ce0", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2013-01-09 08:51:07", "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\HttpFoundation": "", "SessionHandlerInterface": "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": "Symfony HttpFoundation Component", "homepage": "http://symfony.com" }, { "name": "symfony/http-kernel", "version": "2.1.x-dev", "target-dir": "Symfony/Component/HttpKernel", "source": { "type": "git", "url": "https://github.com/symfony/HttpKernel", "reference": "daba04e69bc8cccc7d81d2ef82be81c36d783ae2" }, "dist": { "type": "zip", "url": "https://github.com/symfony/HttpKernel/archive/daba04e69bc8cccc7d81d2ef82be81c36d783ae2.zip", "reference": "daba04e69bc8cccc7d81d2ef82be81c36d783ae2", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/event-dispatcher": "2.1.*", "symfony/http-foundation": "2.1.*" }, "require-dev": { "symfony/browser-kit": "2.1.*", "symfony/class-loader": "2.1.*", "symfony/config": "2.1.*", "symfony/console": "2.1.*", "symfony/dependency-injection": "2.1.*", "symfony/finder": "2.1.*", "symfony/process": "2.1.*", "symfony/routing": "2.1.*" }, "suggest": { "symfony/browser-kit": "2.1.*", "symfony/class-loader": "2.1.*", "symfony/config": "2.1.*", "symfony/console": "2.1.*", "symfony/dependency-injection": "2.1.*", "symfony/finder": "2.1.*" }, "time": "2013-01-09 08:51:07", "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\HttpKernel": "" } }, "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 HttpKernel Component", "homepage": "http://symfony.com" }, { "name": "symfony/locale", "version": "2.1.x-dev", "target-dir": "Symfony/Component/Locale", "source": { "type": "git", "url": "https://github.com/symfony/Locale", "reference": "d1819fbf750d58ad1d2f6213c337afe8081b75f0" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Locale/archive/d1819fbf750d58ad1d2f6213c337afe8081b75f0.zip", "reference": "d1819fbf750d58ad1d2f6213c337afe8081b75f0", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-intl": ">=5.3.3" }, "time": "2013-01-09 08:51:07", "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Locale": "" } }, "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 Locale Component", "homepage": "http://symfony.com" }, { "name": "symfony/options-resolver", "version": "2.1.x-dev", "target-dir": "Symfony/Component/OptionsResolver", "source": { "type": "git", "url": "https://github.com/symfony/OptionsResolver", "reference": "1a1319747462c2d457c3e1c8c2c9a26ad4bcb67b" }, "dist": { "type": "zip", "url": "https://github.com/symfony/OptionsResolver/archive/1a1319747462c2d457c3e1c8c2c9a26ad4bcb67b.zip", "reference": "1a1319747462c2d457c3e1c8c2c9a26ad4bcb67b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2013-01-09 08:51:07", "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\OptionsResolver": "" } }, "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 OptionsResolver Component", "homepage": "http://symfony.com", "keywords": [ "configuration", "config", "options" ] }, { "name": "symfony/routing", "version": "dev-master", "target-dir": "Symfony/Component/Routing", "source": { "type": "git", "url": "https://github.com/symfony/Routing", "reference": "20b0af13fe2be7fa979f1829b0e23a56803a2c58" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Routing/archive/20b0af13fe2be7fa979f1829b0e23a56803a2c58.zip", "reference": "20b0af13fe2be7fa979f1829b0e23a56803a2c58", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "doctrine/common": ">=2.2,<2.4-dev", "symfony/config": "2.2.*", "symfony/yaml": "2.2.*", "symfony/http-kernel": "2.2.*", "psr/log": ">=1.0,<2.0" }, "suggest": { "doctrine/common": ">=2.2,<2.4-dev", "symfony/config": "2.2.*", "symfony/yaml": "2.2.*" }, "time": "2013-01-10 16:57:14", "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Routing\\": "" } }, "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 Routing Component", "homepage": "http://symfony.com" }, { "name": "symfony/security", "version": "2.1.x-dev", "target-dir": "Symfony/Component/Security", "source": { "type": "git", "url": "https://github.com/symfony/Security", "reference": "6335d042d57da0016da722abefd9e1c519c88f2c" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Security/archive/6335d042d57da0016da722abefd9e1c519c88f2c.zip", "reference": "6335d042d57da0016da722abefd9e1c519c88f2c", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/event-dispatcher": "2.1.*", "symfony/http-foundation": "2.1.*", "symfony/http-kernel": "2.1.*" }, "require-dev": { "symfony/form": "2.1.*", "symfony/routing": "2.1.*", "symfony/validator": "2.1.*", "doctrine/common": ">=2.2,<2.4-dev", "doctrine/dbal": ">=2.2,<2.4-dev" }, "suggest": { "doctrine/dbal": "to use the built-in ACL implementation", "symfony/class-loader": "2.1.*", "symfony/finder": "2.1.*", "symfony/form": "2.1.*", "symfony/validator": "2.1.*", "symfony/routing": "2.1.*" }, "time": "2013-01-09 08:51:07", "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Security": "" } }, "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 Security Component", "homepage": "http://symfony.com" }, { "name": "symfony/translation", "version": "2.1.x-dev", "target-dir": "Symfony/Component/Translation", "source": { "type": "git", "url": "https://github.com/symfony/Translation", "reference": "331f25563a58ec768b59137f8ef34cb5fb1ab330" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Translation/archive/331f25563a58ec768b59137f8ef34cb5fb1ab330.zip", "reference": "331f25563a58ec768b59137f8ef34cb5fb1ab330", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/config": "2.1.*", "symfony/yaml": "2.1.*" }, "suggest": { "symfony/config": "2.1.*", "symfony/yaml": "2.1.*" }, "time": "2013-01-09 08:51:07", "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Translation": "" } }, "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 Translation Component", "homepage": "http://symfony.com" }, { "name": "symfony/twig-bridge", "version": "dev-master", "target-dir": "Symfony/Bridge/Twig", "source": { "type": "git", "url": "https://github.com/symfony/TwigBridge", "reference": "7e09dc64fd9bcb278cbb3cf89c5e4392a514c4b2" }, "dist": { "type": "zip", "url": "https://github.com/symfony/TwigBridge/archive/7e09dc64fd9bcb278cbb3cf89c5e4392a514c4b2.zip", "reference": "7e09dc64fd9bcb278cbb3cf89c5e4392a514c4b2", "shasum": "" }, "require": { "php": ">=5.3.3", "twig/twig": ">=1.9.1,<2.0-dev" }, "require-dev": { "symfony/form": "2.2.*", "symfony/routing": "2.2.*", "symfony/templating": "2.2.*", "symfony/translation": "2.2.*", "symfony/yaml": "2.2.*", "symfony/security": "2.2.*", "symfony/http-kernel": "2.2.*" }, "suggest": { "symfony/form": "2.2.*", "symfony/routing": "2.2.*", "symfony/templating": "2.2.*", "symfony/translation": "2.2.*", "symfony/yaml": "2.2.*", "symfony/security": "2.2.*", "symfony/http-kernel": "2.2.*" }, "time": "2013-01-10 16:09:48", "type": "symfony-bridge", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-0": { "Symfony\\Bridge\\Twig\\": "" } }, "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 Twig Bridge", "homepage": "http://symfony.com" }, { "name": "symfony/validator", "version": "2.1.x-dev", "target-dir": "Symfony/Component/Validator", "source": { "type": "git", "url": "https://github.com/symfony/Validator", "reference": "822dd14c17f378a627e36d8954c01669a654f19e" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Validator/archive/822dd14c17f378a627e36d8954c01669a654f19e.zip", "reference": "822dd14c17f378a627e36d8954c01669a654f19e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/http-foundation": "2.1.*", "symfony/locale": "2.1.*", "symfony/yaml": "2.1.*" }, "suggest": { "doctrine/common": ">=2.1,<2.4-dev", "symfony/http-foundation": "2.1.*", "symfony/yaml": "2.1.*" }, "time": "2013-01-09 08:51:07", "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Validator": "" } }, "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 Validator Component", "homepage": "http://symfony.com" }, { "name": "symfony/yaml", "version": "2.1.x-dev", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml", "reference": "7dd042765a3299d7cb1627ca9e6ffdb59fc54058" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Yaml/archive/7dd042765a3299d7cb1627ca9e6ffdb59fc54058.zip", "reference": "7dd042765a3299d7cb1627ca9e6ffdb59fc54058", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2013-01-09 08:51:07", "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Yaml": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com" }, { "name": "twig/twig", "version": "dev-master", "source": { "type": "git", "url": "git://github.com/fabpot/Twig.git", "reference": "3111e1265db1026323c589a5bd2d152871d7bbab" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Twig/archive/3111e1265db1026323c589a5bd2d152871d7bbab.zip", "reference": "3111e1265db1026323c589a5bd2d152871d7bbab", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "2013-01-08 16:56:12", "type": "library", "extra": { "branch-alias": { "dev-master": "1.12-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" ] } ], "packages-dev": null, "aliases": [ ], "minimum-stability": "dev", "stability-flags": { "silex/silex": 20, "symfony/config": 20, "symfony/console": 20, "symfony/twig-bridge": 20, "symfony/dependency-injection": 20, "dflydev/doctrine-orm-service-provider": 20, "doctrine/migrations": 20, "pagerfanta/pagerfanta": 20, "knplabs/knp-menu": 20, "gedmo/doctrine-extensions": 20 } }