mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
21 lines
424 B
JSON
21 lines
424 B
JSON
{
|
|
"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.2"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
}
|
|
}
|