Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add composer.json
  • Loading branch information
kcivey committed Aug 27, 2012
1 parent f451537 commit a7eda1f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
@@ -0,0 +1,26 @@
{
"name": "pomm/pomm-bundle",
"type": "library",
"description": "The Symfony2 bundle for Postgresql Object Model Manager",
"keywords": ["orm", "postgresql", "database", "symfony"],
"homepage": "http://pomm.coolkeums.org",
"license": "MIT",
"authors": [
{
"name": "Grégoire HUBERT",
"email": "hubert.greg@gmail.com",
"homepage": "http://www.coolkeums.org"
}
],
"require": {
"php": ">=5.3.0",
"pomm/pomm": "*"
},
"autoload": {
"psr-0": {
"Pomm\\PommBundle": ""
}
},
"target-dir": "Pomm/PommBundle",
"minimum-stability": "dev"
}

0 comments on commit a7eda1f

Please sign in to comment.