propel-bundle/composer.json
2016-01-23 21:41:17 +01:00

40 lines
888 B
JSON

{
"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/propel1": "^1.6.8",
"symfony/framework-bundle": "^2.8.2"
},
"require-dev": {
"phpunit/phpunit": "^4.8.21|^5.0.10",
"symfony/symfony": "^2.8.2",
"sensio/framework-extra-bundle": "^3.0.2",
"fzaninotto/faker": "^1.5"
},
"conflict": {
"symfony/propel1-bridge": ">=2.8.0"
},
"replace": {
"symfony/propel1-bridge": "<=2.8.0"
},
"suggest": {
"propel/propel-acl-bundle": "For using the Propel ACL implementation"
}
}