silverstripe-postgresql/composer.json
Ingo Schommer 618d7f1137 Less restrictive compatibility notation in composer
Support 2.5.x ("post-2.4") as well
2012-11-28 22:07:12 +01:00

17 lines
351 B
JSON

{
"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"
}
}