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