Expose as vendor module

This commit is contained in:
Ingo Schommer 2017-10-03 03:05:20 +13:00
parent 4a1968df94
commit 49105eb19b
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "silverstripe/postgresql",
"description": "SilverStripe now has tentative support for PostgreSQL ('Postgres')",
"type": "silverstripe-module",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "postgresql", "database"],
"license": "BSD-3-Clause",
"authors": [
@ -11,7 +11,8 @@
}
],
"require": {
"silverstripe/framework": "^4.0@dev"
"silverstripe/framework": "^4.0@dev",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"