Set minimum stability and reformat composer.json

This commit is contained in:
Robbie Averill 2018-07-03 15:58:12 +12:00
parent edb02e9189
commit 5d53be9df6

View File

@ -4,7 +4,11 @@
"description": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)",
"homepage": "http://silverstripe.org",
"license": "BSD-3-Clause",
"keywords": ["silverstripe", "fulltext", "pdf"],
"keywords": [
"silverstripe",
"fulltext",
"pdf"
],
"authors": [
{
"name": "SilverStripe",
@ -33,5 +37,7 @@
"branch-alias": {
"dev-master": "3.x-dev"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}