mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
28 lines
642 B
JSON
28 lines
642 B
JSON
{
|
|
"name": "silverstripe/postgresql",
|
|
"description": "SilverStripe now has tentative support for PostgreSQL ('Postgres')",
|
|
"type": "silverstripe-vendormodule",
|
|
"keywords": ["silverstripe", "postgresql", "database"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Sam Minnée",
|
|
"email": "sam@silverstripe.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/framework": "^4.0@dev",
|
|
"silverstripe/vendor-plugin": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|