forked from silverstripe/recipe-solr-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.01 KB
/
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": "^7.4 || ^8.0",
"silverstripe/framework": "4.x-dev",
"silverstripe/recipe-plugin": "^1",
"cwp/cwp-search": "1.x-dev",
"silverstripe/fulltextsearch": "3.x-dev",
"symbiote/silverstripe-queuedjobs": "4.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3",
"cwp/cwp": "^2.9",
"cwp/cwp-core": "^2",
"cwp/starter-theme": "^2"
},
"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"
}