-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
38 lines (38 loc) · 1.21 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
34
35
36
37
38
{
"name": "strawberryfield/strawberry_runners",
"description": "Strawberryfield post processing module for Drupal 9/10 using PHP React",
"type": "drupal-module",
"license": "GPL-2.0+",
"homepage": "https://github.com/esmero/strawberry_runners",
"authors": [
{
"name": "Giancarlo Birello",
"email": "[email protected]",
"homepage": "https://github.com/giancarlobi",
"role": "Owner"
},
{
"name": "Diego Pino Navarro",
"email": "[email protected]",
"homepage": "https://github.com/DiegoPino",
"role": "Owner"
}
],
"require": {
"php": ">=8.0",
"ext-zip": "*",
"ext-json": "*",
"drupal/views_bulk_operations": "^4.2",
"drupal/core": "^10",
"drupal/search_api_solr": "~4.1",
"strawberryfield/strawberryfield": "1.4.0.x-dev",
"react/event-loop": "^1.1",
"react/child-process": "^0.6",
"react/stream": "^1.1",
"web64/php-nlp-client" : ">=0.4",
"mixnode/mixnode-warcreader-php":">=0.0",
"ext-simplexml": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*"
}
}