2012-09-22 17:11:59 +02:00
|
|
|
{
|
|
|
|
"name": "silverstripe/postgresql",
|
|
|
|
"description": "SilverStripe now has tentative support for PostgreSQL ('Postgres')",
|
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "postgresql", "database"],
|
|
|
|
"authors": [
|
2014-07-10 23:35:34 +02:00
|
|
|
{
|
|
|
|
"name": "Sam Minnée",
|
|
|
|
"email": "sam@silverstripe.com"
|
|
|
|
}
|
2012-09-22 17:11:59 +02:00
|
|
|
],
|
2014-07-10 23:35:34 +02:00
|
|
|
"require": {
|
2015-10-16 00:30:00 +02:00
|
|
|
"silverstripe/framework": "~4.0"
|
2014-07-10 23:35:34 +02:00
|
|
|
},
|
2016-07-04 05:11:06 +02:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "~4.8"
|
|
|
|
},
|
2014-07-10 23:35:34 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-16 00:30:00 +02:00
|
|
|
"dev-master": "2.0.x-dev"
|
2014-07-10 23:35:34 +02:00
|
|
|
}
|
2012-09-22 17:11:59 +02:00
|
|
|
}
|
2014-07-09 11:31:12 +02:00
|
|
|
}
|