silverstripe-mssql/composer.json
Sam Minnee 4357cd38c3 Add composer hints to let 'composer install' run on module.
Scrutinizer will download the module and run 'composer install' to check
the module's code. Without these changes, it is looking for a stable version
of 3.2, which doesn't currently exist.
2015-08-12 11:16:31 +12:00

27 lines
505 B
JSON

{
"name": "silverstripe/mssql",
"description": "Adds MSSQL support to SilverStripe",
"type": "silverstripe-module",
"keywords": ["silverstripe", "mssql", "database"],
"authors": [
{
"name": "Sam Minnee",
"email": "sam@silverstripe.com"
},
{
"name": "Sean Harvey",
"email": "sean@silverstripe.com"
}
],
"require": {
"silverstripe/framework": ">=3.2"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}