mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Added 2.4-compatible composer.json
This commit is contained in:
parent
ae506b4a65
commit
5b0684d677
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": "2.3.*,2.4.*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user