mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
Set minimum stability and reformat composer.json
This commit is contained in:
parent
edb02e9189
commit
5d53be9df6
@ -1,37 +1,43 @@
|
|||||||
{
|
{
|
||||||
"name": "silverstripe/textextraction",
|
"name": "silverstripe/textextraction",
|
||||||
"type": "silverstripe-vendormodule",
|
"type": "silverstripe-vendormodule",
|
||||||
"description": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)",
|
"description": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)",
|
||||||
"homepage": "http://silverstripe.org",
|
"homepage": "http://silverstripe.org",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"keywords": ["silverstripe", "fulltext", "pdf"],
|
"keywords": [
|
||||||
"authors": [
|
"silverstripe",
|
||||||
{
|
"fulltext",
|
||||||
"name": "SilverStripe",
|
"pdf"
|
||||||
"homepage": "http://silverstripe.com"
|
],
|
||||||
},
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "The SilverStripe Community",
|
"name": "SilverStripe",
|
||||||
"homepage": "http://silverstripe.org"
|
"homepage": "http://silverstripe.com"
|
||||||
}
|
},
|
||||||
],
|
{
|
||||||
"require": {
|
"name": "The SilverStripe Community",
|
||||||
"php": ">=5.6",
|
"homepage": "http://silverstripe.org"
|
||||||
"silverstripe/framework": "^4",
|
}
|
||||||
"guzzlehttp/guzzle": "~6.3.0",
|
],
|
||||||
"symfony/event-dispatcher": "^2.6.0@stable",
|
"require": {
|
||||||
"symfony/http-foundation": "^2.6.0",
|
"php": ">=5.6",
|
||||||
"silverstripe/assets": "^1"
|
"silverstripe/framework": "^4",
|
||||||
},
|
"guzzlehttp/guzzle": "~6.3.0",
|
||||||
"require-dev": {
|
"symfony/event-dispatcher": "^2.6.0@stable",
|
||||||
"phpunit/phpunit": "^5.7"
|
"symfony/http-foundation": "^2.6.0",
|
||||||
},
|
"silverstripe/assets": "^1"
|
||||||
"suggest": {
|
},
|
||||||
"ext-fileinfo": "Improved support for file mime detection"
|
"require-dev": {
|
||||||
},
|
"phpunit/phpunit": "^5.7"
|
||||||
"extra": {
|
},
|
||||||
"branch-alias": {
|
"suggest": {
|
||||||
"dev-master": "3.x-dev"
|
"ext-fileinfo": "Improved support for file mime detection"
|
||||||
}
|
},
|
||||||
}
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"prefer-stable": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user