mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
4357cd38c3
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.
27 lines
505 B
JSON
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"
|
|
}
|