Add missing branch alias

This commit is contained in:
Guy Marriott 2019-05-09 14:07:34 +12:00
parent d1eae39348
commit 2422f62ed2
No known key found for this signature in database
GPG Key ID: A80F9ACCB86D3DA7

View File

@ -41,6 +41,11 @@
"bin": [
"bin/fulltextsearch_quickstart"
],
"extra": {
"branch-alias": {
"3.x-dev": "3.7.x-dev"
}
},
"suggest": {
"symbiote/silverstripe-queuedjobs": "Add background execution of indexing tasks",
"silverstripe/fulltextsearch-localsolr": "Adds a ready-to-use local Solr server for initial development"