mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 15:05:45 +00:00
New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirement. For more information please visit at http://extension.openbees.org/instructions/
This commit is contained in:
parent
3fe7671442
commit
53d86394d2
17
composer.json
Normal file
17
composer.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe/postgresql",
|
||||||
|
"description": "SilverStripe now has tentative support for PostgreSQL ('Postgres')",
|
||||||
|
"type": "silverstripe-module",
|
||||||
|
"keywords": ["silverstripe", "postgresql", "database"],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sam Minnée",
|
||||||
|
"email": "sam@silverstripe.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"require":
|
||||||
|
{
|
||||||
|
"silverstripe/framework": "3.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user