{ "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" }], "autoload": { "psr-4": { "Propel\\Bundle\\PropelBundle\\": "" }, "exclude-from-classmap": [ "Tests/" ] }, "require": { "propel/propel": "dev-master", "symfony/symfony": "^2.8" }, "require-dev": { "phpunit/phpunit": "^4.8.21|^5.0.10", "sensio/framework-extra-bundle": "^3.0.2", "fzaninotto/faker": "^1.5" } }