Merge pull request #76 from open-sausages/pulls/2/vendorise-me-baby

Expose as vendor module
This commit is contained in:
Damian Mooyman 2017-10-03 16:16:18 +13:00 committed by GitHub
commit ff64974e45

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"