[ { "name": "symfony/event-dispatcher", "version": "dev-master", "version_normalized": "9999999-dev", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher", "reference": "eb290a447c0af5bea0d3de5d95d498afd8c82f89" }, "dist": { "type": "zip", "url": "https://github.com/symfony/EventDispatcher/archive/eb290a447c0af5bea0d3de5d95d498afd8c82f89.zip", "reference": "eb290a447c0af5bea0d3de5d95d498afd8c82f89", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/dependency-injection": "2.2.*" }, "suggest": { "symfony/dependency-injection": "2.2.*", "symfony/http-kernel": "2.2.*" }, "time": "2012-11-13 14:08:04", "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "installation-source": "source", "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/yaml", "version": "2.1.x-dev", "version_normalized": "2.1.9999999.9999999-dev", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml", "reference": "4fdae9fa28b7abd1135afc5227a4e59af4b64e5a" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Yaml/archive/4fdae9fa28b7abd1135afc5227a4e59af4b64e5a.zip", "reference": "4fdae9fa28b7abd1135afc5227a4e59af4b64e5a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2012-12-06 10:00:55", "type": "library", "installation-source": "source", "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": "doctrine/common", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/doctrine/common", "reference": "d514e3920656921ba1148f16a4089222c58bc83a" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/common/archive/d514e3920656921ba1148f16a4089222c58bc83a.zip", "reference": "d514e3920656921ba1148f16a4089222c58bc83a", "shasum": "" }, "require": { "php": ">=5.3.2" }, "time": "2012-12-05 12:03:39", "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.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": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "collections", "spl", "eventmanager", "annotations", "persistence" ] }, { "name": "doctrine/dbal", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/doctrine/dbal", "reference": "74c7616132ad82420320e76fa49781ee2f6af532" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/dbal/archive/74c7616132ad82420320e76fa49781ee2f6af532.zip", "reference": "74c7616132ad82420320e76fa49781ee2f6af532", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/common": ">=2.3-dev,<2.5-dev" }, "time": "2012-12-11 16:41:50", "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.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", "persistence", "dbal", "queryobject" ] }, { "name": "doctrine/orm", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "git://github.com/doctrine/doctrine2.git", "reference": "df1336dd262faf40d5a343c1d21cbbc4aa8192d9" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/doctrine2/archive/df1336dd262faf40d5a343c1d21cbbc4aa8192d9.zip", "reference": "df1336dd262faf40d5a343c1d21cbbc4aa8192d9", "shasum": "" }, "require": { "php": ">=5.3.2", "ext-pdo": "*", "symfony/console": "2.*", "doctrine/dbal": ">=2.3-dev,<2.5-dev" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "time": "2012-12-04 12:29:01", "bin": [ "bin/doctrine", "bin/doctrine.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.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": "dflydev/doctrine-orm-service-provider", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider", "reference": "12956355cc7aff283f833e2b17fb6521ed9e17d8" }, "dist": { "type": "zip", "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider/archive/12956355cc7aff283f833e2b17fb6521ed9e17d8.zip", "reference": "12956355cc7aff283f833e2b17fb6521ed9e17d8", "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-11-20 17:11:41", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "source", "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": "pimple/pimple", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "git://github.com/fabpot/Pimple.git", "reference": "v1.0.1" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Pimple/archive/v1.0.1.zip", "reference": "v1.0.1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2012-11-11 08:32:34", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "source", "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": "twig/twig", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "git://github.com/fabpot/Twig.git", "reference": "2757f482c679aa00bb8c7fdfcb337f2bb922fa5a" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Twig/archive/2757f482c679aa00bb8c7fdfcb337f2bb922fa5a.zip", "reference": "2757f482c679aa00bb8c7fdfcb337f2bb922fa5a", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "2012-12-11 14:30:16", "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/http-foundation", "version": "dev-master", "version_normalized": "9999999-dev", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation", "reference": "414c0c41b2b32b118761ec8a3deab594ae0189d6" }, "dist": { "type": "zip", "url": "https://github.com/symfony/HttpFoundation/archive/414c0c41b2b32b118761ec8a3deab594ae0189d6.zip", "reference": "414c0c41b2b32b118761ec8a3deab594ae0189d6", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2012-12-11 10:49:22", "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Symfony\\Component\\HttpFoundation\\": "" }, "classmap": [ "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": "dev-master", "version_normalized": "9999999-dev", "target-dir": "Symfony/Component/HttpKernel", "source": { "type": "git", "url": "https://github.com/symfony/HttpKernel", "reference": "830b4db41b91617774561a82fff5aec87b5568c4" }, "dist": { "type": "zip", "url": "https://github.com/symfony/HttpKernel/archive/830b4db41b91617774561a82fff5aec87b5568c4.zip", "reference": "830b4db41b91617774561a82fff5aec87b5568c4", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/event-dispatcher": "2.2.*", "symfony/http-foundation": "2.2.*" }, "require-dev": { "symfony/browser-kit": "2.2.*", "symfony/class-loader": "2.2.*", "symfony/config": "2.2.*", "symfony/console": "2.2.*", "symfony/dependency-injection": "2.2.*", "symfony/finder": "2.2.*", "symfony/process": "2.2.*", "symfony/routing": "2.2.*", "symfony/stopwatch": "2.2.*" }, "suggest": { "symfony/browser-kit": "2.2.*", "symfony/class-loader": "2.2.*", "symfony/config": "2.2.*", "symfony/console": "2.2.*", "symfony/dependency-injection": "2.2.*", "symfony/finder": "2.2.*" }, "time": "2012-12-13 17:31:33", "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "installation-source": "source", "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/config", "version": "2.1.x-dev", "version_normalized": "2.1.9999999.9999999-dev", "target-dir": "Symfony/Component/Config", "source": { "type": "git", "url": "https://github.com/symfony/Config", "reference": "bd0f27e64df413a34bc3f68f8585fa8dce7fdb88" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Config/archive/bd0f27e64df413a34bc3f68f8585fa8dce7fdb88.zip", "reference": "bd0f27e64df413a34bc3f68f8585fa8dce7fdb88", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2012-12-11 10:40:22", "type": "library", "installation-source": "source", "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", "version_normalized": "9999999-dev", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console", "reference": "92cd0e84022f31287337ab17842bbfff47d2fc79" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Console/archive/92cd0e84022f31287337ab17842bbfff47d2fc79.zip", "reference": "92cd0e84022f31287337ab17842bbfff47d2fc79", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2012-12-14 09:43:16", "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "installation-source": "source", "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": "monolog/monolog", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog", "reference": "0df12342ef6c5efc748b27bb9ef92e1c95631058" }, "dist": { "type": "zip", "url": "https://github.com/Seldaek/monolog/archive/0df12342ef6c5efc748b27bb9ef92e1c95631058.zip", "reference": "0df12342ef6c5efc748b27bb9ef92e1c95631058", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mlehner/gelf-php": "1.0.*" }, "suggest": { "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server" }, "time": "2012-12-14 11:27:44", "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "source", "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": "symfony/routing", "version": "dev-master", "version_normalized": "9999999-dev", "target-dir": "Symfony/Component/Routing", "source": { "type": "git", "url": "https://github.com/symfony/Routing", "reference": "9391ec1744dda220802bbfc406edf20c711f8b36" }, "dist": { "type": "zip", "url": "https://github.com/symfony/Routing/archive/9391ec1744dda220802bbfc406edf20c711f8b36.zip", "reference": "9391ec1744dda220802bbfc406edf20c711f8b36", "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.*" }, "suggest": { "doctrine/common": ">=2.2,<2.4-dev", "symfony/config": "2.2.*", "symfony/yaml": "2.2.*" }, "time": "2012-12-14 10:40:56", "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "installation-source": "source", "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": "silex/silex", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "git://github.com/fabpot/Silex.git", "reference": "c2dff3ca9e8ee4e5c9652a366c39eb3b3c91ca53" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Silex/archive/c2dff3ca9e8ee4e5c9652a366c39eb3b3c91ca53.zip", "reference": "c2dff3ca9e8ee4e5c9652a366c39eb3b3c91ca53", "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": "2012-12-14 13:15:04", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "source", "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" ] } ]