propel-bundle/composer.json

25 lines
597 B
JSON
Raw Normal View History

2013-06-09 00:19:30 +02:00
{
"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": {
2014-09-15 15:40:04 +02:00
"symfony/symfony": "~2.5",
2013-06-09 00:19:30 +02:00
"propel/propel": "2.*@dev"
},
"require-dev": {
2014-09-15 15:40:04 +02:00
"sensio/framework-extra-bundle": "~3.0",
"phpunit/phpunit": "~4.0",
2013-06-09 00:19:30 +02:00
"fzaninotto/faker": "~1.1"
},
"autoload": {
"psr-0": { "Propel\\PropelBundle": "" }
},
"target-dir": "Propel/PropelBundle"
}