This commit is contained in:
vikas srivastava 2012-09-22 07:06:49 -07:00
commit f114aaa443
1 changed files with 17 additions and 0 deletions

17
composer.json Normal file
View File

@ -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 minnee",
"email": "sam@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": "2.4"
}
}