Added composer.json file

This commit is contained in:
William DURAND 2011-11-12 01:31:25 +01:00
parent c1336f7c9d
commit c9f8e4f4cb

20
composer.json Normal file
View file

@ -0,0 +1,20 @@
{
"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": {
"symfony/framework-bundle": "2.*"
},
"autoload": {
"psr-0": { "Propel\\PropelBundle": "" }
},
"target-dir": "Propel/PropelBundle"
}