mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 12:05:29 +00:00
Add composer file
This commit is contained in:
parent
5036f9e93c
commit
6287085f8b
16
composer.json
Normal file
16
composer.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "silverstripe/fulltextsearch",
|
||||
"description": "Adds support for Fulltext Search engines like Sphinx and Solr to SilverStripe CMS",
|
||||
"type": "silverstripe-module",
|
||||
"keywords": ["silverstripe", "sphinx", "solr", "fulltext"],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Hamish Friedlander",
|
||||
"email": "hamish@silverstripe.com"
|
||||
}
|
||||
],
|
||||
"require":
|
||||
{
|
||||
"silverstripe/framework": "3.*"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user