mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Merge pull request #76 from open-sausages/pulls/2/vendorise-me-baby
Expose as vendor module
This commit is contained in:
commit
ff64974e45
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user