propel-bundle/composer.json
2014-09-09 19:52:42 +01:00

30 lines
680 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"
}],
"extra": {
"branch-alias": {
"dev-new-config": "2.0.x-dev"
}
},
"require": {
"symfony/symfony": "~2.3",
"propel/propel": "2.*@dev"
},
"require-dev": {
"sensio/framework-extra-bundle": "~2.3",
"phpunit/phpunit": "3.7.*",
"fzaninotto/faker": "~1.1"
},
"autoload": {
"psr-0": { "Propel\\PropelBundle": "" }
},
"target-dir": "Propel/PropelBundle"
}