Skip to content

Commit

Permalink
Added composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Sep 5, 2011
1 parent f46b54a commit 0e2463c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
@@ -0,0 +1,18 @@
{
"name": "Propel",
"description": "Propel is an open-source Object-Relational Mapping (ORM) for PHP5.",
"keywords": ["ORM"],
"homepage": "http://www.propelorm.org/",
"version": "1.6.2-dev",
"license": "MIT",
"authors": [
{
"name": "William Durand",
"email": "william.durand1@gmail.com",
"homepage": "http://www.willdurand.fr"
}
],
"require": {
"php": ">=5.2.4"
}
}

0 comments on commit 0e2463c

Please sign in to comment.