silverstripe-postgresql/composer.json

28 lines
642 B
JSON
Raw Normal View History

{
2017-05-26 00:23:17 +02:00
"name": "silverstripe/postgresql",
"description": "SilverStripe now has tentative support for PostgreSQL ('Postgres')",
2017-10-02 16:05:20 +02:00
"type": "silverstripe-vendormodule",
2017-05-26 00:23:17 +02:00
"keywords": ["silverstripe", "postgresql", "database"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Sam Minnée",
"email": "sam@silverstripe.com"
}
],
"require": {
2017-10-02 16:05:20 +02:00
"silverstripe/framework": "^4.0@dev",
"silverstripe/vendor-plugin": "^1.0"
2017-05-26 00:23:17 +02:00
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
2014-07-09 11:31:12 +02:00
}