{ "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" }], "target-dir": "Propel/PropelBundle", "autoload": { "psr-0": { "Propel\\PropelBundle": "" } }, "require": { "symfony/symfony": "^2.8.2|^3.0.1", "symfony/propel1-bridge": "2.7.x-dev", "propel/propel1": "^1.6.8", "symfony/security-acl": "@stable" }, "require-dev": { "sensio/framework-extra-bundle": "^3.0.2", "fzaninotto/faker": "^1.5", "phpunit/phpunit": "^4.8.21|^5.0.10" } }