silverstripe-postgresql/composer.json

21 lines
420 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": {
2017-07-26 13:10:33 +02:00
"silverstripe/framework": "^3.2"
},
"extra": {
"branch-alias": {
2017-07-26 12:39:17 +02:00
"1.x-dev": "1.3.x-dev"
}
}
2014-07-09 11:31:12 +02:00
}