Added 2.4-compatible composer.json

This commit is contained in:
Ingo Schommer 2012-11-09 12:44:06 +01:00
parent ae506b4a65
commit 5b0684d677

17
composer.json Normal file
View 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.*"
}
}