2013-01-07 14:07:39 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/textextraction",
|
|
|
|
"type": "silverstripe-module",
|
2013-03-13 23:59:40 +01:00
|
|
|
"description": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)",
|
2013-01-07 14:07:39 +01:00
|
|
|
"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": "*",
|
2018-11-29 15:55:52 +13:00
|
|
|
"silverstripe/framework": "^3.7",
|
2015-11-07 11:50:19 +13:00
|
|
|
"guzzle/guzzle": "^3.9",
|
|
|
|
"symfony/event-dispatcher": "^2.6.0@stable",
|
|
|
|
"symfony/http-foundation": "^2.6.0"
|
2015-02-18 15:31:38 +13:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-11-07 11:50:19 +13:00
|
|
|
"phpunit/phpunit": "^3.7"
|
2015-02-18 15:31:38 +13:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-fileinfo": "Improved support for file mime detection"
|
|
|
|
},
|
2019-04-12 15:17:01 +12:00
|
|
|
"extra": []
|
2013-03-13 23:59:40 +01:00
|
|
|
}
|