{ "name": "propel/propel-bundle", "description": "Integration of Propel in Symfony2", "keywords": ["propel", "orm", "persistence"], "type": "symfony-bundle", "license": "MIT", "authors": [{ "name": "William Durand", "email": "william.durand1@gmail.com" }], "require": { "symfony/framework-bundle": "2.*", "propel/propel1": "1.6.*" }, "require-dev": { "symfony/symfony": "2.1.*", "phing/phing": "2.4.*", "sensio/framework-extra-bundle": "*", "twig/twig": "1.7.*" }, "autoload": { "psr-0": { "Propel\\PropelBundle": "" } }, "target-dir": "Propel/PropelBundle" }