Add pgsql extension to composer.require

This commit is contained in:
Dan Hensby 2020-03-29 15:16:15 +01:00
parent 8e88295e78
commit 83219ed890
No known key found for this signature in database
GPG Key ID: F76D6B5FE0626A99
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
}
],
"require": {
"ext-pgsql": "*",
"silverstripe/framework": "^5",
"silverstripe/vendor-plugin": "^1.0"
},