Skip to content

Commit

Permalink
Merge pull request silverstripe#9 from vikas-srivastava/composer
Browse files Browse the repository at this point in the history
New : Added composer.json
  • Loading branch information
chillu committed Sep 22, 2012
2 parents 3fe7671 + 53d8639 commit 9924c8d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
@@ -0,0 +1,17 @@
{
"name": "silverstripe/postgresql",
"description": "SilverStripe now has tentative support for PostgreSQL ('Postgres')",
"type": "silverstripe-module",
"keywords": ["silverstripe", "postgresql", "database"],
"authors": [
{
"name": "Sam Minnée",
"email": "sam@silverstripe.com"
}
],

"require":
{
"silverstripe/framework": "3.*"
}
}

0 comments on commit 9924c8d

Please sign in to comment.