mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
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.
This commit is contained in:
parent
22b367be66
commit
4357cd38c3
@ -20,5 +20,7 @@
|
|||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.0.x-dev"
|
"dev-master": "1.0.x-dev"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"prefer-stable": true,
|
||||||
|
"minimum-stability": "dev"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user