silverstripe-postgresql/composer.json

17 lines
350 B
JSON
Raw Normal View History

{
"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.*"
}
}