-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
33 lines (33 loc) · 1000 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "silverstripe/recipe-solr-search",
"type": "silverstripe-recipe",
"description": "Silverstripe Cloud Platform search requirements recipe",
"homepage": "https://silverstripe.org",
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/recipe-plugin": "^2",
"cwp/cwp-search": "^2",
"silverstripe/fulltextsearch": "^4",
"symbiote/silverstripe-queuedjobs": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3",
"cwp/cwp": "^3",
"cwp/cwp-core": "^3",
"cwp/starter-theme": "^4"
},
"suggest": {
"silverstripe/textextraction": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)"
},
"extra": {
"project-files": []
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}