propel-bundle/composer.json

20 lines
473 B
JSON
Raw Normal View History

2011-11-12 01:31:25 +01:00
{
"name": "propel/propel-bundle",
"description": "Integration of Propel in Symfony2",
"keywords": ["propel", "orm", "persistence"],
"type": "symfony-bundle",
"license": "MIT",
2012-04-05 09:17:06 +02:00
"authors": [{
"name": "William Durand",
"email": "william.durand1@gmail.com"
}],
2011-11-12 01:31:25 +01:00
"require": {
2012-04-05 09:17:06 +02:00
"symfony/framework-bundle": "2.*",
2012-04-05 09:38:10 +02:00
"propel/propel1": "1.6.*"
2011-11-12 01:31:25 +01:00
},
"autoload": {
"psr-0": { "Propel\\PropelBundle": "" }
},
"target-dir": "Propel/PropelBundle"
}