mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
25 lines
606 B
JSON
25 lines
606 B
JSON
{
|
|
"name": "silverstripe/textextraction",
|
|
"type": "silverstripe-module",
|
|
"description": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)",
|
|
"homepage": "http://silverstripe.org",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": ["silverstripe", "fulltext", "pdf"],
|
|
"authors": [
|
|
{
|
|
"name": "SilverStripe",
|
|
"homepage": "http://silverstripe.com"
|
|
},
|
|
{
|
|
"name": "The SilverStripe Community",
|
|
"homepage": "http://silverstripe.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"composer/installers": "*",
|
|
"silverstripe/framework": "~3.0",
|
|
"guzzle/http": "*"
|
|
}
|
|
}
|